.navigation{
    background-color: #0242b5;
}

.navigation ul li a{
    padding: 5px 25px !important;
}
.navigation ul li a {
    background-color: #fff;
    border-radius: 20px;
    color: #000 !important;
    font-size: 14px;
    margin: 5px;
}
.navigation ul li:hover a{
    background-color: #f3f3f3;
}
.navigation .navbar-brand{
    width: 150px;
}
.navigation .navbar-toggler{
    box-shadow: none !important;
}
.navbar-toggler-icon{
    
    background: none !important;
}
.navigation .navbar-toggler-icon::before {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "\2630";
    font-size: 1.5em; 
    text-align: center;
    line-height: 1.5em;
    color: #fff;
}

.navigation .navbar-brand img{
    width: 100%;
}
.ftco-section{
    height: 100vh;
    background-image: linear-gradient(to right, #0242b5 50%, #fff 50%);
}
.text-wrap {
    display: flex;
    padding: clamp(25px, 5vw, 50px) clamp(10px, 5vw, 100px);
    flex: 1;
}
.login-wrap {    
    display: flex;
    flex: 1;
    padding: clamp(25px, 5vw, 50px) clamp(10px, 5vw, 100px);
    flex-direction: column;
    align-items: center;
}
.btn-custom{
    background-color: #0242b5;
    padding: 7px 15px;
    border-radius: 20px;
    color: #fff;
    border: none;
    
    font-size: clamp(14px, 4vw, 18px);

}
.thead-dark {
    color: #fff;
    background-color: #444;
}
.btn-custom:hover{
    background-color: #03399b;

}
.header{
    padding: 20px 50px;

}
.header .custom-nav ul{
    display: flex
;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.header .custom-nav ul li a{
    color: #444;
    font-size: clamp(14px, 4vw, 18px);
}
.header .custom-nav ul li:last-child{
    background-color: #0242b5;
    padding: 4px 15px;
    border-radius: 20px;
}
.header .custom-nav ul li:last-child:hover{
    background-color: #02399b;
}
.header .custom-nav ul li:last-child a{
    color: #fff;
}
.header .custom-nav li{
    list-style: none;
}
.currency-input {
    display: none !important;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 0px 10px;
    background: white;
    width: fit-content;

}

.currency-input span {
    font-weight: bold;
    margin-right: 5px;
    color: #000;
    font-size: clamp(18px, 4vw, 24px);
}

.currency-input input {
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
}

#amount_data {
    /* height: 50px; */
    padding: 0px;
    font-size: clamp(18px, 4vw, 24px);
}

.error {
    color: red;
    font-size: 14px;
}

.form_group {
    margin-bottom: 18px;
}

.custom-left-part {
    display: flex;
    flex-direction: column;
}

.custom-left-part .pay-para {

    display: block;
    text-align: justify;
    /* width: 35vw; */
    line-height: 26px;
}

.pay-logo {
    display: flex;
    align-items: center;
}

.pay-banner {
    width: 100%;
}



.payment-card-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.payment-card-table th,
.payment-card-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.payment-card-table th {
    background-color: #f3f3f3;
}

.useCartBtn {
    padding: 6px 12px;
    background-color: #4f46e5;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.useCartBtn:hover {
    background-color: #4338ca;
}

.payment-radio .tab input {
    display: none;
    /* hide actual radio */
}

.payment-radio .tab span {
    display: inline-block;
    padding: 7px;
    border-radius: 9px;
    transition: 0.3s;
    cursor: pointer;
}

.payment-radio .tab input+span {
    font-weight: 600;
    color: #444;
    background: #f3f3f3;
    padding: clamp(5px, 4vw, 7px) clamp(7px, 4vw, 15px);
    border-radius: 25px;  
    font-size: clamp(14px, 4vw, 16px);
}

/* style when radio is checked */
.payment-radio .tab input:checked+span {
    font-weight: 600;
    color: #fff;
    background: #0242b5;
    padding: clamp(5px, 4vw, 7px) clamp(7px, 4vw, 15px);
    border-radius: 25px;    
    font-size: clamp(14px, 4vw, 16px);
}

#saved_future_crd {

    width: 18px;
    height: 18px;
    margin-top: 5px;
}

.modal-backdrop.show {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(2px);
}


body.modal-open {
    overflow: hidden !important;
    pointer-events: none;
}

.modal {
    pointer-events: auto;
}
        .success-icon {
        font-size: 60px;
        color: #28a745;
    }

    .card {
        max-width: 500px;
        margin: 20px auto;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-home {
        background-color: #5a67d8;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 10px;
    }

    .btn-home:hover {
        color: white;
        background-color: #434bb0;
    }

    .failed-icon {
        font-size: 60px;
        color: #df2d0f;
    }

    .rotating-icon {
        font-size: 60px;
        color: #ffc107;
        animation: rotateIcon 2s linear infinite;
    }

    
    /* Keyframes to create the rotation effect */
    @keyframes rotateIcon {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }



.logout a:hover {
     color: #fff !important;
     text-decoration: none;
}
    
.auth_user {
     
    color: #fff;
}
.divider{
   color: #fff; 
}

@media (max-width:450px) {
    .header{
        background-color: #fff;
        padding: 15px;
    }
    .ftco-section{
        height: 100vh;
        background-image: linear-gradient(to right, #0242b5 50%, #0242b5 50%);
    }
    .text-wrap {
        text-align: center !important;
    }

    .right--side {
        justify-content: center;
        background: #0242b5 !important;
    }

    .pay-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pay-logo p {
        font-size: 16px;
    }

    .custom-left-part {
        align-items: center;
    }

    .custom-left-part .pay-para {

        width: 100%;
        text-align: center;
    }

    .c-nav ul {
        text-align: center;
    }

    .currency-input-message {
        text-align: center;
        margin: 10px 0px 0px;
    }

  

    .currency-input span {
        font-weight: bold;
        margin-right: 5px;
        color: #000;
        font-size: 20px;
    }

    .pay-banner {
        width: 100%;
        margin: 0 auto;
    }
}
