@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: #F37021;
    --secondary: #0e0e10;
    --accent: #FFDA6A;
}

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;
}

.text-primary {
    color: var(--primary) !important;
}

.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: row;
    justify-content: space-between;
    align-items: stretch;
    min-height: 100svh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    gap: 3rem;

}

.login-visual {
    flex: 1 0 auto;
    height: 100svh;
    background-image: url("../images/Admin\ Dashboard\ 1.png");
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: right center;
    position: relative;
    flex-basis: 55%;
    padding: 1rem;
}

.login-visual .wid-1,
.login-visual .wid-2 {
    position: absolute;
}

.login-visual .wid-1 {
    top: 60px;
    right: -120px;
}

.login-visual .wid-2 {
    bottom: 0px;
    right: -140px;
}

.login-container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-basis: 40%;
    padding: 1rem;
    background: #f5f5f5;
}

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

.login-container .form-control {
    min-height: 48px;
    border-radius: .7rem;
}

.login-container .form-control:focus {
    border-color: var(--primary);
}

.login-container .btn {
    border-radius: .75rem;
    padding: 1rem;
    font-weight: 600;
    font-size: 1rem;
}

.login-container a.text-link {
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .login-visual {
        display: none;
    }

    .login-container:before {
        background-image: url("../images/login-bg.png");
        background-repeat: no-repeat;
        background-position: bottom center;
        mix-blend-mode: exclusion;
        display: block;
        inset: 0;
        position: absolute;
        content: '';
        z-index: 0;
        opacity: .03;
    }

    .login-container>* {
        position: relative;
        z-index: 2;
    }
}