:root {
    --bs-blue: #3f80ea;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #d9534f;
    --bs-orange: #fd7e14;
    --bs-yellow: #e5a54b;
    --bs-green: #4bbf73;
    --bs-teal: #20c997;
    --bs-cyan: #1f9bcf;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #020202;
    --bs-gray-100: #f4f7f9;
    --bs-gray-200: #e2e8ee;
    --bs-gray-300: #dee6ed;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #020202;
    --bs-gray-900: #212529;
    --bs-primary: #3f80ea;
    --bs-secondary: #495057;
    --bs-success: #4bbf73;
    --bs-info: #1f9bcf;
    --bs-warning: #e5a54b;
    --bs-danger: #d9534f;
    --bs-light: #eff2f6;
    --bs-dark: #293042;
    --bs-primary-rgb: 63,128,234;
    --bs-secondary-rgb: 73,80,87;
    --bs-success-rgb: 75,191,115;
    --bs-info-rgb: 31,155,207;
    --bs-warning-rgb: 229,165,75;
    --bs-danger-rgb: 217,83,79;
    --bs-light-rgb: 239,242,246;
    --bs-dark-rgb: 41,48,66;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 108,117,125;
    --bs-body-bg-rgb: 247,249,252;
    --bs-font-sans-serif: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.825rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.625;
    --bs-body-color: #6c757d;
    --bs-body-bg: #f7f9fc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee6ed;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #3f80ea;
    --bs-link-hover-color: #3266bb;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #faeddb;
}
body, html {
    height: 100%;
}
body {
    opacity: 1!important;
    overflow-y: scroll;
}
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align);
}
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}
.sidebar {
    background: #293042;
    direction: ltr;
    max-width: 260px;
    min-width: 260px;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}
.sidebar-content {
    background: #293042;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
}
.sidebar-content[data-simplebar] {
    height: 100vh;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.sidebar [data-bs-toggle=collapse] {
    position: relative;
}
.sidebar-link i, .sidebar-link svg, a.sidebar-link i, a.sidebar-link svg {
    color: rgba(233,236,239,.5);
    margin-right: .75rem;
}

.feather {
    height: 18px;
    width: 18px;
}
.sidebar-item.active .sidebar-link:hover i, .sidebar-item.active .sidebar-link:hover svg, .sidebar-item.active>.sidebar-link i, .sidebar-item.active>.sidebar-link svg {
    color: #e9ecef;
}
.sidebar-dropdown .sidebar-item.active .sidebar-link {
    color: #568fed;
    font-weight: 400;
}

.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
    color: #e9ecef;
}
.sidebar-dropdown .sidebar-link {
    color: #adb5bd;
    font-weight: 400;
    padding: .55rem 1.5rem .55rem 3.7rem;
}
.sidebar-link, a.sidebar-link {
    color: rgba(233,236,239,.5);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: color 75ms ease-in-out;
}
.sidebar-link, a.sidebar-link {
    color: rgba(233,236,239,.5);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: color 75ms ease-in-out;
}
.sidebar [data-bs-toggle=collapse]:before {
    border: solid;
    border-width: 0 .1rem .1rem 0;
    content: " ";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.7rem;
    top: 1rem;
    transform: rotate(45deg);
    transition: all .2s ease-out;
}
.sidebar [aria-expanded=true]:before, .sidebar [data-bs-toggle=collapse]:not(.collapsed):before {
    top: 1.2rem;
    transform: rotate(-135deg);
}
.navbar-expand .navbar-nav .nav-link {
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-right: var(--bs-navbar-nav-link-padding-x);
}

.nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
    text-decoration: none;
}
.avatar {
    height: 40px;
    margin-bottom: -15px;
    margin-top: -15px;
    width: 40px;
}

.rounded-circle {
    border-radius: 50%!important;
}
.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}

.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1;
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar {
    --bs-navbar-padding-x: 1.25rem;
    --bs-navbar-padding-y: 0.875rem;
    --bs-navbar-color: rgba(0,0,0,.55);
    --bs-navbar-hover-color: rgba(0,0,0,.7);
    --bs-navbar-disabled-color: rgba(0,0,0,.3);
    --bs-navbar-active-color: rgba(0,0,0,.9);
    --bs-navbar-brand-padding-y: 0.875rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.15rem;
    --bs-navbar-brand-color: rgba(0,0,0,.9);
    --bs-navbar-brand-hover-color: rgba(0,0,0,.9);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 0.95rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    --bs-navbar-toggler-border-color: rgba(0,0,0,.1);
    --bs-navbar-toggler-border-radius: 0.2rem;
    --bs-navbar-toggler-focus-width: 0.2rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out;
    width: 100%;
}
.navbar-bg {
    background: #fff;
}
.navbar {
    border-bottom: 0;
    box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%);
}
.sidebar-toggle {
    cursor: pointer;
    margin-left: 1rem;
    display: flex;
    height: 26px;
    width: 26px;
}
.hamburger {
    position: relative;
}
.hamburger, .hamburger:after, .hamburger:before {
    background: #495057;
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    transition: background .1s ease-in-out,color .1s ease-in-out;
    width: 24px;
}
.hamburger:before {
    position: absolute;
    top: -8px;
    width: 20px;
}
.hamburger:after {
    bottom: -8px;
    position: absolute;
    width: 16px;
}
body:not([data-sidebar-position="right"]) .sidebar.collapsed {
  margin-left: -260px;
}
body:not([data-sidebar-position=right]) .navbar-align {
    margin-left: auto;
}
.sidebar-nav {
    list-style: none;
    padding-left: 0;
}
.sidebar-brand {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.15rem 1.5rem;
    text-align: center;
}
.sidebar-brand:hover {
    color: #fff;
    text-decoration: none;
}
.sidebar-header {
    background: transparent;
    color: #ced4da;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}
.sidebar-item.active .sidebar-link:hover, .sidebar-item.active>.sidebar-link {
    color: #e9ecef;
}
.sidebar [data-bs-toggle=collapse] {
    position: relative;
}
.sidebar-link, a.sidebar-link {
    color: rgba(233,236,239,.5);
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: .625rem 1.625rem;
    position: relative;
    text-decoration: none;
    transition: color 75ms ease-in-out;
}
.content {
    direction: ltr;
    flex: 1;
    padding: 2.5rem 2.5rem 1.5rem;
}
.card {
    box-shadow: 0 0 0.875rem 0 rgb(41 48 66 / 5%);
    margin-bottom: 24px;
}
.card {
    --bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: transparent;
    --bs-card-border-radius: 0.25rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 0.25rem;
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1.25rem;
    --bs-card-cap-bg: #fff;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 12px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-header {
    border-bottom-width: 1px;
}
.card-header {
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
}
.stat {
    background: #e0eafc;
    border-radius: 50%;
    height: 48px;
    padding: .75rem;
    width: 48px;
}
.stat svg {
    color: #3f80ea!important;
    height: 24px;
    width: 24px;
}
a {
    text-decoration: none;
}

.start-1{
    left:1%!important;
}
.end-1{
    right:1%!important;
}
.top-1{
    top:1%!important;
}
.bottom-1{
    bottom:1%!important;
}
.top-8{
    top:8%!important;
}
.bottom-8{
    bottom:8%!important;
}
.top-9{
    top:9%!important;
}
.bottom-9{
    bottom:9%!important; 
}
.top-10{
    top:10%!important;
}
.bottom-10{
    bottom:10%!important;
}
.start-4{
    left:4%!important;
}
.end-4{
    right:4%!important;
}
.start-5{
    left:5%!important;
}
.end-5{
    right:5%!important;
}
.start-8{
    left:8%!important;
}
.start-12{
    left:12%;
}
.end-12{
    right:12%;
}
.start-13{
    left:13%;
}
.end-13{
    right:13%;
}
.start-15{
    left:15%;
}
.end-15{
    right:15%;
}
.start-16{
    left:16%;
}
.end-16{
    right:16%;
}
.start-20{
    left:20%;
}
.end-20{
    right:20%;
}
.start-21{
    left:21%;
}
.end-21{
    right:21%;
}
.start-22{
    left:22%;
}
.end-22{
    right:22%;
}
.start-23{
    left:23%;
}
.end-23{
    right:23%;
}
.start-33{
    left:33%;
}
.end-33{
    right:33%;
}
.start-34{
    left:34%;
}
.end-34{
    right:34%;
}
.start-37{
    left:37%;
}
.end-37{
    right:37%; 
}
.start-38{
    left:38%;
}
.end-38{
    right:38%; 
}
.top-n8{
    top:-8rem;
}
.top-11{
    top:11%;
}
.bottom-11{
    bottom:11%;
}
.top-12{
    top:12%;
}
.top-13{
    top:13%;
}
.top-14{
    top:14%;
}
.top-15{
    top:15%;
}
.top-16{
    top:16%;
}
.bottom-16{
    bottom:16%;
}
.top-17{
    top:17%;
}
.bottom-17{
    bottom:17%;
}
.top-20{
    top:20%;
}
.bottom-20{
    bottom:20%;
}
.top-n50{
    top:-50%;
}
.start-53{
    left:53%!important;
}
.end-53{
    right:53%!important;
}
.start-55{
    left:55%!important;
}
.end-55{
    right:55%!important;
}
.w-10{
    width:10%;
}
.w-12{
    width:12%;
}
.w-15{
    width:15%;
}
.w-20{
    width:20%;
}
.w-40{
    width:40%;
}
.w-45{
    width:45%;
}
.w-63{
    width:63%;
}
.w-66{
    width:66%;
}
.w-70{
    width:70%;
}
.w-76{
    width:76%;
}
.w-78{
    width:78%;
}
.w-83{
    width:83%;
}
.w-86{
    width:86%;
}
.w-87{
    width:87%;
}
.w-98{
    width:98%;
}
.h-10{
    height:10%;
}
.h-15{
    height:15%;
}
.h-60{
    height:60%;
}
.mh-60{
    max-height:60%;
}
.h-67{
    height:67%;
}
.mh-67{
    max-height:67%;
}
.h-69{
    height:69%;
}
.mh-69{
    max-height:69%;
}
.h-74{
    height:74%;
}
.mh-74{
    max-height:74%;
}
.h-75{
    height:75%;
}
.mh-75{
    max-height:75%;
}
.h-76{
    height:76%;
}
.mh-76{
    max-height:76%;
}
.h-78{
    height:78%;
}
.mh-78{
    max-height:78%;
}
.h-79{
    height:79%;
}
.mh-79{
    max-height:79%;
}
.h-80{
    height:80%;
}
.mh-80{
    max-height:80%;
}
.h-83{
    height:83%;
}
.mh-83{
    max-height:83%;
}
.h-84{
    height:84%;
}
.mh-84{
    max-height:84%;
}
.h-87{
    height:87%;
}
.mh-87{
    max-height:87%;
}
.h-88{
    height:88%;
}
.mh-88{
    max-height:88%;
}
.h-90{
    height:90%;
}
.h-95{
    height:95%;
}
.h-98{
    height:98%;
}
.mh-98{
    max-height:98%;
}
.h-99{
    height:99%;
}
.mh-99{
    max-height:99%;
}
.mwp-95{
    max-width:95%;
}
.mhp-80{
    max-height:80%!important;
}
.mhp-90{
    max-height:90%!important;
}
.mhp-100{
    max-height:100%;
}
@media (orientation: portrait) {
  .mwp-95{
        max-width:75%;
    }
}

footer.footer {
    background: #fff;
    border-top: 1px solid #dee6ed;
    direction: ltr;
    padding: 1rem .75rem;
}