@font-face {
    font-family: 'BOLD';
    src: url('/assets/fonts/theboldfont.ttf');
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("/assets/fonts/Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/Poppins-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Black";
    src: url("/assets/fonts/Poppins-Black.woff") format("woff"), /* Modern Browsers */
    url("/assets/fonts/Poppins-Black.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/Open_Sans/static/OpenSans_Condensed-Medium.ttf") format("woff"), /* Modern Browsers */
}



/* ======================= SCROLL =============================*/

/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cdcdcd;
    border-radius: 0;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff5a00;
    border-radius: 0;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff5a00;
}

/* =======================END SCROLL =============================*/

::placeholder{
    color: #6d6d6d;
}
::-moz-placeholder{
    color: #6d6d6d;
}
::-webkit-input-placeholder{
    color: #6d6d6d;
}
::-ms-input-placeholder{
    color: #6d6d6d;
}


body{
    font-family: "Poppins-Regular";
    background: #f9fafc;
    color: #000000;
}
body #layout-wrapper::before {
    background: white !important;
    height: 70px !important;
}
body #layout-wrapper::after {
    background: #ff5a00;
}
.invalid-feedback {
    display: inline;
    width: 100%;
    margin-top:10px;
    font-size: 12px;
    color: #ff715b;
}
tr {
    padding-top: 5px;
    padding-bottom: 5px;
}
.img-avatar{
    max-width: 100%;
    max-height: 200px !important;
}
table.dataTable.nowrap td {
    white-space: normal !important;
}
.vertical-menu #sidebar-menu>ul>li >a i {
    color: white;
}
#sidebar-menu ul li a i {
    color: white !important;
}
#sidebar-menu ul li a i:hover {
    color: #3b5de7 !important;
}
#sidebar-menu,.h-100, .mm-show {
    background-color: #ff5a00;
    border-radius: 0px;
}
.mt3 .text-dark{
    text-transform: uppercase !important;
    font-weight: bold;
    color: #0a121c;
    font-size: 14px ;
}
.app-search .form-control {
    background-color: rgba(243,243,249,.07);

}
#headox-menu {
    /*margin-top:50px !important;*/
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 96%;
}
.btn-secondary, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-cancel {
    color: #8687a7 !important;
    background-color: #fff;
    border-color: #8687a7;
    border-radius: 3px;
    border: 1px solid;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-cancel:hover,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-cancel:focus {
    color: #fff !important;
    background-color: #8687a7;
}
.btn-secondary:hover,.btn-secondary:focus,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:hover, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:focus {
    color: #ffffff !important;
}
.patient-comment{
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding-top: 0;
    padding-left: 32px;
}
.comment-create{
    text-align: right;
    font-size: 13px;
}
.comment-create.username{
    text-align: left;
}
.more-comment {
    width: 45px;
    height: 45px;
    max-height: unset !important;
    border-radius: 50% !important;
    border: 0;
    background: white;
    box-shadow: 0 8px 12px #cccaca;
}
.case{
    font-weight: 500;
}
.caseP{
    font-weight: 900;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

.auth_pages input {
    border-radius: 50px !important;
    transition: ease-in-out .15s;
}
.auth_pages input:focus {
    border: 2px #ff5a00 solid !important;
    box-shadow: 0 0 40px #bac3d2a1;
}
.auth_pages button, .btn-primary{
    background: #ff5a00;
    border: none !important;
    background: linear-gradient(180deg, #ff5a00  20%, #d44b00  80%) !important;
    color: white !important;
    max-width: 250px;
    width: 100% !important;
    /*height: 38px;*/
    line-height: 22px;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    box-shadow: 0 5px 8px #bac3d2;
    transition: all 0.5s ease !important;
    white-space: normal;
    max-height: unset !important;
}
.btn-primary-outline, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok{
    background: white;
    border: 1px solid #ff5a00 !important;
    color: #ff5a00 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
    transition: all 0.5s ease !important;
}
.btn-primary-outline:hover, .btn-primary-outline:focus,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:hover, .alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button.ajs-ok:focus{
    background: #ff5a00;
    color: #fff !important;
}
button{
    max-height: 34px !important;
    padding: .47rem .75rem !important;
    font-size: 12px !important;
    text-transform: uppercase;
    border-radius: 4px !important;
}

.auth_pages button:hover, .auth_pages button:focus,
.btn-primary:hover, .btn-primary:focus{
    outline: none !important;
    border: 0 !important;
    box-shadow: 0 7px 20px 5px #bac3d2 !important;
}

.auth_pages .form-control{
    height: 55px;
    padding: .5rem 1.5rem;
    max-width: 400px;
    margin: auto;
}
.auth_pages{
    background-image: url('/assets/images/dots_left.jpg'), url('/assets/images/dots_right.jpg'), url('/assets/images/bubbles_bg.png');
    background-position: -13% -10%, right top, center bottom;
    background-size: 400px, 400px, auto;
    background-repeat: no-repeat, no-repeat, repeat-x;
}
.auth_pages .account-pages{
    min-height: 100vh;
}
.logo_txt{
    font-family: "Poppins-Black";
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 50px;

}
.primary_color{
    color: #ff5a00;
}
.text-muted {
    color: #5a5a5a!important;
}
.copyright p{
    font-size: 13px;
}
.simple_link{
    text-decoration: underline !important;
    font-size: 13px;
}

.auth_logo {
    max-width: 350px;
}

body[data-layout=detached] .container-fluid {
    max-width: 100%;
    padding: 0;
}
body[data-layout=detached] #layout-wrapper::before,
body[data-layout=detached] #layout-wrapper::after{
    left: 70px;
    width: calc(100% - 70px);
    box-shadow: 0 0 10px 0 #00000012;
    z-index: 1;
}
#page-topbar{
    left: 70px;
}
body[data-layout=detached] .vertical-menu{
    margin-top: 0;
    border-radius: 0;
    z-index: 999;
}
.vertical-menu{
    top: 0;
}

.app-search .form-control {
    border: 1px solid #f1f3f5;
    border-radius: 50px !important;
    padding-left: 20px;
    padding-right: 20px;
    color: #6d6d6d !important;
    background-color: #f9fafc !important;
}
.app-search span {
    font-size: 20px;
    right: 13px;
    left: unset !important;
}
body[data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=colored] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=dark] .app-search span {
    color: #afafaf !important;
}
#navApp {
    max-width: 320px;
    width: 100%;
    margin-left: 1.6rem;
}
.app-search {
     width: 100%;
 }


#navApp .dropdown-menu-right{
    left: 0 !important;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a i {
    margin-left: 0;
}
.metismenu li{
    padding: 5px 10px;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{
    background-color: #ff8b4b;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
    padding: 8px 15px 8px 14px;
    border-radius: 13px;
    transition: ease-in-out .5s;
}
.mm-active .active {
    color: #ffffff!important;
}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i {
    color: #ffffff !important;
}
#sidebar-menu ul li a{
    color: #ffffff;
}
.metismenu li:focus {
    outline: none;
}

#sidebar-menu ul li a:hover {
    color: #ffffff;
}
.metismenu li:hover a, .metismenu li:focus a {
    background-color: #ff8b4b;
    border-radius: 7px;
}
#page-header-user-dropdown {
    display: flex;
    align-items: flex-end;
}
#page-header-user-dropdown span{
    color: #0a121c;
}
.header-profile-user {
    height: 50px;
    width: 50px;
    margin-right: 5px;
}
.profile_items .dropdown-menu-right {
    right: 1rem!important;
    left: 0!important;
}
body[data-layout=detached] .page-title-box .page-title {
    color: #000;
    line-height: 50px;
}
body[data-layout=detached] .page-title-box {
    padding-bottom: 10px;
}
.table {
    color: #717171;
}
.dataTables_wrapper .dataTables_info {
     color: #2a2a2a;
    font-size: 13px;
 }
a {
    color: #3b98e7;
}
.page-item .page-link {
    color: #000000;
    background-color: #ffe4c8;
    border: none;
}
.paginate_button {
    background: #ffe4c8;
}
.page-link{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-item.disabled .page-link {
    color: #9c9c9c;
    background-color: #ffe4c8;
    border-color: unset;
}
.page-link:focus{
    box-shadow: none;
}
li.paginate_button:first-child, .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
li.paginate_button:last-child, .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #ff5a00;
    border-color: #ff5a00;
    border-radius: 45px;
    width: 45px;
}
.table thead th {
    color: #2a2a2a;
}

.right_infos {
    display: flex;
    align-items: center;
}

.statistics_card {
    background: #ff5a00;
    color: #424242;
    height: 100%;
    border-radius: 18px;
}


.statistics_card1 {
    background: #F78DA7;
}
.statistics_card2 {
    background: #8ED1FC;
}
.statistics_card3 {
    background: #FFC470;
}

.statistics_card4 {
    background: #DBAFA0;
}

.statistics_card5 {
    background: #77B0AA;
}

.statistics_card6 {
    background: #9AC8CD;
}

.statistics_card7 {
    background: #7EA1FF;
}


.statistics_card .avatar img{
    max-width: 65px;
    border: 2px solid #424242;
    border-radius: 13px;
    padding: 5px;
}
.statistics_nbr {
    font-size: 1.5rem;
    color: #424242;
}
body[data-layout=detached] #layout-wrapper::after{
    display: none;
}
.statistics_card .media, .statistics_card .card-body{
    display: flex;
    align-items: center;
    width: 100%;
}
footer .copyright *{
    color: #2a2a2a;
}
.copyright a:hover{
    color: #69ab4a;
}
.modal label {
    color: #8687a7;
    font-size: 13px;
}

.close {
    font-size: 1.3125rem !important;
    opacity: .3 ;
}



.bootstrap-touchspin .input-group-btn-vertical .btn-primary{
    background:white !important;
    color: grey !important;
    padding: 0 10px !important;
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    height: auto !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.bootstrap-touchspin input {
    height: 48px;
    max-width: 80px;
    text-align: center;
}
input[switch]+label{
    width: 75px;
    height: 32px;
}
input[switch]+label:after{
    height: 26px;
    width: 26px;
    top: 3px;
}
input[switch]+label:before{
    top: 2px;
}
input[switch]:checked+label:after{
    left: 46px;
}
#page-topbar button{
    max-height: unset !important;
}
.nav-tabs-custom .nav-item .nav-link.active {
    color: #ff5a00;
}
.nav-tabs-custom .nav-item .nav-link::after{
    background: #ff5a00;
}
.apex-charts text {
    fill: #4d4e4e;
}
.comments_wrapper_footer {
    padding: 5px 25px 25px;
    z-index: 9;
    background: linear-gradient(180deg,#ffffffbf, white);
    position: sticky;
    /*top: 325px;*/
    top: 308px;
    width: 100%;
    box-shadow: 0 -20px 20px 11px #ffffffd6;
}
.comments_card{
    overflow-y: auto;
    max-height: 400px;
    border-radius: 0 !important;
    box-shadow: none;
    border-top: 1px solid #e6eaf3;
    padding-top: 1rem;
    margin-top: 1rem;
}
.comment-create *{
    color: #bfbfbf !important;
}
button.more-comment:hover {
    background: #ff5a00;
    color: white;
    box-shadow: 0 8px 12px #9e9e9e;
}
.img-thumbnail {
     padding: 2px;
 }
/*#dashboard .statistics_card .media-body{
    display: flex;
    justify-content: space-between;
    width: 100%;
}*/
#dashboard .statistics_card .case {
    font-size: 1rem;
}
.copyright{
    background: #ecf0f4;
    padding-bottom: 10px;
}
table a:hover {
    color: #ff5a00;
    text-decoration: underline;
}
table a {
    color: #000000;
}
.username.comment-create img {
    margin-right: 6px;
    margin-top: 7px;
    width: 22px;
}
.comment_wrapper {
    padding: 10px;
}


.auth_pages .copyright {
    background: transparent;
}

.sidebar_logo img {
    width: 100%;
    max-width: 55px;
}

#headox-menu img.d-lg-block {
    width: 16px;
    height: 100px;
}
.menu_item_icon{
    width: 18px;
    margin-left: 3px;
    /*margin-top: 3px;*/
}

#headox-menu img.d-block{
    width: 180px;
    margin: auto;
}
.sidebar_logo img.d-block {
    max-width: 95px;
    margin: 12px auto 15px;
}

.page-content {
    box-shadow: inset 9px 0 22px -12px #12263f38;
    min-height: 100%;
}

.card{
    border-radius: 18px;
}
.comments_card .card-title {
    font-weight: 600;
}

.comments_card .card-body .comment_wrapper:last-child {
    padding-bottom: 7rem;
}
.avatar-lg {
    height: 7rem;
    width: 7rem;
}

.edit_img_label{
    font-size: 12px !important;
    line-height: 1.2;
}
#editUserModal .card{
    box-shadow: 0 0.75rem 1.5rem #12263f1f;
}
.profil_pic{
    height: 7em;
    width: 7em;
    margin: auto;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.profile_pic_sm{
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

li.mm-active{
    background-color: #ff8b4b;
    border-radius: 13px;
    transition: ease-in-out .5s;
    width: 50px;
    height: 43px;
    padding: 0;
    margin: 10px;
}
.sidebar_logo img:first-child {
    display: none;
}
.sidebar_logo {
    min-height: 70px;
}


.icon_btn {
    padding: 0 !important;
}
.icon_btn i {
    color: #fb7d0b !important;
    font-size: 25px;
    width: 10px;
}
.btn.focus, .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-create .dropdown-menu * {
    color: black !important;
}

.comment-create .dropdown-item{
    font-size: 12px;
}
.comment-create .dropdown-item i{
    font-size: 14px;
}





@media (min-width: 992px) and (max-width: 1400px) {
    .statistics_card .media, .statistics_card .card-body {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        justify-content: center;
    }
    .statistics_card .avatar img {
        margin-bottom: 1rem;
    }
}


@media (min-width: 992px) {
    body[data-layout=detached] #sidebar-menu {
        padding-top: 10px;
        margin-bottom: 37px;
    }

    .profile_items{
        margin-right: 1rem;
    }
}
@media(max-width: 992px) and (max-width: 1024px){
    li.mm-active {
        height: 48px;
        padding: 0;
        margin: 0 10px;
    }
}
@media(max-width: 1024px){
    .auth_pages{
        background-size: 300px, 300px, 300px;
    }
    .copyright p {
        text-align: center !important;
    }
    td .action_btns button{
        /* width: 100%;  aaa*/
    }
    td .action_btns button span{
        display: none;
    }
    .vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
        padding: 13px 9px 9px 12px;
        min-height: 48px;
    }
    .metismenu li {
        padding: 0;
        margin: 10px;
    }
}
@media (max-width: 992px) {
    .vertical-menu {
        display: block;
    }
}
@media only screen and (max-width:991px){
    #user_image{
        height: 300px !important;
    }
    #user_image_edit{
        height: 300px !important;
    }
    body[data-layout=detached] #layout-wrapper::before,
    body[data-layout=detached] #layout-wrapper::after{
        left: 0;
        width: 100%;
    }
    #page-topbar{
        left: 0;
    }
    .vertical-menu {
        top: 70px;
    }
    .vertical-menu {
        display: none;
    }

    body[data-topbar=colored] #page-topbar{
        background: #ff5a00;
    }
    .mm-active .active {
        background: #ff8b4b;
        border-radius: 7px;
    }
    .metismenu li {
        padding: 5px;
    }
    #page-header-user-dropdown span {
        color: #ffffff !important;
    }
    body[data-topbar=colored] .noti-icon i, body[data-topbar=dark] .noti-icon i,
    body[data-topbar=colored] .header-item, body[data-topbar=dark] .header-item{
        color: #ffffff;
    }
    #headox-menu {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        margin-top: 3rem;
    }
    #sidebar-menu ul li a {
        padding: .625rem 1.2rem;
    }
    .sidebar_logo {
         text-align: center;
     }
    li.mm-active {
        background-color: inherit;
        border-radius: inherit;
        transition: ease-in-out .5s;
        width: inherit;
        height: inherit;
        padding: 0;
        margin: inherit;
    }


}

@media(min-width: 768px) and (max-width: 991px){
    .statistics_card .card-body {
        padding: 1rem;
    }
    .statistics_card .media {
        flex-direction: column;
        align-items: unset;
    }
    .statistics_card .media .avatar{
        margin-bottom: 1rem;
    }
    .statistics_nbr {
        font-size: 1.5rem;
    }
    #dashboard .statistics_card .case {
        min-height: 48px;
    }
}

@media(min-width: 768px) and (max-width: 900px){
    #dashboard .statistics_card .media-body {
        display: block;
    }
}

@media(max-width: 649px){
    .right_infos, #vertical-menu-btn{
        margin-top: 10px;
    }
}
@media(max-width: 600px){
    .auth_pages{
        background-position: -60% -60%, 150% -50%, center bottom;
    }
}
@media(max-width: 425px){
    .auth_pages{
        background-position: -150% -60%, 250% -50%, center bottom;
        background-size: 300px, 300px, 400px;
    }
    .comment_wrapper {
        padding: 0;
    }
    .username.comment-create img {
        margin-right: 2px;
        margin-top: 5px;
        width: 20px;
    }
    .comment_wrapper {
        margin-bottom: 1rem;
    }
    .patient-comment {
        padding-left: 27px;
    }
    .auth_logo {
        max-width: 250px;
    }
}
@media (max-width: 375px){
    .auth_pages {
        background-position: -120% -20%, 200% -30%, center bottom;
        background-size: 250px, 250px, 400px;
    }
    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 135px;
    }
}


.vertical-collpsed .vertical-menu #sidebar-menu>ul>li>a {
    min-height: 43px !important;
}

.star-active{
    color: #ff5a00;
}
.star-inactive{
    color: #e0e0e0;
}

td,th{
    min-width: 130px !important ; /* aaa */
}

/*  .statistics_card,.statistics_card1,.statistics_card2,.statistics_card3,.statistics_card4,.statistics_card5,
 .statistics_card6,.statistics_card7{
    margin-bottom: 15px !important ;
} */

.col{
    margin-bottom: 10px !important ;
 }
 
