﻿.SigninSection {
    background-color: #22c5d9;
    height: 100vh;
    width: 100vw;
    background-image: url(../images/litibig-bg-finals.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.logininSection {
    background-color: #22c5d9;
    height: 100vh;
    width: 100vw;
    background-image: url(../images/canara-login-bg.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.mt-17 {
    margin-top: 1.7rem;
}

#ButSignin {
    background-color: #60b3f7;
    width: 100%;
    /* transform: translate(0px, 0px); */
    opacity: 1;
    margin-top: 10px;
    padding: 0.3rem 0.6rem;
    color: #fff;
    /* border: 2px solid #0c0c7e; */
    cursor: pointer;
}
#ButUserSignIn {
    background-color: #60b3f7;
    width: 100%;
    /* transform: translate(0px, 0px); */
    opacity: 1;
    margin-top: 10px;
    padding: 0.3rem 0.6rem;
    color: #fff;
    /* border: 2px solid #0c0c7e; */
    cursor: pointer;
}

.signinconatainer {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.content-wrapper {
  
  
    position: relative;
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    display: flex;
    justify-content: center;
   
    z-index: 1;
}

.form-group {
    margin-bottom: 15px;
}



.card-wraping {
    background: #FFF;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    margin: 5px 11px;
}

.terms-container {
    padding: 20px 30px;
    padding-bottom: 0;
}

    .terms-container .card {
        padding: 18px;
        margin-bottom: 30px;
        border: none;
        border-radius: 5px;
        box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
        padding: 15px;
    }

        .terms-container .card .card-title {
            font-size: 18px;
            font-weight: 600;
            color: #ffc430;
            text-align: center;
        }

        .terms-container .card .card-headers {
            background: #FFF;
            border-bottom: 1px solid #d7d7d7;
            padding: 0.75rem 1.25rem;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            color: #00adef;
        }

        .terms-container .card ol li {
            border: none;
            color: #2E2D2D;
            font-family: "Arial";
            font-weight: 500;
            font-size: 12px;
            line-height: 20px;
            text-align: justify;
            /*text-indent: -0.75em;*/
            /* text-indent: -0.95em; */
        }

            .terms-container .card ol li::marker {
                color: #000;
                font-size: 12px;
            }
/* .terms-container .card .terms ul li::before { */
/* display: inline-block; */
/* content: ''; */
/* -webkit-border-radius: 0.375rem; */
/* border-radius: 0.375rem; */
/* height: 0.55rem; */
/* width: 0.55rem; */
/* /*margin-right: 0.5rem;*/ */
/* background-color: #FFCD00; */
/* margin-right: 0.3rem; */
/* background-color: #FFCD00; */
/* margin-left: -0.2rem; */
/* } */
/*.terms-container .card ul li::before {
            display: inline-block;
            content: '';
            -webkit-border-radius: 0.375rem;
            border-radius: 0.375rem;
            height: 0.55rem;
            width: 0.55rem;*/
/*margin-right: 0.5rem;*/
/*background-color: #FFCD00;
            margin-right: 0.3rem;
            background-color: #FFCD00;
            margin-left: -0.2rem;
        }*/
/* .terms-container .card ul li::before { */
/* display: inline-block; */
/* content: ''; */
/* -webkit-border-radius: 0.375rem; */
/* border-radius: 0.375rem; */
/* height: 0.35rem; */
/* width: 0.35rem; */
/* margin-right: 0.3rem; */
/* background-color: #f37843; */
/* margin-left: -0.2rem; */
/* } */
.tacbox {
    display: block;
    padding: 11px;
    margin-top: 16px;
    border: 3px solid #ddd;
    background-color: #eee;
    max-width: 800px;
    font-size: 13px;
}


.tacbox input {
    height: 23px;
    width: 28px;
    vertical-align: middle;
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 13px;
    padding: 7px 19px;
    cursor: pointer;
}



.btn:focus-visible {
    color: #fff !important;
}

.procced-btn {
    color: #2E2D2D;
    font-weight: 600;
    background: linear-gradient(0deg, rgb(226 195 72) 13%, rgba(255,205,0,1) 44%);
}

    .procced-btn:hover {
        background: linear-gradient(0deg, rgba(199,164,26,1) 13%, rgba(255,205,0,1) 44%);
        color: #2E2D2D !important;
        font-weight: 600;
    }



.ots-section .form-control {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    height:100%;
    /* background-color: #fff;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.orderedlist {
    list-style: disc;
}

.ots-section .form-label {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 12px;
}

.ots-section .ornext {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-top: 5px;
    color: #6c6bd4;
    text-shadow: #c5cfe9 1px 0 10px;
}

.otp-wrapping {
    /*max-width: 350px;*/
    max-width: 360px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background: #fffffb;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%) !important;
}

.ots-section .form-select {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.otp-wrapping header {
    height: 65px;
    width: 65px;
    background: #4070f4;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 50%;
}

.otp-wrapping h4 {
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
}

.otp-wrapping h6 {
    font-size: 14px;
    color: red;
    text-align: center;
}

.otp-wrapping .input-field {
    flex-direction: row;
    column-gap: 10px;
}

    .otp-wrapping .input-field input {
        height: 41px;
        width: 33px;
        border-radius: 6px;
        outline: none;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 25px;
        padding: 8px;
        text-align: center;
        margin: 2px;
        border: 2px solid #55525c;
        font-weight: bold;
        transition: all 0.1s;
    }

        .otp-wrapping .input-field input:focus {
            border: 2px solid #a527ff;
            box-shadow: 0 0 2px 2px #278bff6a;
        }


.otp-wrapping button {
    margin-top: 25px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    border: none;
    padding: 9px 0;
    cursor: pointer;
    border-radius: 6px;
    /* pointer-events:none;*/
    background: #4070f4;
    transition: all 0.2s ease;
}

    .otp-wrapping button:disabled,
    .otp-wrapping button[disabled] {
        /*  border: 1px solid #999999;*/
        background-color: #cccccc;
        color: #666666;
    }

    .otp-wrapping button.active {
        background: #4070f4;
        pointer-events: auto;
    }
/*.otp-wrapping  button:hover{
        background:#8e4bf1;
    }*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.re-otp {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

/*form section*/
.section-wrapper {
    padding: 25px 4px 48px;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cust-details {
    background: rgb(249 249 249);
    border: 4px solid hsl(0, 0%, 90%);
    box-shadow: rgb(0 0 0 / 25%) 0px 0.0625em 0.0625em, rgb(0 0 0 / 25%) 0px 0.125em 0.5em, rgb(255 255 255 / 10%) 0px 0px 0px 1px inset;
    padding: 16px;
}

.Dp-notification {
    font-size: 14px;
    font-weight: 500;
    color: #00adef;
}



.sweet-alert {
    width: 21em !important;
}

    .sweet-alert h2 {
        font-size: 15px !important;
    }

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-select:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.confirmTerms-modal {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: rgb(249 249 249);
    border: 4px solid hsl(0deg 100% 98%);
}

    .confirmTerms-modal .modal-title {
        font-size: 22px;
        font-weight: 500;
        color: #ffc430;
        text-align: center;
    }

    .confirmTerms-modal .modal-header {
        padding: 8px 14px 5px 12px;
    }

    .confirmTerms-modal .modal-body {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        padding: 27px;
        background: #FFF;
    }

        .confirmTerms-modal .modal-body .terms-section p {
            font-weight: normal;
            font-size: 14px;
            line-height: 24px;
            text-align: justify;
        }

.Errorspan {
    font-size: 12px;
    white-space: nowrap;
}

.logo-img {
    max-width: 198px;
}



/*loader*/
.spinner {
    --size: 30px;
    --first-block-clr: #005bba;
    --second-block-clr: #fed500;
    --clr: #111;
    z-index: 9999;
    background: rgb(249,249,249);
    opacity: .9;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 99999;
    /* display: none;*/
}



    .spinner::after, .spinner::before {
        display: block;
        box-sizing: border-box;
        position: absolute;
        content: "";
        width: var(--size);
        height: var(--size);
        top: 50%;
        animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
        left: 50%;
        background: var(--first-block-clr);
    }

    .spinner::after {
        background: var(--second-block-clr);
        top: calc(50% - var(--size));
        left: calc(50% - var(--size));
        animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
    }

@keyframes down {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(100%) translateY(100%);
    }

    75% {
        transform: translateY(100%);
    }
}

@keyframes up {
    0%, 100% {
        transform: none;
    }

    25% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(-100%) translateY(-100%);
    }

    75% {
        transform: translateY(-100%);
    }
}

/*------------------
          session out page
        -------------------*/
.sessionout {
    width: 100%;
    background-image: url('../../images/c.gif');
    display: block;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #09cbd0;
}

.ssn-hed {
    text-align: center;
    color: white;
    padding-top: 57px;
    font-size: 57px;
    font-weight: 900;
    margin: 0;
}

.ssn-btn {
    display: block;
    position: absolute;
    top: auto;
    bottom: 15%;
    left: auto;
    right: 45%;
    border: none;
    border-radius: 25px;
    padding: 11px 20px;
    background: #9C27B0;
    color: white;
    box-shadow: 0 0 14px 3px #00000026;
}

.alert {
    position: fixed;
    top: 110px;
    right: 92px;
    box-shadow: 0 0 8px rgb(0 0 0 / 25%);
    border: none;
    border-left: 0.5em solid transparent;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    line-height: 1.3em;
    min-width: 200px;
    z-index: 1999;
}

    .alert i {
        font-size: 24px;
    }

.alert-success {
    background: #e3fcf0;
    border-color: #0f9d58;
}

.timeshow {
    font-size: 21px;
    padding-top: 12px;
    font-weight: 600;
}

.available__balance {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 18px;
    margin-top: -15px;
}

    .available__balance .balance hr {
        width: 100px;
        height: 2px;
        background: #000;
        border: none;
    }

    .available__balance .title {
        font-weight: 600;
        color: #ff824d;
        font-size: 20px;
    }

.transactionid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

    .transactionid span {
        color: #3f3f3f;
        font-size: 14px;
        font-weight: 600;
    }

.emi_container .form-label {
    font-size: 12px;
}

.emi_container .form-control {
    padding: 4px 4px;
    font-size: 13px;
}

.pycAcc span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.pycAcc p {
    text-align: left;
    font-size: 13px;
}

.info-table thead {
    font-size: 13px;
}


    .info-table thead th {
        padding: 6px 6px;
    }

.info-table > :not(caption) > * > * {
    padding: 6px 6px;
    font-size: 13px;
}

.info-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    font-size: 13px;
}

    .info-table th {
        padding: 6px 6px;
        font-size: 13px;
        line-height: 18px;
        border-bottom: 1px solid #C4C4C4;
        white-space: nowrap;
        text-align: center;
    }

.paybtn {
    color: #198754;
    background-color: #19875426;
    padding: 5px 12px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px dotted;
    border-radius: 6px;
}

.status {
    border: 2px solid;
    padding: 6px 7px;
    margin: 2px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #4caf50 !important;
    font-size: 9px;
    /* letter-spacing: 2.5px; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 70%;
    border-radius: 6px;
    font-weight: 600;
}

.cmp-sts {
    color: #4caf50 !important;
}

.pnd-sts {
    color: #6f42c1 !important;
}

.pnd-red-sts {
    color: red !important;
}

.payment_total {
    border-radius: 2px;
    padding: 9px 16px;
    background: #f9f9f9;
    display: block;
    width: 100%;
    line-height: 1.5;
    border: 1px dashed #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Pay_ammt {
    color: #ff0000;
    font-weight: 700;
    font-size: 16px;
}
/*--------------paydownpayment-----*/
.payment__success__body {
    padding: 6px 24px;
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.03) 0%, rgba(39, 61, 177, 0.03) 100%);
    margin-bottom: 9px;
}

    .payment__success__body ul li:not(:last-child) {
        border-bottom: 1px solid #d8d8d8;
    }

    .payment__success__body ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .payment__success__body ul li span {
            color: #000;
            font-size: 16px;
            font-weight: 400;
            padding: 7px 0;
        }

        .payment__success__body ul li .textbo {
            font-weight: 600;
            color: #6a6a6a;
            font-size: 14px;
        }




.confirm__invocie {
    background: linear-gradient(90deg, rgba(41, 66, 203, 0.05) 0%, rgba(39, 61, 177, 0.05) 100%);
    border-radius: 5px;
    padding: 20px 20px;
}

    .confirm__invocie h5 {
        margin-bottom: 20px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
    }

/*.dtext {
    color: #3F3F3F !important;
}*/

.fw-600 {
    font-weight: 600;
}


.price__cost li span {
    font-weight: 400;
    /*  font-size: 1.125rem;*/
    font-size: 16px;
    color: #000;
}

.price__cost li .amt {
    font-weight: 600;
    color: #6a6a6a;
    font-size: 14px;
}

.lato {
    font-family: "Lato", sans-serif;
}

.confirm__invocie .product__total {
    border-bottom: 1px solid #D5DAF3;
}

.mb__30 {
    margin-bottom: 30px;
}

.confirm__invocie .price__cost li:not(:last-child) {
    margin-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
}

.cmn__btn {
    border-radius: 5px;
    padding: 5px 29px 7px;
    font-weight: 700;
    font-size: 1.125rem;
    display: inline-block;
    color: #FFF;
    position: relative;
    background: #2840BF;
    overflow: hidden;
    transition: all 0.5s;
    cursor: pointer;
}

.Emi_schedule .modal-title {
    color: #f2713a;
    font-weight: 600;
}

.cmn__btn:hover {
    background-color: #344fdb;
    color: #FFF;
}

.confirm__invocie .price__cost li:last-child {
    border-radius: 2px;
    padding: 9px 15px;
    margin-top: 15px;
    background: #FFF;
}

.total-amt {
    color: #050bc6;
    font-weight: 700 !important;
}

#SessionTimeOut {
    display: none;
}

.switcher-btn {
    position: fixed;
    top: 51px;
    /* left: -75px; */
    color: #fa0000;
    background: #FFF;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 25px;
    z-index: 999;
    right: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

    .switcher-btn a {
        color: #fa0000;
    }

.payment_conformation {
    background: #FFF;
}

    .payment_conformation h1 {
        font-size: 29px;
        margin: 10px;
        text-align: center;
        font-weight: 700;
        padding-top: 17px;
        color: #ee723e;
    }
 
.card-primary.card-outline {
    border-top: 4px solid #f2713a;
}
/*.img-circle {
    border-radius: 50%;
}*/

.profile-user-img {
    /*   border: 3px solid #adb5bd;*/
    margin: 0 auto;
    padding: 3px;
    width: 115px;
}

.profile-username {
    font-size: 21px;
    margin-top: 5px;
}

.payment_conformation p {
    text-align: center;
    color: #b4b4b4;
}

.info-table1 {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
}

.DivEmiSchedule .info-table > :not(caption) > * > * {
    padding: 3px 2px;
    font-size: 12px;
    /* height: 3px !important; */
}
/*.DivEmiSchedule .info-table:first-child {
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}*/

.DivEmiSchedule .info-table tbody tr p {
    margin: 0;
}

.DivEmiSchedule .info-table tbody tr td:first-child {
    margin: 0;
    padding: 7px;
    padding-top: 16px;
}

.DivEmiSchedule table.dataTable thead > tr > th.sorting_asc {
    padding-right: 6px;
}

.modal {
    background: #dee2e682;
}
/*.total-section {
    position: relative;
    overflow: hidden;
    padding: 1em;
    background: #f1f1f1;
    border-bottom-left-radius: 0.8em;
    border-bottom-right-radius: 0.8em;
}
    .total-section:before {
        content: '';
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        left: -0.8em;
        top: -0.8em;
        background: #FFFFFF;
    }
    .total-section:after {
        content: '';
        position: absolute;
        width: 1.6em;
        height: 1.6em;
        border-radius: 50%;
        right: -0.8em;
        top: -0.8em;
        background: #FFFFFF;
    }
.separation-line {
    border-top: 1px dashed #aaa;
    margin: 0 0.8em;
}*/

/*.emiDel {
    padding-top: 78px;
}*/
/*.emi_container table td:nth-child(2) {
    padding-left: 30px;
}*/
.emi_container table td:nth-child(1) label {
    white-space: nowrap;
    font-size: 12px;
}

.animated-button1 {
    /*background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);*/
    background: #19875426;
    padding: 7px 8px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #254ada !important;
    font-size: 12px;
    /* letter-spacing: 2.5px; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 50%;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
}

    .animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad8585;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
        opacity: 0.2;
    }

    .animated-button1 span {
        position: absolute;
    }

        .animated-button1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #1534ca);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #1534ca);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #1534ca);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #1534ca);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/*---------Screen Out----------*/
/*.img1.in_anim {
    animation: rotation1 .7s ease-out 0.3s;
}
*/
/*.img2.in_anim {
    animation: rotation2 .7s ease-out 0.3s;
}

@keyframes rotation1 {
    0% {
        opacity: 0;
        transform: translateX(-30rem) rotate(-45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem)rotate(0deg);
    }
}

@keyframes rotation2 {
    0% {
        opacity: 0;
        transform: translateX(30rem) rotate(45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0rem) rotate(0deg);
    }
}

.img1.in_anim {
    animation: rotation1 .7s ease-out 0.4s;
}

@keyframes rotation1 {
    0% {
        opacity: 0;
        transform: translateX(0rem)rotate(0deg);
    }

    100% {
        opacity: 1;
        transform: translateX(-30rem) rotate(-45deg);
    }
}*/


/*.img1 {*/
/* Initial styles without animation */
/*opacity: 0;
    transform: translateX(0rem) rotate(0deg);
}

    .img1.in_anim {*/
/* Animation styles */
/*animation: rotation1 .7s ease-out 0.3s;
    }

@keyframes rotation1 {
    0% {
        opacity: 0;
        transform: translateX(0) rotate(-45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(-30rem) rotate(0deg);
    }
}





.img2 {*/
/* Initial styles without animation */
/*opacity: 0;
    transform: translateX(30rem) rotate(45deg);
}

    .img2.in_anim {*/
/* Animation styles */
/*animation: rotation2 .7s ease-out 0.3s;
    }

@keyframes rotation2 {
    0% {
        opacity: 0;
        transform: translateX(30rem) rotate(45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }
}*/


.payment__success__inner {
    box-shadow: 0px 6px 30px rgb(0 0 0 / 8%);
    border-radius: 10px;
    background: #FFF;
    border-radius: 5px;
    padding: 32px;
    padding-top: 10px;
}

    .payment__success__inner .payment__success__header {
        text-align: center;
        /*margin-bottom: 24px;*/
    }

        .payment__success__inner .payment__success__header .icon {
            /* width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #008f20;
            margin: 0 auto 10px;*/
            width: 112px;
            height: 83px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* background: #008f20; */
            margin: 0 auto 10px;
        }

            .payment__success__inner .payment__success__header .icon i {
                color: #FFFFFF;
                font-size: 1.625rem;
                margin-top: -3px;
            }

        .payment__success__inner .payment__success__header h3 {
            margin-bottom: 8px;
            font-weight: 700;
            font-size: 29px;
        }

            .payment__success__inner .payment__success__header h3.Pay_Failed {
                color: #ff0000;
            }

            .payment__success__inner .payment__success__header h3.Pay_Success {
                color: #00c3ff;
            }

            .payment__success__inner .payment__success__header h3.Pay_pending {
                color: #ff5a00;
            }

.Pay_Success_satus {
    color: #00c3ff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.Pay_Failed_satus {
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.Pay_pending_satus {
    color: #ff5a00 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.payment__success__inner .payment__success__footer .payment-success__footer-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 24px;
}

    .payment__success__inner .payment__success__footer .payment-success__footer-inner a {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }

        .payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon {
            margin-top: 5px;
        }

        .payment__success__inner .payment__success__footer .payment-success__footer-inner a span {
            color: #000;
            font-size: 1rem;
            font-weight: 400;
            font-family: "Lato", sans-serif;
            text-decoration: none;
        }

        .payment__success__inner .payment__success__footer .payment-success__footer-inner a .icon i {
            font-size: 1.25rem;
            color: #2840bf;
            margin-top: -3px;
        }

.EMI_img {
    max-width: 283px;
}

.EMI_Buttons .payment__success__inner {
    box-shadow: none !important;
}

    .EMI_Buttons .payment__success__inner .payment__success__footer .payment-success__footer-inner a {
        box-shadow: 0px 6px 30px rgb(0 0 0 / 8%);
        padding: 3px 6px;
        border-radius: 6px;
    }


/*---------------Captcha-----------------*/
#captcha {
    margin: 30px 0px 0px 0px;
}

    #captcha .preview {
        color: #555;
        width: 100%;
        text-align: center;
        height: 40px;
        line-height: 40px;
        letter-spacing: 8px;
        border: 1px dashed #888;
        border-radius: 0.5em;
        /*margin-bottom: .5em;*/
        background-image: url('../images/Captcha.jpg');
        background-position: center;
        font-weight: 700;
        font-size: 23px;
    }

.Captcha_refresh {
    right: 7px;
    cursor: pointer;
    color: blue;
    top: 33px;
}
/*.Captcha_refresh ::after {
        content: '';
        width: 1px;
        height: calc(100% - 0px);
        position: absolute;
        right: 30px;*/
/* margin: 2px 0; */
/*border: 1px solid #C0C2C3;
    }*/
.form-control.cptcha-form {
    font-size: 14px;
    padding: 9px 13px;
}

.Captcha_refresh i {
    font-size: 21px;
}

.form-control.is-valid {
    border-color: #198754;
}

.form-control.is-invalid {
    border-color: red;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}

    .rotate.down {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

#captchaImageContainer img {
    width: 100%;
}

.complaintLink {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

    .complaintLink a {
        font-weight: 600;
    }

/* -------------Footer---------------*/
.footer {
    padding: 15px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
    background: #ffffff;
}

    .footer .copyright {
        text-align: center;
        color: #012970;
    }

.e-ots {
    color: #ff981c;
}
