body {
    margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 480px) {
    body {
        margin-bottom: 50px;
    }
}

/*Grey rounded container element*/
.container_rounded-grey {
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 1em;
    padding: 0 1em;
    margin: 0 1em;
}

.container_rounded-grey--label {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: inline;
}

button.close-online-popup:focus {
    outline: none;
}

.error_con {
    color: red
}

.checkout-btn {
    background-color: rgb(241, 93, 34);
    color: white;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem
}

.checkout-btn[disabled] {
    background-color: rgb(241, 93, 34, 0.50);
    cursor: default;
}

.checkout-btn[disabled]:hover {
    background-color: rgb(241, 93, 34, 0.50);
}

.checkout-btn:hover {
    background-color: rgb(241, 93, 34, 0.75);
}

.check-box-cus {
    width: 20px;
    height: 20px;
}

.alertcid.not-found {
    background-color: #fff1c7;
    color: #000;
}

.container_rounded-grey--label span {
    font-size: 15px;
    font-weight: bold;
}

.modal-redemption-title {
    font-weight: 600;
}

.important_alert-txt {
    background-color: #ee5f5b;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    margin-top: 8px;
    border-radius: 4px;
}

/*END Grey rounded container element*/

/*Pricing container for CSI Checkout*/
@media (min-width: 768px) {
    .card_checkout-pricing {
        min-width: 500px;
    }
}

a.btn-term-condition {
    padding: 0;
}

/*Global height for form input*/
.form-control {
    min-height: 45px;
}

/*Global accordion*/
.accordion {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5em 0.5em 0 0;
}

.accordion .card-header {
    background-color: #eceeef;
    border-radius: 0.5em 0.5em 0 0;
}

.term-cond .check-box-cus {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.accordion .card-header button {
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: #212121;
}

.accordion .card-header button:after {
    font-family: "Font Awesome";
    content: "\f0d8";
    float: right;
}

.accordion .card-header button.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f0d7";
}

/*END Global accordion*/

/*Checkout page: payment method radio selections*/
.payment-method--options {
    padding-left: 1rem;
}

.payment-method--options input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.payment-method--options input[type=radio]:checked ~ label {
    background-color: #f3f3f3;
    border: 1px solid #1C7CD5;
}

.payment-method--label {
    background-color: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 1em;
    display: block;
    padding: 0.5em 1em 0.5em 2em;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0.85em;
    left: 1.55em;
    height: 15px;
    width: 15px;
    background-color: #b2b2b2;
    border-radius: 50%;
}

.modal .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* When the radio button is checked, add a blue background */
input:checked ~ .checkmark {
    background-color: #1C7CD5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #fff;
}

/* Show the indicator (dot/circle) when checked */
input:checked ~ .checkmark:after {
    display: block;
}

/*END Checkout page: payment method radio selections*/
.applyBtn {
    color: #007b85;
    background-color: #fff;
    border: 2px solid #007b85;
    border-radius: 3px;
    height: 45px;
    padding: 5px 20px;
    margin: 4px 0 0 8px;
}

.radio-div-css.highlight {
    background-color: #F5F5F5;
    border-color: rgb(0 123 133);
}

.radio-div-css.selectedbank:hover {
    background-color: transparent;
}

.radio-div-css {
    background: #ffffff;
    border: 1px solid #C2C2C2;
    padding: 0 20px;
    border-radius: 4px;
    margin-bottom: 4px;
    height: 57px;
    display: flex;
    align-items: center;
}

.promocode-css {
    cursor: pointer;
    position: relative;
}

.promocode-css.active::before {
    content: '\25B2';
    position: absolute;
    width: 10px;
    height: 10px;
    right: -19px;
    font-size: 10px;
    top: 4px;
}

.radio-div-css .form-check img {
    position: absolute;
    right: 0;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.radio-div-css .form-check .adj-img img {
    right: -7px;
}

.radio-div-css:hover {
    background-color: #F5F5F5;
}

.bank-css {
    background: #ffffff;
    border: 1px solid #C2C2C2;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-top: -1px;
}

.radio-div-css .form-check img.touchImg {
    width: 40px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .radio-div-css .form-check img.touchImg {
        width: 40px;
    }
}

#cid-num {
    height: 47px;
    padding: 14px;

}

#cid-num:focus {
    box-shadow: none
}

#cid-num::placeholder {
    font-size: 14px
}

@media (min-width: 320px) and (max-width: 992px) {
    #cid-num {
        width: 100%;
        height: 40px;
        padding: 14px

    }
}

@media only screen and (min-width: 480px) {
    #alert-cid {
        margin-top: 10px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    #alert-cid {

        font-size: 15px;
    }
}

.container {
    max-width: 950px;
    padding-top: 20px;
}

/*2861 color change*/
.new-color {
    color: #016069;
}

.no-wrap-label {
    white-space: nowrap;
}

.checkout-title {
    font-size: 1.35rem;
    font-weight: 700;
}

.single-line {
    white-space: nowrap;
    font-size: small;
}

.checkbox-xl .custom-control-label::before,
.checkbox-xl .custom-control-label::after {
    top: 1.2rem;
    width: 1.85rem;
    height: 1.85rem;
}

input.alpha {
    border-color: #C2C2C2;
}

.checkbox-xl .custom-control-label {
    padding-top: 23px;
    padding-left: 10px;
}

.checkout_title {
    font-weight: bold;
    position: relative;
    top: -8px
}

span[class^="dot-"] {
    opacity: 0;
    font-weight: 700;
}

.dot-one {
    animation: dot-one 2s infinite linear
}

.dot-two {
    animation: dot-two 2s infinite linear
}

.dot-three {
    animation: dot-three 2s infinite linear
}

@keyframes dot-one {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot-two {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dot-three {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

.cidnum_input {
    position: relative
}

.loading-txt {
    color: #767676;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    padding: 0;
    height: 25px;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}

.cid-success {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../../images/checkmark.png);
    background-size: contain;
    background-repeat: no-repeat;

}

.span_error {
    background-color: #ee5f5b;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    line-height: 1.2;
}

#modal-payment-result.show {
    display: block;
    background: rgb(0 0 0 / 40%);
    padding-top: 3em
}

#modal-payment-result .loading-txt {
    position: static;
    height: inherit;
    transform: inherit;
    padding-left: 1px;
    display: inline-block !important;
    color: #fff
}

#modal-payment-result .modal-header {
    background: #007b85;
    color: #fff;
}