/** HEADER **/

.app-brand-logo.demo img {
    width: 145px;
    height: auto;
}

.bg-menu-theme.menu-horizontal {
    box-shadow: none !important;
}

.avatar.avatar-online::after {
    display: none;
}

.layout-horizontal .bg-menu-theme .menu-inner>.menu-item {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.layout-navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 90px !important;
}

.menu.bg-menu-theme .menu-inner>.menu-item>.menu-link {
    border-radius: 0 !important;
    padding: 17px;
    border-bottom: solid 4px transparent
}


.menu.bg-menu-theme .menu-inner>.menu-item.active>.menu-link {
    background-color: transparent !important;
    color: inherit !important;
    border-color: #439695
}

.menu.bg-menu-theme .menu-inner>.menu-item:not(:last-child) {
    margin-right: 25px;
}

/** FOOTER **/

.bg-footer-theme.content-footer {
    background-color: white !important;
    height: 88px;
    z-index: 100;
}

.content-footer .logo img {
    width: 124px;
    height: auto;
}

.content-footer .settings img {
    width: 55px;
    height: auto;
}

/**** DATATABLES ****/

.dataTable .actions-row {
    width: 246px;
}

.dataTable th,
.dataTable td {
    white-space: normal;
}

.dataTable .actions-row a {
    font-size: 11px;
}

.dtsb-searchBuilder {
    padding: 20px 20px 0;
}

.dtsb-searchBuilder .btn-light,
.dtsb-searchBuilder .btn-light:hover {
    border: 1px solid rgb(86, 106, 127) !important;
}

.dtsb-searchBuilder select,
.dtsb-searchBuilder input {
    border-color: rgb(86, 106, 127) !important;
}

.dtsb-searchBuilder .dtsb-clearGroup {
    display: none;
}

.dataTable .hidden-field {
    display: none;
}

/***** USER DATATABLE ******/

#editModal select option[disabled] {
    display: none;
}

/**** BADGES ****/

.bg-label-medium {
    background-color: #ffe5db !important;
    color: #ff721d !important;
}

/**** STATS ****/

#stats-sidebar {
    background-color: white;
    height: calc(100vh - 80px - 90px);
    position: fixed;
    top: 90px;
    left: 0;
    width: 260px;
    overflow: scroll;
}

#stats-sidebar .accordion-header.active button {
    color: #439695;
    font-weight: bold;
}

#stats-sidebar .accordion-collapse {
    background: #E1F5F4;
}

#main-stats {
    margin-left: 280px;
}

#main-stats #loader>div {
    min-height: calc(100vh - 90px - 88px - 60px);
}

#main-stats .genre-stats-value {
    font-weight: 500;
    font-size: 20.4615px;
    letter-spacing: 0.146154px;
}

#main-stats .genre-stats-value.genre-H {
    color: #36BAB8;
}

#main-stats .genre-stats-value.genre-M {
    color: #FFB400;
}

#main-stats .card-subtitle {
    display: block;
    line-height: 1.1;
    margin: 0.5rem 0;
}

#stats-sidebar .flatpickr {
    font-size: 12px !important;
}

/****** DASHBOARD ***/

#dashboard-welcome {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding: 44px 140px;
    position: relative;
}

#dashboard-welcome::after {
    background: url(../../images/dashboard.png?v=2) no-repeat bottom right;
    background-size: cover;
    content: "";
    position: absolute;
    right: 85px;
    bottom: 0;
    width: 510px;
    height: 241px;
}

@media (max-width: 1199px) {
    #dashboard-welcome::after {
        display: none;
    }
}


#dashboard-welcome .salutation {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #439695;
    margin-bottom: 10px;
}

#dashboard-welcome .message {
    font-size: 16px;
    margin-bottom: 40px;

}

#dashboard-welcome .message p {
    margin-bottom: 0.5rem;
}

#dashboard-welcome .message span {
    font-size: 20px;
    font-weight: bold;
}


#dashboard-features {
    max-width: 1132px;
    margin-left: auto;
    margin-right: auto;
    padding: 56px 80px;
}

#dashboard-features .title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 133.4%;
    text-align: center;
    margin-bottom: 36px;
}

#dashboard-features .feature {
    border: 1px solid rgba(50, 71, 92, 0.12);
    border-radius: 8px;
    padding: 27px;
}

#dashboard-features .feature svg {
    display: block;
    margin: 0 auto 20px auto;
}

#dashboard-features .feature .feature-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.15px;
    color: rgba(50, 71, 92, 0.87);
    margin-bottom: 12px;
}

#dashboard-features .feature .feature-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.15px;
    color: rgba(50, 71, 92, 0.6);
    margin-bottom: 15px;
}

/****** PROFILE *********/

#profile-card {
    padding: 60px;
}

#profile-card .user-picture {
    border-radius: 10px;
    width: 120px;
    height: auto;
}

#profile-card .accept-wrapper {
    border-top: 1px solid rgba(50, 71, 92, 0.12);
    margin: 46px 0;
    padding-top: 16px;
}

/****** DOCTOR CODE *********/

.doctor-code {
    background: #EEEEEE;
    border-radius: 6px;
    padding: 8px;
}