@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://cdn.jsdelivr.net/npm/@mdi/font@6.5.95/css/materialdesignicons.min.css');

:root {
    --primary: #132860;
    --secondary: #3e6dba;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}

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

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

.content-body {
    background:#fdfdfd !important
}

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

.btn {
    border-radius: 5px;
}

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

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

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

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

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

.nk-sidebar .metismenu a {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255,255,255,.75);
}

[data-nav-headerbg="color_2"] .nav-header {
    background: rgba(12, 12, 12, .95) !important;
}

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

[data-sibebarbg="color_2"] .nk-sidebar {
    padding-bottom: 0;
    background: rgba(12, 12, 12, .95) !important;
}

[data-sibebarbg="color_2"] .nk-sidebar .metismenu {
    background: rgba(12, 12, 12, .95) !important;
}

[data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:hover>a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:focus>a, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li.active>a {
    background: rgba(255 255 255 /.11) !important;
}

[data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:hover>a:hover, [data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:hover>a:focus, [data-sidebar-style="full"][data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:hover>a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:focus>a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:focus>a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li:focus>a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li.active>a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li.active>a:focus, [data-sibebarbg="color_2"] .nk-sidebar .metismenu>li.active>a:active {
    background: rgba(25 69 157 /.2) !important;
}

[data-sibebarbg="color_2"] .nk-sidebar .metismenu ul {
    background: rgba(25 69 157 /.2);
}

[data-sibebarbg="color_2"] .nk-sidebar .metismenu a:hover, [data-sibebarbg="color_2"] .nk-sidebar .metismenu a:active, [data-sibebarbg="color_2"] .nk-sidebar .metismenu a.active {
    background: rgba(25 69 157 /.2) !important;
}


.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(25, 69, 157, .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: 8px;
}

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

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

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

.card-title__container span > i {
    font-size: 1.75em;
}

.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%);
}

[data-headerbg="color_2"] .header .icons i, [data-headerbg="color_2"] .header .toggle-icon {
    font-size: 22px;
    color: #464646 !important;
}

.sign-out-modal {
    padding: 3em 2em;
}

.sign-out-modal h4 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
}
