@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
::-webkit-scrollbar {
    width: 7px;
}
.select2-results__options::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #e0dfef;
}
::-webkit-scrollbar-thumb {
    background: #a3a3d9;
}
::-webkit-scrollbar-thumb:hover {
    background: #8686c0;
}
::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0;
    width: 21px;
    height: 20px;
}
body, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
body{
      overflow-x: hidden;
}

.loader {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    display: none;
}
.loader .loaderdata{
    text-align: center;
    position:absolute;
    top:40%;
    left:0;
    width:100%;
}
.loader .load{
    display: block;
    width:30px;
    height:30px;
    margin:15px auto ;
    text-align: center;
    position: relative;
}
.loader .load:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    margin: 0;
    font-size: 6px;
    text-indent: -9999em;
    border-top: 1.1em solid #0066a5;
    border-right: 1.1em solid #0066a5;
    border-bottom: 1.1em solid #0066a5;
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1s infinite linear;
}



.loader-inline {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}



.loader-inline:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    margin: 0;
    font-size: 6px;
    text-indent: -9999em;
    border-top: 1.1em solid #0066a5;
    border-right: 1.1em solid #0066a5;
    border-bottom: 1.1em solid #0066a5;
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1s infinite linear;
}



@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }



    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }



    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img{
    max-width:100%;
    vertical-align:middle;
}
.wrapbody{
    padding:0 10px;
    overflow-x: hidden;

}
.date-calendar,.hasDatepicker {
    cursor: pointer;
    background: url(../img/cal-icon.png);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}
.select-arrow {
    cursor: pointer;
    background: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right 5px top 10px;
}
input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}
input[type=date].form-control {
    padding-right: 10px;
}
.bg-form, .bg-head {
    background-color: #f6f9ff;
    padding-left: 4.5%;
}
.bg-details {
    background: #ffffff;
    color: #3b3b3d;
    padding-right: 4.5%;
    margin-bottom: 100px;
    font-size: 14px;
    font-weight: 500;
}
.bg-details h3 {
    color: #0d1551;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 13px;
}
.bg-details h6 {
    color: #363638;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 25px;
}
.bg-details h5 {
    font-size: 15px;
    font-weight: 700;
}
.brand {
    padding: 15px 0;
}
.brand img,
.brand-banner img{
    max-height:180px;
    max-width:690px;
}
.error-page, .error-page .h1, .error-page .h2, .error-page .h3, .error-page .h4, .error-page .h5, .error-page .h6,
.error-page h1, .error-page h2, .error-page h3, .error-page h4, .error-page .error-page h5, .error-page h6 {
    font-family: 'Montserrat', sans-serif;
}
.error-page .brand img {
    max-height: 180px;
    max-width: 350px;
}
.error-page .brand-banner img{
    max-height:180px;
    max-width: 350px;
}
.error-page .brand-banner {
     padding-top:15px !important;
}
.brand-text h1 {
    font-size: 25px;
    margin: 0;
}
.brand-text p {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
}
.form-card {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,.050)!important;
    border-radius: 1px;
    padding: 30px 50px;
}
.title {
    font-size: 18px;
    font-weight: 600;
}
.form-control, .form-select {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
    padding: 10px 20px;
    border: 1px solid #bac9e6;
    background-color: #fbfbfe;
}
.form-control::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
}
.form-control::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
}
.form-label {
    font-size: 12px;
    font-weight: 500;
    color: #5e697e;
    margin-bottom: 5px;
}
.has-error .form-control, .has-error .form-select {
    border-color: #fcc2c7;
    background-color: #fff3f5;
}
.theme-radio {
    padding-top: 10px;
}
.theme-radio .form-check-inline {
    width: calc(50% - 2rem);
    padding-bottom: 0;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}
.form-check-input:checked {
    border: 1px;
}
.theme-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #bac9e6;
    background-color: #fbfbfe;
}
.theme-check .form-check-label {
    line-height: 25px;
    font-weight: 500;
    font-size: 15px;
    color: #5e697e;
    margin-left: 0px;
}
.form-check {
    padding-left: 12px;
}
.form-check input[type=radio]{
        margin-left: -1.5em;
}
.theme-check .form-check-input {
    width: 20px;
    height: 20px;
    border: 1px solid #bac9e6;
    background-color: #fbfbfe;
}

.theme-check .form-check-input:checked[type=checkbox] ,
.theme-check .form-check-input:checked[type=radio] {
    background-color: #1a191e;
}
.btn-sec {
    margin-top: 20px;
    padding: 25px 0;
    border-top: 2px solid #bac9e6;
}
.btn-sec .btn-primary {
    font-family: 'Roboto', sans-serif;
    background-color: #1a1a1d;
    color: #ffffff;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 180px;
}
.btn:first-child:active {
    background-color: #595760;
}
.btn-outline-primary {
    border: 2px solid #d8e3f8;
    color: #464646;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-width: 180px;
}
.btn-outline-primary img {
    width: 22px;
    margin-right: 5px;
}
.btn-outline-primary:hover {
    background-color: #f6f9ff;
    border-color: #a3a3d9;
    color: #a3a3d9;
}
.copy-right {
    padding: 25px 0 10px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}
.f-brand-list {
    list-style: none;
    display: inline-flex;
    margin-bottom: 0;
    padding: 0 0 25px 0;
}
.f-brand-list li{
    padding:0 5px;
}
.tick-list {
    list-style-image: url('../img/list-icon.png');
    padding-left: 1.3rem;
}
.tick-list li {
    margin-bottom: 5px;
}
.contact {
    margin-bottom: 25px;
}
.contact p img {
    margin-right: 7px;
    width: 25px;
}
.accordion-item {
    border-radius: 0;
    margin-bottom: 7px;
    border: 0;
}
.accordion-item:first-of-type {
    border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
    border-radius: 0;
    box-shadow: none;
    background-color: #f6f9ff;
}
.accordion-button {
    font-family: 'Roboto', sans-serif;
    background-color: #f6f9ff;
    color: #363638;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none !important;
}
.accordion-body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    background-color: #fbfcff;
    color: #363638;
    padding: 10px 20px;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow-icon.png');
}
.accordion-button:not(.collapsed) {
    background-color: #f6f9ff;
}
.qr-acordian {
    text-align: center;
}
.qr-modal {
    padding: 35px;
}
.qr-modal img {
    width: 250px;
}
.qr-acordian img {
    width: 175px;
}
.modal-content {
    border: none;
    border-radius: 13px;
}
.modal-content .btn-close {
    right: -10px;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #f5f9fe;
    opacity: 1;
    color: #b2b9c8;
    border-radius: 50px;
    border: 5px solid #f5f9fe;
    top: -10px;
}
.qr-head {
    color: #1179bc;
    font-size: 18px;
    margin-bottom: 15px;
}
.qr-acordian .qr-head {
    color: #0d1551;
    font-size: 16px;
    margin-bottom: 5px;
}
/* .f-spacer {
    padding: 50px 0;
} */
.error-data {
    padding: 50px 0;
    padding-bottom: 100px;
}
.error-data h1 {
    font-size: 34px;
    font-weight: bold;
}
.error-data h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.error-data p, .transact-details {
    font-size: 14px;
    color: #464646;
    font-weight: 500;
    margin-bottom: 25px;
}

.title-th{
    position: relative;
}
.transact-details {
    margin-bottom: 35px;
    text-align: left;
}
.transact-details span {
    float: right;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    top:2px;
    right: 0;
}
.error-page .img-responsive {
    width: 100%;
}
select:required:invalid {
color: gray;
}
option[value=""][disabled] {
display: none;
}
option {
color: black;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fbfbfe;
    border: 1px solid #bac9e6;
    border-radius: 0.375rem;
    padding: 0;
    height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 41px;
    cursor: pointer;
    background: url(../img/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: right 5px top 10px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-search--dropdown {
    padding: 10px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 0.375rem;
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
    padding: 10px 20px;
    border: 1px solid #bac9e6;
    background-color: #fbfbfe;
    outline: none !important;
    background: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: right 5px top 13px;
}
.select2-dropdown {
    background-color: #f3f3fd;
    border: none;
}
.select2-results__option {
    padding: 5px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    color: #565a60;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a3a3d9;
    color: white;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 0.375rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 14px;
    color: #5e697e;
    text-transform: capitalize;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 150px;
    margin: 0 20px;
    margin-bottom: 10px;
}
.alert {
    font-size: 15px;
    padding: 13px 20px;
    margin-bottom: 25px;
}
.alert-dismissible .btn-close {
    padding: 17px;
}
.mobile-footer {
    display: none;
    margin-bottom: 50px;
}
.back-desc {
    display: none;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #5e697e;
    font-weight: 500;
    line-height: 25px;
}
.back-desc:hover{
    color: #38445a;
    text-decoration: underline;
    cursor: pointer;
}
.back-desc img {
    height: 25px;
}
.help-block {
    color: #e33a4c;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-top: 3px;
}
.field-paymentmaster-phone .input-group-addon,
.field-paymentmaster-amount .input-group-addon {
    width:20%;
    min-width: 68px;
}
.field-paymentmaster-phone .input-group-addon .form-control,
.field-paymentmaster-amount .input-group-addon .form-select{
    padding: 10px 0px 10px 10px ;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.req {position: relative;}
.req:after {content: '*';height: 5px; width: 5px; position: absolute; top: 0; right: -8px;}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label,.req:after,label span {
    color: #d01d19
}

#notewrap {
    background: #fbfbfe;
    padding: 10px 20px;
    border-left: 3px solid #bac9e6;
    font-family: 'Roboto', sans-serif;
    background-color: #f6f9ff;
    color: #363638;
    font-weight: 500;
    font-size: 14px;
}



/*********** datepicker************/

.ui-datepicker {
    width: 15em;
}
.ui-widget {
    font-family: Roboto;
    font-size: 1em;
}
.ui-widget-header{
    border:0px solid #dddddd;
    background: #f3f3fc;
    color: #333333;
    font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    background:#5c7cb9;
        border:0px solid #cccccc;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    background:#5c7cb9;
        border:0px solid #cccccc;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
        width: 1.5em;
    height: 1.5em;
}
.ui-widget-header .ui-icon{
    background-image:none;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
    top:0;
}
.ui-datepicker .ui-datepicker-next span{
    background-image:url('../img/calarrow.png');
    background-position: -19px -1px;
}

.ui-datepicker .ui-datepicker-prev{
    right:35px;
    top:0;
        left: inherit;
}
.ui-datepicker .ui-datepicker-prev span{
    background-image:url('../img/calarrow.png');
    background-position: -1px -1px;
}
.ui-datepicker .ui-datepicker-title {
        margin: 0 4.3em 0 0.5em;
    line-height: 1.8em;
    text-align: left;
}
.ui-widget-content{
    background:#f3f3fc;
    border:1px solid #ebebfa;
}
.ui-widget.ui-widget-content{
    border:1px solid #ebebfa;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.ui-datepicker .ui-datepicker-header{
    padding:0;
}
.ui-datepicker table {
    font-size: .8em;
}

.ui-datepicker th{
        padding: 0px;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    color:#000;
    border:0px solid #ccc;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity:0.5;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    background:#f3f3fc;
    font-weight: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active,
.ui-state-hover, .ui-widget-content .ui-state-hover{
    color: #fff;
    background:#5c7cb9;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
    background: #bed0f3;
    color:#000;
}




.ft-brand-img {
    width: 100%;
}
.f-brand-list li img {
    height:30px;
}
@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 350px;
    }
}
@media (min-width: 992px) {
    .bg-details .row{
        justify-content: end;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width:1300px
    }
}
@media (max-width: 991px) {

    .bg-head {
            background: #ffffff;
    }
    .brand-banner{
        text-align: center;
    }
        .bg-form {
            display: block;
        background-color:#fff;
        padding: 0;
        }
        .mobile-footer {
            display: none;
        }
    .bg-details{
        padding-right:15px;
        padding-left:15px;
        padding-top:13px;
        margin:0px auto;
        width:80%;
    }
    .f-brand-list{
        padding:0 0 25px 0;
    }
    .form-card {
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0,0,0,0)!important;
        border-radius:0px;
        padding: 30px 10% 10px;
    }

    .btn-sec {
        margin-top:10px;
        padding: 25px 0 10px;
        border-top: 2px solid #bac9e6;
    }
    .mobile-footer .btn-sec {
        border-top:0px solid #bac9e6;
        padding: 25px 0;
    }
    .mobile-footer  .f-brand-list {
        padding: 0 0 5px 0;
    }
    /*
    .error-page .tophead{
        border-bottom:2px solid #bac9e6;
    } */
        .brand, .brand-banner {
            border-bottom: 2px solid #e0dfef;
            margin-bottom: 20px;
        }
    .error-data{
        padding:10px 0 50px 0;
    }
    .brand, .brand-banner{
            text-align: center;
        }
        .brand img, .brand-banner img{
            margin:0 auto 0px;
        max-height: 87px;
        }
    .bg-details
        {
            display: none;
        }

}
@media (max-width: 600px) {
    .form-card {
        padding: 30px 5% 10px;
    }
}
@media (max-width: 480px) {
    .bg-details{
        width:100%;
    }
    .form-card {
        padding:20px 15px 10px;
    }
        .mobile-footer .f-brand-list {
            flex-wrap: wrap;
            justify-content: center;
        }
        .f-brand-list li {
            padding: 0 5px;
            margin: 5px 0;
        }
}

@media (max-width: 400px) {
    .brand-banner {
        padding: 10px;
        margin-bottom: 20px;
    }
    .form-card {
        padding: 30px 20px;
        padding-top: 0;
        box-shadow: none !important;
    }
    .brand-text {
        display: none;
    }
    .brand-text-only {
        display: block;
        padding: 20px 0;
        border-bottom: 2px solid #e0dfef;
        margin-bottom: 20px;
    }
    .bg-form, .bg-head {
        background-color: #ffffff;
    }
    .bg-details {
        margin-bottom: 0;
    }
}
