.be-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 3002; /* Sit on top */
    padding: 80px 0px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);
    font-family: open_sanssemibold;
    z-index: 999999;
}

.be-modal-header {
    background-color: #fff;
    color: black;

}

/* Modal Content */
.be-modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 30px;
    width: 95%;
    max-width: 990px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.be-modal-body {
    padding: 10px 0px;
    color: #292929;
}

.be-modal-footer {
    padding: 6px 16px;
    background-color: #bdbdbd;
    color: white;
    height: 37px;
}

.be-modal-close-button {
    float: right;
    box-shadow: none;
    border: solid 1px grey;
    width: 80px;
    font-size: 11px;
}

.be-modal-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    border: solid 1px #000;
}

.be-modal-close:hover,
.be-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

#alert-info-modal-header {
    font-size: 24px;
    line-height: 65px;
    height: 65px;
    font-size: 24px;
    flex: 1;
    font-weight: 600;
    display: none;
    padding: 0 15px;
}



#processing-payment-info-modal #modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
}
#processing-payment-info-modal #modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    display: block;
    width: 500px; 
    height: 250px; 
}

#processing-payment-info-modal #modal-content {
    text-align: center;
    margin-top: 30px;
}

#processing-payment-info-modal #modal-message {
    font-size: 24px;
    margin-bottom: 20px;
}
.cc-channex-modal {
    font-size: 10px;
}
.cc-channex-modal .be-modal-content {
    background: #f7f8f9;
    border-radius: 12px;
    border: 1px solid #e6e9eb;
    transition: margin .15s cubic-bezier(.4,0,.2,1) 0ms, opacity .3s ease-out;
}
.cc-channex-modal .alert-info-modal .be-modal-content {
    padding-top: 25px;
}
.cc-channex-modal i.payment-method-image {
    padding: 0 10px 0 0;
}
.cc-channex-modal .payment-method-name {
    font-size: 16px;
}
.cc-channex-modal .payment-method-header {
    display: flex;
    box-sizing: border-box;
    padding: 10px 0px 0px 20px;
}
.cc-channex-modal .payment-button {
    display: flex;
    box-sizing: border-box;
    width: 100%;
}
.cc-channex-modal .payment-button .btn-wrapper {
    align-items: center;
    width: 100% !important;
    display: flex !important;
    box-sizing: border-box;
    border: 0;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    height: 48px;
    text-decoration: none;
    transition: background .3s ease-out, box-shadow .3s ease-out;
    background: #00112c;
    box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14);
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.cc-channex-modal .payment-button .btn-wrapper i.fas {
    position:absolute;
    padding-right: 3em;
}
.cc-channex-modal i.payment-method-image {
    padding: 2px 10px 0 0;
}
.cc-channex-modal .btn-wrapper input[type="button"] {
    background-color: transparent;
    border: none;
    color: #fff;
    align-items: center;
    font-size: 16px;
    box-shadow: none;
    width: 100%;
    padding: 0px;
    margin: 0;
    height: 45px;
}
.cc-channex-modal .btn-wrapper:hover {
    background: #1c3045;
    box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14);
}