.select2-container--default .select2-selection--single {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 0.375rem;
    height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px;
}
.gateway-button {
    cursor: pointer;
    transition: all .2s;
}
.gateway-button.selected {
    border: 3px solid #0a86df;
}
#stripeModal,
#paytmModal,
#cashfreeModal,
#mockModal {
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    overflow-x: unset;
}
#stripeModal > div,
#paytmModal > div,
#cashfreeModal > div,
#mockModal > div {
    margin: auto;
}
center img {
    border-radius: 15px;
    height: auto;
    width: 80px;
    object-fit: cover;
    cursor: pointer;
}
.gateway-button img {
    width: 90%;
    min-height: 50px;
    object-fit: contain;
}
#payment-form {
    height: 550px;
}
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
a:focus {
    outline: thin dotted;
}
.pay-focus:focus-visible {
    outline: 1px solid black;
}
#product-img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    border-style: none;
    -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.branding-text {
    margin-top: 5px;
    font-size: 0.75rem;
}
.branding-text a {
    text-decoration: underline;
    outline: none;
    font-style: italic;
}
.brand-text {
    color: #7D6CA1 !important;
}
.select2-container {
    width: 100% !important;
}
.footer-text {
    color: #646464;
}
.payNowBtn,
.pay-btn {
    background-color: #0DAC47;
}
.infoNowBtn {
    background-color: #0ea5e9;
}
.errorNowBtn {
    display: none;
    background-color: #FF0000;
}
.promo-code-error,
.phone-no-error {
    color: #ff5724;
}
.promo-code-success {
    color: #0DAC47;
}
.infoNowBtn.disabled {
    background-color: #0ea5e961;
}
@media only screen and (max-width: 600px) {
    #product-desc {
        display: none;
    }
    #product-desc-mobile {
        display: block !important;
    }
    .mobile {
        padding-left: 0px !important;
    }
}