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: #209f84;
}

.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.6rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 1rem;
    max-height: 60px;
}

.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: 15px 25px 15px 25px;
                margin: 0 5px;
            }

            [data-layout="horizontal"] .header-left .deznav .metismenu > li > .sub-menu {
                padding: 15px 35px 15px 25px;
                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: 150px;
    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: rgb(0, 91, 165);
}

@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu > li:hover > a {
        background: rgba(138, 203, 255, 0.35);
        color: rgb(0, 91, 165);
        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: rgba(138, 203, 255, 0.35);
        color: rgb(0, 91, 165);
        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: rgb(0, 91, 165);
    }
}

@media (min-width: 1199px) {
    [data-layout="horizontal"] .deznav .metismenu > li:hover > a, [data-layout="horizontal"] .deznav .metismenu > li.mm-active > a {
        background: rgba(138, 203, 255, 0.35);
        color: rgb(0, 91, 165);
        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: rgba(138, 203, 255, 0.15);
    /* background: linear-gradient(180deg, rgb(0 128 231 / 25%) 30%, rgb(1 88 159 / 25%) 100%); */
    border-color: rgba(0, 127, 231, 0);
    color: rgb(0, 91, 165);
    transition: 0.5s all;
}

    .btn-info-g:hover {
        background: rgb(214 235 255);
        /* background: linear-gradient(180deg, rgb(0 114 207 / 35%) 30%, rgba(1 88 159 / 35%) 100%); */
        border-color: rgba(0, 114, 207, 0);
        color: rgb(0, 68, 124);
        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: rgba(138, 203, 255, 0.35);
    color: rgb(0, 91, 165);
    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: rgb(0, 91, 165);
    font-size: 19px;
}

    .picker__select--year :checked {
        background: rgba(138, 203, 255, 0.35);
        color: rgb(0, 15, 255);
    }

.picker__select--month {
    font-family: "kanit", sans-serif;
    border: 0;
    color: rgb(0, 91, 165);
    font-size: 19px;
}

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

    .picker__select--month :checked {
        background: rgba(138, 203, 255, 0.35);
        color: rgb(0, 15, 255);
    }

.icon-claim {
    content: url('../images/icon/icon-02.png');
    pointer-events: none;
    transition: 0.5s all;
}

    .icon-claim:hover {
        content: url('../images/icon/icon-04.png');
        pointer-events: none;
        transition: 0.5s all;
    }

.icon-insur {
    content: url('../images/icon/icon-01.png');
    pointer-events: none;
    transition: 0.5s all;
}

    .icon-insur:hover {
        content: url('../images/icon/icon-03.png');
        pointer-events: none;
        transition: 0.5s all;
    }

.table th, .table td {
    border-color: #f3f3f3;
    padding: 12px 9px;
}

.btn-warranty {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warranty:hover {
        color: #fff;
        background-color: #e0a800;
        border-color: #d39e00;
    }

div.default-select.disabled {
    background-color: #e2e1e1;
}

.custom-tab-1 .nav-link.active {
    background: rgba(138, 203, 255, 0.35);
    color: rgb(0, 91, 165);
    box-shadow: 0 12px 15px 0 rgb(138 203 255 / 13%);
    border-radius: 12px;
    border-color: #f3f3f3;
    transition: 0.3s all ease-in-out;
    padding: 0.7rem 1.5rem;
}
