.float-label-input:not(.m-0) {
    margin: 32px 0;
}

.float-label-input:not(.m-0):focus-within label,
.float-label-input:not(.m-0) input:not(:placeholder-shown)+label {
    transform: translateY(-1.5rem) scale(0.75);
    background-color: white;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

a.otp-countdown-resend {
    color: #d62a1c;
    font-size: 13px;
    font-weight: 600;
}

button.swal2-styled {
    font-family: Poppins, sans-serif !important;
}

.swal-text-area {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.swal-text-area p + p {
    margin-top: 12px;
}

.swal-text-area p {
    font-size: 16px;
    line-height: 1.3;
    color: black;
    font-weight: 500;
}

.swal2-input {
    margin: 0 !important;
    width: 100%;
    text-align: center;
    max-width: 260px;
    border-color: #ccc;
    border-radius: 8px;
    border-width: 1px !important;
    box-shadow: none !important;
    padding: 12px 0 !important;
    height: auto !important;
}

.swal-otp-area {
    position: relative;
    z-index: 1;
    max-width: 260px;
    margin: auto;
}

.swal-otp-area .swal-otp-minutes {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 14px;
    z-index: 1;
    color: black;
    font-weight: 600;
    font-size: 12px;
}

.swal2-container {
    line-height: initial !important;
}

button.swal2-confirm {
    background: #1a2b6d !important;
    padding: 10px 26px !important;
}

button.swal2-cancel {
    background: #d62a1c !important;
    padding: 10px 26px !important;
}

nav.pagination a.active {
    background: #d62a1c;
    border-color: #d62a1c;
    color: white;
}

.z-60{
    z-index: 60 !important;
}

@media only screen and (max-width: 1024px) {
    .credit-card-list:not(.active) .credit-card-item:not(:nth-child(1)):not(:nth-child(2)) {
        display: none;
    }    
}