@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css');

:root {
    --primary: #3B8F62;
    --secondary: #54C689;
    --accent: hsl(54, 90%, 47%);
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--dark);
}

p {
    color: #484848;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: 300;
}

body {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background: #fbfbfb;
}

.gradient-2 {
    background-image: linear-gradient(270deg, #d12a56, #ea9d9d);
}


/* .btn-primary {
    background: rgba(12 12 12 /.95);
    border-color: rgba(12 12 12 /.95);
} */

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.nk-sidebar .metismenu>li a>i {
    font-size: 1.1rem;
    color: #696969;
}

.nk-sidebar .metismenu>li.active>a {
    background: #f2f2f2;
}

.nk-sidebar .metismenu>li:hover>a {
    background: #fbfbfb;
}

.nk-sidebar .metismenu a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #696969;
}

.nav-header .brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

[data-nav-headerbg="color_1"] .nav-header {
    background: #fff;
}

[data-headerbg="color_1"] .header {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    box-shadow: 0px 3px 20px -18px rgba(25 69 157 /.55);
    border-bottom: 1px solid rgba(255, 255, 255, .55);
}

.nk-sidebar {
    padding-bottom: 0;
}

.slimScrollDiv {
    height: calc(100% - 12.3em) !important;
    padding-bottom: 10px;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nk-sidebar {
    width: 0px;
    overflow: hidden;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {
    margin-left: 0;
}

.user-profile {
    display: flex;
    flex-direction: row;
    padding: 12px 7px;
    box-shadow: 0 -3px 9px -3px rgba(232, 127, 234, 0.55);
}

.user-profile .user-profile__img img {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    overflow: hidden;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, .5);
}

.user-profile .user-profile__details {
    padding: 0 7px 0 12px;
    display: flex;
    flex-direction: column;
}

.user-profile .user-profile__details>h5,
.user-profile .user-profile__details>p,
.user-profile .user-profile__details>a {
    margin-bottom: 0px;
}

.user-profile .user-profile__details>h5 {
    font-size: 16px;
    width: 8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 1);
}

.user-profile .user-profile__details>p {
    font-size: 14px;
    color: rgba(255, 255, 255, .75);
}

.user-profile .user-profile__details>a {
    font-size: 13px;
    color: rgba(255, 255, 255, .5);
}

.user-profile .user-profile__details>a:hover {
    color: rgba(255, 255, 255, 1);
}

.card {
    /* box-shadow: 0px 7px 20px -15px rgba(25 69 157 /.55); */
    border-radius: 1rem;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.card>.card-body {
    padding: 1.75em;
}

.quick-look .card-body {
    padding: 1rem 1.25rem;
}

.card-title__container {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}

.card-title__container>h3 {
    margin-bottom: 0;
}

.card-title__container span {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    background-color: #fff;
    display: grid;
    place-items: center;
}

.card-title__container span img {
    max-width: 50%;
}

/* .card-title__container span>i {
    font-size: 1.35em;
} */


/* .card-title__container span {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
} 



.card-title__container h3 {
    flex-grow: 1;
    margin-bottom: 0;
}*/


/* @media screen and (max-width:575px) {
    .card-title__container span>i {
        font-size: 4em;
        position: absolute;
    }
} */

.card-title {
    line-height: 1.38em;
    font-weight: 700;
    letter-spacing: 0;
}

.gradient-1 {
    background: rgb(25, 69, 157);
    background: -moz-linear-gradient(180deg, rgba(180, 74, 155, 1) 9%, rgba(25, 69, 157, 1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(180, 74, 155, 1) 9%, rgba(25, 69, 157, 1) 100%);
    background: linear-gradient(0deg, rgba(180, 74, 155, 1) 0%, rgba(25, 69, 157, 1) 100%);
}

.icons>a i {
    font-size: 22px;
    color: #7b7b7b;
}

.cs-box h6 {
    color: #767676;
}

.cs-box {
    border-color: #ebebeb;
}

.footer {
    padding-left: 0;
}

.footer .copyright {
    padding-left: 15.1875rem;
}

.menu-toggle .footer .copyright {
    padding-left: 1.2375rem;
}

.google-visualization-orgchart-linenode {
    border-color: #ababab !important;
    border-width: 2px;
}

.tree-node {
    width: 100%;
    border-radius: 8px;
    background: #f4f4f4;
}

.tree-node div {
    width: 200px;
    padding: 1em 1.5em;
}

.tree-node img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: 50%;
    margin-bottom: 1em;
}

.tree-node h3 {
    font-size: 1.5em;
    margin-bottom: 0.3em;
    font-family: helvetica;
}

.tree-node p {
    font-size: 14px;
    margin-bottom: 0.5em;
}

.tree-node .flexing-box {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.tree-node .flexing-box p {
    font-size: 15px;
    font-weight: 600;
}

.node-selected {
    background: #f0f7f7;
}

@media screen and (max-width:767px) {
    #chart_div {
        overflow-x: scroll;
        touch-action: auto;
    }
}

.menu-toggle .nav-header .brand-logo a {
    padding: 0 !important;
}

.menu-toggle .nav-header .brand-logo .logo-abbr {
    width: 50px;
    height: 50px;
    padding: 0.5rem
}

.menu-toggle .nav-header .brand-logo .logo-abbr img {
    object-fit: contain;
}

/* LOGIN PAGE */
.login-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 100svh;
    background: url("../images/modern-living-room-interior-design-evoair.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.login-container {
    width: 100%;
    flex-grow: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-content {
    width: clamp(300px, 80%, 500px);
    padding: 2rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(8px);
}


.task-list .quick-look {
    h3 {
        font-size: 1.125rem;
        font-weight: 400;
    }
}

.task-list .nav-pills {
    gap: .5rem;
}

.task-list .nav-pills .nav-link {
    border-radius: .5rem;
    border: 0;
}

.task-list .tab-pane.active {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.task-list .tab-pane .card {
    margin-bottom: 0;
}

.task-list .tab-pane .card-header {
    border-bottom: 1px dashed #ebebeb;
    gap: .5rem;
}

.task-list .tab-pane .card-body {
    padding: 1rem;
}

.task-list .tab-pane .card-body i {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
}


.task-list .tab-pane .card-body i.fa {
    padding-right: 0;
}

.task-list .tab-pane .card-body ul li {
    margin-bottom: .35rem;
}

.task-list .tab-pane .card-body p,
.task-list .tab-pane .card-body a {
    font-size: .85rem;
    line-height: 1.3rem;
}

.task-list .tab-pane .card-body a {
    color: var(--primary);
}

.task-list .tab-pane .card-body h6 {
    font-size: 1rem;
    line-height: 1.3rem;
}

.task-list .tab-pane .card-footer {
    border-radius: 0 0 1rem 1rem;
    padding: 0;
    display: flex;
}

.task-list .tab-pane .card-footer>a {
    flex: 1 0;
}

.task-list .tab-pane .card-footer>a.btn {
    border-right: 1px solid #ebebeb;
    border-radius: 0;
    padding: 1rem .5rem;
}

.task-list .tab-pane .card-footer>a.btn:first-child {
    border-radius: 0 0 0 1rem;
}

.task-list .tab-pane .card-footer>a.btn:last-child {
    border-right: 0;
    border-radius: 0 0 1rem 0;
}

.task-list .tab-pane .card-footer>a.btn:only-child {
    border-radius: 0 0 1rem 1rem;
}

@media screen and (min-width:992px) {
    .task-list .tab-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1rem;
    }

    .task-list .tab-content>.tab-pane {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        opacity: 1;
        padding: .5rem;
        background: #ffffff;
        border-radius: 1rem;
        padding: 1rem;
        box-shadow: 0px 8px 24px -16px rgba(0, 0, 0, .3);
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 80%;
}

.modal-dialog-scrollable .modal-content {
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered::before {
    height: auto !important;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}