﻿:root {
    --fw: 500;
    --transition: all 0.3s ease-in-out;
    --font-Open-sans: "Open Sans", sans-serif;
    --clr-Raven: #6c757d;
    --sidebar-active-bg: #f3f6f8;
    --sidebar-active-text: var(--skin-clr, #664dc9);
    --fs-base: 1rem;
    --lh-base: 1.5;
    --body-bg: #f8f8fc;
    --sidenav-bg: #fff;
    --sidenav-border-clr: #e6ebf1;
    --skin-clr: #664dc9;
    --skin-clr-hover: #573cc3;
    --sidebar-collapse-width: 71px;
    --body-color: #495046;
    --font-family: "Nunito Sans", sans-serif;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    --sub-menu-bg: #2c3b41;
    --sub-menu-text-clr: #777;
    --sidebar-text: #6c756e;
    --sidebar-width: 250px
}

header {
    --header-bg: #fff;
    --header-hover-bg: rgba(0, 0, 0, .1);
    --menu-icon-clr: #555b6d;
    --header-text: #6c756e
}

html {
    font-size: var(--fs-base)
}

body {
    background-color: var(--body-bg, #fff);
    color: var(--body-color, #000);
    font-family: var(--font-family);
    font-weight: var(--fw);
    line-height: var(--lh-base);
    overflow-x: hidden
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #c5cdd7 !important;
    border-radius: 10px;
    border: 3px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #a2adb7;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--skin-clr);
    text-decoration: none
}

textarea:hover,
input:hover,
textarea:active,
input:active,
a:focus,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.form-control:focus,
.btn:active,
.btn.active {
    box-shadow: none !important;
    outline: none
}

input[type=checkbox],
input[type=checkbox]+label {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    --spacing: 10px;
    font-weight: 600;
    margin-bottom: var(--spacing);
    margin-top: var(--spacing)
}

.mt-0-75r {
    margin-top: .75rem !important
}

.mb-0-75r {
    margin-bottom: .75rem !important
}

h6,
.h6 {
    font-size: .875rem
}

.br-7 {
    border-radius: 7px
}

p {
    margin-bottom: .75rem
}

.wrapper {
    overflow-x: hidden;
    transition: var(--transition)
}

.border_default {
    border-color: #e6ebf1 !important
}

.border_top_default {
    border-top-color: #e6ebf1 !important
}

.btn_default {
    background-color: #e6ebf1;
    border-color: #d6dee8;
    color: #444
}

.btn_default.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(230, 235, 241, .5)
}

.btn_default:hover,
.btn_default:focus,
.btn_default.active {
    background-color: #d6dee8;
    border-color: #a5b7cc;
    color: #444
}

.btn-outline_default {
    border-color: #e6ebf1;
    color: #e6ebf1
}

.btn-outline_default:hover {
    background-color: #e6ebf1;
    border-color: #e6ebf1;
    color: #444
}

.bg_default {
    background-color: #e6ebf1 !important
}

.bg_default.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(230, 235, 241, .5)
}

.alert_default {
    background-color: #e6ebf1 !important;
    border-color: #e6ebf1
}

.border_light {
    border-color: #f0f0f2 !important
}

.border_top_light {
    border-top-color: #f0f0f2 !important
}

.btn_light {
    background-color: #f0f0f2;
    border-color: #e2e2e6;
    color: #444
}

.btn_light.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(240, 240, 242, .5)
}

.btn_light:hover,
.btn_light:focus,
.btn_light.active {
    background-color: #e2e2e6;
    border-color: #b9b9c3;
    color: #444
}

.btn-outline_light {
    border-color: #f0f0f2;
    color: #f0f0f2
}

.btn-outline_light:hover {
    background-color: #f0f0f2;
    border-color: #f0f0f2;
    color: #444
}

.bg_light {
    background-color: #f0f0f2 !important
}

.bg_light.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(240, 240, 242, .5)
}

.alert_light {
    background-color: #f0f0f2 !important;
    border-color: #f0f0f2
}

.border_primary {
    border-color: #664dc9 !important
}

.border_top_primary {
    border-top-color: #664dc9 !important
}

.btn_primary {
    background-color: #664dc9;
    border-color: #563bc2;
    color: #fff
}

.btn_primary.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(102, 77, 201, .5)
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary.active {
    background-color: #563bc2;
    border-color: #3c2987;
    color: #fff
}

.btn-outline_primary {
    border-color: #664dc9;
    color: #664dc9
}

.btn-outline_primary:hover {
    background-color: #664dc9;
    border-color: #664dc9;
    color: #fff
}

.bg_primary {
    background-color: #664dc9 !important
}

.bg_primary.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(102, 77, 201, .5)
}

.alert_primary {
    background-color: #664dc9 !important;
    border-color: #664dc9
}

.border_secondary {
    border-color: #5b73e8 !important
}

.border_top_secondary {
    border-top-color: #5b73e8 !important
}

.btn_secondary {
    background-color: #5b73e8;
    border-color: #4560e5;
    color: #fff
}

.btn_secondary.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(91, 115, 232, .5)
}

.btn_secondary:hover,
.btn_secondary:focus,
.btn_secondary.active {
    background-color: #4560e5;
    border-color: #1b38c2;
    color: #fff
}

.btn-outline_secondary {
    border-color: #5b73e8;
    color: #5b73e8
}

.btn-outline_secondary:hover {
    background-color: #5b73e8;
    border-color: #5b73e8;
    color: #fff
}

.bg_secondary {
    background-color: #5b73e8 !important
}

.bg_secondary.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(91, 115, 232, .5)
}

.alert_secondary {
    background-color: #5b73e8 !important;
    border-color: #5b73e8
}

.border_success {
    border-color: #38cb89 !important
}

.border_top_success {
    border-top-color: #38cb89 !important
}

.btn_success {
    background-color: #38cb89;
    border-color: #30b97c;
    color: #fff
}

.btn_success.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(56, 203, 137, .5)
}

.btn_success:hover,
.btn_success:focus,
.btn_success.active {
    background-color: #30b97c;
    border-color: #217c53;
    color: #fff
}

.btn-outline_success {
    border-color: #38cb89;
    color: #38cb89
}

.btn-outline_success:hover {
    background-color: #38cb89;
    border-color: #38cb89;
    color: #fff
}

.bg_success {
    background-color: #38cb89 !important
}

.bg_success.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(56, 203, 137, .5)
}

.alert_success {
    background-color: #38cb89 !important;
    border-color: #38cb89
}

.border_warning {
    border-color: #ffab00 !important
}

.border_top_warning {
    border-top-color: #ffab00 !important
}

.btn_warning {
    background-color: #ffab00;
    border-color: #e69a00;
    color: #fff
}

.btn_warning.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(255, 171, 0, .5)
}

.btn_warning:hover,
.btn_warning:focus,
.btn_warning.active {
    background-color: #e69a00;
    border-color: #996700;
    color: #fff
}

.btn-outline_warning {
    border-color: #ffab00;
    color: #ffab00
}

.btn-outline_warning:hover {
    background-color: #ffab00;
    border-color: #ffab00;
    color: #fff
}

.bg_warning {
    background-color: #ffab00 !important
}

.bg_warning.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(255, 171, 0, .5)
}

.alert_warning {
    background-color: #ffab00 !important;
    border-color: #ffab00
}

.border_info {
    border-color: #3e80eb !important
}

.border_top_info {
    border-top-color: #3e80eb !important
}

.btn_info {
    background-color: #3e80eb;
    border-color: #2771e9;
    color: #fff
}

.btn_info.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(62, 128, 235, .5)
}

.btn_info:hover,
.btn_info:focus,
.btn_info.active {
    background-color: #2771e9;
    border-color: #124fb1;
    color: #fff
}

.btn-outline_info {
    border-color: #3e80eb;
    color: #3e80eb
}

.btn-outline_info:hover {
    background-color: #3e80eb;
    border-color: #3e80eb;
    color: #fff
}

.bg_info {
    background-color: #3e80eb !important
}

.bg_info.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(62, 128, 235, .5)
}

.alert_info {
    background-color: #3e80eb !important;
    border-color: #3e80eb
}

.border_danger {
    border-color: #ef4b4b !important
}

.border_top_danger {
    border-top-color: #ef4b4b !important
}

.btn_danger {
    background-color: #ef4b4b;
    border-color: #ed3434;
    color: #fff
}

.btn_danger.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(239, 75, 75, .5)
}

.btn_danger:hover,
.btn_danger:focus,
.btn_danger.active {
    background-color: #ed3434;
    border-color: #c31111;
    color: #fff
}

.btn-outline_danger {
    border-color: #ef4b4b;
    color: #ef4b4b
}

.btn-outline_danger:hover {
    background-color: #ef4b4b;
    border-color: #ef4b4b;
    color: #fff
}

.bg_danger {
    background-color: #ef4b4b !important
}

.bg_danger.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(239, 75, 75, .5)
}

.alert_danger {
    background-color: #ef4b4b !important;
    border-color: #ef4b4b
}

.border_green {
    border-color: #00a65a !important
}

.border_top_green {
    border-top-color: #00a65a !important
}

.btn_green {
    background-color: #00a65a;
    border-color: #008d4c;
    color: #fff
}

.btn_green.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 166, 90, .5)
}

.btn_green:hover,
.btn_green:focus,
.btn_green.active {
    background-color: #008d4c;
    border-color: #004023;
    color: #fff
}

.btn-outline_green {
    border-color: #00a65a;
    color: #00a65a
}

.btn-outline_green:hover {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #fff
}

.bg_green {
    background-color: #00a65a !important
}

.bg_green.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 166, 90, .5)
}

.alert_green {
    background-color: #00a65a !important;
    border-color: #00a65a
}

.border_blue {
    border-color: #3c8dbc !important
}

.border_top_blue {
    border-top-color: #3c8dbc !important
}

.btn_blue {
    background-color: #3c8dbc;
    border-color: #367fa9;
    color: #fff
}

.btn_blue.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(60, 141, 188, .5)
}

.btn_blue:hover,
.btn_blue:focus,
.btn_blue.active {
    background-color: #367fa9;
    border-color: #23536f;
    color: #fff
}

.btn-outline_blue {
    border-color: #3c8dbc;
    color: #3c8dbc
}

.btn-outline_blue:hover {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff
}

.bg_blue {
    background-color: #3c8dbc !important
}

.bg_blue.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(60, 141, 188, .5)
}

.alert_blue {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc
}

.border_yellow {
    border-color: #f39c12 !important
}

.border_top_yellow {
    border-top-color: #f39c12 !important
}

.btn_yellow {
    background-color: #f39c12;
    border-color: #e08e0b;
    color: #fff
}

.btn_yellow.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(243, 156, 18, .5)
}

.btn_yellow:hover,
.btn_yellow:focus,
.btn_yellow.active {
    background-color: #e08e0b;
    border-color: #976008;
    color: #fff
}

.btn-outline_yellow {
    border-color: #f39c12;
    color: #f39c12
}

.btn-outline_yellow:hover {
    background-color: #f39c12;
    border-color: #f39c12;
    color: #fff
}

.bg_yellow {
    background-color: #f39c12 !important
}

.bg_yellow.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(243, 156, 18, .5)
}

.alert_yellow {
    background-color: #f39c12 !important;
    border-color: #f39c12
}

.border_orange {
    border-color: #fc7303 !important
}

.border_top_orange {
    border-top-color: #fc7303 !important
}

.btn_orange {
    background-color: #fc7303;
    border-color: #e36803;
    color: #fff
}

.btn_orange.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(252, 115, 3, .5)
}

.btn_orange:hover,
.btn_orange:focus,
.btn_orange.active {
    background-color: #e36803;
    border-color: #974502;
    color: #fff
}

.btn-outline_orange {
    border-color: #fc7303;
    color: #fc7303
}

.btn-outline_orange:hover {
    background-color: #fc7303;
    border-color: #fc7303;
    color: #fff
}

.bg_orange {
    background-color: #fc7303 !important
}

.bg_orange.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(252, 115, 3, .5)
}

.alert_orange {
    background-color: #fc7303 !important;
    border-color: #fc7303
}

.border_teal {
    border-color: #06c0d9 !important
}

.border_top_teal {
    border-top-color: #06c0d9 !important
}

.btn_teal {
    background-color: #06c0d9;
    border-color: #05aac0;
    color: #fff
}

.btn_teal.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(6, 192, 217, .5)
}

.btn_teal:hover,
.btn_teal:focus,
.btn_teal.active {
    background-color: #05aac0;
    border-color: #036876;
    color: #fff
}

.btn-outline_teal {
    border-color: #06c0d9;
    color: #06c0d9
}

.btn-outline_teal:hover {
    background-color: #06c0d9;
    border-color: #06c0d9;
    color: #fff
}

.bg_teal {
    background-color: #06c0d9 !important
}

.bg_teal.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(6, 192, 217, .5)
}

.alert_teal {
    background-color: #06c0d9 !important;
    border-color: #06c0d9
}

.border_pink {
    border-color: #bb08c0 !important
}

.border_top_pink {
    border-top-color: #bb08c0 !important
}

.btn_pink {
    background-color: #bb08c0;
    border-color: #a307a8;
    color: #fff
}

.btn_pink.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(187, 8, 192, .5)
}

.btn_pink:hover,
.btn_pink:focus,
.btn_pink.active {
    background-color: #a307a8;
    border-color: #5c045e;
    color: #fff
}

.btn-outline_pink {
    border-color: #bb08c0;
    color: #bb08c0
}

.btn-outline_pink:hover {
    background-color: #bb08c0;
    border-color: #bb08c0;
    color: #fff
}

.bg_pink {
    background-color: #bb08c0 !important
}

.bg_pink.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(187, 8, 192, .5)
}

.alert_pink {
    background-color: #bb08c0 !important;
    border-color: #bb08c0
}

.border_purple {
    border-color: #920bfa !important
}

.border_top_purple {
    border-top-color: #920bfa !important
}

.btn_purple {
    background-color: #920bfa;
    border-color: #8405e7;
    color: #fff
}

.btn_purple.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(146, 11, 250, .5)
}

.btn_purple:hover,
.btn_purple:focus,
.btn_purple.active {
    background-color: #8405e7;
    border-color: #59039c;
    color: #fff
}

.btn-outline_purple {
    border-color: #920bfa;
    color: #920bfa
}

.btn-outline_purple:hover {
    background-color: #920bfa;
    border-color: #920bfa;
    color: #fff
}

.bg_purple {
    background-color: #920bfa !important
}

.bg_purple.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(146, 11, 250, .5)
}

.alert_purple {
    background-color: #920bfa !important;
    border-color: #920bfa
}

.border_indigo {
    border-color: #5323a7 !important
}

.border_top_indigo {
    border-top-color: #5323a7 !important
}

.btn_indigo {
    background-color: #5323a7;
    border-color: #491f92;
    color: #fff
}

.btn_indigo.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(83, 35, 167, .5)
}

.btn_indigo:hover,
.btn_indigo:focus,
.btn_indigo.active {
    background-color: #491f92;
    border-color: #291153;
    color: #fff
}

.btn-outline_indigo {
    border-color: #5323a7;
    color: #5323a7
}

.btn-outline_indigo:hover {
    background-color: #5323a7;
    border-color: #5323a7;
    color: #fff
}

.bg_indigo {
    background-color: #5323a7 !important
}

.bg_indigo.with-shadow {
    box-shadow: 0 2px 6px 0 rgba(83, 35, 167, .5)
}

.alert_indigo {
    background-color: #5323a7 !important;
    border-color: #5323a7
}

.text_primary {
    color: #5339bc !important
}

.text_primary:hover,
.text_primary:focus {
    color: #422d95
}

.text_secondary {
    color: #5b73e8 !important
}

.text_secondary:hover,
.text_secondary:focus {
    color: #2e4de2
}

.text_success {
    color: #38cb89 !important
}

.text_success:hover,
.text_success:focus {
    color: #2ba56e
}

.text_info {
    color: #3e80eb !important
}

.text_info:hover,
.text_info:focus {
    color: #1763df
}

.text_warning {
    color: #ffab00 !important
}

.text_warning:hover,
.text_warning:focus {
    color: #cc8900
}

.text_danger {
    color: #ef4b4b !important
}

.text_danger:hover,
.text_danger:focus {
    color: #eb1c1c
}

.text_muted {
    color: #98a6be !important
}

.text_muted:hover,
.text_muted:focus {
    color: #798baa
}

.text_orange {
    color: #fc7303 !important
}

.text_orange:hover,
.text_orange:focus {
    color: #ca5c02
}

.text_yellow {
    color: #f39c12 !important
}

.text_yellow:hover,
.text_yellow:focus {
    color: #c87f0a
}

.text_teal {
    color: #06c0d9 !important
}

.text_teal:hover,
.text_teal:focus {
    color: #0594a7
}

.text_pink {
    color: #bb08c0 !important
}

.text_pink:hover,
.text_pink:focus {
    color: #8b068f
}

.text_purple {
    color: #920bfa !important
}

.text_purple:hover,
.text_purple:focus {
    color: #7604ce
}

.text_indigo {
    color: #5323a7 !important
}

.text_indigo:hover,
.text_indigo:focus {
    color: #3e1a7d
}

.fs-10 {
    font-size: 10px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-800 {
    font-weight: 800 !important
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important
}

.text_skin {
    color: var(--skin-clr)
}

.text_skin:hover,
.text_skin:focus {
    color: var(--skin-clr-hover)
}

.border_top_skin {
    border-top-color: var(--skin-clr) !important
}

.btn-square {
    border-radius: 2px !important
}

.purple_gradient {
    background-image: linear-gradient(to right, var(--skin-clr, #664dc9), #9884ea);
    border: none;
    color: #fff !important
}

.green_gradient {
    background-image: linear-gradient(to right, #1d976c, #2fd38a);
    border: none;
    color: #fff !important
}

.orange_gradient {
    background-image: linear-gradient(to right, #fa5420, #f6a800);
    border: none;
    color: #fff !important
}

.blue_gradient {
    background-image: linear-gradient(to right, #5b73e8, #44c4fa);
    border: none;
    color: #fff !important
}

.bg-success-transparent {
    background-color: rgba(56, 203, 137, .2) !important;
    color: #38cb89 !important
}

.bg-primary-transparent {
    background-color: rgba(102, 77, 201, .2) !important;
    color: #664dc9 !important
}

.bg-secondary-transparent {
    background-color: rgba(91, 115, 232, .2) !important;
    color: #5b73e8 !important
}

.bg-danger-transparent {
    background-color: rgba(239, 75, 75, .2) !important;
    color: #ef4b4b !important
}

.bg-info-transparent {
    background-color: rgba(62, 128, 235, .2) !important;
    color: #3e80eb !important
}

.bg-warning-light {
    background-color: rgba(255, 171, 0, .15) !important;
    color: #ffab00
}

.bg-success-light {
    background-color: rgba(29, 171, 45, .15) !important;
    color: #36b37e
}

.bg-danger-light {
    background-color: rgba(250, 92, 124, .15);
    color: #f94859
}

.alert {
    color: #fff;
    font-size: .875rem
}

.alert-danger {
    background-color: #ef4b4b;
    border-color: #ed2f2f
}

.alert-success {
    background-color: #00a65a;
    border-color: #008d4c
}

.alert-warning {
    background-color: #f39c12;
    border-color: #e08e0b
}

.alert .btn-close:hover {
    text-shadow: 0 1px 0 #fff
}

.dropdown-item {
    color: #6c756e;
    font-size: .8075rem;
    padding: .5rem 1rem
}

.dropdown-item:hover {
    color: var(--skin-clr)
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item.active {
    background-color: #f3f6f8;
    color: #3e4358
}

.btn-group .dropdown-item {
    clear: both;
    color: #333;
    font-weight: 400;
    line-height: 1.428571429;
    padding: .5rem 1.5rem
}

.btn-group .dropdown-item.dropdown-plus-title {
    border: 0 solid rgba(0, 0, 0, .15) !important;
    border-bottom-width: 1px !important;
    color: #6b6f80 !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    padding: 6px 12px !important;
    width: 100% !important
}

.rounded-pill {
    border-radius: 10rem;
    padding-left: 1.1em;
    padding-right: 1.1em
}

.btn-list {
    font-size: 0
}

.btn-list>.btn,
.btn-list>.dropdown {
    margin-bottom: .5rem
}

.btn-list>.btn:not(:last-child),
.btn-list .dropdown:not(:last-child) {
    margin-right: .5rem
}

._btn {
    font-size: .875rem;
    line-height: 1.42857143;
    white-space: nowrap
}

._btn.btn-sm {
    font-size: .75rem
}

._btn.btn-lg {
    font-size: 1rem;
    line-height: 1.3333333;
    padding: .625rem 1rem
}

._btn:not(.btn-lg) {
    line-height: 1.4
}

._btn:not(.btn-sm):not(.btn-lg) {
    font-size: .81rem;
    padding: .375rem 1em
}

._btn.btn-sm,
._btn .btn-group-sm>.btn {
    border-radius: .21rem;
    font-size: .711rem
}

._btn.btn-icon {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    text-align: center
}

.bg_skin {
    background-color: var(--skin-clr) !important;
    color: #fff
}

.bg_skin:hover {
    background-color: var(--skin-clr-hover);
    color: #fff
}

.btn-outline_skin {
    border-color: var(--skin-clr-hover);
    color: var(--skin-clr)
}

.btn-outline_skin:hover {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr-hover);
    color: #fff
}

.btn_block {
    display: block;
    width: 100%
}

._card {
    --spacing: 1.5rem 1.5rem;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: .3rem;
    border-top: 3px solid transparent;
    box-shadow: 0 .76rem 1.52rem rgba(18, 38, 63, .03);
    display: flex;
    flex-direction: column;
    font-size: .875rem;
    margin-bottom: 1.5rem;
    position: relative;
    width: 100%;
    word-wrap: break-word
}

._card .card-header {
    align-items: center;
    border-bottom: 1px solid;
    border-color: #e6ebf1;
    color: #444;
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 0;
    min-height: 3.5rem;
    padding: .5rem 1.5rem;
    position: relative
}

._card .card-header:first-child {
    border-radius: calc(3px - 1px) calc(3px - 1px) 0 0
}

._card .card-header.with-border {
    border-width: 1px
}

._card .card-header *:is(h1, h2, h3, h4, h5, h6) {
    line-height: 1;
    margin: 0 0 2px
}

._card .card-header .card-title {
    margin-bottom: 0
}

._card .card-title {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase
}

._card .card-body {
    flex: 1 1 auto;
    margin: 0;
    padding: var(--spacing);
    position: relative
}

._card .card-footer {
    border-color: #e6ebf1;
    border-top: 1px solid #e6ebf1;
    color: #6e7687
}

._card .card-footer>*:is(h1, h2, h3, h4, h5, h6) {
    font-size: inherit
}

._card .card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px)
}

._card .card-header,
._card .card-footer {
    background-color: transparent;
    padding: .5rem 1.5rem
}

._card .card-footer,
._card .card-bottom {
    padding: 1rem 1.5rem
}

._card .card-table tr th:first-child,
._card .card-table tr td:first-child {
    padding-left: 1.5rem
}

.card-status {
    background: rgba(0, 40, 100, .12);
    border-radius: 7px 7px 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: -1px
}

.btn-tool {
    background: transparent;
    color: #97a0b3;
    font-size: 12px;
    padding: 5px
}

.card-options {
    align-self: center;
    color: #9aa0ac;
    display: flex;
    margin-left: auto;
    margin-right: -0.5rem
}

.text-nowrap,
.nowrap {
    white-space: nowrap !important
}

.obj_cover {
    object-fit: cover
}

.card-table {
    margin-bottom: 0
}

.card-table tr:first-child td,
.card-table tr:first-child th {
    border-top: 0
}

.card-table tr th:first-child,
.card-table tr td:first-child {
    padding-left: 1.5rem
}

button.collapsed>i:before {
    content: ""
}

*[disabled] {
    cursor: not-allowed !important
}

.disabled {
    cursor: not-allowed !important;
    opacity: .65
}

.form-floating label {
    padding-left: 15px !important
}

.custom-pagination {
    --page-link-clr: #666
}

.custom-pagination .page-link {
    color: var(--page-link-clr)
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr)
}

.custom-pagination .pagination_sm .page-link {
    font-size: .75rem;
    padding: 5px 10px
}

.custom-pagination .page-item.active .page-link {
    background-color: var(--skin-clr, #664dc9);
    border-radius: 4px;
    color: #fff
}

.custom-pagination .page-item .page-link {
    border: 0;
    color: #6c756e
}

form.searchbar {
    align-items: center;
    display: flex;
    height: 30px;
    overflow: visible;
    position: relative
}

form.searchbar input[type=search] {
    border-width: 1px;
    min-height: calc(1.5em + 0.5rem + 1px);
    padding-right: 30px !important
}

form.searchbar button[type=submit] {
    color: #999;
    font-size: .875rem;
    padding: 4px 6px;
    position: absolute;
    right: 0
}

form.searchbar button[type=submit]:hover {
    color: #444
}

.custom-check {
    align-items: center;
    display: flex
}

.custom-check input[type=checkbox] {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .25);
    border-radius: 0;
    cursor: pointer;
    height: var(--size, 22px);
    margin-right: 5px;
    margin-top: 0;
    transition: none;
    width: var(--size, 22px)
}

.custom-check input[type=checkbox]:checked {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr)
}

.custom-check input[type=checkbox]:focus,
.custom-check input[type=checkbox]:hover {
    border: 2px solid var(--skin-clr)
}

.custom-check input[type=checkbox]+label {
    cursor: pointer;
    line-height: calc(var(--size, 22px) - 2px)
}

.badge {
    border-radius: 4px;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.4;
    padding: 2px 8px
}

select {
    cursor: pointer
}

.table {
    border-color: #e6ebf1;
    font-size: .81rem;
    --bs-table-striped-bg: rgba(240, 240, 242, 0.5)
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #e6ebf1;
    border-top-width: 1px
}

.table>:not(:first-child) {
    border-top: 0
}

.table>thead>tr th,
.table>thead>tr td {
    font-weight: 600;
    transition: all .3s ease
}

.table>:not(caption)>*>* {
    padding: .75rem
}

.table thead th {
    border-bottom: 1px solid #e6ebf1;
    border-top: 0;
    color: #384b6e;
    font-size: .81rem;
    font-weight: 400;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-transform: capitalize;
    vertical-align: bottom
}

.table.table-header-fixed th {
    border-bottom: none
}

.table td,
.table tbody th {
    vertical-align: middle
}

.table thead .sorting i {
    color: #000;
    opacity: .2;
    transform: rotateZ(90deg)
}

.table-vcenter td,
.table-vcenter th {
    border-bottom: none;
    border-top: 1px solid #e6ebf1;
    vertical-align: middle
}

.logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 70px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap
}

.logo span {
    color: var(--logo-clr, #000);
    font-size: 20px;
    font-weight: bold
}

.logo a {
    align-items: center;
    display: flex;
    justify-content: center
}

aside.sidebar {
    background-color: var(--sidenav-bg);
    border-right: 1px solid var(--sidenav-border-clr);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .1) !important;
    flex: 0 0 var(--sidebar-width);
    height: 100%;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: var(--transition);
    width: var(--sidebar-width);
    z-index: 1031
}

aside.sidebar .header {
    background: none;
    color: var(--sidebar-text);
    font-size: 10px;
    letter-spacing: .5px;
    margin: 15px 0 15px 0;
    padding: 0 20px 0 20px;
    text-transform: uppercase
}

aside.sidebar .header:not(:first-child) {
    margin-bottom: 15px;
    margin-top: 25px
}

aside.sidebar span {
    display: inline-block;
    transform-origin: left;
    transition: var(--transition);
    white-space: nowrap
}

aside.sidebar .group-header span {
    letter-spacing: .6px
}

aside.sidebar .sidebar-menu {
    border-top: 1px solid var(--sidenav-border-clr)
}

@media screen and (max-width: 992px) {
    aside.sidebar.hidden_sidebar {
        z-index: -1
    }
}

@media screen and (min-width: 992px) {
    body.sidebar-collapse .main-content header {
        margin-left: var(--sidebar-collapse-width)
    }

    body.sidebar-collapse main,
    body.sidebar-collapse .footer-wrapper {
        margin-left: var(--sidebar-collapse-width)
    }

    body.sidebar-collapse aside.sidebar {
        width: var(--sidebar-collapse-width)
    }

    body.sidebar-collapse aside.sidebar .header,
    body.sidebar-collapse aside.sidebar .sidebar-group .group-header i.float-end {
        display: none
    }

    body.sidebar-collapse aside.sidebar span {
        display: none;
        opacity: 0;
        transform: scale(0);
        width: 0
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu {
        margin-top: 20px
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu .nav-link {
        padding: 20px 5px 20px 8px
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu .nav-link>* {
        margin-right: 0;
        transform: translateX(0px)
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu .nav-item {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu>.nav>.nav-item>.nav-link {
        margin-left: 0;
        margin-right: 0
    }

    body.sidebar-collapse aside.sidebar .sidebar-menu i {
        margin-right: 5px !important
    }

    body.sidebar-collapse aside.sidebar .logo a {
        justify-content: left
    }

    body.sidebar-collapse aside.sidebar .side-user-panel img {
        height: 30px;
        width: 30px
    }

    body.sidebar-collapse aside.sidebar .group-items {
        height: 0;
        opacity: 0;
        visibility: hidden
    }
}

@media screen and (max-width: 992px) {
    body.sidebar-open .main-content header {
        min-width: 100vw
    }

    body.sidebar-open main,
    body.sidebar-open .footer-wrapper {
        margin-left: 0
    }

    body.sidebar-open .wrapper:not(.has-horizontal-menu) {
        margin-left: var(--sidebar-width)
    }

    body.sidebar-open .has-horizontal-menu .main-content {
        margin-left: var(--horizontal-menu-width)
    }

    body.sidebar-open .has-horizontal-menu .horizontal-menu {
        overflow-y: scroll;
        visibility: visible;
        z-index: 1000
    }

    body.sidebar-open .has-horizontal-menu .horizontal-menu-list {
        margin-left: 0
    }

    body.sidebar-open .has-horizontal-menu .horizontal-menu .horizontal-overlapbg {
        opacity: 1;
        visibility: visible
    }
}

@media screen and (max-width: 992px) {
    body.sidebar-closed .main-content header {
        margin-left: 0
    }

    body.sidebar-closed main,
    body.sidebar-closed .footer-wrapper {
        margin-left: 0
    }

    body.sidebar-closed aside.sidebar {
        transform: translateX(calc(var(--sidebar-width) * -1))
    }
}

@media screen and (max-width: 992px) {
    .has-horizontal-menu .main-content {
        min-width: 100vw
    }

    .has-horizontal-menu header {
        position: fixed;
        top: 0;
        width: 100%
    }
}

.header-content-left {
    border-right: 1px solid #e6ebf1
}

.header-content-right .nav>li {
    border-left: 1px solid #e6ebf1
}

.header-content-right .nav>li:hover {
    background-color: var(--header-hover-bg)
}

.header-content-right .nav>li>a {
    color: inherit;
    padding: 14.5px .875rem;
    position: relative
}

.header-content-right .nav>li .badge {
    font-size: 9px;
    padding: 2px 6px;
    right: 5px;
    top: 25px
}

.header-content-right .nav .dropdown-menu {
    border-color: #eee;
    font-size: .875rem;
    inset: -2px 0px auto auto !important
}

.header-content-right .nav .dropdown-menu .header {
    background-color: #fff;
    border-bottom: 1px solid #e6ebf1;
    border-radius: 4px 0;
    color: #444;
    font-size: 14px;
    padding: 7px 10px
}

.header-content-right .nav .dropdown-menu .menu {
    list-style: none;
    margin: 0;
    max-height: 200px;
    overflow-x: hidden;
    padding: 0
}

.header-content-right .nav .dropdown-menu .menu li a {
    border-bottom: 1px solid #e6ebf1;
    color: #444;
    display: block;
    margin: 0;
    padding: 10px 10px;
    white-space: nowrap
}

.header-content-right .nav .dropdown-menu .menu li a h4 {
    color: #444;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0
}

.header-content-right .nav .dropdown-menu .menu li a h4 small {
    color: #999;
    font-size: 10px
}

.header-content-right .nav .dropdown-menu .menu li a .progress {
    height: 7px
}

.header-content-right .nav .dropdown-menu .menu li img {
    border-radius: 50%;
    height: 40px;
    margin: auto 10px auto auto;
    width: 40px
}

.header-content-right .nav .dropdown-menu .menu li p {
    color: #888;
    font-size: 12px;
    margin: 0 0 0 45px
}

.header-content-right .nav .dropdown-menu .footer {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    color: #444 !important;
    font-size: 12px;
    padding: 7px 10px;
    text-align: center
}

.header-content-right .nav .dropdown-menu .footer a {
    color: inherit
}

.header-content-right .header-icon {
    color: var(--menu-icon-clr);
    font-size: .95rem
}

.user-meta h6 {
    color: currentColor
}

.user-meta .user-sm-img img {
    border: 2px solid #f8f8fc;
    box-shadow: 0 2px 3px rgba(4, 4, 7, .1);
    height: 35px;
    object-fit: cover;
    width: 35px
}

.user-meta .user-panel .user-header {
    background-color: var(--skin-clr);
    color: rgba(255, 255, 255, .8);
    height: 175px;
    padding: 10px;
    text-align: center
}

.user-meta .user-panel .user-header img {
    border: 3px solid rgba(255, 255, 255, .2);
    height: 90px;
    object-fit: cover;
    width: 90px
}

.user-meta .user-panel .user-header p {
    font-size: 17px;
    margin: 10px 0
}

.user-meta .user-panel .user-header p small {
    display: block;
    font-size: 12px
}

.user-meta .user-panel .user-footer {
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-between;
    padding: 10px
}

.user-meta .user-panel .user-footer .btn {
    color: #666;
    font-size: .875rem
}

.user-lg-img {
    --border: 3px solid #d2d6de;
    --size: 100px;
    border-radius: 50%;
    height: var(--size);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: var(--size)
}

.user-lg-img img {
    border: var(--border);
    height: 100px;
    padding: 3px;
    width: 100px
}

.user-lg-img .overlay {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: var(--transition);
    visibility: hidden;
    width: 100%
}

.user-lg-img:hover .overlay {
    background-color: var(--skin-clr);
    opacity: .7;
    visibility: visible
}

.breadcrumb {
    color: #444;
    font-size: 12px;
    padding: .75rem 0
}

.breadcrumb li>a {
    color: inherit
}

.breadcrumb li.active {
    color: #777
}

.breadcrumb>li+li:before {
    color: #97a0b3;
    content: "> ";
    padding: 0 5px
}

.breadcrumb i {
    margin-right: 5px
}

._tabs {
    border-bottom: none
}

._tabs .nav-link {
    background-color: inherit;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: inherit;
    margin-bottom: 0
}

._tabs .nav-link:first-child {
    border-top-left-radius: 5px
}

._tabs .nav-link:not(.active):hover {
    border-color: transparent;
    color: var(--skin-clr)
}

._tabs .nav-link.active {
    background-color: inherit;
    border-bottom-color: var(--skin-clr);
    color: var(--skin-clr)
}

._tabs .dropdown:hover a {
    color: gray
}

._tabs .nav-tabs>*:first-of-type.active {
    border-left-color: transparent
}

._tabs-2.nav-tabs .nav-link {
    background-color: #efefef;
    color: #444
}

._tabs-2.nav-tabs .nav-link+.nav-link {
    margin-left: 5px
}

._tabs-2.nav-tabs .nav-link.active {
    background-color: var(--skin-clr);
    border-bottom-color: transparent;
    color: #fff
}

.tab-content {
    border: 1px solid #e6ebf1;
    border-radius: 0 0 5px 5px;
    padding: 15px
}

.alert-dismissible {
    font-size: .9375rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem
}

.alert-dismissible *:is(h1, h2, h3, h4, h5, h6) {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 0
}

.alert-dismissible .btn-close {
    padding: 1.1rem 1rem
}

.btn-close {
    font-size: 12px;
    font-weight: 700
}

.btn-close:hover {
    opacity: .75
}

.accordion-header {
    margin-top: 0
}

.modal-dialog {
    font-size: 14px
}

.modal-dialog .modal-title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0
}

.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    border-color: #e6ebf1
}

.modal-dialog .bg_info .modal-header {
    background-color: #00a7d0;
    border-bottom: 1px solid #00a7d0
}

.modal-dialog .bg_info .modal-footer {
    background-color: #00a7d0;
    border-top: 1px solid #00a7d0
}

.modal-dialog .bg_red .modal-header {
    background-color: #d33724;
    border-bottom: 1px solid #d33724
}

.modal-dialog .bg_red .modal-footer {
    background-color: #d33724;
    border-top: 1px solid #d33724
}

.modal-dialog .bg_yellow .modal-header {
    background-color: #db8b0b;
    border-bottom: 1px solid #db8b0b
}

.modal-dialog .bg_yellow .modal-footer {
    background-color: #db8b0b;
    border-top: 1px solid #db8b0b
}

.modal-dialog .bg_green .modal-header {
    background-color: #008d4c;
    border-bottom: 1px solid #008d4c
}

.modal-dialog .bg_green .modal-footer {
    background-color: #008d4c;
    border-top: 1px solid #008d4c
}

@media(min-width: 576px) {
    .modal-600.modal-dialog {
        max-width: 600px
    }
}

.custom-control input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.form-control-lg):not(.form-control-sm),
.custom-control select {
    border-radius: 0;
    font-size: 14px;
    height: 34px;
    padding: .375rem .75rem
}

.custom-control textarea {
    border-radius: 0
}

.custom-control *:focus,
.custom-control .form-select:focus {
    border-color: var(--skin-clr);
    box-shadow: none
}

.custom-control .input-group-text {
    font-size: .875rem;
    height: 34px
}

.custom-control input[type=checkbox]:checked {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr)
}

.form-select span {
    width: 100%
}

body .select2-container--default {
    --select2-height: 2.4rem
}

body .select2-container--default .selection:focus,
body .select2-container--default .select2-selection:focus {
    border: 1px solid var(--skin-clr) !important;
    outline: none
}

body .select2-container--default .select2-dropdown {
    border-color: #ebecf1;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

body .select2-container--default .select2-search--inline .select2-search__field {
    font-size: .875rem;
    margin-top: 8px
}

body .select2-container--default .select2-selection--multiple {
    border-color: #ecebf1;
    min-height: var(--select2-height)
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr);
    color: #fff;
    margin-top: 6px;
    padding-bottom: 2px;
    padding-top: 2px
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0;
    color: rgba(255, 255, 255, .7);
    padding: 0 4px
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: transparent;
    color: #fff
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    font-size: 12px
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--skin-clr)
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--skin-clr)
}

body .select2-container--default .select2-selection--single {
    border: 1px solid #e6ebf1 !important;
    height: var(--select2-height)
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: var(--select2-height)
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 13px
}

body .select2-container--default .select2-selection__rendered {
    color: #1a1630;
    margin-top: 5px
}

.card-options .select2-container--default {
    font-size: 14px;
    --select2-height: 2.05rem
}

.card-options .select2-container--default .select2-selection__rendered {
    margin-top: 2px
}

.is-invalid .select2-container--default .select2-selection {
    border: 1px solid var(--bs-red, #dc3545) !important
}

.sidebar-menu a {
    color: var(--sidebar-text);
    font-size: 14px
}

.sidebar-menu i {
    color: var(--sidebar-text);
    width: 20px
}

.sidebar-menu .nav-item {
    white-space: nowrap
}

.sidebar-menu>ul>li.nav-item.active>.nav-link,
.sidebar-menu .sidebar-group.active>.nav-link,
.sidebar-menu .sidebar-group.open>.nav-link {
    background-color: var(--sidebar-active-bg);
    border: none;
    border-color: var(--skin-clr);
    color: var(--sidebar-active-text, #fff)
}

.sidebar-menu .nav-item.active>.nav-link>.group-header i,
.sidebar-menu .sidebar-group.active>.nav-link>.group-header i,
.sidebar-menu .sidebar-group.open>.nav-link>.group-header i {
    color: var(--sidebar-active-text)
}

.sidebar-menu .nav-link {
    border-radius: .25rem;
    color: var(--sidebar-text);
    font-weight: var(--fw);
    padding: 10.5px 20px 10.5px 15px
}

.sidebar-menu .nav-link:hover {
    background-color: var(--sidebar-active-bg);
    border-color: var(--sidebar-active-text);
    color: var(--sidebar-active-text, #fff)
}

.sidebar-menu .nav-link:hover i {
    color: inherit
}

.sidebar-menu>.nav>.nav-item>.nav-link {
    margin-bottom: 3px;
    margin-left: 10px;
    margin-right: 10px
}

.sidebar-menu .group-items .nav-link {
    font-size: 13px;
    font-weight: normal;
    padding: 8.4px 14px 8.3px 47px;
    transition: margin .3s
}

.sidebar-menu .group-items .nav-link:hover {
    margin-left: 5px
}

.sidebar-menu .group-items .nav-link a {
    color: var(--sub-menu-text-clr);
    display: block;
    font-weight: normal
}

.sidebar-menu .group-items .nav-link i {
    width: 18px
}

.sidebar-menu .group-items .nav-item:hover a,
.sidebar-menu .group-items .nav-item.active a {
    background: none;
    color: var(--sidebar-active-text, #fff);
    margin-left: 5px
}

.sidebar-menu .side-user-panel {
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%
}

.sidebar-menu .side-user-panel .image img {
    height: 45px;
    max-width: 100%;
    object-fit: cover;
    width: 45px
}

.sidebar-menu .side-user-panel .info {
    left: 55px;
    line-height: 1;
    padding: 5px 5px 5px 15px;
    position: absolute;
    --sidebar-text: #444
}

.sidebar-menu .side-user-panel .info a {
    color: var(--sidebar-text);
    font-size: 11px;
    margin-top: 3px;
    padding-right: 5px
}

.sidebar-menu .side-user-panel .info p {
    color: var(--sidebar-text);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px
}

.sidebar-menu .side-user-panel .info i {
    margin-right: 3px;
    width: auto
}

.sidebar-group .group-header i {
    line-height: 18px
}

.sidebar-group .group-header i.float-end {
    color: currentColor;
    padding: 0 6px;
    transition: var(--transition)
}

.sidebar-group.open .group-header i.float-end {
    transform: rotate(90deg)
}

.sidebar-group.open>a {
    color: var(--sidebar-text)
}

.sidebar-group.active .group-header i.float-end {
    transform: rotate(90deg)
}

.sidebar-group.active .group-items {
    display: block;
    height: auto
}

.group-items {
    display: none
}

.main-content {
    background-color: #f8f8fc;
    min-width: calc(100vw - var(--bs-gutter-x, .75rem));
    overflow: auto;
    transition: var(--transition);
    width: 100%
}

.content-wrapper {
    min-height: calc(100vh - (145px + 15px))
}

@media screen and (max-width: 576px) {
    .content-wrapper .content {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .content-wrapper .content-header nav {
        background: #d2d6de;
        margin-top: .25rem;
        padding-left: .625rem
    }

    .content-wrapper .content-header nav .breadcrumb {
        padding: .5rem 0
    }
}

.main-content header {
    font-size: .875rem;
    margin-left: var(--sidebar-width);
    min-width: 300px;
    transition: var(--transition);
    z-index: 9
}

.main-content header .menu-icon {
    color: var(--menu-icon-clr);
    cursor: pointer;
    padding: .85rem 1rem
}

.main-content header .menu-icon:hover {
    background-color: initial
}

.main-content header .menu-icon i {
    font-size: 1rem;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px
}

.main-content header .header-content {
    --height: 70px;
    background-color: var(--header-bg);
    border-bottom: 1px solid #e6ebf1;
    box-shadow: 0 .76rem 1.52rem rgba(18, 38, 63, .03);
    color: #fff;
    min-height: var(--height);
    padding-right: var(--bs-gutter-x)
}

.main-content header .header-content .user-meta>a {
    color: #495057;
    height: var(--height)
}

.main-content main {
    margin-left: var(--sidebar-width);
    margin-top: calc(70px + 1.5rem);
    transition: var(--transition)
}

.footer-wrapper {
    margin-left: var(--sidebar-width);
    transition: var(--transition)
}

.content-header h4 {
    color: #212529
}

.content-header h3 {
    color: var(--skin-clr);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.5rem
}

.small-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    --icon-clr: rgba(0, 0, 0, 0.15)
}

.small-box .inner {
    font-size: 14px;
    max-height: 102px;
    padding: 10px
}

.small-box .icon {
    color: var(--icon-clr);
    font-size: 90px;
    position: absolute;
    right: 10px;
    top: -10px;
    transition: var(--transition)
}

.small-box:hover .icon {
    transform: scale(1.1)
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0
}

.small-box p {
    font-size: 15px
}

.small-box .small-box-footer {
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    font-size: 14px;
    padding: 2.5px 0;
    text-align: center
}

.todo-list li {
    background: #e6ebf1;
    border-left: 2px solid #e6e7e8;
    border-radius: 2px;
    color: #444;
    font-size: 14px;
    margin-bottom: 2px;
    padding: 10px
}

.todo-list li:hover .tools {
    display: inline-block
}

.todo-list li.done .badge {
    background-color: var(--clr-Raven) !important
}

.todo-list .tools {
    display: none
}

.todo-list .tools a i {
    color: #ef4b4b
}

.todo-list .handle {
    cursor: move;
    margin: 0 5px
}

.todo-list input[type=checkbox] {
    margin: 0 10px 0 5px
}

.todo-list input[type=checkbox]:checked+label {
    color: var(--clr-Raven);
    text-decoration: line-through
}

.todo-list label {
    font-weight: 600;
    margin-left: 5px
}

.table-header-fixed th {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
    position: sticky;
    top: 0;
    z-index: 8
}

.mail-box li {
    border-bottom: 1px solid #e6ebf1
}

.mail-box li a {
    border-left: 3px solid transparent;
    color: inherit;
    padding: 10px 15px
}

.mail-box li a:hover {
    background: #f7f7f7;
    color: #444
}

.mail-box li a.active {
    border-left: 3px solid var(--skin-clr);
    font-weight: bold
}

.read-mail-info h3 {
    font-size: 1.25rem;
    margin: 0
}

.read-mail-info h5 {
    font-size: .875rem;
    margin: 0;
    padding: 5px 0 0 0
}

.inbox-table .custom-check input[type=checkbox] {
    --size: 20px;
    background-color: #dfe1e2;
    border-color: transparent;
    border-radius: .3rem
}

.inbox-table .custom-check input[type=checkbox]:checked {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr)
}

.progress-xs {
    height: 7px
}

.h20 {
    height: 1.25rem
}

.E404 {
    background: #fff;
    height: 100vh;
    line-height: 1.4
}

.E404 div {
    max-width: 740px;
    text-align: center
}

.E404 div h1 {
    background: linear-gradient(130deg, #ffa34f, #ff6f68);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Kanit", serif;
    font-size: 186px;
    font-weight: 200;
    -webkit-text-fill-color: transparent
}

.E404 div h2 {
    font-family: "Kanit", serif;
    font-size: 33px;
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: uppercase
}

.E404 div p {
    font-family: "Kanit", serif;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: 0
}

.E404 div p a {
    text-decoration: underline
}

.info-box {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    display: flex
}

.info-box-icon {
    background: rgba(0, 0, 0, .2);
    border-radius: 2px 0 0 2px;
    color: #fff;
    display: block;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    min-width: 90px;
    text-align: center
}

.info-box-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%
}

.info-box-content .info-box-number {
    font-size: 18px;
    font-weight: bold
}

.info-box-content .progress {
    background: rgba(0, 0, 0, .2);
    height: 2px;
    margin: 5px -10px 5px -10px
}

.info-box-content .progress .progress-bar {
    background: #fff;
    border-radius: 0
}

.info-box-content .progress-description {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info-box .text-black {
    color: #333
}

@media only screen and (max-width: 768px) {

    .login-box,
    .register-box {
        margin-top: 20px;
        width: 100%
    }

    .main-content header form.searchbar {
        display: none
    }
}

.login-page-bg {
    background: #d2d6de url("../images/loginbg.png") no-repeat center !important;
    background-size: cover !important;
    min-height: 100vh;
    position: relative
}

.login-page-bg .login-box,
.login-page-bg .register-box {
    margin: 11% auto;
    width: 381px
}

.login-page-bg .login-box h2,
.login-page-bg .register-box h2 {
    color: #444;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center
}

.login-page-bg .login-box h2 b,
.login-page-bg .register-box h2 b {
    font-weight: 700
}

.login-page-bg .login-box .form-control:focus:not(.is-valid):not(.is-invalid),
.login-page-bg .register-box .form-control:focus:not(.is-valid):not(.is-invalid) {
    border-color: #e6ebf1 !important
}

.login-page-bg .login-form {
    background: #fff;
    color: #666;
    font-size: 14px
}

.login-page-bg .login-form p {
    font-size: 14px
}

.login-page-bg .login-form .login-msg {
    color: #454545;
    font-size: 1rem;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: center
}

.login-page-bg .login-form .has-feedback>.form-control {
    padding-right: 34px !important
}

.login-page-bg .login-form .form-control-feedback {
    color: #777;
    display: block;
    height: 34px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px;
    z-index: 55
}

.login-page-bg .login-form .is-invalid+.form-control-feedback {
    opacity: 0
}

.login-page-bg .login-form .auth-links {
    font-size: 14px;
    margin: 10px 0;
    text-align: center
}

.login-page-bg .login-form .auth-links a {
    text-align: left
}

.login-page-bg .login-form .auth-links a i {
    border-right: 1px solid rgba(0, 0, 0, .2);
    font-size: 1.6em;
    line-height: 34px;
    text-align: center;
    width: 32px
}

.login-page-bg .login-form .auth-links p {
    margin: 0 0 10px
}

.login-page-bg .login-form .auth-links .bg-facebook {
    align-items: center;
    background-color: #3b5998;
    border: 1px solid #3b5998;
    color: #fff;
    display: flex
}

.login-page-bg .login-form .auth-links .bg-facebook:hover {
    background-color: #2d4373
}

.login-page-bg .login-form .auth-links .bg-facebook span {
    margin-left: 10px
}

.login-page-bg .login-form .auth-links .bg-google {
    align-items: center;
    background-color: #ef4b4b;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #fff;
    display: flex
}

.login-page-bg .login-form .auth-links .bg-google:hover {
    background-color: #c23321
}

.login-page-bg .login-form .auth-links .bg-google span {
    margin-left: 10px
}

.login-page-bg a {
    color: #6c756e
}

.login-page-bg a:hover {
    color: var(--skin-clr)
}

.input-mask .input-group-text {
    background: none;
    border-radius: 0;
    color: #555;
    font-size: 14px;
    padding: 6px 11.5px
}

.input-mask .form-control {
    padding: 6px
}

.profile_card h4 {
    font-size: 1.25rem;
    margin-bottom: 5px;
    margin-top: 0
}

.profile_card .list-group-item {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: 10px 0
}

.profile_card .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.invoice {
    background: #fff;
    border: 1px solid #e6ebf1;
    font-size: 14px;
    margin: 10px 25px;
    padding: 20px;
    position: relative
}

.invoice .page-header {
    border-bottom: 1px solid #eee;
    font-size: 22px;
    margin: 10px 0 20px 0;
    padding-bottom: 9px
}

.invoice .page-header small {
    color: #666;
    display: block;
    font-size: 14.3px;
    margin-top: 5px
}

.invoice .table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.03)
}

.invoice .table>:not(:last-child)>:last-child>* {
    border-top: none
}

.invoice .amount-table th {
    border-bottom: 0;
    border-top: 1px solid #e6ebf1 !important
}

.chart {
    overflow: hidden;
    position: relative;
    width: 100%
}

.chart svg,
.chart canvas {
    width: 100% !important
}

footer a {
    color: var(--skin-clr)
}

footer strong {
    font-weight: 700
}

.footer-wrapper {
    border-top: 1px solid #ebecec;
    color: #444;
    font-size: 14px;
    margin-top: 15px;
    min-height: 50px;
    padding: 14.5px
}

.avatar-md {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem
}

.Recent-transactions-img {
    height: 37px;
    justify-content: center;
    line-height: 37px;
    margin-right: 12px;
    text-align: center;
    width: 37px
}

.dot-label {
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    margin-right: 5px;
    width: 8px
}

.progress-sm,
.progress-sm .progress-bar {
    height: .5rem
}

.row-deck>.col,
.row-deck>[class*=col-] {
    align-items: stretch;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: stretch
}

ul.recent-activity {
    position: relative
}

ul.recent-activity li {
    padding: 0 1.5rem 0 1.5rem
}

.activity-timeline {
    background-color: #f0f3fa;
    border: 1px solid transparent;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    width: 36px
}

.activity-timeline-content {
    margin-left: 52px
}

.list-group-item {
    background-color: #fff;
    border: 1px solid #e6ebf1;
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-unbordered>.list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0
}

.input-group-btn>.btn {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.list-icons .svg-icon2,
.list-icons .svg-icon {
    height: 60px;
    width: 60px
}

.icon-dropshadow-primary {
    filter: drop-shadow(0px 4px 4px rgba(91, 115, 232, 0.3))
}

.icon-dropshadow-success {
    filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3))
}

.icon-dropshadow-secondary {
    filter: drop-shadow(0px 4px 4px rgba(102, 77, 201, 0.3))
}

.fill-white {
    fill: transparent
}

.fill-secondary {
    fill: #5b73e8
}

.form-control {
    color: #728096;
    font-size: .9375rem;
    line-height: 1.6
}

.form-control:not(.is-valid):not(.is-invalid) {
    border-color: #ecebf1
}

.form-control::placeholder {
    color: #a9a9a9;
    font-weight: 300
}

.form-control:focus {
    color: #212529
}

.form-control:focus:not(.is-valid):not(.is-invalid) {
    border-color: var(--skin-clr)
}

.form-control-sm {
    border-radius: 3px;
    font-size: .875rem
}

.form-control-lg {
    font-size: 1.125rem;
    line-height: 1.44444444
}

.input-group-append .btn {
    height: 100%
}

.input-group-prepend>.btn,
.input-group-append>.btn,
.input-group-btn>.btn,
.btn-group>.btn {
    border-color: rgba(0, 40, 100, .12)
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-icon {
    position: relative
}

.input-icon .form-control:not(:last-child),
.input-icon .form-control:not(:first-child) {
    padding-left: 2.5rem
}

.input-icon-addon {
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    min-width: 2.5rem;
    pointer-events: none;
    position: absolute;
    top: 0
}

.form-label {
    font-weight: 600;
    margin-bottom: .375rem
}

.form-check {
    margin-bottom: .25rem;
    padding-left: 1.7145em
}

.form-check .form-check-input {
    margin-left: -1.7145em
}

.form-check-input {
    height: 1.0001rem;
    margin-top: .2rem;
    width: 1.0001rem
}

.form-check-input:checked {
    background-color: var(--skin-clr);
    border-color: var(--skin-clr)
}

.form-help {
    background: #f6f6fa;
    border-radius: 50%;
    color: var(--skin-clr);
    cursor: pointer;
    display: inline-block;
    font-size: .75rem;
    height: 1rem;
    line-height: 1rem;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s background-color, .3s color;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 1rem
}

.card-pay .nav-tabs {
    border-radius: 5px
}

.card-pay .nav-tabs li {
    background: #f0f0f2;
    border-right: 1px solid #e6ebf1;
    flex-grow: 1;
    padding: 0
}

.card-pay .nav-tabs li a {
    color: #6c756e;
    display: block;
    padding: .7rem 1rem;
    text-align: center
}

.card-pay .nav-tabs li a.active {
    background: var(--skin-clr);
    border-radius: 2px;
    color: #fff
}

.notifyimg {
    align-items: center;
    border-radius: 50px;
    color: #fff;
    display: flex;
    float: left;
    height: 40px;
    justify-content: center;
    line-height: 37px;
    margin-right: 20px;
    width: 40px
}

.notify-menu {
    min-width: 16rem
}

.dropdown-header {
    border-bottom: 1px solid #e6ebf1;
    color: #6c756e;
    padding: 15px
}

.dropdown-menu-arrow.dropdown-menu-end::before {
    border-bottom: 10px solid #e6ebf1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 15px;
    position: absolute;
    top: -10px
}

.dropdown-menu-arrow.dropdown-menu-end::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 16px;
    position: absolute;
    top: -8.5px
}

.dropdown-menu-arrow.dropdown-menu-end::before,
.dropdown-menu-arrow.dropdown-menu-end::after {
    left: auto;
    right: 22px
}

.input-group-text {
    background-color: #fff;
    border-color: #ecebf1;
    color: #8f8c9e
}

@keyframes animateFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.timeline {
    font-size: 14px;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative
}

.timeline::before {
    background: #ddd;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.timeline li {
    list-style: none
}

.timeline>li {
    margin-bottom: 15px;
    margin-right: 10px;
    position: relative
}

.timeline>li::before,
.timeline>li::after {
    content: " ";
    display: table
}

.timeline>li>i.icon {
    background: #d2d6de;
    border-radius: 50%;
    color: #666;
    font-size: 15px;
    height: 30px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px
}

.timeline>li>.timeline-item {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    margin-left: 60px;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
    position: relative
}

.timeline>li>.timeline-item>.time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px
}

.timeline>li>.timeline-item>.timeline-header {
    border-bottom: 1px solid #f4f4f4;
    color: #555;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
    padding: 10px
}

.timeline>li>.timeline-item>.timeline-header a {
    color: var(--bs-body-color);
    font-weight: bold
}

.timeline>li>.timeline-item>.timeline-body {
    font-size: 14px
}

.timeline>li>.timeline-item>.timeline-body,
.timeline>li>.timeline-item>.timeline-footer {
    padding: 10px
}

.timeline>.time-label>span {
    background-color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-weight: bold;
    padding: 5px
}

.btn-close,
.btn-close:hover,
.btn-close:focus {
    color: transparent
}

.ws_nowrap {
    white-space: nowrap
}

.drop-wrapper {
    background-color: #fff;
    background-image: none;
    border: 1px solid #e3e4e9;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 192px;
    line-height: 22px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    transition: border-color .15s linear;
    width: 100%
}

.drop-wrapper.is-invalid {
    border-color: var(--bs-red, #dc3545)
}

.drop-wrapper .drop-message {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.drop-wrapper .drop-message p {
    margin: 5px 0 0 0
}

.drop-wrapper span.file-icon {
    color: #728096;
    font-size: 14px
}

.drop-wrapper input {
    bottom: 0;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5
}

.drop-wrapper .drop-clear {
    background: none;
    border: 1px solid #fff;
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: 11px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 10px;
    transition: all .15s linear;
    z-index: 7
}

.drop-wrapper .drop-clear:hover {
    background: rgba(255, 255, 255, .2)
}

.drop-wrapper .drop-preview {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1
}

.drop-wrapper .drop-render img {
    background-color: #fff;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    transition: border-color .15s linear
}

.drop-wrapper .drop-infos {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .15s linear;
    z-index: 3
}

.drop-wrapper .drop-infos-inner {
    backface-visibility: hidden;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -40%);
    transition: all .2s ease;
    width: 100%
}

.drop-wrapper .drop-infos-inner p {
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.drop-wrapper .drop-infos-inner p.drop-infos-message {
    font-size: 12px;
    margin-top: 15px;
    opacity: .5;
    padding-top: 15px;
    position: relative
}

.drop-wrapper .drop-infos-inner p.drop-infos-message::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    width: 30px
}

.drop-wrapper:hover {
    animation: stripes 2s linear infinite;
    background-image: linear-gradient(-45deg, #f6f6f6 25%, transparent 25%, transparent 50%, #f6f6f6 50%, #f6f6f6 75%, transparent 75%, transparent);
    background-size: 30px 30px
}

@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}

.drop-wrapper:hover .drop-clear,
.drop-wrapper:hover .drop-preview .drop-infos {
    opacity: 1
}

.drop-wrapper:hover .drop-preview .drop-infos .drop-infos-inner {
    margin-top: -5px
}

.drop-wrapper.has-preview .drop-clear {
    display: block
}

.drop-multi-wrapper {
    border: 1px dashed #dcdcdc;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px
}

.drop-multi-wrapper.dragover {
    background: #f0f0f0;
    cursor: move
}

.drop-multi-wrapper .img_label {
    align-items: center;
    background: #8a8d91;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100px;
    justify-content: center;
    margin: 0;
    width: 60px
}

.drop-multi-wrapper .drop-multi-clear {
    --size: 20px;
    background: #fff;
    border-radius: 50%;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    font-size: var(--size);
    height: var(--size);
    line-height: var(--size);
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: var(--size)
}

.drop-multi-wrapper .drop-multi-clear i {
    font-size: inherit;
    vertical-align: middle
}

@media(min-width: 576px) {
    .modal-400 {
        max-width: 400px;
        top: 10%
    }
}

#confirm_modal .icon-box {
    fill: #f15e5e;
    height: 80px;
    margin: 0 auto;
    width: 80px
}

.toggle_visible {
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    height: 100%;
    -webkit-line-clamp: 1;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%
}

.toggle_visible.two-line {
    -webkit-line-clamp: 2;
    max-height: 35px
}

.toggle_visible.normal {
    display: block;
    max-height: 50rem !important;
    transition: all 1s ease
}

:root {
    --horizontal-menu-width: 240px
}

.has-horizontal-menu {
    --sidebar-sub-text: #000;
    --sidebar-text: #303632
}

.has-horizontal-menu .main-content header {
    padding-left: 0
}

.has-horizontal-menu main {
    margin-left: 0
}

.has-horizontal-menu .horizontal-main {
    background: var(--sidenav-bg);
    border-top: 1px solid #e6ebf1;
    box-shadow: 5px 7px 26px -5px rgba(24, 23, 38, .06);
    font-family: var(--font-Open-sans);
    padding: 8px;
    position: relative;
    width: 100%
}

.has-horizontal-menu .header-content-right .nav>li:last-child {
    border-right: 1px solid #e6ebf1
}

.has-horizontal-menu .sidebar-menu i {
    text-align: center
}

.has-horizontal-menu .sidebar-menu .nav-link {
    font-size: .9rem;
    margin-right: 2px
}

.has-horizontal-menu .sidebar-menu .nav-link span {
    font-weight: 700
}

.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu,
.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li>ul.sub-menu {
    background-color: var(--sidenav-bg);
    border: 1px solid var(--sidenav-border-clr);
    border-radius: 4px;
    box-shadow: 0 16px 18px rgba(4, 4, 7, .1);
    margin: 0;
    min-width: 13rem;
    position: absolute;
    z-index: 99999
}

.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li,
.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative
}

.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li>a,
.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    color: var(--sidebar-sub-text);
    display: flex;
    font-weight: normal;
    position: relative
}

.has-horizontal-menu .horizontal-menu-list>li>ul.sub-menu>li>ul.sub-menu {
    left: 100%;
    top: 0
}

.has-horizontal-menu .horizontal-menu-list>li a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .65rem 1rem
}

.has-horizontal-menu .horizontal-menu-list>li a:hover {
    background-color: #e5e5e5;
    color: var(--sidebar-active-text) !important
}

.has-horizontal-menu .horizontal-menu-list>li a>i {
    font-size: 11px
}

.has-horizontal-menu .horizontal-menu-list>li.active>a {
    background-color: #eee;
    color: var(--sidebar-active-text) !important
}

@media(min-width: 1200px) {
    .has-horizontal-menu .container {
        max-width: 85%
    }
}

@media(min-width: 992px) {
    .has-horizontal-menu main {
        margin-top: 0
    }

    .has-horizontal-menu .main-content header .menu-icon {
        display: none
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu {
        display: none
    }

    .has-horizontal-menu .horizontal-menu-list li:hover>ul.sub-menu {
        animation: animateFadeInUp .5s;
        display: block
    }
}

@media(max-width: 992px) {
    .has-horizontal-menu .container {
        max-width: none
    }

    .has-horizontal-menu .main-content header .menu-icon {
        padding-left: 0
    }

    .has-horizontal-menu .main-content header .menu-icon i {
        color: #5c678f;
        font-size: 1.3rem
    }

    .has-horizontal-menu .horizontal-main {
        padding: 0
    }

    .has-horizontal-menu .horizontal-menu {
        height: 100%;
        left: 0;
        margin: 0;
        overflow-y: hidden;
        padding: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%
    }

    .has-horizontal-menu .horizontal-menu .horizontal-overlapbg {
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer;
        height: 100vh;
        min-height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity 1.25s ease-in-out;
        visibility: hidden;
        width: calc(100% - var(--horizontal-menu-width))
    }

    .has-horizontal-menu .horizontal-menu-list {
        background: var(--sidenav-bg);
        flex-direction: column;
        height: auto;
        margin-left: calc(var(--horizontal-menu-width) * -1);
        min-height: 100%;
        transition: all .25s ease-in-out;
        width: var(--horizontal-menu-width)
    }

    .has-horizontal-menu .horizontal-menu-list li {
        position: relative;
        width: 100%
    }

    .has-horizontal-menu .horizontal-menu-list li.open a>i {
        transform: rotate(180deg)
    }

    .has-horizontal-menu .horizontal-menu-list li a {
        align-items: center;
        display: flex !important;
        justify-content: space-between
    }

    .has-horizontal-menu .horizontal-menu-list li a i {
        transition: var(--transition)
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu {
        background-color: #f0f0f8;
        box-shadow: none;
        display: none;
        margin: 0;
        opacity: 1;
        position: relative;
        top: 0;
        transform: none;
        transition: inherit;
        visibility: visible
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu a {
        color: #747d94 !important;
        font-size: .875rem !important;
        padding: 10px 20px 10px 40px !important;
        position: static !important
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu a>i {
        text-align: center;
        transform: rotate(90deg)
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu ul.sub-menu {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        position: static !important
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu ul.sub-menu a {
        padding-left: 46px !important
    }

    .has-horizontal-menu .horizontal-menu-list li ul.sub-menu li.open a>i {
        transform: rotate(270deg) !important
    }
}

.has-horizontal-menu .footer-wrapper {
    margin-left: 0
}

.qr_code {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 220px;
    justify-content: center;
    position: relative;
    width: 220px
}

.qr_code::after {
    color: #000;
    content: "QR Code is loading";
    position: absolute;
    text-align: center
}

.qr_code img {
    position: relative;
    z-index: 1
}

.beforeTo {
    position: relative
}

.beforeTo:before {
    content: "To";
    font-size: .875rem;
    font-weight: bold;
    height: 100%;
    left: -30px;
    position: absolute;
    top: 7px;
    width: 20px
}

@media screen and (max-width: 767px) {
    .beforeTo {
        margin-top: 30px
    }

    .beforeTo:before {
        left: 48%;
        top: -35px
    }
}

.alert.alert-dismissible.alert-success {
    background-color: #38cb89 !important;
    border-color: #38cb89
}

.alert.alert-dismissible.alert-danger {
    background-color: #ef4b4b !important;
    border-color: #ef4b4b
}

.alert.alert-dismissible>.close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: transparent;
    float: right;
    font-size: 12px;
    height: 1em;
    opacity: .5;
    padding: 1.1rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    z-index: 2
}

body.skin-azeaLight.dark-menu,
body.skin-azeaLight.dark-menu .has-horizontal-menu {
    --sidebar-active-bg: rgb(204 212 224 / 11%);
    --sidebar-active-text: #fff;
    --sidenav-bg: #2a2e3f;
    --sidenav-border-clr: #32394e;
    --sidebar-text: #ccd4e0
}

body.skin-azeaLight.dark-menu .sidebar {
    --logo-clr: #fff
}

@media screen and (max-width: 992px) {
    body.skin-azeaLight.dark-menu ul.sub-menu {
        background-color: var(--sidenav-bg)
    }

    body.skin-azeaLight.dark-menu ul.sub-menu a {
        color: var(--sidebar-text) !important
    }
}

/*# sourceMappingURL=main.css.map */