* {
    box-sizing: border-box;
}
/*@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Regular.eot');
    src: url('../fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Regular.woff2') format('woff2'),
        url('../fonts/Lexend-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-SemiBold.eot');
    src: url('../fonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('../fonts/Lexend-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '../fonts/Lexend';
    src: url('../fonts/Lexend-Bold.eot');
    src: url('../fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Bold.woff2') format('woff2'),
        url('../fonts/Lexend-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '../fonts/Lexend';
    src: url('../fonts/Lexend-Medium.eot');
    src: url('../fonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Medium.woff2') format('woff2'),
        url('../fonts/Lexend-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '../fonts/Lexend';
    src: url('../fonts/Lexend-Light.eot');
    src: url('../fonts/Lexend-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-Light.woff2') format('woff2'),
        url('../fonts/Lexend-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '../fonts/Lexend';
    src: url('../fonts/Lexend-ExtraBold.eot');
    src: url('../fonts/Lexend-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lexend-ExtraBold.woff2') format('woff2'),
        url('../fonts/Lexend-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirRegular.eot');
    src: url('../fonts/AvenirRegular.eot') format('embedded-opentype'),
    url('../fonts/AvenirRegular.woff2') format('woff2'),
    url('../fonts/AvenirRegular.woff') format('woff'),
    url('../fonts/AvenirRegular.ttf') format('truetype'),
    url('../fonts/AvenirRegular.svg#AvenirRegular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirBlack.eot');
    src: url('../fonts/AvenirBlack.eot') format('embedded-opentype'),
    url('../fonts/AvenirBlack.woff2') format('woff2'),
    url('../fonts/AvenirBlack.woff') format('woff'),
    url('../fonts/AvenirBlack.ttf') format('truetype'),
    url('../fonts/AvenirBlack.svg#AvenirBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirBook.eot');
    src: url('../fonts/AvenirBook.eot') format('embedded-opentype'),
    url('../fonts/AvenirBook.woff2') format('woff2'),
    url('../fonts/AvenirBook.woff') format('woff'),
    url('../fonts/AvenirBook.ttf') format('truetype'),
    url('../fonts/AvenirBook.svg#AvenirBook') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirHeavy.eot');
    src: url('../fonts/AvenirHeavy.eot') format('embedded-opentype'),
    url('../fonts/AvenirHeavy.woff2') format('woff2'),
    url('../fonts/AvenirHeavy.woff') format('woff'),
    url('../fonts/AvenirHeavy.ttf') format('truetype'),
    url('../fonts/AvenirHeavy.svg#AvenirHeavy') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirLight.eot');
    src: url('../fonts/AvenirLight.eot') format('embedded-opentype'),
    url('../fonts/AvenirLight.woff2') format('woff2'),
    url('../fonts/AvenirLight.woff') format('woff'),
    url('../fonts/AvenirLight.ttf') format('truetype'),
    url('../fonts/AvenirLight.svg#AvenirLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'avenir';
    src: url('../fonts/AvenirMedium.eot');
    src: url('../fonts/AvenirMedium.eot') format('embedded-opentype'),
    url('../fonts/AvenirMedium.woff2') format('woff2'),
    url('../fonts/AvenirMedium.woff') format('woff'),
    url('../fonts/AvenirMedium.ttf') format('truetype'),
    url('../fonts/AvenirMedium.svg#AvenirMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body {
    background: #fff;
    font-family: 'avenir';
}

li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #819eb8;
}

a:hover {
    color: #9e74a9;
}
img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.card {
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 5px 15px #3f505d42;
    border-radius: 20px;
    min-width: 500px;
}
.pl-2{
    padding-left: 6px;
}

.card > .card_body {
    padding: 20px;
}

.card>.col,
.card>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.card .row {
    margin-right: -5px;
    margin-left: -5px;
}

.card .row>.col,
.card .row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.card .card_header {
    background: #f4f9fc;
    padding: 10px 20px;
}

.card_title {
    color: #0d2fa6;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.card_subtitle {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.bg-icon {
    margin-right: 10px;
    font-size: 0.8125rem;
    line-height: 1;
    background: rgba(108, 114, 147, 0.2);
    width: 31px;
    height: 31px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-l-purple {
    background-color: #f4f9fc;
}
.border-purple {
    border-color: #cee4f0!important;
}
.bg-l-success {

}
.Infobox {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 5px 15px #21172721;
}
.form-check {
    min-height: 18px;
    padding-left: 1.5em;
}
/*.form-check .form-check-label {
    display: block;
    padding-left: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #6c7293;
}*/
.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-check-muted.form-check label input[type="checkbox"] + .input-helper:before, .form-check-muted.form-check label input[type="radio"] + .input-helper:before {
    border-color: #6c7293;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid #0090e7;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    position: absolute;
    top: 2px;
    left: 0;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: Material Design Icons;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\F12C';
    font-size: 0.875rem;
    font-weight: bold;
    color: #ffffff;
    top: 1px;
}
.form-check-muted.form-check label input[type="checkbox"]:checked + .input-helper:before, .form-check-muted.form-check label input[type="radio"]:checked + .input-helper:before {
    background: #6c7293;
}

.badge-outline-success {
    color: #00d25b;
    border: 1px solid #00d25b;
}

.badge {
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: initial;
    line-height: 1;
    padding: 0.5rem 0.7rem;
    font-weight: 500;
}
.badge-outline-warning {
    color: #ffab00;
    border: 1px solid #ffab00;
}
.badge-outline-danger {
    color: #fc424a;
    border: 1px solid #fc424a;
}





.floating_label select,
.input_box {
    border: 1px solid #dfdfe1;
    border-radius: 4px !important;
    background: #fff;
    width: 100%;
    padding: 12px 11px;
    color: #4F1F20;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: 45px;
    height: 100%;
}

.input_box::-webkit-input-placeholder {
    color: #807D7D;
    font-weight: 500;
}

.input_box::-moz-placeholder {
    color: #807D7D;
    font-weight: 500;
}

.input_box:-ms-input-placeholder {
    color: #807D7D;
    font-weight: 500;
}

.input_box:-moz-placeholder {
    color: #807D7D;
    font-weight: 500;
}

.floating_label select:focus,
.input_box:focus {
    border-color: #cee4f0;
    outline: none;
/*    box-shadow: 0 2px 10px rgb(15 147 225 / 25%);*/
box-shadow: 0 2px 5px rgb(15 147 225 / 10%);
}


.input_box+label {
    transition-duration: .2s;
    display: block;
    pointer-events: none;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #807D7D;
    font-size: 14px;
}

.input_box.active+label,
.input_box:focus+label {
    transform: translate(0, -2.1em) scale(0.9, 0.9);
    background: #fff;
    padding: 0 3px;
    color: #0f93e1;
    font-size: 14px;
    font-weight: 600;
    left: 4px;
}

.input_group {
    position: relative;
}

.input_group .input_box {
    padding-right: 25px;
}

.input_field {
    position: relative;
    display: grid;
    align-content: center;
    min-height: 45px;
}

.input_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 45px;
    height: 100%;
    border: 1px solid #0f93e1;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0f93e1;
    background: #fff;
}

.input_icon:hover {
    background: #0f93e1;
    color: #fff;
}

.input_box:focus+label span {
    width: auto;
}

select.input_box {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #807D7D;
    font-size: 14px;
}

select.input_box::-ms-expand {
    display: none;
}

.floating_label {
    position: relative;
    margin-bottom: 0px;
    height: 100%;
}

.floating_label .form-control:focus~label,
.floating_label .select2.select2-container--focus~label,
.floating_label .select2.select2-container--open~label,
.floating_label.select-active label {
    top: -8px;
    background: #fff;
    padding: 0 3px;
    color: #0f93e1;
    font-size: 12px;
    font-weight: 600;
}

.floating_label label {
    position: absolute;
    margin: 0;
    color: #807D7D;
    font-size: 14px;
    font-weight: 500;
    top: 12px;
    left: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 1;
    pointer-events: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e7610c;
    color: white;
}

select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

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



input[type="checkbox"] {
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid  #DBDFE9;
    display: block;
}

input:checked[type="checkbox"] {
    background-color: #ED526E;
    position: relative;
    border-color: #ED526E;
}
.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    padding: 8px 25px;
    border-radius: 7px;
}
.btn.btn-primary {
    background: #ED526E;
    border-color: #ED526E;
}
.btn.btn-primary:hover{
    background: #fff;
    color: #ED526E;
}
.form-check-input:focus, .form-control:focus, .form-select:focus{
    box-shadow: 0 0 0 0.25rem rgb(218 186 211 / 30%);
}
.btn-check:checked + .btn, .btn.active,
.btn.show, .btn:first-child:active,
:not(.btn-check) + .btn:active {
    color: #ED526E;
    background-color: #ED526E;
    border-color: #ED526E;
}
input:checked[type="checkbox"]:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 6px;
    height: 8px;
    border: solid white;
    border-width: 0 1.2px 1.2px 0;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
}









.dropdown-item:not(.disabled).active,.dropdown-item:not(.disabled):active {
    background-color: #7367f0;
    color: #fff !important;
}

.dropdown-menu>li:not(.disabled)>a:not(.dropdown-item):active,.dropdown-menu>li.active:not(.disabled)>a:not(.dropdown-item) {
    background-color: #7367f0;
    color: #fff !important;
}

.navbar-nav .dropdown-menu {
    right: 0;
}





.layout-footer-fixed .layout-wrapper:not(.layout-horizontal) .bg-footer-theme .footer-container {
    background-color: #fff !important;
    color: #6f6b7d;
}

.bg-footer-theme .footer-link {
    color: #6f6b7d;
}

.bg-footer-theme .footer-link:hover,.bg-footer-theme .footer-link:focus {
    color: #5d596c;
}

.bg-footer-theme .footer-link.disabled {
    color: #a9a6b1 !important;
}

.bg-footer-theme .footer-text {
    color: #5d596c;
}

.bg-footer-theme .show>.footer-link,
.bg-footer-theme .active>.footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
    color: #5d596c;
}


.breadcrumb-item a {
    color: #545A6D;
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #E7610C;
}



/*@media (max-width: 767px) {
    .filled-phone .input_box {
        padding-left: 13px;
        padding-right: 45px;
    }

    .filled-phone .input_icon {
        right: 0;
        left: auto;
    }

    .filled-phone label {
        left: 4px !important;
    }

    .eway-form-contect .cncard {
        padding: 55px 25px 35px;
    }

    .all-btn {
        font-size: 12px;
        padding: 2px 8px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .input_box.active+label.input_label {
        color: #B70004;
    }

    .input_box.active+label,
    .input_box:focus+label {
        font-size: 12px;
        transform: translate(0, -2.4em) scale(0.9, 0.9);
        left: 7px;
    }

}




*/
