body {
    margin: 0;
    font-family: "kanit", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #7e7e7e;
    text-align: left;
    background-color: #fbfbfb;
}

.widget-stat .media .media-body p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

/* Estilo iOS */
.switch__container {
    /* margin: 30px auto;
    width: 120px; */
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

    .switch + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

.switch--shadow + label {
    padding: 2px;
    width: 50px;
    height: 25px;
    background-color: #dddddd;
    border-radius: 60px;
}

    .switch--shadow + label:before,
    .switch--shadow + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    .switch--shadow + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 60px;
        transition: background 0.4s;
    }

    .switch--shadow + label:after {
        width: 25px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.4s;
    }

.switch--shadow:checked + label:before {
    background-color: #ff5722;
}

.switch--shadow:checked + label:after {
    transform: translateX(24px);
}

/* Estilo Flat */
.switch--flat + label {
    padding: 2px;
    width: 120px;
    height: 60px;
    background-color: #dddddd;
    border-radius: 60px;
    transition: background 0.4s;
}

    .switch--flat + label:before,
    .switch--flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    .switch--flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        border-radius: 60px;
        transition: background 0.4s;
    }

    .switch--flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 56px;
        background-color: #dddddd;
        border-radius: 52px;
        transition: margin 0.4s, background 0.4s;
    }

.switch--flat:checked + label {
    background-color: #8ce196;
}

    .switch--flat:checked + label:after {
        margin-left: 60px;
        background-color: #8ce196;
    }

.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 0.4em;
    padding: 0;
    color: #595959;
    font-size: 1.500em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

table.dataTable {
    font-size: 16px;
}

.badge {
    display: inline-block;
    padding: 0.45em 0.6em;
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.85rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.content-body {
    margin-left: 18.563rem;
    z-index: 0;
    transition: all .2s ease;
    min-height: 700px !important;
}

.content-bodys {
    min-height: 93vh !important;
    padding-top: 90px !important;
}

.table thead th {
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #f3f3f3;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-color: #f3f3f3;
}

.table tbody tr td {
    vertical-align: middle;
    border-color: #f3f3f3;
}

.sp > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#sp .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.sp > .input-group-btn) {
    max-width: 160px;
    width: 100%;
    min-width: 155px;
}

@media only screen and (max-width: 1400px) {
    .form-control {
        height: 41.52px;
    }
}

@media only screen and (max-width: 991px) {
    .form-control {
        height: 41.52px;
    }
}

@media only screen and (max-width: 575px) {
    .form-control {
        height: 41.52px;
    }

    #sp .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.sp > .input-group-btn) {
        max-width: 160px;
        width: 100%;
        min-width: 100px;
    }
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 24px 10px;
    border-top: 1px solid #f3f3f3;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li > a {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 0.75rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.header {
    height: 5.5rem;
    z-index: 1;
    position: relative;
    padding: 0rem;
    background-color: #fff;
    z-index: 3;
    padding-left: 18.563rem;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 5%);
    transition: all .2s ease;
}

.deznav .metismenu ul a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 15px;
    padding-left: 2rem;
}

.deznav .metismenu a {
    position: relative;
    display: block;
    padding: 0.625rem 0.5rem;
    outline-width: 0;
    color: #7e7e7e;
    text-decoration: none;
}

[data-header-position="fixed"] .content-body {
    padding-top: 5.5rem;
}

.content-body .container-fluid {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.card-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.header-left .dashboard_bar {
    font-size: 28px;
    font-weight: 500;
    color: #000;
}

.nav-control {
    cursor: pointer;
    position: absolute;
    right: -4.0625rem;
    text-align: center;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 1.4rem;
    padding: 2px 0.5rem 0;
    border-radius: 2px;
}

.card-body {
    padding: 1.5rem;
}

.dz-scroll li {
    box-shadow: 0 1px 0 0 #f3f3f3;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.755em;
    padding-bottom: 0.755em;
    margin-left: 15px;
}

.best-doctor .timeline .timeline-panel {
    padding: 30px 20px 15px 20px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0.75rem;
    border: 0;
    margin-bottom: 0;
}

.form-control {
    background: #fff;
    border: 1px solid #d7dae3;
    color: #6e6e6e;
    height: 45px;
}

.btn {
    padding: 0.3rem 1.5rem;
    border-radius: 0.2rem;
    font-weight: 500;
    font-size: 1rem;
    /*max-height: 38px;*/
}

.deznav {
    width: 18.563rem;
}

.widget-stat .media > span {
    height: 75px;
    width: 75px;
    border-radius: 50px;
    padding: 10px 12px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #464a53;
    min-width: 75px;
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .deznav {
        width: 18.563rem;
    }
}

@media only screen and (max-width: 1199px) {
    .header {
        height: 5rem;
    }
}

@media only screen and (max-width: 767px) {
    .nav-control {
        cursor: pointer;
        position: absolute;
        right: -4.0625rem;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        font-size: 1.4rem;
        padding: 2px 0.5rem 0;
        border-radius: 2px;
    }

    .nav-control {
        right: -3.188rem !important;
    }
}

.basic-form {
    width: 100%;
}

.card-header {
    border-color: #f3f3f3;
    position: relative;
    background: transparent;
    padding: 0.6rem 1rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .card-header {
        padding: 1.25rem 1rem 1.25rem;
    }
}

.nav-tabs {
    border-bottom: 1px solid #f3f3f3;
}

.card-headers {
    border-color: #f3f3f3;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table.dataTable thead th {
    border-bottom: 1px solid #f3f3f3;
}

.sharp.btn-xs {
    padding: 1px;
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
}

.nav-header .brand-title {
    margin-left: 0px;
    max-width: 120px;
    margin-top: 5px;
}

.border-lefts {
    border-left: 1px solid #eaecf0;
}

@media only screen and (max-width: 991px) {
    .border-lefts {
        border-left: 0px solid #eaecf0;
    }
}

.nav-header {
    height: 5.5rem;
    width: 18.563rem;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all .2s ease;
    z-index: 5;
    box-shadow: 0px -10px 30px 0px rgb(0 0 0 / 0%);
}

.header-left .deznav {
    background-color: transparent;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 0%);
}

.patient-activity tbody tr {
    padding: 0;
    border-radius: 0.75rem;
    position: relative;
    box-shadow: 0 1px 0 0 #f3f3f3;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

@media only screen and (max-width: 1299px) {
    .nav-header {
        height: 5.5rem;
    }

    .deznav {
        top: 5.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-header {
        width: 5rem;
        height: 5rem;
    }

    .deznav {
        top: 5rem;
    }
}

.new-arrival-product:hover .new-arrivals-img-contnent img {
    transform: scale(1) translateY(0%);
    -moz-transform: scale(1) translateY(0%);
    -webkit-transform: scale(1) translateY(0%);
    -ms-transform: scale(1) translateY(0%);
    -o-transform: scale(1) translateY(0%);
}

.slide-item-list li a img {
    border: 1px solid #efefef;
    border-radius: 0.8rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 0.25rem;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../images/1.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

.bg-image-2 {
    background-image: url('../images/2.jpg');
    background-size: cover;
    background-position: 0% 50%;
}

.bg-image-3 {
    background-image: url('../images/3.jpg');
    background-size: cover;
    background-position: center center;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -30px;
}

/*
*
* ==========================================
* New
* ==========================================
*
*/

@media only screen and (max-width: 1600px) {
    .bg-image {
        background-image: url('../images/1.jpg');
        background-size: cover;
        background-position: 50% center;
    }

    .bg-image-2 {
        background-image: url('../images/2.jpg');
        background-size: cover;
        background-position: 50% center;
    }

    .bg-image-3 {
        background-image: url('../images/3.jpg');
        background-size: cover;
        background-position: 80% center;
    }
}

@media (min-width: 1199px) {
    [data-layout="horizontal"] .nav-header {
        width: 16.563rem;
    }

    [data-layout="horizontal"] .header {
        width: 100%;
        padding-left: 15.563rem;
    }

    [data-header-position="fixed"][data-layout="horizontal"] .header-left .deznav {
        top: 0.5rem;
    }

    [data-header-position="fixed"][data-layout="horizontal"][data-sidebar-position="fixed"] .content-body {
        padding-top: 5.5rem;
    }

    [data-layout="horizontal"] .header-left .deznav {
        width: 100%;
        /* display: flex;
    justify-content: center; */
        position: relative;
        height: auto;
        padding-bottom: 0;
        top: 0;
        z-index: 2;
    }

        [data-layout="horizontal"] .header-left .deznav .metismenu {
            flex-direction: row;
            padding: 10px 10px;
            margin-bottom: 15px;
        }

            [data-layout="horizontal"] .header-left .deznav .metismenu > li > a {
                padding: 10px 20px 10px 20px;
                margin: 0 5px;
            }

            [data-layout="horizontal"] .header-left .deznav .metismenu > li > .sub-menu {
                padding: 05px 25px 10px 20px;
                margin: 0 5px;
            }

            [data-layout="horizontal"] .header-left .deznav .metismenu > li > a:after {
                right: 15%;
                transform: rotate(-135deg) translateY(-50%);
            }
}

.pc-1900 {
    display: block;
}

.pc-1300 {
    display: none;
}

@media (max-width: 1299px) {
    .pc-1900 {
        display: none;
    }

    .pc-1300 {
        display: block;
    }
}

.nav-header .logo-abbr {
    max-width: 70px;
}

.alert-primary {
    background: rgba(6, 120, 212, 0.10);
    border-color: rgba(0, 109, 199, 0.0);
    color: rgb(0, 93, 168);
}

.main-menu i {
    font-size: 3.5rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 0;
    position: relative;
    top: 0;
    line-height: 1;
}

.btn-menu {
    width: 100%;
    height: 100%;
    min-height: 100px;
    max-width: 150px;
    display: block;
    margin: auto;
    border-radius: 1.75rem;
}

@media (max-width: 991px) {
    .btn-menu {
        width: 100%;
        height: 100%;
        min-height: 125px;
        max-width: 125px;
        display: block;
        margin: auto;
        border-radius: 1.75rem;
    }
}

.deznav .metismenu > li.mm-active > a i {
    color: #ff5722;
}

@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li:hover > a {
        background: rgb(255 181 138 / 35%);
        color: #ff5722;
        box-shadow: 0 12px 15px 0 rgb(138 203 255 / 13%);
        border-radius: 12px;
        position: unset;
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a {
        background: rgb(255 181 138 / 35%);
        color: #ff5722;
        border-radius: 12px;
        box-shadow: 0 12px 15px 0 rgb(138 203 255 / 13%);
    }

    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li:hover > a i {
        color: #ff5722;
    }
}

@media (min-width: 1199px) {
    [data-layout="horizontal"] .deznav .metismenu > li:hover > a, [data-layout="horizontal"] .deznav .metismenu > li.mm-active > a {
        background: rgb(255 181 138 / 35%);
        color: #ff5722;
        box-shadow: 0 12px 15px 0 rgb(138 203 255 / 13%);
        border-radius: 12px;
        transition: 0.3s all ease-in-out;
    }
}

.header-left {
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
}

.btn-info-g {
    background: rgb(255 227 219);
    /* background: linear-gradient(180deg, rgb(0 128 231 / 25%) 30%, rgb(1 88 159 / 25%) 100%); */
    border-color: rgba(0, 127, 231, 0);
    color: #ff5722;
    transition: 0.5s all;
}

    .btn-info-g:hover {
        background: #df3702;
        /* background: linear-gradient(180deg, rgb(0 114 207 / 35%) 30%, rgba(1 88 159 / 35%) 100%); */
        border-color: rgba(0, 114, 207, 0);
        color: #FFF;
        transition: 0.5s all;
    }

.footer .copyright {
    padding: 1.2rem;
}

.ps__thumb-x {
    background-color: rgba(170, 170, 170, 0);
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: none;
}

[data-sidebar-style="overlay"] .deznav .metismenu > li:hover > a, [data-sidebar-style="overlay"] .deznav .metismenu > li.mm-active > a {
    background: rgb(255 181 138 / 35%);
    color: #ff5722;
    box-shadow: 0 12px 15px 0 rgb(138 203 255 / 13%);
}

.deznav .metismenu > li > a i {
    color: rgb(146, 191, 228);
}

[data-sidebar-style="overlay"] .deznav .metismenu ul a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 15px;
    padding-left: 3.5rem;
}

.alert-danger {
    background: rgb(254, 230, 234, 0.7);
    border-color: rgba(254, 230, 234, 0.5);
    color: rgb(247, 43, 80);
}

.picker__box {
    border-radius: 30px;
}

.picker__select--year {
    font-family: "kanit", sans-serif;
    width: 25%;
    border: 0;
    color: #ff5722;
    font-size: 19px;
}

    .picker__select--year :checked {
        background: rgb(255 181 138 / 35%);
        color: #df3702;
    }

select:focus > option:hover {
    background: rgb(255 181 138 / 70%) !important;
}

.picker__select--month {
    font-family: "kanit", sans-serif;
    border: 0;
    color: #ff5722;
    font-size: 19px;
}

    .picker__select--month :disabled {
        background: #E7E9EB;
    }




    .picker__select--month :checked {
        background: rgb(255 181 138 / 35%);
        color: #df3702;
    }

.btn.tp-btn.btn-primary:hover {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
    color: #fff;
}

.font-des {
    font-size: 20px;
}

.tab-form {
    background-color: #feefe9;
    border-radius: 10px;
}

.pd-block-form {
    padding: 30px;
    padding-bottom: 15px;
}

a {
    color: #ff5722;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-link {
    color: #ff5722;
}

.option-dots {
    background-color: #2341dd !important;
}

.option-dots {
    width: 30px;
    height: 30px;
    line-height: 34px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -25px;
    right: -12px;
    display: block;
    cursor: pointer;
}

.btn-link {
    font-weight: 400;
    text-decoration: none;
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

.tx-gray-500 {
    color: #b2bcf2;
}

.fe {
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
}

.text-name {
    color: #ff5c00;
    font-weight: 600;
}

/*.bootstrap-select .btn {
    background-color: #ff5621 !important;
    color: #ffffff !important;
}*/

.main-img-user {
    content: '';
    position: absolute;
    bottom: 3px;
    right: 0px;
    width: 6px;
    height: 6px;
    background-color: #17b86a;
    box-shadow: 0 0 0 2px rgb(255 255 255 / 95%);
    border-radius: 100%;
    display: block !important;
}


.custom-file-label::after {
    background-color: #ff5722;
}

.d-tt {
    background-color: #ff5621;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #485079;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e6f3;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*.custom-file-label {

    border-radius: 2px !important;
}*/

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #ff5c00;
    color: #ffffff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: rgb(255 229 214);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: rgb(255 229 214);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background: rgb(255 229 214);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: rgb(255 229 214);
}

.role {
    color: #03b9c6;
    font-weight: 600;
}

.number {
    color: #225aff;
    font-weight: 600;
}

.picker__input {
    background-color: #fff !important;
}
    .picker__input:disabled {
        background-color: #e2e1e1 !important;
    }

    .picker__input:disabled {
        background-color: #e2e1e1 !important;
    }

.name-color {
    color: #029518;
}

.walkin {
    color: #3f51b5;
}

.online {
    color: #e91e63;
}

.detect {
    color: #e90000;
    font-weight: 500;
}

#main-wrapper > .sticky {
    position: fixed;
    width: 100%;
    top: 5.5rem;
    z-index: 1;
}

.content-bodys {
    margin-top: 50px;
}

.horizontal-main {
    background: #ff5722;
    border-bottom: 0px solid #edeef7;
    z-index: 1;
    box-shadow: none;
    width: 100%;
    position: relative;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.horizontalMenu {
    font-size: 16px;
    color: #fff;
    padding: 0;
    display: block;
}

    .horizontalMenu:before {
        content: "";
        display: table;
    }

    .horizontalMenu > .horizontalMenu-list {
        text-align: left;
        margin: 0 auto 0 auto;
        width: 100%;
        display: block;
        padding: 0;
    }

        .horizontalMenu > .horizontalMenu-list > li {
            text-align: center;
            display: block;
            padding: 0;
            margin: 0;
            float: left;
        }

            .horizontalMenu > .horizontalMenu-list > li > a.active {
                background: #ff5722;
                color: #fff;
            }

            .horizontalMenu > .horizontalMenu-list > li > a {
                background: #ff5722;
                color: #fff;
                font-size: 17px;
            }

            .horizontalMenu > .horizontalMenu-list > li > a {
                display: block;
                margin: 0px;
                border-radius: 0px;
                text-decoration: none;
                position: relative;
                padding: 18px 15px 18px 15px;
                font-weight: 500;
            }

                .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle1 {
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 14px 14px 0;
                    border-color: transparent #f2f4fd transparent transparent;
                    position: absolute;
                    left: 36px;
                    bottom: 0px;
                    transform: rotate(90deg);
                }

                    .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle1:after {
                        content: "";
                        display: block;
                        width: 14px;
                        height: 14px;
                        border-radius: 0 83% 0 0;
                        position: absolute;
                    }

                .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle2 {
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 14px 14px 0;
                    border-color: transparent #f2f4fd transparent transparent;
                    position: absolute;
                    left: 68px;
                    bottom: 0px;
                    transform: rotate(180deg);
                }

                    .horizontalMenu > .horizontalMenu-list > li > a.active .side-angle2:after {
                        content: "";
                        display: block;
                        width: 14px;
                        height: 14px;
                        border-radius: 0 83% 0 0;
                        position: absolute;
                    }

.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active .side-arrow {
    position: absolute;
    width: 18px;
    left: 50px;
    background: #f4f5fd;
    height: 16px;
    bottom: 0;
    border-radius: 100% 100% 0 0;
}

.horizontalMenu > .horizontalMenu-list > li > a i {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    margin-right: 5px;
}

.si {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.m-menu {
    margin-right: -3.75rem !important;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(255 229 214);
}
.btn:focus, .btn.focus {
    box-shadow: 0 0 0 0.2rem rgb(255 229 214);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 229 214);
}

.text-font {
    font-size: 15px;
}

.spinner_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.btn-info:hover {
    border-color: #586dc2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background-color: #1d609f;
}