﻿@import"../webfonts/stylesheet.css";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

html {
    overflow-x: hidden
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

pre code {
    display: block;
    color: #000;
    background: #f3f3f3;
    font-family: "Consolas","Menlo","DejaVu Sans Mono",monospace
}

pre .subst, pre .title {
    font-weight: normal;
    color: #000
}

pre .comment {
    color: #535353;
    font-style: italic
}

pre .doctype {
    color: #535353
}

pre .tag {
    background: #f3f3f3
}

    pre .tag .title, pre .id, pre .attr_selector, pre .pseudo, pre .literal, pre .keyword, pre .hexcolor, pre .css .function, pre .ini .title, pre .css .class, pre .list .title, pre .tex .command {
        font-weight: normal;
        color: #ff0c64
    }

pre .attribute, pre .rules .keyword, pre .number, pre .date {
    font-weight: normal;
    color: #008cff
}

pre .number {
    font-weight: normal
}

pre .string, pre .value, pre .filter .argument, pre .css .function .params {
    color: #008900;
    font-weight: normal
}

.font-primary {
    font-family: "LexendDeca-Regular"
}

.font-medium {
    font-family: "LexendDeca-Medium"
}

.font-bold {
    font-family: "google_sansbold"
}

.font-semi-bold {
    font-family: "LexendDeca-SemiBold"
}

.font-primary-light {
    font-family: "LexendDeca-Light"
}

.font-extra-bold {
    font-family: "LexendDeca-ExtraBold"
}

h1, h2, h3, h4, h5, h6 {
    font-family: "google_sansbold"
}

strong {
    font-weight: normal;
    font-family: "google_sansbold"
}

.font-weight-noraml {
    font-weight: normal !important
}

.font-54 {
    font-size: 54px !important
}

.font-36 {
    font-size: 36px !important
}

.font-40 {
    font-size: 40px !important
}

.font-48 {
    font-size: 48px !important
}

.font-45 {
    font-size: 45px !important
}

.font-32 {
    font-size: 32px !important
}

.font-30 {
    font-size: 30px !important
}

.font-34 {
    font-size: 34px !important
}

.font-28 {
    font-size: 28px !important
}

.font-26 {
    font-size: 26px !important
}

.font-24 {
    font-size: 24px !important
}

.font-22 {
    font-size: 22px !important
}

.font-20 {
    font-size: 20px !important
}

.font-18 {
    font-size: 18px !important
}

.font-16 {
    font-size: 16px !important
}

.font-14 {
    font-size: 14px !important
}

.font-13 {
    font-size: 13px !important
}

.font-12 {
    font-size: 12px !important
}

.font-11 {
    font-size: 11px !important
}

.font-10 {
    font-size: 10px !important
}

.font-9 {
    font-size: 9px !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-default {
    color: #000 !important
}

.text-primary {
    color: #18427c !important
}

.text-default-light {
    color: #282828 !important
}

.text-light {
    color: #bababa !important
}

.text-danger {
    color: red !important
}

.text-grey {
    color: #7d7d7d !important
}

.text-grey1 {
    color: rgba(0,0,0,.8) !important
}

.text-grey2 {
    color: #292929 !important
}

.text-7D7D7D {
    color: #7d7d7d !important
}

.text-secondary {
    color: #fcc010 !important
}

.link-primary {
    color: #18427c !important;
    transition: .2s !important
}

    .link-primary:hover {
        color: #fcc010 !important
    }

.link-secondary {
    color: #fcc010 !important;
    transition: .2s !important
}

    .link-secondary:hover {
        color: #18427c !important
    }

.link-white {
    color: #fff !important;
    transition: .2s !important
}

    .link-white:hover {
        color: #18427c !important
    }

.link-default {
    color: #18427c !important;
    transition: .2s !important
}

    .link-default:hover * {
        color: #18427c !important
    }

    .link-default:hover svg {
        fill: #18427c !important
    }

.link-dark {
    color: #000 !important;
    transition: .2s !important
}

    .link-dark:hover {
        color: #18427c !important
    }

        .link-dark:hover * {
            color: #18427c !important
        }

        .link-dark:hover svg {
            fill: #18427c !important
        }

.fill-danger {
    fill: red !important
}

.fill-none {
    fill: none
}

.fill-white {
    fill: #fff
}

.fill-secondary {
    fill: #fcc010 !important
}

.fill-4A4A4A {
    fill: #282828 !important
}

.fill-primary {
    fill: #18427c !important
}

.fill-grey {
    fill: rgba(0,0,0,.8) !important
}

.fill-7D7D7D {
    fill: #7d7d7d !important
}

.line-height-145-child * {
    line-height: 145% !important
}

.line-height-190 {
    line-height: 190% !important
}

.line-height-180 {
    line-height: 180% !important
}

.line-height-170 {
    line-height: 170% !important
}

.line-height-160 {
    line-height: 160% !important
}

.line-height-145 {
    line-height: 145% !important
}

.line-height-110 {
    line-height: 110% !important
}

.line-height-120 {
    line-height: 120% !important
}

.line-height-130 {
    line-height: 130% !important
}

.line-height-140 {
    line-height: 140% !important
}

.line-height-100 {
    line-height: 100% !important
}

.line-height-16px {
    line-height: 16px !important
}

.cursor-auto {
    cursor: auto
}

.flex-1-0-auto {
    flex: 1 0 auto
}

.flex-basis-165px {
    flex-basis: 165px;
    min-width: 165px
}

.flex-basis-150px {
    flex-basis: 156px;
    min-width: 156px
}

.max-w-100 {
    max-width: 100%
}

.max-w-460 {
    max-width: 460px
}

.max-w-375 {
    max-width: 375px
}

.max-w-530 {
    max-width: 530px
}

.max-w-1000 {
    max-width: 1000px
}

.max-w-1040 {
    max-width: 1040px
}

.max-w-900 {
    max-width: 900px
}

.max-w-960 {
    max-width: 960px
}

.max-w-950 {
    max-width: 950px
}

.max-w-1000 {
    max-width: 1000px
}

.max-w-800 {
    max-width: 800px
}

.ms-1px {
    margin-left: 1px !important
}

.bg-img-none {
    background-image: none !important
}

.bg-gradient-primary {
    background: rgba(0,0,0,0) linear-gradient(180deg, #93c01f 0%, #0091d2 100%) 0% 0% no-repeat padding-box
}

.bg-light {
    background-color: #f6f6f6 !important
}

.bg-light {
    background-color: #f6f6f6 !important
}

.bg-light-1 {
    background-color: #e9e9e9 !important
}

.bg-color-grey-light-2 {
    background-color: #ebebeb !important
}

.bg-primary {
    background-color: #18427c !important
}

.bg-primary-light {
    background-color: #f7ffe1 !important
}

.bg-secondary {
    background-color: #fcc010 !important
}

.bg-light-blue {
    background-color: #ebfcff !important
}

.bg-grey-dark {
    background-color: #282828 !important
}

.pt-5px {
    padding-top: 5px
}

.pt-6px {
    padding-top: 6px
}

.flex-0-0-auto {
    flex: 0 0 auto
}

.rounded-top-0 {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}

.rounded-10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important
}

.rounded-15 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important
}

.rounded-20 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important
}

.rounded-top-left-0 {
    border-top-left-radius: 0px !important
}

    .rounded-top-left-0 + .select2-container--default .select2-selection--single {
        border-top-left-radius: 0px !important
    }

.rounded-bottom-left-0 {
    border-bottom-left-radius: 0px !important
}

    .rounded-bottom-left-0 + .select2-container--default .select2-selection--single {
        border-bottom-left-radius: 0px !important
    }

.rounded-top-right-0 {
    border-top-right-radius: 0px !important
}

    .rounded-top-right-0 + .select2-container--default .select2-selection--single {
        border-top-right-radius: 0px !important
    }

.rounded-bottom-right-0 {
    border-bottom-right-radius: 0px !important
}

    .rounded-bottom-right-0 + .select2-container--default .select2-selection--single {
        border-bottom-right-radius: 0px !important
    }

.rounded-50px {
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important
}

    .rounded-50px.rounded-top-left-0 {
        border-top-left-radius: 0px !important
    }

    .rounded-50px.rounded-bottom-left-0 {
        border-bottom-left-radius: 0px !important
    }

    .rounded-50px.rounded-top-right-0 {
        border-top-right-radius: 0px !important
    }

    .rounded-50px.rounded-bottom-right-0 {
        border-bottom-right-radius: 0px !important
    }

.border-10 {
    border-width: 10px !important
}

.border-grey-dark {
    border-color: #9f9f9f !important
}

.border-secondary {
    border-color: #fcc010 !important
}

.top-40 {
    top: 40%
}

.top-1 {
    top: 1px
}

.top-2 {
    top: 2px
}

.top-3 {
    top: 3px
}

.top-4 {
    top: 4px
}

.top-5 {
    top: 5px
}

.top-6 {
    top: 6px
}

.top-7 {
    top: 7px
}

.top-8 {
    top: 8px
}

.top-9 {
    top: 9px
}

.top-10 {
    top: 10px
}

.top--1 {
    top: -1px
}

.top--2 {
    top: -2px
}

.top--3 {
    top: -3px
}

.top--4 {
    top: -4px
}

.top--5 {
    top: -5px
}

.top-6 {
    top: 6px
}

.top--7 {
    top: -7px
}

.top--8 {
    top: -8px
}

.top--9 {
    top: -9px
}

.top--10 {
    top: -10px
}

.flex-1 {
    flex: 1 !important
}

.hide-elem {
    display: none
}

.h-57px {
    height: 57px !important
}

.h-50px {
    height: 50px !important
}

.h-40px {
    height: 40px !important
}

.h-30px {
    height: 30px !important
}

.h-28px {
    height: 28px !important
}

.h-26px {
    height: 26px !important
}

.h-44px {
    height: 44px !important
}

.w-50px {
    width: 50px !important
}

.w-123px {
    width: 123px !important
}

.cursor-pointer {
    cursor: pointer !important
}

.border {
    border-color: #e9e9e9 !important
}

.border-light {
    border-color: #e2e2e2 !important
}

.border-primary {
    border-color: #18427c !important
}

.border-secondary {
    border-color: #fcc010 !important
}

.shadow-1 {
    box-shadow: 0px 0px 29px rgba(0,0,0,.1019607843)
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid #000
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-top: 5px solid red
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-left: 5px solid green
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid rgba(0,0,0,0);
    border-bottom: 5px solid rgba(0,0,0,0);
    border-right: 5px solid blue
}

.opacty-0 {
    opacity: 0
}

.opacty-1 {
    opacity: 1
}

.opacty-01 {
    opacity: .1
}

.opacty-02 {
    opacity: .2
}

.opacty-03 {
    opacity: .3
}

.opacty-04 {
    opacity: .4
}

.opacty-05 {
    opacity: .5
}

.opacty-06 {
    opacity: .6
}

.opacty-07 {
    opacity: .7
}

.opacty-08 {
    opacity: .8
}

.opacty-09 {
    opacity: .9
}

.stroke-2d2d2d {
    stroke: #2d2d2d
}

.vertical-top {
    vertical-align: top !important
}

.ract-26px {
    width: 26px;
    height: 26px;
    line-height: 26px
}

.shadow-site {
    box-shadow: 0px 3px 0px rgba(0,0,0,.1607843137);
    -ms-box-shadow: 0px 3px 0px rgba(0,0,0,.1607843137);
    -moz-box-shadow: 0px 3px 0px rgba(0,0,0,.1607843137);
    -webkit-box-shadow: 0px 3px 0px rgba(0,0,0,.1607843137)
}

.min-w-inherit {
    min-width: inherit !important
}

.min-w-100px {
    min-width: 100px
}

.shadow-2 {
    box-shadow: 0px 2px 5px rgba(0,0,0,.1019607843)
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.transform-none {
    transform: none !important
}

.ract-h-100box {
    min-height: 100px
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.text-transform-normal {
    text-transform: none !important
}

.img-outer-wrap-h-215 {
    height: 215px
}

.img-outer-wrap-h-250 {
    height: 250px
}

@media(max-width: 1600px) {
    .font-28 {
        font-size: 24px !important
    }
}

@media(max-width: 1199px) {
    .font-18 {
        font-size: 17px !important
    }

    .font-28 {
        font-size: 24px !important
    }

    .font-54 {
        font-size: 42px !important
    }

    .font-48 {
        font-size: 36px !important
    }

    .font-36 {
        font-size: 28px !important
    }

    .font-34 {
        font-size: 28px !important
    }

    .font-40 {
        font-size: 32px !important
    }

    .font-24 {
        font-size: 20px !important
    }

    .font-26 {
        font-size: 22px !important
    }

    .font-22 {
        font-size: 18px !important
    }

    .img-outer-wrap-h-250 {
        max-height: 200px
    }

    .letter_col img {
        max-width: 250px
    }
}

@media(max-width: 992px) {
    .max-w-900 {
        max-width: 700px
    }
}

@media(max-width: 768px) {
    .font-32 {
        font-size: 28px !important
    }

        .font-32 .fa-trash-alt {
            font-size: 18px
        }

    .font-30 {
        font-size: 26px !important
    }

    .font-28 {
        font-size: 24px !important
    }

    .font-26 {
        font-size: 22px !important
    }

    .font-24 {
        font-size: 18px !important
    }

    .font-22 {
        font-size: 18px !important
    }

    .font-20 {
        font-size: 18px !important
    }

    .font-18 {
        font-size: 16px !important
    }

    .font-45 {
        font-size: 34px !important
    }

    .img-outer-wrap-h-250 {
        max-height: 150px
    }
}

@media(max-width: 768px) {
    .min-h-inherit-md {
        min-height: inherit !important
    }

    .line-height-145-child * {
        line-height: 125% !important
    }
}

@media(max-width: 767px) {
    .font-22 {
        font-size: 18px !important
    }

    .font-26 {
        font-size: 20px !important
    }

    .font-sm-16px {
        font-size: 16px !important
    }

    .font-54 {
        font-size: 32px !important
    }

    .font-48 {
        font-size: 26px !important;
        line-height: 32px
    }

    .font-40 {
        font-size: 26px !important;
        line-height: 32px
    }

    .font-36 {
        font-size: 26px !important;
        line-height: 32px
    }

    .font-16, .input-group-text {
        font-size: 14px !important
    }

    .min-h-inherit-767 {
        min-height: inherit !important
    }

    .min-w-inherit-767 {
        min-width: inherit !important
    }

    .line-height-160 {
        line-height: 140% !important
    }

    .line-height-145-child * {
        line-height: 125% !important
    }

    .font-32 .fa-trash-alt {
        font-size: 14px
    }

    .top--4 {
        top: -2px
    }

    .top--3 {
        top: -1px
    }

    .font-mblLandscape-13px {
        font-size: 13px !important
    }

    .border-mblLandscape-0 {
        border-width: 0px !important
    }
}

@media(max-width: 767px) {
    .line-height-190 {
        line-height: 160% !important
    }

    .font-34 {
        font-size: 22px !important
    }
}

@media(max-width: 576px) {
    .border-sm-0 {
        border-width: 0px !important
    }

    .font-sm-13px {
        font-size: 13px !important
    }

    .font-54 {
        font-size: 30px !important
    }
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.form-floating > label {
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    line-height: 24px;
    color: #a7a7a7
}

.form-control {
    height: 56px;
    font-size: 14px
}

    .form-control.form-control-50px {
        height: 50px
    }

        .form-control.form-control-50px + label {
            line-height: 16px
        }

    .form-control:focus {
        box-shadow: none !important;
        border-color: #dedede
    }

    .form-control.form-control-sm {
        height: 33px !important
    }

        .form-control.form-control-sm + .select2-container {
            height: 33px
        }

.form-control-50px-child .form-control {
    height: 50px
}

    .form-control-50px-child .form-control + label {
        line-height: 16px
    }

.form-control-child-shadow-none .form-control {
    box-shadow: none !important
}

.form-select {
    background-size: 15px
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 10px
}

    .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        opacity: 1;
        transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
        color: #fcc010
    }

.form-floating label:after {
    content: "";
    background-color: #fff;
    position: absolute;
    margin-top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 6px;
    background-color: #fff;
    z-index: -1
}

.form-checkRadio-box .form-check-input {
    right: 9px;
    width: 13px;
    height: 13px;
    top: 4px
}

.form-checkRadio-box .form-check-label {
    width: 95px;
    height: 65px;
    background: #fff 0% 0% no-repeat padding-box;
    border: 1px solid #cbcbcb;
    transition: all .3s ease;
    border-radius: 3px
}

.form-checkRadio-box .form-check-input:checked[type=checkbox] + .form-check-label {
    background: #d2f1ff 0% 0% no-repeat padding-box;
    border: 1px solid #0091d2
}

.form-checkRadio-box .form-check-input:checked {
    background-color: #0091d2;
    border-color: #0091d2;
    background-image: none !important;
    box-shadow: 0 0 0px 2px #fff inset
}

.form-check-input.form-check-input-22px {
    width: 22px !important;
    height: 22px !important
}

.form-check-input:checked {
    background-color: #fcc010;
    border-color: #fcc010
}

    .form-check-input:checked + .selectBtn {
        background-color: #0091d2;
        border-color: #0091d2;
        color: #fff !important
    }

    .form-check-input:checked + label .selectBtn {
        background-color: #0091d2;
        border-color: #0091d2;
        color: #fff !important
    }

.form-floating-preifx > label {
    left: 40px;
    transition: none
}

.form-floating-preifx > .form-control:focus ~ label, .form-floating-preifx > .form-control:not(:placeholder-shown) ~ label, .form-floating-preifx > .form-select ~ label {
    left: 0px
}

.form-floating-preifx .form-control {
    padding-left: 60px
}

.form-floating-preifx.form-floating-preifx-border > label {
    left: 65px
}

.form-floating-preifx.form-floating-preifx-border .form-control {
    padding-left: 80px
}

.form-floating-preifx-text {
    left: 15px
}

.form-floating-select-text {
    left: 14px;
    top: -6px
}

.form-floating-40px > label {
    display: inline-flex;
    align-items: center
}

.form-floating-40px > .form-control:focus ~ label, .form-floating-40px > .form-control:not(:placeholder-shown) ~ label, .form-floating-40px > .form-select ~ label {
    transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem)
}

.w-auto + .select2-container {
    width: auto !important
}

.select2-container {
    min-height: 50px;
    min-width: 60px;
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    height: 100%;
    display: flex;
    align-items: center;
    height: 100%
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #2d2d2d;
        line-height: 28px;
        padding-left: 13px;
        font-size: 14px;
        padding-right: 30px !important
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
        right: 8px;
        display: flex;
        align-items: center
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow::after {
            content: "";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 14px;
            position: relative;
            color: #717171;
            top: -1px;
            margin-left: 5px
        }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0091d2
}

.select2-results__option {
    padding: 10px;
    border-radius: 3px
}

.select2-dropdown {
    border: 1px solid #cfcfcf !important;
    box-shadow: 0px 3px 6px rgba(0,0,0,.1607843137);
    border-radius: 4px !important;
    padding: 10px
}

.select2-container--default .select2-results__option--selected {
    background-color: #eee
}

.select2-container--default .select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
}


.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    max-height: 100px !important;
    overflow-y: auto !important;
}

.select2-selection__choice {
    margin: 2px 5px 2px 0;
    font-size: 13px;
    white-space: normal;
}

.select2-selection__rendered::-webkit-scrollbar {
    width: 6px;
}

.select2-selection__rendered::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
}

.form-select-transparent + .select2-container--default .select2-selection--single {
    background-color: rgba(0,0,0,0);
    border-width: 0px
}

    .form-select-transparent + .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0px !important
    }

.form-select-light + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #7d7d7d
}

.border-0 + .select2-container--default .select2-selection--single {
    border-width: 0px
}

.text-white + .select2-container--default .select2-selection--single .select2-selection__rendered, .text-white + .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    color: #fff
}

.font-16 + .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px
}

.h-auto + .select2-container {
    height: auto
}

.form-select-arrow-sm + .select2-container--default .select2-selection--single .select2-selection__arrow::after {
    font-size: 11px
}

.form-select-arrow-sm + .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 0px
}

.min-w-250px + .select2-container--default {
    min-width: 250px
}

.min-w-150px + .select2-container--default {
    min-width: 150px
}

.min-w-100px + .select2-container--default {
    min-width: 100px
}

.min-w-120px + .select2-container--default {
    min-width: 120px
}

.select-2-arrow-position1 + .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static;
    margin-top: 3px
}

.select-2-arrow-position1 + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 15px !important
}

.borde-0 + .select2-container--default .select2-selection--single {
    border-width: 0px !important;
    outline: none !important
}

.form-check-input {
    border: 1px solid #707070;
    box-shadow: none !important
}

    .form-check-input:checked[type=radio] {
        background-image: url("../img/icon/radio-icon.svg") !important
    }

    .form-check-input.form-check-radio-grey:checked[type=radio] {
        background-image: url("../img/icon/radio-icon-grey.svg") !important
    }

    .form-check-input.form-check-radio-grey:checked {
        background-color: #7d7d7d;
        border-color: #7d7d7d
    }

.form-check-design2 .form-check-input {
    height: 50px;
    background-image: url("../img/icon/radio-icon-default.svg") !important;
    background-position: center;
    width: 50px;
    background-size: 14px 14px;
    background-color: rgba(0,0,0,0);
    border: none
}

.Optionbox {
    display: none
}

.upload-file1 {
    width: 72px;
    height: 72px;
    min-width: 72px
}

    .upload-file1.upload-file1-30px {
        width: 30px;
        height: 30px;
        min-width: 30px
    }

        .upload-file1.upload-file1-30px img {
            max-width: 14px
        }

        .upload-file1.upload-file1-30px .uploadAddIcon {
            width: 12px;
            bottom: -6px !important;
            right: -3px !important
        }

    .upload-file1.upload-file1-88px {
        width: 88px;
        height: 88px;
        min-width: 88px
    }

        .upload-file1.upload-file1-88px img {
            max-width: 24px
        }

.textarea-h-70 {
    height: 70px
}

.textarea-h-100 {
    height: 100px
}

.textarea-h-140 {
    height: 140px
}

.textarea-h-160 {
    height: 160px
}

.textarea-resize-none {
    resize: none
}

.select2-container--default .select2-selection--single {
    outline: none !important
}

input:disabled {
    background-color: #d8d8d8
}

@media(max-width: 768px) {
    .form-control {
        height: 46px;
        font-size: 14px
    }
}

.btn {
    min-width: 100px;
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    font-size: 14px
}

    .btn.btn-px-10px {
        padding: 0 10px !important
    }

    .btn.btn-h-33 {
        height: 33px !important;
        line-height: 33px
    }

    .btn.btn-h-30 {
        height: 30px !important;
        line-height: 30px
    }

    .btn.btn-h-28 {
        height: 28px !important;
        line-height: 28px
    }

    .btn.btn-h-22 {
        height: 22px !important;
        line-height: 22px
    }

    .btn.btn-h-35 {
        height: 35px !important;
        line-height: 35px
    }

    .btn.btn-h-36 {
        height: 36px !important;
        line-height: 36px
    }

    .btn.h-57px {
        line-height: 57px
    }

    .btn.btn-h-40 {
        height: 40px;
        line-height: 40px
    }

    .btn.btn-sm {
        width: 80px;
        width: 80px;
        min-width: inherit;
        padding: 0;
        font-size: 13px
    }

    .btn.btn-white {
        background-color: #fff;
        border: 1px solid #4a4a4a
    }

        .btn.btn-white:hover, .btn.btn-white:focus {
            color: #fff;
            border-color: #47a7f5
        }

    .btn.btn-grey {
        background-color: rgba(0,0,0,.8);
        border-color: rgba(0,0,0,.8);
        color: #fff
    }

        .btn.btn-grey:hover, .btn.btn-grey:focus {
            background-color: #18427c;
            border-color: #18427c
        }

    .btn.btn-222px {
        width: 222px
    }

    .btn.btn-h-50px {
        height: 50px;
        line-height: 50px
    }

    .btn.btn.btn-h-30 {
        height: 30px !important;
        line-height: 30px
    }

    .btn.btn-outline-grey {
        border: 1px solid #dbdbdb !important;
        color: #7d7d7d
    }

        .btn.btn-outline-grey:hover, .btn.btn-outline-grey:focus {
            background-color: #fcc010;
            border-color: #fcc010;
            color: #fff
        }

    .btn.btn-grey-round {
        width: 40px;
        height: 40px;
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        min-width: inherit;
        background: #e2e2e2;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: none !important
    }

        .btn.btn-grey-round svg {
            fill: #7d7d7d
        }

        .btn.btn-grey-round:hover, .btn.btn-grey-round.active {
            background: #7d7d7d;
            color: #fff
        }

            .btn.btn-grey-round:hover svg, .btn.btn-grey-round.active svg {
                fill: #fff
            }

    .btn.btn-outline-danger {
        color: red;
        border-color: red
    }

        .btn.btn-outline-danger svg {
            fill: red
        }

        .btn.btn-outline-danger:hover svg {
            fill: #fff
        }

.btn-primary {
    background-color: #18427c;
    border-color: #18427c;
    color: #000;
    transition: .2s
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #fcc010;
        border-color: #fcc010;
        color: #000
    }

.btn-outline-primary {
    border-color: #93c01f
}

    .btn-outline-primary:hover {
        background-color: #93c01f;
        border-color: #93c01f
    }

.btn-outline-danger {
    border-color: red;
    color: red
}

    .btn-outline-danger:hover {
        background-color: red;
        border-color: red;
        color: #fff
    }

.btn-secondary {
    background-color: #fcc010;
    border-color: #fcc010;
    color: #000;
    transition: .2s
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: #18427c;
        border-color: #18427c;
        color: #fff
    }

.swal2-container .btn.btn-secondary {
    background-color: #fcc010 !important;
    border-color: #fcc010 !important;
    color: #000 !important;
}

    .swal2-container .btn.btn-secondary:hover {
        background-color: #18427c !important;
        border-color: #18427c !important;
        color: #fff !important;
    }

.ripple {
    background-position: center;
    transition: background .8s
}

    .ripple:hover {
        background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%
    }

    .ripple:active {
        background-color: #6eb9f7;
        background-size: 100%;
        transition: background 0s
    }

@media(max-width: 768px) {
    .btn.btn-h-50px {
        height: 42px;
        line-height: 42px
    }

    .h-57px {
        height: 48px !important
    }

    .btn.h-57px {
        line-height: 48px
    }
}

@media(max-width: 767px) {
    .btn {
        height: 38px;
        line-height: 38px
    }

        .btn.btn-h-40 {
            height: 36px;
            line-height: 36px
        }

    .buttons-lg {
        height: 38px !important
    }

    .btn-outline-primary {
        font-size: 14px;
        padding: 0 12px
    }

        .btn-outline-primary svg {
            width: 20px
        }

    .btn.btn-222px {
        width: auto;
        min-width: 130px
    }

    .btn.btn-grey-round {
        width: 36px;
        height: 36px
    }
}

.dropdown-select-bottom {
    padding-left: 15px !important
}

.site-tab ul li a {
    font-family: "LexendDeca-Regular";
    position: relative;
    padding-bottom: 15px;
    margin-right: 1px;
    font-size: 16px !important;
    color: #282828;
    padding-left: 25px;
    padding-right: 25px
}

    .site-tab ul li a::after {
        content: "";
        transition: all .3s ease;
        width: 0px;
        background: #fcc010;
        height: 2px;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0
    }

    .site-tab ul li a.active {
        color: #fcc010
    }

        .site-tab ul li a.active::after {
            width: 100%
        }

.site-tab ul li:hover a, .site-tab ul li.active a {
    color: #fcc010
}

    .site-tab ul li:hover a::after, .site-tab ul li.active a::after {
        width: 100%
    }

.site-tab.site-tab-sm ul li a {
    font-size: 13px !important;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.site-tab.site-tab-available a.nav-link-green.active, .site-tab.site-tab-available a.nav-link-green:hover {
    color: #18427c
}

    .site-tab.site-tab-available a.nav-link-green.active::after, .site-tab.site-tab-available a.nav-link-green:hover::after {
        background-color: #18427c
    }

.site-tab.site-tab-available a.nav-link-danger.active, .site-tab.site-tab-available a.nav-link-danger:hover {
    color: red
}

    .site-tab.site-tab-available a.nav-link-danger.active::after, .site-tab.site-tab-available a.nav-link-danger:hover::after {
        background-color: red
    }

@media(max-width: 1199px) {
    .site-tab.site-tab-sm ul li a {
        padding-left: 5px;
        padding-right: 5px
    }
}

.dropdown-menu {
    min-width: 115px
}

.dropdown02 .dropdown-menu {
    padding: 10px 0px;
    transform: none !important;
    right: 0 !important;
    left: inherit !important
}

    .dropdown02 .dropdown-menu li a {
        padding: 9px 15px !important;
        font-size: 14px;
        color: #7d7d7d
    }

.dropdown-arrow-none .dropdown-toggle::after {
    display: none
}

.dropdown-listIcon {
    min-width: 24px;
    max-width: 24px;
    display: inline-block;
    text-align: left
}

.dropdown-menu-checkbox li {
    padding: 4px 15px
}

.dropdown-menu-checkbox .checkbox-span {
    border: 1px solid #707070;
    width: 1em;
    height: 1em
}

.dropdown-menu-checkbox .form-check-input:checked[type=checkbox] + .checkbox-span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: #0091d2;
    border-color: #0091d2
}

.dropdown-toggle::after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: relative;
    color: #717171;
    border: none;
    top: 1px;
    margin-left: 10px
}

.dropdown-select .dropdown-toggle::after {
    float: right
}

.dropdown-select .btn {
    padding: 0 15px
}

.dropdown-select .dropdown-menu li {
    padding: 8px 15px
}

    .dropdown-select .dropdown-menu li:hover {
        background-color: #fcc010;
        color: #fff;
        cursor: pointer
    }

.pager {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.pager-entries {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    color: gray
}

    .pager-entries .dForm-control {
        margin: 0 10px
    }

    .pager-entries span {
        font-size: 13px
    }

    .pager-entries select {
        width: 65px;
        height: 38px;
        padding-right: 26px
    }

.pagination li {
    display: inline-flex;
    align-items: center;
    color: #333
}

    .pagination li:not(:last-child) {
        margin-right: 5px
    }

    .pagination li.active a, .pagination li:hover a {
        color: #18427c;
        border-color: #18427c
    }

.pagination a {
    width: 27px;
    height: 27px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid rgba(0,0,0,0);
    transition-property: color,border;
    transition: .3s
}

.page__btn {
    padding: 0 8px;
    cursor: pointer;
    transition: color .3s
}

    .page__btn.active, .page__btn:hover {
        color: #18427c
    }

        .page__btn.active svg, .page__btn:hover svg {
            stroke: #18427c
        }

    .page__btn.prev svg {
        margin-right: 8px
    }

    .page__btn.next svg {
        margin-left: 8px
    }

@media(max-width: 767px) {
    .pagination a {
        width: 22px;
        height: 22px
    }
}

.header-section {
    width: 97%;
    padding: 10px 0px 10px 15px
}

a {
    transition: .2s !important
}

.top-nav-right {
    display: flex
}

    .top-nav-right ul {
        padding: 10px 0px
    }

        .top-nav-right ul li {
            display: flex;
            margin-left: 30px
        }

            .top-nav-right ul li a {
                display: flex
            }

.mail-texts {
    background: #fcc010;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px
}

    .mail-texts span {
        z-index: 999 !important;
        position: relative
    }

.notification-num span {
    position: relative;
    z-index: 5;
    font-size: 12px
}

.notification-num:after, .notification-num:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
    box-shadow: inset 0 0 20px 5px #fcc010
}

.notification-num:after, .pcoded-header .navbar-nav > li .dropdown-toggle .badge:after {
    -webkit-animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: not-blink 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.notification-num:before, .pcoded-header .navbar-nav > li .dropdown-toggle .badge:before {
    -webkit-animation: not-blink 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: not-blink 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

@-webkit-keyframes not-blink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes not-blink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.drop-show-box {
    position: absolute;
    top: 45px;
    right: -10px;
    width: 200px;
    border: solid 1px #d9d9d9;
    background: #fff;
    border-radius: 10px;
    z-index: 99;
    padding: 10px 15px
}

    .drop-show-box::before {
        content: "";
        width: 13px;
        height: 13px;
        border: 1px solid #d9d9d9;
        display: inline-block;
        position: absolute;
        top: -7px;
        left: 80%;
        right: 0px;
        margin: 0 auto;
        transform: rotate(45deg);
        background: #fff;
        z-index: 2;
        border-width: 1px 0px 0px 1px
    }

    .drop-show-box ul {
        width: 100%;
        padding: 0px;
        display: inline-block
    }

        .drop-show-box ul li {
            margin: 0px;
            position: relative;
            padding: 5px 0px 5px 18px;
            display: inline-block
        }

            .drop-show-box ul li::before {
                content: "";
                position: absolute;
                left: 0px;
                top: 14px;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: #18427c
            }

            .drop-show-box ul li a {
                display: inline-block;
                color: #18427c;
                text-decoration: none !important;
                line-height: 22px
            }

                .drop-show-box ul li a:hover {
                    color: #fcc010
                }

.business-logo img {
    height: 48px;
    width: auto
}

.mobile-user-icons {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: none
}

.uer-img-top {
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 15px
}

    .uer-img-top h6 {
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 8px 0px
    }

.user-show-thumb {
    width: 50px;
    height: 50%;
    margin: 0px auto
}

    .user-show-thumb img {
        border-radius: 50%;
        object-fit: cover;
        width: 50px;
        height: 50px
    }

.user-list-drops {
    position: relative
}

    .user-list-drops a {
        color: rgba(0,0,0,.7019607843)
    }

    .user-list-drops .usermenu-dropdown {
        right: 0px !important;
        top: 12px !important;
        border: solid 1px #d8d8d8 !important;
        position: relative;
        min-width: 200px !important;
        width: 100%
    }

        .user-list-drops .usermenu-dropdown::before {
            content: "";
            width: 15px;
            height: 15px;
            border: 1px solid #d8d8d8;
            display: inline-block;
            position: absolute;
            top: -8px;
            left: 75%;
            right: 0px;
            margin: 0 auto;
            transform: rotate(45deg);
            background: #fff;
            z-index: 2;
            border-width: 1px 0px 0px 1px
        }

        .user-list-drops .usermenu-dropdown li {
            padding: 7px 15px;
            margin: 0px !important
        }

            .user-list-drops .usermenu-dropdown li a {
                font-family: "LexendDeca-Light" !important;
                color: #292929;
                font-size: 14px;
                padding: 0px;
                background: none !important
            }

                .user-list-drops .usermenu-dropdown li a:hover, .user-list-drops .usermenu-dropdown li a:focus {
                    color: #18427c;
                    background: none !important
                }

.logout-btns {
    padding: 0px !important;
    height: 30px;
    line-height: 26px;
    display: inline-block !important
}

.footer-drops {
    width: 100%;
    text-align: center;
    padding: 10px 0px 5px;
    margin-top: 15px
}

.mobile-top-nav {
    display: none !important
}

@media(max-width: 992px) {
    .business-logo img {
        height: 38px
    }
}

@media(max-width: 767px) {
    .top-nav-right {
        display: none !important
    }

    .mobile-top-nav {
        display: block !important
    }
}

.sidebar-nav {
    width: 100%;
    overflow-y: auto;
    height: 100%;
}

.side-menu-nav {
    width: 100%;
    padding: 20px 15px;
    display: block;
    overflow-y: auto;
    height: 100%;
}

    .side-menu-nav ul {
        width: 100%;
        padding: 0px;
        margin: 0px
    }

        .side-menu-nav ul li {
            margin: 0px 0px 10px !important;
            padding: 0px !important;
            width: 100%;
            display: block
        }

            .side-menu-nav ul li a {
                font-size: 15px;
                color: #000;
                padding: 10px 10px;
                line-height: 22px;
                background: #fff;
                border-radius: 10px;
                display: flex;
                align-items: center;
                transition: .2s
            }

                .side-menu-nav ul li a svg {
                    max-width: 25px;
                    margin-right: 5px;
                    width: 100%
                }

                .side-menu-nav ul li a:hover, .side-menu-nav ul li a:focus {
                    background: #fcc010;
                    border-radius: 10px;
                    color: #000 !important
                }

            .side-menu-nav ul li .active-navs {
                background: #fcc010;
                border-radius: 10px;
                color: #000 !important
            }

.mobile-header-nav {
    width: 100%;
    position: relative;
    padding: 10px 15px;
    display: none
}

.menu-overlay {
    position: relative
}

    .menu-overlay::before {
        content: "";
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,.6);
        width: 100%;
        height: 100%
    }

@media(max-width: 767px) {
    .mobile-header-nav {
        display: block
    }
}

body {
    font-family: "LexendDeca-Regular" !important;
    color: #000 !important;
    font-size: 14px
}

.login-bg {
    background: rgba(0,0,0,0) linear-gradient(180deg, #1D4E91 0%, #0D3264 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 50px 0px
}

    .login-bg::after {
        content: "";
        background: url("../images/blue-bg-effect.png") center top no-repeat;
        position: absolute;
        bottom: -50%;
        right: -50%;
        width: 100%;
        height: 100%
    }

.login-white-bg {
    width: 97%;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,.1607843137);
    border-radius: 0px 30px 0px 0px;
    position: relative;
    z-index: 9
}

.logo-circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: dashed 2px #18427c;
    padding: 10px
}

.lango-logo {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0,0,0,.0509803922);
    border: 1px solid #e6e6e6;
    border-radius: 50%
}

.login-row {
    margin-top: 40px !important
}

.login-form h1 {
    margin-bottom: 30px
}

.copy-right-section {
    width: 97%;
    text-align: center;
    padding: 15px 0px;
    display: block
}

.show-pwd {
    position: absolute;
    top: 48px;
    right: 20px;
    color: #646262
}

.forgot-mt-30 {
    margin-top: 30px !important
}

.rest-pe-40 {
    padding-right: 40%
}

.mobile-view-copy {
    display: none;
    text-align: center;
    padding: 15px 0px
}

@media(max-width: 1600px) {
    .login-white-bg {
        border-radius: 0px 20px 0px 0px
    }
}

@media(max-width: 1199px) {
    .logo-circle {
        width: 230px;
        height: 230px
    }
}

@media(max-width: 992px) {
    .login-bg {
        background: none;
        width: 100%;
        height: 100vh;
        padding: 0px
    }

    .login-white-bg {
        width: 100%;
        box-shadow: none;
        border-radius: 0px !important
    }

    .logo-circle {
        width: 180px;
        height: 180px;
        margin: 0px auto;
        display: table
    }

    .lango-logo img {
        height: 65px
    }

    .login-row {
        margin-top: 20px !important
    }

    .login-content {
        padding: 25px 0px;
        overflow-y: auto
    }

    .login-form {
        padding: 25px 0px
    }

    .login-box {
        width: 100%;
        max-width: 100%;
        padding: 0px 150px
    }

    .mb-items-top {
        align-items: inherit !important
    }

    .mobile-view-copy {
        display: block
    }

    .copy-right-section {
        display: none
    }

    .rest-pe-40 {
        padding-right: 0%
    }

}

@media(max-width: 768px) {
    .login-box {
        padding: 0px 50px
    }

    .show-pwd {
        top: 40px
    }
}

@media(max-width: 767px) {
    .show-pwd {
        top: 40px
    }
}

@media(max-width: 576px) {
    .login-box {
        padding: 0px 25px
    }
}

body {
    font-family: "LexendDeca-Regular" !important;
    color: #000 !important;
    font-size: 14px
}

.page-body-bg {
    background: rgba(0,0,0,0) linear-gradient(180deg, #1D4E91 0%, #0D3264 100%) 0% 0% no-repeat;
    width: 100%;
    height: 100vh;
    position: relative
}

    .page-body-bg::after {
        content: "";
        background: url("../images/blue-bg-effect.png") center top no-repeat;
        position: absolute;
        bottom: -50%;
        right: -50%;
        width: 100%;
        height: 100%
    }

.page-white-bg {
    width: 97%;
    background: #fff;
    height: calc(100vh - 70px);
    box-shadow: 0px 3px 20px rgba(0,0,0,.1607843137);
    border-radius: 0px 30px 0px 0px;
    padding: 25px;
    position: relative;
    z-index: 9
}

.page-container {
    width: 100%;
    display: flex
}

.page-left-section {
    max-width: 245px;
    width: 100%;
    height:100%;
    overflow-y:auto;

}

.page-right-section {
    height: calc(100vh - 165px);
    max-width: calc(100% - 245px);
    width: 100%;
    padding-left: 30px
}

.user-icons-circle {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%
}

.container-right-box {
    width: 100%
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #d8d8d8
}

.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #d8d8d8
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #1d4e91;
    border: 2px solid #555
}

.heading-texts {
    padding: 0px 0px 10px;
    margin-bottom: 15px
}

.page-content-section {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 5px
}

.listing-table-box {
    width: 100%;
    border: solid 1px #e9e9e9;
    border-radius: 10px
}

.table-list {
    width: 100%
}

    .table-list tr th {
        background: #eef5ff;
        padding: 13px 15px;
        font-size: 14px;
        border-bottom: solid 1px #e9e9e9;
        color: #292929
    }

        .table-list tr th:first-child {
            border-radius: 10px 0px 0px 0px
        }

        .table-list tr th:last-child {
            border-radius: 0px 10px 0px 0px
        }

    .table-list tr td {
        padding: 15px 15px;
        color: #292929;
        font-family: "LexendDeca-Light" !important;
        border-bottom: solid 1px #e9e9e9
    }

    .table-list tr:last-child td {
        border-bottom: none !important
    }

.pagination-section {
    padding: 10px 0px
}

    .pagination-section img {
        width: 100%
    }

.add-member-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px !important;
    transition: .2s;
    min-width: 140px
}

    .add-member-btns:hover, .add-member-btns:focus {
        background: #edb40a !important;
        border: solid 1px #edb40a !important;
        color: #000 !important
    }

.search-bar {
    max-width: 240px;
    width: 100%;
    height: 36px;
    padding: 0px 10px;
    border-radius: 7px;
    margin-right: 10px
}

    .search-bar input {
        width: 185px;
        font-size: 14px;
        color: rgba(0,0,0,.7019607843);
        border: none;
        outline: none;
        height: 100%
    }

    .search-bar .search-btns {
        border: none !important;
        background: none;
        outline: none
    }

.sync-drop-btns {
    border-radius: 7px;
    padding: 0px 10px;
    height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px
}

    .sync-drop-btns a {
        color: rgba(0,0,0,.7019607843)
    }

    .sync-drop-btns .sync-submenu {
        left: -10px !important;
        top: 13px !important
    }

        .sync-drop-btns .sync-submenu li {
            padding: 7px 15px
        }

            .sync-drop-btns .sync-submenu li a {
                font-family: "LexendDeca-Light" !important;
                color: #292929;
                font-size: 14px;
                padding: 0px;
                background: none !important
            }

                .sync-drop-btns .sync-submenu li a:hover, .sync-drop-btns .sync-submenu li a:focus {
                    color: #18427c;
                    background: none !important
                }

.select-drop {
    display: inline-flex !important
}

    .select-drop .select-submenu {
        left: inherit !important;
        right: 10px !important;
        top: 13px !important
    }

        .select-drop .select-submenu li {
            padding: 7px 15px
        }

            .select-drop .select-submenu li a {
                font-family: "LexendDeca-Light" !important;
                color: #292929;
                font-size: 14px;
                padding: 0px;
                background: none !important
            }

                .select-drop .select-submenu li a:hover, .select-drop .select-submenu li a:focus {
                    color: #18427c;
                    background: none !important
                }

.date-box {
    border-radius: 7px;
    padding: 0px 10px;
    height: 36px;
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 10px;
    min-width: 150px
}

    .date-box input {
        height: 100%;
        border: none !important;
        color: #18427c;
        outline: none !important
    }

        .date-box input:focus {
            outline: none !important
        }

.member-details-section {
    width: 100%;
    padding: 15px 0px
}

.file-drop-area {
    position: relative;
    display: flex;
    align-items: center
}

.upload-iconss {
    position: relative;
    border: solid 1px #ccc;
    height: 70px;
    width: 80px
}

.choose-file-button {
    border: solid 1px #ccc;
    height: 70px;
    width: 80px;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px;
    width: 80px;
    cursor: pointer;
    opacity: 0
}

.preview-images {
    position: absolute;
    left: 95px;
    top: 0px
}

    .preview-images img {
        padding: 5px !important;
        width: 80px !important;
        height: 70px !important;
        border: solid 1px #d8d8d8;
        border-radius: 5px;
        object-fit: cover
    }

.overflow-x-hidden {
    overflow-x: hidden !important
}

.user-view-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

    .user-view-profile img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover
    }

.user-view-row {
    margin-bottom: 30px
}

.member-texts label {
    padding-bottom: 10px
}

.member-texts h6 {
    word-break: break-word !important
}

.history-table-section {
    height: calc(100vh - 255px) !important
}

@media(max-width: 1600px) {
    .page-white-bg {
        padding: 20px;
        border-radius: 0px 20px 0px 0px
    }
}

@media(max-width: 1199px) {
    .listing-table-box {
        width: 800px
    }

    .user-view-row {
        margin: 15px 0px 10px !important
    }
}

@media(max-width: 992px) {
    .page-white-bg {
        padding: 15px 10px;
        border-radius: 0px;
        width: 100%;
        height: calc(100vh - 60px)
    }

    .search-bar {
        max-width: 210px
    }

        .search-bar input {
            width: 165px
        }
}

@media(max-width: 767px) {
    .page-white-bg {
        max-width: calc(100% - 0px);
        width: 100%;
        padding-left: 0px;
        border-radius: 0px;
        padding: 15px
    }

    .sync-member-right {
        display: block !important;
        width: 100%
    }

    .mobile-sync {
        display: inline-flex !important;
        flex-wrap: wrap !important
    }

    .sync-drop-btns, .search-bar, .add-member-btns {
        margin-bottom: 5px
    }

    .page-left-section {
        max-width: auto;
        width: auto
    }
}

@media(max-width: 480px) {
    .page-content-section {
        height: 93%
    }

    .history-table-section {
        height: calc(100vh - 270px) !important
    }
}

@media(max-width: 320px) {
    .add-member-btns {
        margin-bottom: 0px
    }

    .search-bar {
        max-width: 179px;
        margin-right: 0px
    }

        .search-bar input {
            width: 135px
        }
}

.right-filter-list ul li {
    margin-left: 10px;
    float: left
}

    .right-filter-list ul li a {
        float: left;
        font-size: 12px;
        color: #686868;
        font-family: "LexendDeca-Regular";
        font-weight: 400 !important;
        border: solid 1px #e2e2e2;
        border-radius: 4px;
        padding: 8px 10px;
        text-decoration: none
    }

        .right-filter-list ul li a:hover {
            background: #18427c;
            float: left;
            font-size: 12px;
            color: #fff !important;
            border: solid 1px #18427c;
            border-radius: 4px;
            padding: 8px 10px
        }

    .right-filter-list ul li .filterdate-active {
        background: #18427c;
        float: left;
        font-size: 12px;
        color: #fff !important;
        border: solid 1px #18427c;
        border-radius: 4px;
        padding: 8px 10px
    }

.dateinputs {
    background-image: url(../images/cele-icons.svg) !important;
    background-position: center 8px !important;
    width: 28px;
    font-size: 12px;
    color: #fff;
    outline: none;
    border: solid 1px #e2e2e2;
    border-radius: 4px;
    padding: 0px 0px 0px 0px;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    text-indent: 58px;
    height: 30px
}

.dashboard-top-row {
    width: 100%
}

    .dashboard-top-row .box-dash-info {
        width: 100%;
        border-radius: 15px;
        float: left
    }

        .dashboard-top-row .box-dash-info h4 {
            padding: 10px 20px;
            min-height: 50px;
            line-height: 18px
        }

    .dashboard-top-row .member-aval-box {
        background: #f3fbf1 url(../images/member-bg.png) bottom right no-repeat;
        width: 100%;
        display: flex;
        background-size: 29%;
        padding: 10px 20px 10px 48px;
        align-items: center;
        float: left;
        border-radius: 0px 0px 15px 15px;
        background-position-x: 100%;
        min-height: 142px
    }

        .dashboard-top-row .member-aval-box .member-icons {
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background: #fff;
            margin-right: 20px
        }

        .dashboard-top-row .member-aval-box .member-text h3 {
            font-size: 62px;
            color: #292929
        }

.member-bg2 {
    background-color: #f1fbfa !important
}

.member-bg3 {
    background-color: #fbf1fb !important
}

.member-bg4 {
    background-color: #f3fbf1 !important
}

.dashobard-information {
    width: 100%;
    padding: 10px 0px
}

.chart-dash {
    width: 100%;
    padding: 20px;
    border-radius: 15px
}

    .chart-dash img {
        width: 80%;
        margin: 0px auto;
        display: table;
        object-fit: cover
    }

.recent-boxs {
    width: 100%;
    border-radius: 15px
}

    .recent-boxs h5 {
        padding: 15px 20px
    }

.recent-tables {
    height: 350px;
    overflow-y: auto
}

.recent-inner {
    width: 100%;
    padding: 15px 20px
}

.side-nav-mobile {
    float: left;
    overflow: hidden
}

.mobile-nav-btns {
    background: none !important;
    outline: none !important;
    border: solid 1px #f5f5f5 !important;
    padding: 10px;
    border-radius: 5px
}

    .mobile-nav-btns img {
        height: 15px
    }

.closebtn {
    display: none
}

.mobile-top-nav {
    display: none
}

#dropcontent ul li {
    display: block;
}

@media(max-width: 1600px) {
    .page-right-section {
        padding-left: 20px
    }

    .dashboard-top-row .box-dash-info h4 {
        font-size: 14px !important;
        padding: 5px 10px;
        line-height: 16px
    }

    .dashboard-top-row .member-aval-box {
        background: #f3fbf1 url(../images/member-bg.png) bottom right no-repeat;
        padding: 10px 10px 10px 20px;
        border-radius: 0px 0px 15px 15px;
        min-height: 132px
    }

        .dashboard-top-row .member-aval-box .member-icons {
            margin-right: 10px
        }

        .dashboard-top-row .member-aval-box .member-text h3 {
            font-size: 50px
        }
}

@media(max-width: 1400px) {
    .recent-inner .recent-tables {
        height: 280px;
        overflow-x: auto
    }

        .recent-inner .recent-tables .listing-table-box {
            width: 800px
        }
}

@media(max-width: 1199px) {
    .heading-texts {
        padding: 0px 0px 5px;
        margin-bottom: 5px
    }

    .recent-inner {
        padding: 15px 10px
    }

    .heading-texts h3 {
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    .side-menu-nav {
        width: 100%;
        padding: 20px 15px;
        display: block;
        border: none !important;
        border-radius: 0px !important;
        height: calc(100vh - 55px)
    }

    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: #fff;
        overflow-x: hidden;
        transition: .5s;
        border-right: 1px #e9e9e9 !important;
        box-shadow: 0 0 20px #575757
    }

        .sidebar .closebtn {
            position: absolute;
            top: 8px;
            right: 10px;
            display: block;
            font-size: 30px;
            text-decoration: none;
            color: #000
        }

    .page-right-section {
        height: calc(100vh - 165px);
        max-width: calc(100% - 0px);
        width: 100%;
        padding-left: 0px
    }

    .right-filter-list ul li {
        margin: 0px 10px 5px 0px
    }
}
@media (max-height: 1080px) {
    .side-menu-nav {
        height: calc(100vh - 100px);
        overflow-y: auto;
    }
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
    border-radius: 4px;
    min-height: 38px;
    padding: 2px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}


.select2-selection--multiple {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    padding: 6px 12px !important;
}

.select2-search__field {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.select2-selection__choice {
    padding-right: 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0px 20px !important;
}

.select2-selection__choice__remove {
    margin-left: 4px !important;
    font-weight: bold !important;
    color: #ff4d4f !important;
    cursor: pointer !important;
}

.sync-submenu {
    width: 250px;
    max-height: 400px;
    overflow: visible !important;
    position: relative;
    z-index: 1050;
}

.accordion-item {
    position: relative;
}

.accordion-header {
    padding: 10px 15px;
    cursor: pointer;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.submenu {
    position: absolute;
    top: 0;
    left: calc(-100% - 1px);
    white-space: nowrap;
    background: white;
    min-width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: none;
    z-index: 1060;
    width: 200px;
    padding: 0;
    list-style: none;
}

    .submenu li a {
        padding: 10px 15px;
        display: block;
        color: #333;
        text-decoration: none;
    }

        .submenu li a:hover {
            background-color: #f0f0f0;
        }

.accordion-item:hover .submenu,
.accordion-item.active .submenu {
    display: block;
}

.drop-submenu {
    min-width: 160px;
    left: auto !important;
    right: 0 !important;
}

.custom-select-icon {
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="20" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M903.232 256l56.768 50.432L512 768 64 306.432 120.768 256 512 659.072z"/></svg>');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 16px 16px;
    padding-right: 2rem;
}

@media (max-width: 576px) {
    .scroll-table {
        max-height: 200px;
    }
}

@media (min-width: 577px) and (max-width: 992px) {
    .scroll-table {
        max-height: 300px;
    }
}

@media (min-width: 993px) {
    .scroll-table {
        max-height: 500px;
    }
}

#filter .select2-search__field {
    padding: 6px !important;
    font-size: 14px;
    border-radius: 3px;
    height: 30px;
}

.social_links_v2 {
    z-index: 5;
    position: relative;
}

.contact-section {
    background-image: linear-gradient(#1F5094, #0E3466);
    width: 100%;
    padding: 80px 0px 80px;
    margin-top: -180px;
}

table.table-fit {
    width: auto !important;
    table-layout: auto !important;
}

    table.table-fit thead th,
    table.table-fit tbody td,
    table.table-fit tfoot th,
    table.table-fit tfoot td {
        width: auto !important;
    }

.input-clearable {
    position: relative;
}

.clear-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #aaa;
}

    .clear-icon:hover {
        color: #000;
    }

.input-clearable input {
    padding-right: 25px;
}

.common-canvas {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .common-canvas form {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .common-canvas .offcanvas-foot {
        margin-top: auto;
        padding: 20px 30px;
    }

