* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input, textarea, select, .cvv-info {
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
}

html, body {
    background: #f5f5f5;
    overscroll-behavior: none !important;
    font-family: 'poppins' !important;
}

.cvv-info {
    margin-left: 5px;
}
.rounded {
    border-radius: 1rem
}

.nav-pills .nav-link {
    color: #555
}

.nav-pills .nav-link.active {
    color: white
}

input[type="radio"] {
    margin-right: 5px
}

.bold {
    font-weight: bold
}
    
#payment-form .card-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
#payment-form .card-type img {
    width: 32px
}
.StripeElement {
    display: block;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .375rem .75rem;
    background-color: #ffffff;
}

.amt-header {
    background-color: #0D2366;
    color: #ffffff;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

#cardNumber {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

[class$="-pg"] .card {
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);
}
.card-main {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.card-text {
    justify-content: space-between;
}
.card-text > span > img {
    width: 18px;
    margin-top: 0px;
    cursor: pointer;
}

.card-text > span {
    padding: 10px 0 10px 15px;
}

.card-text .card-brand img {
    width: 35px
}

.card-text-input {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #cccccc;
}

.card-text-input img {
    width: 18px;
    margin-top: 0px;
    float: right;
    cursor: pointer;
}

.card-text-input:last-child {
    margin-bottom: 1rem;
    border-bottom: none;
}

.card-header .nav-pills .nav-link.active {
    background-color: #0D2366;
}

.default-text {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff;
    z-index: 9999; 
    display: none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.spinner {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.05);
    border-top-color: #000000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.accepted-cards, .demo-cards {
    list-style: none;
    padding-left: 0;
}

.accepted-cards li {
    display: inline-block;
    margin: 0 20px 20px 0;
    width: 80px;
}

.accepted-cards li:nth-child(4n) {
    margin-right: 0
}

.accepted-cards li img {
    width: 100%;
}

.demo-cards li {
    
}

.all-saved-cards {
    max-height: 420px;
    overflow-y: auto;
    padding-right: 12px;
}

#saved-cards .card-footer {
    margin-top: 15px;
    box-shadow: 0px -5px 10px -10px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px -5px 10px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 10px -10px rgba(0,0,0,0.75);
    background-color: #F7F7F7;
}

.card-list {
    max-height: 481px;
    overflow-y: auto;
}

.saved-cards-title {
    margin-bottom: 15px;
    box-shadow: 0px -5px 15px -10px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 5px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 15px -10px rgba(0,0,0,0.75);
}


.all-saved-cards::-webkit-scrollbar-track, .card-list::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.all-saved-cards::-webkit-scrollbar, .card-list::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.all-saved-cards::-webkit-scrollbar-thumb, .card-list::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #9c9c9c;
}

.card-text-input .radio-inline {
    letter-spacing: 2px;
    width: calc(100% - 30px);
}

.payment-title {
    color: #000000;
    font-weight: 600;
}
.payment-title span {
    display: none;
}
.payment-title img {
    width: 30px
}
.payment-title-border {
    border-bottom: 5px solid #007BFF;
    width: 30px;
    margin: 10px 0;
    display: none;
}

.secure-section {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.secure-section img {
    width: 18px;
    margin-right: 5px
}

.payment-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 50px 15px 0;
    z-index: 1030;
    background-color: #f5f5f5;
    box-shadow: 0px -5px 15px -10px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 5px 15px -10px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px -5px 15px -10px rgba(0,0,0,0.75);
}

.payment-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 15px 50px;
    z-index: 1030;
    background-color: #f5f5f5;
}

.custom-mt-header {
    margin-top: 7rem;
}

.custom-mb-footer {
    margin-bottom: 9rem
}

.custom-mt-header-web {
    margin-top: 9rem;   
}

.svg-inline--fa.fa-w-14 {
    width: 1.9375em;
}

.custom-bg-white {
    background-color: #ffffff !important;
}

.custom-select-modal .modal-header, .payment-modal .modal-header {
    background-color: #ffffff !important;
}
.select-month .modal-body, .select-year .modal-body, .custom-select-modal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    margin-right: 0;
    padding: 0;
    overflow-x: hidden;
}

.select-month .modal-sm, .select-year .modal-sm, .custom-select-modal .modal-sm {
    max-width: 275px
}

.select-month .modal-dialog, .select-year .modal-dialog, .custom-select-modal .modal-dialog {
    margin: 7px auto auto;
}

.select-month .list-group-item, .select-year .list-group-item, .custom-select-modal .list-group-item {
    padding-left: 20px;
    border-radius: 0;
}

.expiry-separator {
    width:10%;
    font-size: 22px;
    margin-top: 4px;
}

.custom-select-modal .list-group-item.active {
    background-color: #0D2366;
    border-color: #0D2366;
}

.info-alert {
    margin-left: 5px
}
.info-alert img {
    width: 20px;
    margin-top: -5px;
}

.custom-scroll-div {
    height: 100vh;
    overflow-y: auto;
}

.omise-bg {
    overflow: hidden;
}

.flutterwave-pg #pin-div input {
    width: 40px;
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0 2px;
}

.xendit-pg .payment-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 10;
}

.xendit-pg #three-ds-container {
    max-width: 550px;
    max-height: 450px;
    line-height: normal;
    position: fixed;
    top: 15%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    z-index: 11;
}

.xendit-pg #three-ds-container iframe {
    width: 100%;
    height: 100%;
}

.profile-select.nav-pills .nav-link.active, .profile-select.nav-pills .show >.nav-link, .card-header .nav-pills .nav-link.active, .card-header .nav-pills .show >.nav-link {
    background-color: #0D2366;
}

#close-action a {
    padding: 15px 0 15px 15px;
}

.profile-select.nav-pills .nav-link {
    border-radius: 25px;
    background-color: #dddddd;
}

.profile-select.nav-pills .nav-link img {
    width: 16px;
    margin: 0 5px 5px 0;
}

.profile-select.nav-pills .nav-link.active {
    color: white !important;
}

.profile-select.nav-pills .nav-link.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.payment-mode-block {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    display: flex;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border: none;
    padding: 15px;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px -2px rgb(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 15px -2px rgb(0,0,0,0.15);
}

.payment-mode-btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px;
}
.payment-mode-block.active, .payment-mode-btn, .card-footer .btn-primary, .payment-mode-btn:disabled {
    background-color: #0D2366;
    border-color: #0D2366;
}

.card-footer .btn-primary {
    background-color: #000000;
    border-color: #000000;   
}

.payment-mode-block.active {
    -webkit-transition: background-color 500ms ease-out;
    -moz-transition: background-color 500ms ease-out;
    -o-transition: background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
}

.payment-mode-btn:hover, .payment-mode-btn:active {
    background-color: #14359a !important;
    border-color: #14359a !important;
    box-shadow: none !important;
}

.payment-mode-block img {
    width: 30% !important
}

.payment-mode-block .payment-mode-title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.payment-mode-block.active .payment-mode-title {
    color: #ffffff;
}

.payment-mode-title-padding {
    padding-top: 12px;
}

.payment-mode-content {
    margin-top: 10px
}
.payment-mode-block.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.payment-mode-block input, .profile-select input {
    display: none !important;
}

.business-tab-content, .card-info {
    display: none;
}

.business-tab-content .list-group {
    list-style-type: none !important;
}

.payment-mode .form-control {
    color: #000000;
}

.payment-mode .form-control:focus, .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none !important;
    border-color: #ced4da;
}

.payment-mode .btn-link {
    text-decoration: none;
}

.in-app-wallet .custom-control {
    padding-left: 2rem;
}

.in-app-wallet .custom-checkbox .custom-control-label::before {
    border-radius: .15rem;
}

.in-app-wallet .custom-control-label::before, .in-app-wallet .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.2rem;
    left: -1.8rem;
}

.in-app-wallet .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0D2366;
}

.in-app-wallet .add-money-btn {
    color: #0D2366;
}

.in-app-wallet .add-money-btn, .card-info .btn-link, .swal-button:focus {
    outline: none;
    box-shadow: none;
}

.in-app-wallet-amount {
    font-size: 20px;
}
.swal-button, .swal-button:not([disabled]):hover {
    background-color: #000000;
    border-radius: 3px;
}

.swal-text {
    color: #000000;
    font-size: 20px;
}

.swal-modal {
    border-radius: 0;
}

.swal-button--cancel {
    color: #000000;
    background-color: #ffffff;
}

.swal-button-container {
    margin: 0;
}

.swal-text:first-child {
    margin-top: 20px;
}

.swal-footer {
    padding: 0 20px 20px;
    margin-top: 20px;
}

#org_note img {
    width: 16px;
    margin: 0 3px 3px 0;
}

.owl-carousel .owl-item {
    padding: 10px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-dots {
    margin-top: 0.75rem !important
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0D2366
}

.snackbar-text-custom {
    min-height: 100px;
    padding-right: 0;
    padding-bottom: 30px;
}
.snackbar-text-custom p {
    font-size: 20px !important;
    line-height: 28px !important
}

.snackbar-text-custom .action {
    font-size: 40px !important;
    padding: 24px;
    margin: 0;
}

.org-info {
    display: flex;
    align-items: center;
}

.org-info img {
    width: 50px;
    margin-right: 20px;
}

.org-info .org-info-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.org-info-details {
    padding: 0 20px;
    margin: 15px 0 0 0;
}

.org-info-details ul {
    margin: 0;
    padding: 0;
    list-style-type: square;
}

.org-info-details ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.org-info-details ul li:last-child {
    margin-bottom: 0;
}

#org_title, #business_reason_title {
    background: url('../../pg_assets/images/arrow-down.png') no-repeat 95%;
    background-size: 15px;
    padding-right: 30px;
    resize: none;
}

.d-none-alt {
    display: none;
}

.currency-symbol, .currency-symbol-bottom {
    font-size: 21px;
    margin-right: 5px;
}

.currency-symbol-bottom {
    font-size: 17px;
}

.promocode-section {
    color: #00A9B7;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promocode-section img {
    width: 20px;
    margin: 3px 5px 0 0;
    vertical-align: top;
}

.promocode-val {
    color: #000000;
    font-size: 15px;
}

#promocode {
    display: inline-block;
    text-align: left;
    line-height: 22px;
}
/*.owl-carousel {
    display: flex;
    overflow-y: auto;
}

.owl-carousel .item {
    flex: 1 0 auto;
    width: 250px;
    margin-right: 30px;
}

.owl-carousel .item:first-child {
    margin-left: 30px;
}*/

@media (max-width: 1199px) {
    .accepted-cards li:nth-child(4n) {
        margin-right: 20px
    }
} 

@media (max-width: 991px) {
    .accepted-cards li {
        margin-right: 13px
    }

    .accepted-cards li:nth-child(4n) {
        margin-right: 13px
    }
} 

@media (max-width: 767px) {
    .payment-title {
        font-size: 1.5rem;
        text-align: left;
    }

    .payment-title span {
        display: block;
    }

    .payment-title-border {
        display: block;
    }

    .accepted-cards li {
        width: 60px;
    }
}


@media (max-width: 575px) {
    #card-button {
        margin-bottom: 1rem
    }
}

@media (max-width: 465px) {
    #card-button {
        margin-bottom: 1rem
    }
}

@media (max-width: 375px) {

    .card-header {
        padding: .75rem 1rem;
    }

    .list-group-item {
        padding: .75rem;
    }

    .card-brand {
        font-size: 15px
    }

    .card-brand img {
        width: 30px;
    }

    .card-text-input .radio-inline {
        letter-spacing: 1px !important;
    }
}
