@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&display=swap";


@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}





:root {
    --bs-body-color: #282828;
    --bs-primary: #001e35;
    --bs-primary-rgb: rgb(0, 30, 53);
    --bs-secondary: #f12300;
    --bs-secondary-rgb: rgb(241, 35, 0);
    --bs-font-sans-serif: "Archivo", sans-serif;
    --bs-body-font-family: Open Sans, sans-serif;
    --bs-body-font-size: 0.775rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --shadow-rgba: rgba(0, 0, 0, .15);
    --bs-white: #fff;
    --border-radius: 8px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    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);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #ccd2da;
    opacity: 0.5;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
.h1 {
    font-size: calc(1.34375rem + 1.125vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.1875rem
    }
}

h2,
.h2 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.278125rem + 0.3375vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.53125rem
    }
}

h4,
.h4 {
    font-size: calc(1.25625rem + 0.075vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.3125rem
    }
}

h5,
.h5 {
    font-size: 1.09375rem
}

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}

.btn-primary,
.btn {
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    border-radius: var(--border-radius);
}

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

.btn-primary:hover,
.btn-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary:focus {
    border-color: var(--bs-secondary);
    box-shadow: none;
    background-color: var(--bs-secondary) !important;
}

.btn-outline-primary {
    border: solid 0.0625rem #f2f2f2;
    box-shadow: none;
}

.btn-delete:hover,
.btn-delete:focus {
    border: solid 0.0625rem #f12300 !important;
    background-color: #f12300 !important;
    box-shadow: none;
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small,
.small {
    font-size: 0.875em
}

mark,
.mark {
    padding: .1875em;
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--bs-primary);
    text-decoration: none
}

a:hover {
    color: var(--bs-secondary);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6e7985;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}



button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}


::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: block;
    position: relative
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block
}

.avatar.online::after,
.avatar.offline::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    box-shadow: 0 0 0 1.5px #fbfcfe
}

.avatar.online::after {
    background-color: #0cb785
}

.avatar.offline::after {
    background-color: #ccd2da
}

.avatar-rounded {
    border-radius: 8px
}

.avatar-initial {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6e7985;
    color: #fff;
    border-radius: inherit;
    font-size: 16px;
    text-transform: uppercase
}

.avatar-xs {
    width: 20px;
    height: 20px
}

.avatar-xs .avatar-initial {
    font-size: 9px
}

.avatar-xs.online::after,
.avatar-xs.offline::after {
    width: 3px;
    height: 3px;
    right: 0
}

.avatar-sm {
    width: 26px;
    height: 26px
}

.avatar-sm .avatar-initial {
    font-size: 13px
}

.avatar-sm.online::after,
.avatar-sm.offline::after {
    width: 5px;
    height: 5px;
    right: 3px
}

.avatar-lg {
    width: 46px;
    height: 46px
}

.avatar-lg .avatar-initial {
    font-size: 24px
}

.avatar-lg.online::after,
.avatar-lg.offline::after {
    width: 7px;
    height: 7px
}

.avatar-xl {
    width: 61px;
    height: 61px
}

.avatar-xl .avatar-initial {
    font-size: 32px
}

.avatar-xl.online::after,
.avatar-xl.offline::after {
    width: 8px;
    height: 8px;
    right: 7px;
    bottom: 2px
}

.dropdown-menu {
    border-color: rgba(65, 80, 95, .16);
    padding: 7px;
    font-size: 14px;
}

.dropdown-item {
    padding: 5px 10px;
    border-radius: 3px;
    color: inherit
}

.dropdown-header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    letter-spacing: .5px
}

.dropdown-divider {
    border-top-color: #e2e5ec;
    opacity: 1;
    margin: 5px 0
}

.modal-backdrop {
    background-color: #171b21
}

.modal-backdrop.show {
    opacity: .8
}

.nav-sidebar {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.nav-sidebar .nav-item.show .nav-link::after {
    content: ""
}

.nav-sidebar .nav-item.show .nav-sub {
    display: flex
}

.nav-sidebar .nav-link {
    color: #41505f;
    display: flex;
    align-items: center
}

.nav-sidebar .nav-link:hover {
    color: #212830
}

.nav-sidebar .nav-link.active {
    color: var(--bs-primary);
    font-weight: 500;
    letter-spacing: -0.1px;
    background-color: #f1f4fc;
}

.nav-sidebar .nav-link.has-sub {
    position: relative
}

.nav-sidebar .nav-link.has-sub::after {
    content: "";
    font-family: "remixicon";
    font-size: 14px;
    font-weight: 400;
    color: #9ea7b1;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 0;
    opacity: .6
}

.nav-sidebar .nav-link i {
    margin-right: 12px;
    line-height: 1;
    font-size: 20px;
    width: 18px;
    opacity: .85
}

.nav-sidebar .nav-sub {
    flex-direction: column;
    position: relative;
    display: none
}

.nav-sidebar .nav-sub-link {
    display: block;
    padding: 6px 20px;
    font-size: .8125rem;
    text-indent: 30.5px;
    color: #6e7985;
    position: relative
}

.nav-sidebar .nav-sub-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    width: 5px;
    height: 1.5px;
    background-color: #9ea7b1;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .nav-sidebar .nav-sub-link::before {
        transition: none
    }
}

.nav-sidebar .nav-sub-link:hover::before,
.nav-sidebar .nav-sub-link:focus::before {
    width: 16px;
    left: 20.5px
}

.nav-sidebar .nav-sub-link.active {
    color: #212830;
    font-weight: 500
}

.nav-sidebar .nav-sub-link.active::before {
    width: 16px;
    background-color: var(--bs-primary);
    left: 20.5px
}

.nav-line {
    border-bottom: 1px solid #e2e5ec;
    flex-wrap: nowrap;
    overflow: hidden
}

@media(min-width: 576px) {
    .nav-line {
        overflow: visible
    }
}

.nav-line .nav-link {
    color: #6e7985;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    position: relative;
    white-space: nowrap
}

.nav-line .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1.5px solid var(--bs-primary);
    display: none
}

@media(min-width: 576px) {
    .nav-line .nav-link::before {
        bottom: -1px
    }
}

.nav-line .nav-link:hover {
    color: #313c47
}

.nav-line .nav-link+.nav-link {
    margin-left: 25px
}

.nav-line .nav-link.active {
    color: #212830;
    font-weight: 600
}

.nav-line .nav-link.active::before {
    display: block
}

.nav-icon {
    align-items: center
}

.nav-icon.nav-icon-lg .nav-link i {
    font-size: 20px
}

.nav-icon .nav-link {
    padding: 0;
    color: #6e7985;
    display: flex;
    align-items: center
}

.nav-icon .nav-link i {
    line-height: 1;
    font-size: 18px
}

.nav-icon .nav-link+.nav-link {
    margin-left: 10px
}

.nav-icon.nav-icon-sm .nav-link i {
    font-size: 16px
}

.nav-icon.nav-icon-sm .nav-link+.nav-link {
    margin-left: 2px
}

.form-control {
    padding-left: .6rem;
    padding-right: .6rem
}

.form-control:active,
.form-control:focus {
    border-color: #ccd2da;
    box-shadow: 0 1px 1px rgba(226, 229, 236, .25), 0 2px 2px rgba(226, 229, 236, .2), 0 4px 4px rgba(226, 229, 236, .15), 0 8px 8px rgba(226, 229, 236, .1)
}

.form-control::placeholder {
    color: #9ea7b1
}

.form-select:active,
.form-select:focus {
    border-color: #ccd2da;
    box-shadow: 0 1px 1px rgba(226, 229, 236, .25), 0 2px 2px rgba(226, 229, 236, .2), 0 4px 4px rgba(226, 229, 236, .15), 0 8px 8px rgba(226, 229, 236, .1)
}

.form-select-sm {
    padding-left: 4px
}

.form-select-lg {
    padding-left: 8px
}

.form-check-input {
    border-color: rgba(33, 40, 48, .3)
}

.form-check-input[type=checkbox] {
    border-radius: 2.5px
}

.form-check-input[role=switch] {
    border-radius: 10px
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.8125rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #6e7985
}

.form-control,
.gridjs-input {
    display: block;
    width: 100%;
    padding: .406rem .75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #41505f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccd2da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-search {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: var(--border-radius);
    background-color: #fff;
    padding: 3px 10px;
    box-shadow: 0 1px 2px rgba(204, 210, 218, .07), 0 2px 4px rgba(204, 210, 218, .07), 0 4px 8px rgba(204, 210, 218, .07), 0 8px 16px rgba(204, 210, 218, .07), 0 16px 32px rgba(204, 210, 218, .07), 0 32px 64px rgba(204, 210, 218, .07);
    transition: all .15s
}

@media(prefers-reduced-motion: reduce) {
    .form-search {
        transition: none
    }
}



.form-search>i {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.form-search .form-control {
    border-radius: 0;
    border-width: 0;
    background-color: rgba(0, 0, 0, 0)
}

.form-search .form-control:focus {
    box-shadow: none;
    border: none !important;
}

.form-search .form-control::placeholder {
    color: #9ea7b1
}

.header {
    height: 72px
}

.header .container {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(min-width: 992px) {
    .header .container {
        padding-left: 0;
        padding-right: 0
    }
}

.header .nav-icon .nav-link {
    padding: 0;
    font-size: 21px;
    line-height: 1;
    color: #6e7985;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .header .nav-icon .nav-link {
        transition: none
    }
}

.header .nav-icon .nav-link+.nav-link {
    margin-left: 8px
}

.header .nav-icon .nav-link:hover {
    color: var(--bs-primary);
    transform: scale(1.1)
}

.header-logo,
.sidebar-logo {
    font-size: 24px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    color: #212830;
    letter-spacing: -0.5px;
    position: relative
}

.header-logo:hover,
.sidebar-logo:hover,
.header-logo:focus,
.sidebar-logo:focus {
    color: #212830
}

.header-logo::after,
.sidebar-logo::after {
    content: "";
    position: absolute;
    bottom: 3.5px;
    right: -8px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--bs-primary);
}

.header-main {
    height: 72px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    border-bottom: 1px solid #f3f5f9;
    background-color: #fff;
    display: flex;
    align-items: center;
    transition: all .25s;
    box-shadow: 0 1px 1px rgba(33, 40, 48, .01), 0 4px 4px rgba(33, 40, 48, .01), 0 16px 16px rgba(33, 40, 48, .01)
}

@media(prefers-reduced-motion: reduce) {
    .header-main {
        transition: none
    }
}

@media(min-width: 992px) {
    .header-main {
        left: 240px;
        border-left: 1px solid #f8f9fc
    }
}

@media(min-width: 1400px) {
    .header-main {
        left: 250px
    }
}

.header-main .form-search {
    width: 180px;
    box-shadow: none;
    background-color: #f3f5f9
}

@media(max-width: 767.98px) {
    .header-main .form-search {
        height: 38px;
        border-radius: 4px
    }
}

@media(min-width: 576px) {
    .header-main .form-search {
        width: 270px
    }
}

@media(min-width: 1200px) {
    .header-main .form-search {
        width: 320px
    }
}

.header-main .form-search .form-control {
    padding-left: 3px
}

.header-main .form-search i {
    opacity: .6
}



.header-main .menu-link {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.325rem;
    color: var(--bs-primary);
}

.header-main .menu-link:hover {
    color: var(--bs-primary);
}

.header-main .nav-link {
    color: #6e7985
}

.header-main .nav-link:hover {
    color: #41505f
}

.header-main .nav-link.active {
    font-weight: 500;
    color: var(--bs-primary);
    letter-spacing: -0.1px
}

.header-main .nav-link .badge {
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
    padding: 3px;
    margin-left: 2px
}

.header-main .dropdown-link {
    display: block;
    color: #6e7985;
    position: relative
}

.header-main .dropdown-link:hover {
    color: #41505f
}

.header-main .dropdown-link i {
    font-size: 20px;
    line-height: 1.4
}

.header-main .dropdown-link small,
.header-main .dropdown-link .small {
    position: absolute;
    top: -2px;
    right: -4px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #dc3545;
    color: #fff;
    font-size: 9px;
    box-shadow: 0 0 0 1px #fff
}

.dropdown-skin .dropdown-link {
    display: flex;
    margin-top: 2px
}

.dropdown-skin .dropdown-link i {
    font-size: 22px;
    animation: rotation 5s infinite linear;
    color: var(--bs-primary);
}

@keyframes rotation {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.dropdown-skin .dropdown-menu {
    width: 250px;
    margin-right: 10px;
    padding: 20px;
    border-color: #e2e5ec;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 2px 10px rgba(110, 121, 133, .1), 0 10px 20px rgba(110, 121, 133, .1)
}

.dropdown-skin .dropdown-menu label {
    font-size: 10px;
    font-weight: 500;
    color: #6e7985;
    text-transform: uppercase;
    display: block;
    letter-spacing: .5px;
    margin-bottom: 10px;
    line-height: 1.2
}

.dropdown-skin .dropdown-menu hr {
    border-color: #e2e5ec;
    opacity: 1;
    margin: 20px 0
}

.nav-skin {
    flex-wrap: nowrap;
    white-space: nowrap
}

.nav-skin .nav-link {
    border: 1px solid #ccd2da;
    font-size: .8125rem;
    padding: 4px 15px;
    color: #41505f
}

.nav-skin .nav-link:hover,
.nav-skin .nav-link:focus {
    border-color: #9ea7b1;
    background-color: #f3f5f9;
    position: relative
}

.nav-skin .nav-link+.nav-link {
    margin-left: -1px
}

.nav-skin .nav-link:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.nav-skin .nav-link:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.nav-skin .nav-link.active {
    letter-spacing: normal;
    font-weight: 400;
    border-color: #6e7985;
    background-color: #e2e5ec;
    color: #212830;
    position: relative;
    z-index: 2
}

.dropdown-notification {
    position: relative
}

.dropdown-notification .dropdown-link {
    margin-top: 5px
}

.dropdown-notification .dropdown-menu {
    margin-right: 10px;
    width: 320px;
    padding: 0;
    border-color: #e2e5ec;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 2px 10px rgba(110, 121, 133, .1), 0 10px 20px rgba(110, 121, 133, .1)
}

@media(min-width: 576px) {
    .dropdown-notification .dropdown-menu {
        width: 340px
    }
}

.dropdown-notification .dropdown-menu-header {
    height: 48px;
    border-bottom: 1px solid #e2e5ec;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.dropdown-notification .dropdown-menu-title {
    font-weight: 600;
    font-size: 15px;
    color: #212830;
    margin-bottom: 0
}

.dropdown-notification .list-group {
    padding: 5px
}

.dropdown-notification .list-group-item {
    border-width: 0;
    display: flex;
    padding: 8px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-notification .list-group-item:hover {
    background-color: rgba(243, 245, 249, .85);
    cursor: pointer
}

.dropdown-notification .list-group-item strong {
    font-weight: 600
}

.dropdown-notification .avatar {
    margin-right: 15px;
    flex-shrink: 0
}

.dropdown-notification .list-group-body {
    color: #313c47;
    line-height: 1.4;
    padding-right: 10px
}

.dropdown-notification .list-group-body p {
    margin-bottom: 2px
}

.dropdown-notification .list-group-body span {
    font-size: 11px;
    color: #6e7985
}

.dropdown-notification .dropdown-menu-footer {
    text-align: center;
    padding: 8px 10px;
    border-top: 1px solid #e2e5ec;
    font-size: .8125rem
}

.dropdown-profile .dropdown-link .avatar {
    width: 34px;
    height: 34px
}

.dropdown-profile .dropdown-menu {
    width: 230px;
    padding: 0;
    border-color: #e2e5ec;
    border-radius: 6px;
    border-width: 0;
    box-shadow: 0 2px 10px rgba(110, 121, 133, .1), 0 10px 20px rgba(110, 121, 133, .1)
}

.dropdown-profile .dropdown-menu-body {
    padding: 20px 20px 15px
}

.dropdown-profile .dropdown-menu-body h5,
.dropdown-profile .dropdown-menu-body .h5 {
    font-size: 16px
}

.dropdown-profile .nav {
    flex-direction: column;
    margin: 0 -10px
}

.dropdown-profile .nav a {
    display: flex;
    align-items: center;
    padding: 7px 8px;
    color: #41505f;
    border-radius: 4px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .dropdown-profile .nav a {
        transition: none
    }
}

.dropdown-profile .nav a:hover {
    background-color: #f3f5f9;
    color: #212830
}

.dropdown-profile .nav a i {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px
}

.dropdown-profile hr {
    opacity: .12;
    margin: 5px -2px
}

@media(max-width: 991.98px) {
    .sidebar-show {
        overflow: hidden
    }

    .sidebar-show .sidebar {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .sidebar-show .header-main,
    .sidebar-show .main-mobile-header,
    .sidebar-show .main {
        transform: translateX(290px)
    }

    .sidebar-show .main-backdrop {
        opacity: 1;
        visibility: visible
    }

    .main-app {
        padding: 1rem;
    }
}

.sidebar-offset .sidebar {
    left: -250px;
    box-shadow: none
}

.sidebar-offset .header-main {
    left: 0
}

.sidebar-offset .main {
    margin-left: 0
}

.sidebar-offset.sidebar-show {
    overflow: hidden
}

.sidebar-offset.sidebar-show .sidebar {
    left: 0;
    box-shadow: 1px 0 1px rgba(33, 40, 48, .01), 4px 0 4px rgba(33, 40, 48, .01), 16px 0 16px rgba(33, 40, 48, .01)
}

.sidebar-offset.sidebar-show .header-main,
.sidebar-offset.sidebar-show .main {
    transform: translateX(250px)
}

.sidebar-offset.sidebar-show .main-backdrop {
    opacity: 1;
    visibility: visible
}

@media(min-width: 992px) {
    .sidebar-hide .sidebar {
        left: -250px;
        opacity: 0;
        visibility: hidden
    }

    .sidebar-hide .header-main {
        left: 0;
        border-left-width: 0
    }

    .sidebar-hide .main {
        margin-left: 0
    }
}

.sidebar {
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -290px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 1000;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar {
        transition: none
    }
}

@media(min-width: 992px) {
    .sidebar {
        width: 240px;
        opacity: 1;
        visibility: visible;
        left: 0;
        box-shadow: 1px 0 1px rgba(33, 40, 48, .01), 4px 0 4px rgba(33, 40, 48, .01), 16px 0 16px rgba(33, 40, 48, .01)
    }
}

@media(min-width: 1400px) {
    .sidebar {
        width: 250px
    }
}

.sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .6);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar::before {
        transition: none
    }
}

.sidebar.footer-menu-show::before {
    visibility: visible;
    opacity: 1
}

.sidebar.footer-menu-show .sidebar-footer {
    bottom: 0
}

.sidebar-header {
    padding: 0 20px;
    height: 72px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f5f9
}

.sidebar-body {
    height: calc(100% - 70px);
    position: relative
}

.sidebar-body .nav-group {
    border-bottom: 1px solid #f3f5f9
}

.sidebar-body .nav-group.show .nav-label::after {
    content: ""
}

.sidebar-body .nav-group.show .nav-sidebar {
    display: block
}

.sidebar-body .nav-label {
    display: block;
    padding: 12px 20px;
    font-size: 11px;
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    color: #6e7985;
    letter-spacing: .7px;
    position: relative
}

.sidebar-body .nav-label:hover,
.sidebar-body .nav-label:focus {
    color: #6e7985
}

.sidebar-body .nav-label::after {
    content: "";
    font-family: "remixicon";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 15px;
    line-height: 0;
    opacity: .6
}

.sidebar-body .nav-sidebar {
    display: none;
    padding: 0 0 20px
}

.sidebar-body .nav-sidebar .nav-link {
    padding: 8px 20px
}

.sidebar-body .nav-sidebar .nav-item.show .nav-sub {
    display: block
}


.sidebar-footer {
    position: absolute;
    bottom: -250px;
    left: 0;
    right: 0;
    border-top: 1px solid #f3f5f9;
    background-color: #fff;
    z-index: 10;
    box-shadow: -20px -20px 20px #fff;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar-footer {
        transition: none
    }
}

.sidebar-footer .dropdown-link {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #6e7985;
    opacity: .6;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar-footer .dropdown-link {
        transition: none
    }
}

.sidebar-footer .dropdown-link:hover,
.sidebar-footer .dropdown-link:focus {
    background-color: rgba(243, 245, 249, .6);
    opacity: 1
}

.sidebar-footer-top {
    height: 64px;
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 15px
}

.sidebar-footer-thumb {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar-footer-thumb {
        transition: none
    }
}

.sidebar-footer-thumb:hover {
    cursor: pointer;
    transform: scale(1.1)
}

.sidebar-footer-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.sidebar-footer-body {
    flex: 1
}

.sidebar-footer-body h6,
.sidebar-footer-body .h6 {
    margin-bottom: 2px;
    font-weight: 600
}

.sidebar-footer-body h6 a,
.sidebar-footer-body .h6 a {
    color: #212830
}

.sidebar-footer-body p {
    margin-bottom: 0;
    font-size: .75rem;
    color: #6e7985
}

.sidebar-footer-menu {
    padding: 10px 12px
}

.sidebar-footer-menu .nav {
    flex-direction: column;
    margin: 0
}

.sidebar-footer-menu a {
    height: 35px;
    padding: 0 8px;
    color: #41505f;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .sidebar-footer-menu a {
        transition: none
    }
}

.sidebar-footer-menu a:hover {
    background-color: #f3f5f9;
    color: #212830
}

.sidebar-footer-menu a>i {
    line-height: 1;
    font-size: 20px;
    margin-right: 12px
}

.sidebar-footer-menu hr {
    margin: 10px 10px;
    opacity: .12
}

.sidebar-right {
    width: 290px
}

.sidebar-label {
    display: block;
    margin-bottom: 5px;
    padding: 0 10px;
    font-size: .75rem;
    font-weight: 500;
    color: #6e7985
}

.sidebar-prime {
    background-color: var(--bs-primary);
    background-image: linear-gradient(to bottom, var(--bs-primary), var(--bs-primary));
}

.sidebar-prime::before {
    background-color: var(--bs-primary-rgb);
}

.sidebar-prime .sidebar-logo {
    color: #fff
}

.sidebar-prime .sidebar-header {
    border-bottom-color: rgba(255, 255, 255, .12)
}

.sidebar-prime .sidebar-body .nav-group {
    border-bottom-color: rgba(255, 255, 255, .12)
}

.sidebar-prime .sidebar-body .nav-label {
    color: rgba(255, 255, 255, .45)
}


.sidebar-prime .nav-sidebar .nav-link {
    color: rgba(255, 255, 255, .6)
}

.sidebar-prime .nav-sidebar .nav-link:hover,
.sidebar-prime .nav-sidebar .nav-link:focus {
    color: #fff
}

.sidebar-prime .nav-sidebar .nav-link.has-sub::after {
    color: rgba(255, 255, 255, .6)
}

.sidebar-prime .nav-sidebar .nav-link.has-sub.active {
    color: #fff
}

.sidebar-prime .nav-sidebar .nav-link.active {
    color: #fff;
    font-weight: 400
}

.sidebar-prime .nav-sidebar .nav-sub-link {
    color: rgba(255, 255, 255, .5)
}

.sidebar-prime .nav-sidebar .nav-sub-link::before {
    background-color: rgba(255, 255, 255, .45)
}

.sidebar-prime .nav-sidebar .nav-sub-link.active {
    color: #fff
}

.sidebar-prime .sidebar-footer {
    background-color: var(--bs-primary);
    border-top-color: rgba(255, 255, 255, .12);
    box-shadow: none
}

.sidebar-prime .sidebar-footer .dropdown-link {
    color: rgba(255, 255, 255, .6)
}

.sidebar-prime .sidebar-footer .dropdown-link:hover,
.sidebar-prime .sidebar-footer .dropdown-link:focus {
    background-color: #4365d6;
    color: #fff
}

.sidebar-prime .sidebar-footer-body h6 a,
.sidebar-prime .sidebar-footer-body .h6 a {
    color: #fff
}

.sidebar-prime .sidebar-footer-body p {
    color: rgba(255, 255, 255, .6)
}

.sidebar-prime .sidebar-footer-menu a {
    color: rgba(255, 255, 255, .6)
}

.sidebar-prime .sidebar-footer-menu a:hover,
.sidebar-prime .sidebar-footer-menu a:focus {
    background-color: #4365d6;
    color: #fff
}

.sidebar-prime .sidebar-footer-menu hr {
    background-color: #fff;
    opacity: .1
}

.sidebar-dark {
    background-color: #192030
}

@media(min-width: 992px) {
    .sidebar-dark {
        box-shadow: none
    }
}

.sidebar-dark::before {
    background-color: rgba(16, 21, 31, .75)
}

.sidebar-dark .sidebar-logo {
    color: #fff
}

.sidebar-dark .sidebar-header {
    border-bottom-color: rgba(255, 255, 255, .06)
}

.sidebar-dark .sidebar-body .nav-group {
    border-bottom-color: rgba(255, 255, 255, .06)
}

.sidebar-dark .sidebar-body .nav-label {
    color: rgba(255, 255, 255, .25)
}


.sidebar-dark .nav-sidebar .nav-link {
    color: rgba(255, 255, 255, .6)
}

.sidebar-dark .nav-sidebar .nav-link:hover,
.sidebar-dark .nav-sidebar .nav-link:focus {
    color: rgba(255, 255, 255, .85)
}

.sidebar-dark .nav-sidebar .nav-link.active {
    color: var(--bs-primary);
    font-weight: 400
}

.sidebar-dark .nav-sidebar .nav-link.has-sub::after {
    color: rgba(255, 255, 255, .6)
}

.sidebar-dark .nav-sidebar .nav-sub-link {
    color: rgba(255, 255, 255, .5)
}

.sidebar-dark .nav-sidebar .nav-sub-link::before {
    background-color: rgba(255, 255, 255, .4)
}

.sidebar-dark .nav-sidebar .nav-sub-link.active {
    color: rgba(255, 255, 255, .85)
}

.sidebar-dark .nav-sidebar .nav-sub-link.active::before {
    background-color: var(--bs-primary);
}

.sidebar-dark .sidebar-footer {
    background-color: #192030;
    border-top-color: rgba(255, 255, 255, .06);
    box-shadow: none
}

.sidebar-dark .sidebar-footer .dropdown-link {
    color: rgba(255, 255, 255, .6)
}

.sidebar-dark .sidebar-footer .dropdown-link:hover,
.sidebar-dark .sidebar-footer .dropdown-link:focus {
    background-color: #141926;
    color: #fff
}

.sidebar-dark .sidebar-footer-body h6 a,
.sidebar-dark .sidebar-footer-body .h6 a {
    color: #fff
}

.sidebar-dark .sidebar-footer-body p {
    color: rgba(255, 255, 255, .4)
}

.sidebar-dark .sidebar-footer-menu a {
    color: rgba(255, 255, 255, .6)
}

.sidebar-dark .sidebar-footer-menu a:hover,
.sidebar-dark .sidebar-footer-menu a:focus {
    background-color: #222b41;
    color: #fff
}

.sidebar-dark .sidebar-footer-menu hr {
    background-color: #fff;
    opacity: .1
}

.main {
    min-height: 100vh;
    margin-top: 72px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .main {
        transition: none
    }
}

@media(min-width: 992px) {
    .main {
        margin-left: 240px;
        margin-top: 0
    }
}

@media(min-width: 1400px) {
    .main {
        margin-left: 250px
    }
}

.main-app {
    padding: 96px 24px 24px 24px;
}

.main {
    margin-top: 0;
}

.main-title-label {
    font-size: 11px;
    font-family: var(--bs-font-sans-serif);
    text-transform: uppercase;
    color: var(--bs-primary);
    letter-spacing: .5px;
    display: block;
    margin-bottom: 5px
}

.main-title {
    text-indent: -1px;
    margin-bottom: 30px;
    color: #212830;
    font-size: 20px;
    letter-spacing: -0.2px
}

@media(min-width: 992px) {
    .main-title {
        font-size: 21px
    }
}

.main-separator {
    margin: 40px 0;
    background-color: #e2e5ec;
    opacity: .12
}

.main-subtitle {
    color: #212830;
    font-weight: 600;
    margin-bottom: 10px
}

.main-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 72px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    z-index: 800;
    transition: all .3s
}

@media(prefers-reduced-motion: reduce) {
    .main-mobile-header {
        transition: none
    }
}

@media(min-width: 992px) {
    .main-mobile-header {
        display: none
    }
}

.main-mobile-header.scroll {
    box-shadow: 0 1px 1px rgba(226, 229, 236, .08), 0 2px 2px rgba(226, 229, 236, .12), 0 4px 4px rgba(226, 229, 236, .16), 0 8px 8px rgba(226, 229, 236, .2)
}

.main-mobile-header .menu-link {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #6e7985
}

.main-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    background-color: rgba(33, 40, 48, .6);
    opacity: 0;
    visibility: hidden;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .main-backdrop {
        transition: none
    }
}

.section-title {
    font-size: 15px;
    font-weight: 600;
    color: #212830
}

.section-title-sm {
    font-size: 14px
}

.main-label-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .8125rem
}

.main-label-group label {
    display: block;
    margin-bottom: 0;
    font-weight: 500
}

.main-footer {
    margin-top: 60px;
    border-top: 1px solid rgba(226, 229, 236, .6);
    padding-top: 20px;
    font-size: .8125rem;
    color: #6e7985
}

@media(min-width: 576px) {
    .main-footer {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.main-footer span {
    display: block
}

.main-footer span+span {
    margin-top: 5px
}

@media(min-width: 576px) {
    .main-footer span+span {
        margin-top: 0
    }
}

@media(min-width: 768px) {
    .vmap-one {
        height: 300px
    }
}

@media(min-width: 1200px) {
    .vmap-one {
        height: 350px
    }
}



.list-group-one .list-group-item {
    border-left-width: 0;
    border-right-width: 0
}

.list-group-one .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-width: 0;
    padding-top: 0
}

.list-group-one .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0
}

.list-group-one .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.bg-litecoin {
    background-color: #325a98
}


.page-app .main-app {
    min-height: 0;
    height: calc(100vh - 72px)
}

.page-app .main-footer {
    margin-top: 0;
    border-top-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 5px
}

@media(min-width: 576px) {
    .page-app .main-footer {
        flex-direction: row;
        padding-top: 20px;
        padding-bottom: 0
    }
}

.page-app .main-footer span+span {
    margin-top: 2px
}

@media(min-width: 576px) {
    .page-app .main-footer span+span {
        margin-top: 0
    }
}

.page-app .header-link {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e7985;
    font-size: 18px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .page-app .header-link {
        transition: none
    }
}

.page-app .header-link:hover,
.page-app .header-link:focus {
    color: var(--bs-primary);
}

.page-app .dropdown-menu {
    border-color: rgba(226, 229, 236, .6);
    border-width: 0;
    border-radius: var(--border-radius);
    box-shadow: 0 1px 1px rgba(141, 147, 155, 0.25), 0 2px 2px rgba(141, 147, 155, .2), 0 4px 4px rgba(141, 147, 155, .15), 0 8px 8px rgba(141, 147, 155, .1), 0 16px 16px rgba(141, 147, 155, .05)
}

.page-app .dropdown-item {
    display: flex;
    align-items: center;
    padding: 7px 10px;
}

.page-app .dropdown-item i {
    font-size: 18px;
    line-height: 1;
    margin-right: 10px
}

.main-file-manager {
    min-height: 0;
    height: calc(100vh - 72px);
    margin-top: 72px;
    position: relative
}

.dropdown-table {
    font-size: 12px;
}

.dropdown-table i {
    font-size: 18px;
}

.dropdown-table .dropdown-item {
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 500;
}

.dropdown-table label {
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
    font-size: 12px;
    padding-left: 8px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    border-radius: var(--border-radius);
}

.contact-group {
    position: relative
}

.contact-group .contact-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 4px;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .contact-group .contact-item {
        transition: none
    }
}

.contact-group .contact-item:hover {
    background-color: #f3f5f9;
    cursor: pointer
}

.contact-group .contact-item+.contact-item {
    margin-top: 1px
}

.contact-group .unread.contact-item .contact-item-body h6,
.contact-group .unread.contact-item .contact-item-body .h6 {
    font-weight: 600;
    position: relative;
    letter-spacing: -0.2px
}

.contact-group .unread.contact-item .contact-item-body h6::after,
.contact-group .unread.contact-item .contact-item-body .h6::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -12px;
    width: 6px;
    height: 6px;
    background-color: var(--bs-primary);
    border-radius: 100%
}

.contact-group .unread.contact-item .contact-item-body span {
    font-weight: 500;
    color: var(--bs-primary);
}

.contact-group .selected.contact-item {
    background-color: rgba(var(--bs-secondary-rgb), 1);
}

.contact-group .selected.contact-item .avatar-initial {
    background-color: var(--bs-primary);
    color: #fff
}

.contact-group .selected.contact-item .contact-item-body h6,
.contact-group .selected.contact-item .contact-item-body .h6 {
    color: var(--bs-primary);
}

.contact-group .avatar-initial {
    background-color: #ccd2da;
    color: #41505f
}

.contact-group .contact-item-body {
    padding-left: 10px;
    flex: 1;
    width: calc(100% - 46px)
}

.contact-group .contact-item-body h6,
.contact-group .contact-item-body .h6 {
    color: #212830;
    margin-bottom: 2px
}

.contact-group .contact-item-body span {
    display: block;
    font-size: .75rem;
    color: #6e7985;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.contact-group .contact-item-body strong {
    font-weight: 600
}

.contact-group .contact-item-body small,
.contact-group .contact-item-body .small {
    font-size: 11px;
    color: #6e7985
}

.nav-toolbar {
    align-items: center;
    padding: 10px;
    background-color: #fff
}

.nav-toolbar .nav-link {
    padding: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #41505f;
    border-radius: 4px
}

@media(min-width: 768px) {
    .nav-toolbar .nav-link {
        width: 32px;
        height: 32px
    }
}

.nav-toolbar .nav-link:hover,
.nav-toolbar .nav-link:focus {
    background-color: rgba(243, 245, 249, .65);
    color: #212830
}

.nav-toolbar .nav-link i {
    font-size: 16px;
    line-height: 1
}

@media(min-width: 768px) {
    .nav-toolbar .nav-link i {
        font-size: 18px
    }
}

.nav-toolbar .nav-link:last-child {
    width: 20px
}

.nav-toolbar .nav-separator {
    display: block;
    margin: 0 4px;
    width: 1px;
    height: 18px;
    background-color: #f3f5f9
}

.contact-panel {
    position: relative;
    height: calc(100vh - 145px);
    display: flex
}

@media(min-width: 992px) {
    .contact-panel {
        height: calc(100vh - 155px)
    }
}

@media(max-width: 1199.98px) {
    .contact-panel.sidebar-show {
        overflow: hidden
    }

    .contact-panel.sidebar-show .contact-sidebar {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .contact-panel.sidebar-show .contact-body {
        transform: translateX(226px)
    }
}

@media(max-width: 767.98px) {
    .contact-panel.contact-show .contact-list {
        display: none
    }

    .contact-panel.contact-show .contact-content {
        display: block
    }
}

.contact-sidebar {
    width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -234px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    flex-shrink: 0;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .contact-sidebar {
        transition: none
    }
}

@media(min-width: 1200px) {
    .contact-sidebar {
        position: relative;
        display: block;
        padding-right: 12px;
        margin-right: 12px;
        opacity: 1;
        visibility: visible;
        left: 0
    }
}

.contact-sidebar .nav-sidebar .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px
}

.contact-sidebar .nav-sidebar .nav-link:hover {
    background-color: #f3f5f9;
    border-radius: var(--border-radius);
}

.contact-sidebar .nav-sidebar .nav-link.active {
    background-color: rgba(80, 111, 217, .08);
    border-radius: var(--border-radius);
}

.contact-sidebar .nav-sidebar .nav-link+.nav-link {
    margin-top: 1px
}

.contact-sidebar .nav-sidebar .nav-link small,
.contact-sidebar .nav-sidebar .nav-link .small {
    margin-left: auto;
    font-size: 12px;
    font-weight: 400;
    color: #9ea7b1
}

.contact-sidebar hr {
    opacity: .1
}

.btn-contact-new {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-contact-new i {
    font-size: 16px;
    line-height: 1.2;
    margin-right: 2px;
    margin-top: .5px
}

.contact-body {
    flex: 1;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(204, 210, 218, .07), 0 2px 4px rgba(204, 210, 218, .07), 0 4px 8px rgba(204, 210, 218, .07), 0 8px 16px rgba(204, 210, 218, .07), 0 16px 32px rgba(204, 210, 218, .07), 0 32px 64px rgba(204, 210, 218, .07);
    border-radius: 6px;
    position: relative;
    transition: all .25s
}

@media(prefers-reduced-motion: reduce) {
    .contact-body {
        transition: none
    }
}

.contact-list {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

@media(min-width: 768px) {
    .contact-list {
        width: 280px;
        border-right: 1px solid rgba(226, 229, 236, .6)
    }
}

.contact-list-header {
    height: 60px;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: inherit;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(226, 229, 236, .6);
    display: flex;
    align-items: center
}

@media(min-width: 1200px) {
    .contact-list-header {
        padding-left: 20px
    }
}

.contact-list-header .sidebar-title {
    font-size: 16px;
    font-weight: 600;
    color: #212830;
    margin-bottom: 0
}

.contact-menu {
    display: flex;
    align-items: center;
    font-size: 21px;
    margin-right: 10px;
    color: #6e7985;
    height: 22px;
}

.contact-list-body {
    height: calc(100% - 60px);
    padding: 10px;
    position: relative;
    overflow: hidden
}

.contact-list-body .sidebar-label:first-child {
    margin-top: 5px
}

.contact-item {
    position: relative
}

.contact-item:hover .nav-icon,
.contact-item:focus .nav-icon {
    display: flex
}

.contact-item .nav-icon {
    position: absolute;
    right: 10px;
    display: none
}

.contact-item .nav-link {
    font-size: 16px;
    color: #9ea7b1;
    padding: 0
}

.contact-item .nav-link+.nav-link {
    margin-left: 5px
}

.contact-item .nav-link:hover {
    color: #41505f
}

.contact-item-body span {
    font-size: .8125rem
}

.contact-content {
    display: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px
}

@media(min-width: 768px) {
    .contact-content {
        margin-left: 280px;
        display: block
    }
}

.contact-content .avatar {
    width: 100px;
    height: 100px
}

.contact-content .avatar-initial {
    font-size: 52px;
    font-weight: 300
}

.contact-content hr {
    opacity: 0.5;
    height: 0 !important;
}

.contact-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #6e7985
}

.contact-close:hover {
    color: #41505f
}

@media(min-width: 768px) {
    .contact-close {
        display: none
    }
}



@keyframes scaling {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.25)
    }

    100% {
        transform: scale(1)
    }
}

.select2-results__option {
    border-radius: 0;
    margin-bottom: 1px;
    font-size: inherit
}

.select2-container--default .select2-results__option--selected {
    background-color: #f3f5f9
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #ccd2da;
    border-radius: var(--border-radius);
    height: 34px;
    outline: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #41505f;
    line-height: calc((1.5em + 0.812rem + 2px) - .1rem);
    padding-left: .75rem;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6e7985
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 36px;
    line-height: calc(1.5em + 0.812rem + 2px)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -3px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
    font-weight: 400;
    order: 2;
    margin-left: auto;
    margin-right: 25px;
    color: #6e7985;
    position: relative;
    z-index: 100;
    height: 100%
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #41505f
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #ccd2da;
    border-radius: .25rem;
    min-height: 36px;
    outline: none;
    display: flex
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px;
    display: inline-block;
    margin-bottom: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 0;
    padding: 3px 10px 3px 20px;
    border-color: rgba(0, 0, 0, 0);
    border-radius: .1875rem;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 13px;
    line-height: 1.45
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 3px;
    line-height: 1.2;
    border-right: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    opacity: .85
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ccd2da
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #ccd2da;
    border-radius: 0;
    padding: 5px 10px;
    outline: none;
    border-radius: var(--border-radius);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: var(--bs-primary);
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #6e7985
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
}

.select2-container--default .select2-results>.select2-results__options {
    margin: 4px
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 26px;
    opacity: .6
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #6e7985;
    font-weight: 400;
    opacity: 1
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f3f5f9
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 10px;
    background-color: #9ea7b1
}

.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none
}

.select2-container--open {
    font-size: 14px; 
}

.select2-container--open .select2-selection--single,
.select2-container--open .select2-selection--multiple {
    background-color: #fff;
    border-color: #ccd2da
}

.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    top: 0;
    box-shadow: 0 0.125rem 0.9375rem rgba(0, 0, 0, .175) !important;
    padding: 5px;
}

.select2-dropdown {
    border-color: #ccd2da;
    z-index: 1046;
}

.select2-search--dropdown {
    padding-bottom: 0
}

.select2-results__option {
    padding: 6px 10px;
    font-size: 13px;
    border-radius: var(--border-radius);
}

.has-success .select2-container--default .select2-selection--single {
    border-color: theme-color("success")
}

.has-warning .select2-container--default .select2-selection--single {
    border-color: theme-color("warning")
}

.has-danger .select2-container--default .select2-selection--single {
    border-color: theme-color("danger")
}

.select2-xs+.select2-container {
    font-size: 12px
}

.select2-dropdown-xs .select2-results__option {
    font-size: 12px
}

.select2-sm+.select2-container {
    font-size: 14px
}

.select2-dropdown-sm .select2-results__option {
    font-size: 14px
}

.select2-bd-0+.select2-container--default .select2-selection--single {
    border-width: 0
}

.bg-gray+.select2-container--default .select2-selection--single {
    background-color: #3b4956
}

.bg-gray+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #e2e5ec
}

.sidebar-logo img, .sidebar-logo svg {
    width: auto;
    height: 40px;
}
.logo-se-color{fill:#F12300;}
.logo-tag-line{fill:#939598;}
.logo-pr-color{fill:#001e35;} 

.header-logo::after,
.sidebar-logo::after {
    display: none;
}

.form-label {
    margin-bottom: 0.3125rem;
    font-size: 13px;
    color: #939393;
    font-weight: 500;
}
.form-check.d-inline-block label {
    font-weight: 500;
}
.form-control,
.form-control:focus,
.form-select {
    outline: none !important;
    box-shadow: none !important;
    resize: none;
    border-radius: var(--border-radius) !important;
    font-size: 13px;
    height: 34px;
}

.form-select {
    outline: none !important;
    box-shadow: none !important;
    background-color: #fff;
    border: 0.0625rem solid #e5e5e5;
    resize: none;
    border-radius: var(--border-radius) !important;
    font-size: 13px;
}

.form-control:focus,
.form-select:focus {
    border: 0.0625rem solid var(--bs-primary) !important;
}

textarea.form-control {
    min-height: 7.1875rem;
    line-height: 1.25rem;
    font-size: 13px;
}

.icon-input {
    position: relative;
}

.icon-input input {
    z-index: 1;
    background-color: transparent !important;
    position: relative;
}

.icon-input svg {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 0;
    stroke: var(--bs-primary)
}

.form-group {
    margin-bottom: 8px;
}

.set-width-800 {
    max-width: 800px;
    margin: auto;
}

.btn-cancel:hover,
.btn-cancel:focus {
    background-color: #f12300;
    color: #fff;
}

.bottom-action .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.mt-10-f {
    margin-top: 10px !important
}

.me--10-f {
    margin-right: -10px !important
}

.ht-3 {
    height: 3px
}

.ht-5 {
    height: 5px
}

.ht-8 {
    height: 8px
}

.ht-10 {
    height: 10px
}

.ht-15 {
    height: 15px
}

.ht-30 {
    height: 30px
}

.ht-50 {
    height: 50px
}

.ht-100 {
    height: 100px
}

.ht-150 {
    height: 150px
}

.ht-200 {
    height: 200px
}

.ht-250 {
    height: 250px
}

.ht-300 {
    height: 300px
}

.ht-350 {
    height: 350px
}


.lh-1 {
    line-height: 1
}

.lh-3 {
    line-height: 1.3
}

.lh-4 {
    line-height: 1.4
}

.lh-5 {
    line-height: 1.5
}

.fs-sm {
    font-size: .8125rem
}

.ps {
    overflow: hidden
}

.ps>.ps__rail-y {
    width: 3px;
    background-color: rgba(58, 78, 136, .06);
    z-index: 10;
    position: absolute;
    left: auto !important;
    right: 0;
    opacity: 0;
    margin: 1px;
    transition: opacity .2s
}

@media(prefers-reduced-motion: reduce) {
    .ps>.ps__rail-y {
        transition: none
    }
}

.ps>.ps__rail-y>.ps__thumb-y {
    position: absolute;
    border-radius: 0;
    width: 3px;
    left: 0;
    background-color: #9ea7b1
}

.ps.ps--active-y:hover>.ps__rail-y,
.ps.ps--active-y:focus>.ps__rail-y {
    opacity: 1
}

.scrollbar-sm>.ps__rail-y {
    width: 1px
}

.scrollbar-sm>.ps__rail-y>.ps__thumb-y {
    width: 1px
}

.scrollbar-lg>.ps__rail-y {
    width: 6px
}

.scrollbar-lg>.ps__rail-y>.ps__thumb-y {
    width: 6px
}

.scrollbar-primary>.ps__rail-y>.ps__thumb-y {
    background-color: #0d6efd
}

.scrollbar-dark>.ps__rail-y>.ps__thumb-y {
    background-color: #212830
}

.dropify-wrapper {
    height: 102px;
    font-size: 11px;
    line-height: 18px;
    max-width: 100%;
    border-radius: var(--border-radius);
    border: 0.0625rem solid #e5e5e5;
}

.dropify-wrapper .dropify-message p b,
.dz-message b {
    padding: 0.25rem 0.3125rem;
    background-color: var(--bs-primary);
    color: #fff;
    border-radius: 0.1875rem;
    margin-left: 0.3125rem;
    opacity: 1;
}

.dropify-wrapper .dropify-message span.file-icon {
    font-size: 35px;
}


@media(min-width: 576px) {
    .fs-sm-normal {
        font-size: .875rem
    }
}

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

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

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

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

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: var(--bs-primary);
    border-radius: var(--border-radius);
}
.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}


[data-skin=dark] .logo-se-color, .sidebar-dark .logo-se-color {fill:#F12300;}
[data-skin=dark] .logo-tag-line, .sidebar-dark .logo-tag-line {fill:#b0b0b0;}
[data-skin=dark] .logo-pr-color, .sidebar-dark .logo-pr-color {fill:#ffffff;} 


[data-skin=dark] .avatar.online::after,
[data-skin=dark] .avatar.offline::after {
    box-shadow: 0 0 0 1.5px #192030
}

[data-skin=dark] .btn-close {
    filter: invert(1)
}

[data-skin=dark] .card {
    background-color: #192030;
    border-color: #222b41
}

[data-skin=dark] .card-primary {
    background-color: var(--bs-primary);
}

[data-skin=dark] .card-secondary {
    background-color: #6e7985
}

[data-skin=dark] .card-success {
    background-color: #0cb785
}

[data-skin=dark] .card-warning {
    background-color: #ffc107
}

[data-skin=dark] .card-danger {
    background-color: #dc3545
}

[data-skin=dark] .card-info {
    background-color: #0dcaf0
}

[data-skin=dark] .card-dark .card-header {
    border-bottom-color: #222b41
}

[data-skin=dark] .card-light {
    background-color: #f8f9fc;
    color: #41505f
}

[data-skin=dark] .card-light .card-header {
    border-bottom-color: #e2e5ec
}

[data-skin=dark] .card-header {
    background-color: #1c2437;
    border-bottom-color: #222b41
}

[data-skin=dark] .card-header-tabs .nav-link.active {
    background-color: #192030;
    border-color: #222b41;
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff
}

[data-skin=dark] .card-footer {
    background-color: #1c2437;
    border-top-color: #222b41
}

[data-skin=dark] .divider::before,
[data-skin=dark] .divider::after {
    background-color: #222b41
}

[data-skin=dark] .dropdown-menu {
    border-color: rgba(0, 0, 0, 0);
    background-color: #1e273a;
    color: inherit;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, .1)
}

[data-skin=dark] .dropdown-item {
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .dropdown-item:hover,
[data-skin=dark] .dropdown-item:focus {
    background-color: #192030;
    color: #fff
}

[data-skin=dark] .dropdown-item.disabled {
    opacity: .6
}

[data-skin=dark] .dropdown-item.active:hover,
[data-skin=dark] .dropdown-item.active:focus {
    background-color: var(--bs-primary);
}

[data-skin=dark] .dropdown-header {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .dropdown-divider {
    opacity: .06
}

[data-skin=dark] .form-control {
    background-color: #192030;
    border-color: #27314b;
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .form-control:focus {
    box-shadow: none;
    background-color: #1e273a;
    border-color: #27314b;
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .form-control:disabled,
[data-skin=dark] .form-control[readonly] {
    background-color: #141926
}

[data-skin=dark] .form-control::file-selector-button,
[data-skin=dark] .form-control::-webkit-file-upload-button {
    background-color: #1e273a;
    color: #fff
}

[data-skin=dark] .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #192030
}

[data-skin=dark] .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #192030
}

[data-skin=dark] .form-control::placeholder {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .form-select {
    background-color: #192030;
    border-color: #27314b;
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .form-select:focus {
    box-shadow: none;
    border-color: #2d3855
}

[data-skin=dark] .form-select:disabled {
    background-color: #141926
}

[data-skin=dark] .form-check-input {
    border-color: #27314b;
    background-color: #141926
}

[data-skin=dark] .form-check-input:focus {
    border-color: #2d3855
}

[data-skin=dark] .form-switch .form-check-input {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,0.45)'/></svg>")
}

[data-skin=dark] .form-range::-webkit-slider-runnable-track,
[data-skin=dark] .form-range::-moz-range-track {
    background-color: #222b41
}

[data-skin=dark] .input-group-text {
    background-color: #1c2335;
    border-color: #27314b;
    color: inherit
}

[data-skin=dark] .form-search {
    background-color: #192030;
    border: 1px solid #27314b;
    box-shadow: none
}

[data-skin=dark] .form-search.onfocus {
    background-color: #1e273a
}

[data-skin=dark] .img-thumbnail {
    background-color: #1e273a;
    border-color: #27314b
}

[data-skin=dark] .list-group-item {
    border-color: #222b41;
    background-color: rgba(0, 0, 0, 0);
    color: inherit
}

[data-skin=dark] .list-group-item.disabled {
    background-color: #141926;
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .marker {
    background-color: #141926;
    color: inherit
}


[data-skin=dark] .modal-content {
    background-color: #1e273a
}

[data-skin=dark] .modal-header {
    border-bottom-color: #27314b
}

[data-skin=dark] .modal-title {
    color: #fff
}

[data-skin=dark] .modal-footer {
    border-top-color: #27314b
}

[data-skin=dark] .nav-sidebar .nav-link:not(.active) {
    color: inherit
}

[data-skin=dark] .nav-sidebar .nav-link:not(.active):hover,
[data-skin=dark] .nav-sidebar .nav-link:not(.active):focus {
    background-color: #192030;
    color: inherit
}

[data-skin=dark] .navbar-light .navbar-brand {
    color: #fff
}

[data-skin=dark] .navbar-light .navbar-nav .nav-link {
    color: inherit
}

[data-skin=dark] .navbar-light .navbar-nav .nav-link:hover,
[data-skin=dark] .navbar-light .navbar-nav .nav-link:focus {
    color: #fff
}

[data-skin=dark] .navbar-light .navbar-nav .nav-link.active {
    color: #fff
}

[data-skin=dark] .nav-icon .nav-link:hover,
[data-skin=dark] .nav-icon .nav-link:focus {
    color: #fff
}

[data-skin=dark] .nav-line {
    border-bottom-color: #222b41
}

[data-skin=dark] .nav-line .nav-link {
    color: inherit
}

[data-skin=dark] .nav-line .nav-link:hover,
[data-skin=dark] .nav-line .nav-link:focus {
    color: rgba(255, 255, 255, .75)
}

[data-skin=dark] .nav-line .nav-link.active {
    color: #fff
}


[data-skin=dark] .page-link {
    background-color: #141926;
    border-color: #222b41
}

[data-skin=dark] .page-link:hover,
[data-skin=dark] .page-link:focus {
    background-color: #192030;
    border-color: #27314b
}

[data-skin=dark] .page-item.disabled .page-link {
    background-color: #192030;
    border-color: #222b41;
    color: rgba(255, 255, 255, .5)
}



[data-skin=dark] .progress {
    background-color: #222b41
}

[data-skin=dark] body {
    background-color: #141926;
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) {
    background-color: #192030;
    box-shadow: none;
    border-right: 1px solid #222b41
}

[data-skin=dark] .sidebar:not(.sidebar-prime)::before {
    background-color: rgba(11, 14, 21, .75)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-logo {
    color: #fff
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-header {
    border-bottom-color: #222b41
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-body .nav-group {
    border-bottom-color: #222b41
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-body .nav-label {
    color: rgba(255, 255, 255, .25)
}



[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link:hover,
[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link:focus {
    color: rgba(255, 255, 255, .85)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link.active {
    color: #fff;
    font-weight: 400
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-link.has-sub::after {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-sub-link {
    color: rgba(255, 255, 255, .5)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-sub-link::before {
    background-color: rgba(255, 255, 255, .4)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-sub-link.active {
    color: rgba(255, 255, 255, .85)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .nav-sidebar .nav-sub-link.active::before {
    background-color: var(--bs-primary);
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer {
    background-color: #192030;
    border-top-color: #222b41;
    box-shadow: none
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer .dropdown-link {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer .dropdown-link:hover,
[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer .dropdown-link:focus {
    background-color: #1e273a;
    color: #fff
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-body h6 a,
[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-body .h6 a {
    color: #fff
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-body p {
    color: rgba(255, 255, 255, .4)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-menu a {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-menu a:hover,
[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-menu a:focus {
    background-color: #1d2437;
    color: #fff
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-footer-menu hr {
    background-color: #fff;
    opacity: .1
}

[data-skin=dark] .sidebar-prime .nav-sidebar .nav-link:hover,
[data-skin=dark] .sidebar-prime .nav-sidebar .nav-link:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

[data-skin=dark] .header-main {
    background-color: #192030;
    border-bottom-color: rgba(255, 255, 255, .06);
    border-left-width: 0
}

[data-skin=dark] .header-main .menu-link {
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .header-main .menu-link:hover,
[data-skin=dark] .header-main .menu-link:focus {
    color: #fff
}

[data-skin=dark] .header-main .form-search {
    background-color: #1e273a;
    border-width: 0
}

[data-skin=dark] .header-main .form-search.onfocus {
    background-color: #222b41
}

[data-skin=dark] .header-main .form-search i {
    color: #fff
}

[data-skin=dark] .header-main .form-search .form-control {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

[data-skin=dark] .header-main .form-search .form-control::placeholder {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .header-main .dropdown-link {
    color: rgba(255, 255, 255, .65)
}
[data-skin=dark] .dropdown-skin .dropdown-link i {
    color: rgba(255, 255, 255, .65)
}

[data-skin=dark] .header-main .dropdown-link:hover,
[data-skin=dark] .header-main .dropdown-link:focus {
    color: #fff
}

[data-skin=dark] .header-main .dropdown-link small,
[data-skin=dark] .header-main .dropdown-link .small {
    box-shadow: 0 0 0 1px #141926
}

[data-skin=dark] .dropdown-skin .dropdown-menu {
    background-color: #1e273a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, .1)
}

[data-skin=dark] .dropdown-skin .dropdown-menu hr {
    border-color: #2b3651;
    opacity: 1
}

[data-skin=dark] .nav-skin .nav-link {
    border-color: #344162;
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .nav-skin .nav-link:hover,
[data-skin=dark] .nav-skin .nav-link:focus {
    border-color: #3c4c73;
    background-color: #2b3651;
    color: rgba(255, 255, 255, .75)
}

[data-skin=dark] .nav-skin .nav-link.active {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
    color: #fff
}

[data-skin=dark] .dropdown-notification .dropdown-menu {
    background-color: #1e273a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, .1)
}

[data-skin=dark] .dropdown-notification .dropdown-menu-header {
    border-bottom-color: #2b3651
}

[data-skin=dark] .dropdown-notification .dropdown-menu-title {
    color: #fff
}

[data-skin=dark] .dropdown-notification .dropdown-menu-footer {
    border-top-color: #2b3651
}

[data-skin=dark] .dropdown-notification .list-group-item:hover,
[data-skin=dark] .dropdown-notification .list-group-item:focus {
    background-color: #192030
}

[data-skin=dark] .dropdown-notification .list-group-body {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .dropdown-profile .dropdown-menu {
    background-color: #1e273a;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1), 0 10px 20px rgba(0, 0, 0, .1)
}

[data-skin=dark] .dropdown-profile .nav a {
    color: rgba(255, 255, 255, .6)
}

[data-skin=dark] .dropdown-profile .nav a:hover,
[data-skin=dark] .dropdown-profile .nav a:focus {
    background-color: #222b41;
    color: #fff
}

[data-skin=dark] .dropdown-profile hr {
    background-color: #222b41
}

[data-skin=dark] .main-title {
    color: #fff
}

[data-skin=dark] .main-separator {
    background-color: #222b41
}

[data-skin=dark] .main-footer {
    color: inherit;
    border-top-color: #222b41
}

[data-skin=dark] .section-title {
    color: #fff
}

[data-skin=dark] .main-label-group label {
    color: #fff
}

[data-skin=dark] .main-backdrop {
    background-color: rgba(20, 25, 38, .85)
}

[data-skin=dark] .irs--flat .irs-min,
[data-skin=dark] .irs--flat .irs-max {
    color: inherit;
    background-color: #222b41
}

[data-skin=dark] .irs--flat .irs-line {
    background-color: #222b41
}

[data-skin=dark] .irs--flat .irs-grid-text {
    color: inherit
}

[data-skin=dark] .irs--flat .irs-grid-pol {
    background-color: #222b41
}

[data-skin=dark] .irs--round .irs-line {
    background-color: #222b41
}

[data-skin=dark] .irs--round .irs-min,
[data-skin=dark] .irs--round .irs-max {
    background-color: #192030;
    color: inherit
}

[data-skin=dark] .irs--round .irs-grid-text {
    color: inherit
}

[data-skin=dark] .irs--round .irs-grid-pol {
    background-color: #222b41
}

[data-skin=dark] .sp-replacer {
    background-color: #141926;
    border-color: #222b41
}

[data-skin=dark] .sp-replacer:hover,
[data-skin=dark] .sp-replacer:focus {
    border-color: #2b3651
}

[data-skin=dark] .sp-dd {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .sp-container {
    background-color: #1e273a;
    border-color: #2d3855;
    box-shadow: none
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-body>.ps__rail-y {
    background-color: rgba(255, 255, 255, .05)
}

[data-skin=dark] .sidebar:not(.sidebar-prime) .sidebar-body>.ps__rail-y>.ps__thumb-y {
    background-color: rgba(255, 255, 255, .2)
}

[data-skin=dark] .page-app .dropdown-menu {
    box-shadow: none
}

[data-skin=dark] .contact-body {
    background-color: #192030;
    box-shadow: none
}

@media(min-width: 768px) {
    [data-skin=dark] .contact-list {
        border-right-color: #27314b
    }
}

[data-skin=dark] .contact-list-header {
    background-color: inherit;
    border-bottom-color: #27314b
}

[data-skin=dark] .contact-list-header .sidebar-title {
    color: #fff
}

[data-skin=dark] .contact-sidebar .nav-sidebar .nav-link:not(.active) {
    color: inherit
}

[data-skin=dark] .contact-sidebar .nav-sidebar .nav-link:not(.active):hover,
[data-skin=dark] .contact-sidebar .nav-sidebar .nav-link:not(.active):focus {
    background-color: #192030;
    color: #fff
}

[data-skin=dark] .contact-group .contact-item:not(.selected):hover,
[data-skin=dark] .contact-group .contact-item:not(.selected):focus {
    background-color: #1e273a
}
[data-skin=dark] .contact-group .selected.contact-item .contact-item-body h6,
[data-skin=dark] .contact-group .contact-item-body h6,
[data-skin=dark] .contact-group .contact-item-body .h6 {
    color: #fff
}

[data-skin=dark] .contact-content hr {
    opacity: .1
}

[data-skin=dark] .contact-content .nav-sidebar .nav-link {
    color: inherit
}

[data-skin=dark] .contact-content .nav-sidebar .nav-link:hover,
[data-skin=dark] .contact-content .nav-sidebar .nav-link:focus {
    background-color: #1e273a;
    color: #fff
}


[data-skin=dark] .media-profile .media-name {
    color: #fff
}


[data-skin=dark] .card-auth {
    background-color: rgba(0, 0, 0, 0)
}

[data-skin=dark] .card-auth .card-title {
    color: #fff
}

[data-skin=dark] .card-auth .card-text {
    color: inherit
}



[data-skin=dark] .main-subtitle {
    color: #fff
}


[data-skin=dark] .text-dark {
    color: #fff !important
}

[data-skin=dark] .text-secondary {
    color: rgba(255, 255, 255, .65) !important
}

[data-skin=dark] .border {
    border-color: #2b3651 !important
}

[data-skin=dark] .border-top {
    border-top-color: #2b3651 !important
}

[data-skin=dark] .border-bottom {
    border-bottom-color: #2b3651 !important
}

[data-skin=dark] .border-start {
    border-left-color: #2b3651 !important
}

[data-skin=dark] .border-end {
    border-right-color: #2b3651 !important
}

[data-skin=dark] .border-primary {
    border-color: var(--bs-primary) !important
}

[data-skin=dark] .border-secondary {
    border-color: #6e7985 !important
}

[data-skin=dark] .border-success {
    border-color: #0cb785 !important
}

[data-skin=dark] .border-warning {
    border-color: #ffc107 !important
}

[data-skin=dark] .border-danger {
    border-color: #dc3545 !important
}

[data-skin=dark] .border-info {
    border-color: #0dcaf0 !important
}

[data-skin=dark] .border-light {
    border-color: #f8f9fc !important
}

[data-skin=dark] .border-dark {
    border-color: #212830 !important
}

[data-skin=dark] .border-white {
    border-color: #fff !important
}

[data-skin=dark] .select2-container--default .select2-results__option--selected {
    background-color: #141926
}

[data-skin=dark] .select2-container--default .select2-selection--single {
    background-color: #192030;
    border-color: #222b41
}

[data-skin=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: inherit
}

[data-skin=dark] .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .select2-container--default .select2-selection--single .select2-selection__clear {
    color: rgba(255, 255, 255, .5)
}

[data-skin=dark] .select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: rgba(255, 255, 255, .75)
}

[data-skin=dark] .select2-container--default .select2-selection--multiple {
    background-color: #192030;
    border-color: #222b41
}

[data-skin=dark] .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #27314b
}

[data-skin=dark] .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: rgba(0, 0, 0, 0);
    background-color: #141926;
    outline: none;
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
}

[data-skin=dark] .select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: rgba(255, 255, 255, .3)
}

[data-skin=dark] .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #141926
}

[data-skin=dark] .select2-container--open .select2-selection--single,
[data-skin=dark] .select2-container--open .select2-selection--multiple {
    background-color: #192030;
    border-color: #222b41;
}

[data-skin=dark] .select2-dropdown {
    border-color: rgba(0, 0, 0, 0);
    background-color: #222b41
}

[data-skin=dark] .dropify-wrapper {
    color: #b1b1b1;
    background-color: #141926;
    border-color: #27314b;
}

[data-skin=dark] .dropify-wrapper:hover {
    background-image: -webkit-linear-gradient(135deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
}

[data-skin=dark] .btn-cancel {
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border: solid 1px #353e57
}

[data-skin=dark] .nav-sidebar .nav-link.active {
    color: #fff;
}


[dir=rtl] .header .nav-icon .nav-link+.nav-link {
    margin-left: 0;
    margin-right: 8px
}


@media(min-width: 992px) {
    [dir=rtl] .header-main {
        left: 0;
        right: 240px;
        border-left: 0;
        border-right: 1px solid #f8f9fc
    }
}

@media(min-width: 1400px) {
    [dir=rtl] .header-main {
        right: 250px
    }
}

[dir=rtl] .header-main .nav-link .badge {
    margin-left: 0;
    margin-right: 2px
}

[dir=rtl] .header-main .dropdown-link small,
[dir=rtl] .header-main .dropdown-link .small {
    right: auto;
    left: -4px
}

[dir=rtl] .dropdown-skin .dropdown-menu {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .dropdown-skin .dropdown-menu label {
    text-align: right
}

[dir=rtl] .nav-skin {
    flex-wrap: nowrap;
    white-space: nowrap
}

[dir=rtl] .nav-skin .nav-link+.nav-link {
    margin-left: 0;
    margin-right: -1px
}

[dir=rtl] .nav-skin .nav-link:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

[dir=rtl] .nav-skin .nav-link:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

[dir=rtl] .dropdown-notification .dropdown-menu {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .dropdown-notification .avatar {
    margin-right: 0;
    margin-left: 15px
}

[dir=rtl] .dropdown-notification .list-group-body {
    padding-right: 0;
    padding-left: 10px
}

[dir=rtl] .dropdown-profile .nav a i {
    margin-right: 0;
    margin-left: 10px
}

@media(max-width: 991.98px) {
    [dir=rtl] .sidebar-show .sidebar {
        left: auto;
        right: 0
    }

    [dir=rtl] .sidebar-show .header-main,
    [dir=rtl] .sidebar-show .main-mobile-header,
    [dir=rtl] .sidebar-show .main {
        transform: translateX(-290px)
    }

    [dir=rtl] .sidebar-show .main-backdrop {
        opacity: 1;
        visibility: visible
    }
}

[dir=rtl] .ps>.ps__rail-y {
    right: auto !important;
    left: 0 !important
}

[dir=rtl] .sidebar-offset .sidebar {
    left: auto;
    right: -250px
}

[dir=rtl] .sidebar-offset .header-main {
    right: 0
}

[dir=rtl] .sidebar-offset .main {
    margin-right: 0
}

[dir=rtl] .sidebar-offset.sidebar-show .sidebar {
    right: 0;
    box-shadow: -1px 0 1px rgba(33, 40, 48, .01), -4px 0 4px rgba(33, 40, 48, .01), -16px 0 16px rgba(33, 40, 48, .01)
}

[dir=rtl] .sidebar-offset.sidebar-show .header-main,
[dir=rtl] .sidebar-offset.sidebar-show .main {
    transform: translateX(-250px)
}

@media(min-width: 992px) {
    [dir=rtl] .sidebar-hide .sidebar {
        left: auto;
        right: -250px
    }

    [dir=rtl] .sidebar-hide .header-main {
        right: 0;
        border-right-width: 0
    }

    [dir=rtl] .sidebar-hide .main {
        margin-right: 0
    }
}

[dir=rtl] .sidebar {
    left: auto;
    right: -290px
}

@media(min-width: 992px) {
    [dir=rtl] .sidebar {
        left: auto;
        right: 0;
        box-shadow: -1px 0 1px rgba(33, 40, 48, .01), -4px 0 4px rgba(33, 40, 48, .01), -16px 0 16px rgba(33, 40, 48, .01)
    }
}

[dir=rtl] .sidebar-body .nav-label::after {
    left: 15px;
    right: auto
}

[dir=rtl] .sidebar-footer {
    box-shadow: 20px 20px 20px #fff
}

[dir=rtl] .sidebar-footer-top {
    padding-left: 12px;
    padding-right: 15px
}

[dir=rtl] .sidebar-footer-thumb {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .sidebar-footer-menu a>i {
    margin-right: 0;
    margin-left: 12px
}

@media(min-width: 992px) {
    [dir=rtl] .main {
        margin-left: 0;
        margin-right: 240px
    }
}

@media(min-width: 1400px) {
    [dir=rtl] .main {
        margin-left: 0;
        margin-right: 250px
    }
}


[dir=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: var(--bs-breadcrumb-item-padding-x)
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

[dir=rtl] .form-check-inline {
    margin-right: 0;
    margin-left: 1rem
}

[dir=rtl] .form-select {
    background-position: left .75rem center
}

[dir=rtl] .form-check {
    padding-left: 0;
    padding-right: 1.5em
}

[dir=rtl] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

[dir=rtl] .list-group {
    padding-right: 0
}

[dir=rtl] .nav-sidebar .nav-link.has-sub::after {
    right: auto;
    left: 15px
}

[dir=rtl] .nav-sidebar .nav-link i {
    margin-right: 0;
    margin-left: 12px
}

[dir=rtl] .nav-sidebar .nav-sub-link::before {
    left: auto;
    right: 26px
}

[dir=rtl] .nav-sidebar .nav-sub-link:hover::before,
[dir=rtl] .nav-sidebar .nav-sub-link:focus::before {
    right: 20.5px
}

[dir=rtl] .nav-sidebar .nav-sub-link.active::before {
    right: 20.5px
}

[dir=rtl] .nav-icon .nav-link+.nav-link {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .nav-line .nav-link+.nav-link {
    margin-left: 0;
    margin-right: 25px
}

[dir=rtl] .page-app .dropdown-item i {
    margin-right: 0;
    margin-left: 10px
}

@media(min-width: 1200px) {
    [dir=rtl] .contact-sidebar {
        padding-right: 0;
        padding-left: 12px;
        margin-right: 0;
        margin-left: 12px
    }
}

[dir=rtl] .contact-sidebar .nav-sidebar .nav-link small,
[dir=rtl] .contact-sidebar .nav-sidebar .nav-link .small {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .contact-list {
    left: auto;
    right: 0
}

@media(min-width: 768px) {
    [dir=rtl] .contact-list {
        border-right: 0;
        border-left: 1px solid rgba(226, 229, 236, .6)
    }
}

@media(min-width: 768px) {
    [dir=rtl] .contact-content {
        margin-left: 0;
        margin-right: 280px
    }
}

@media(min-width: 1200px) {
    [dir=rtl] .contact-list-header {
        padding-left: 10px
    }
}


.sidebar-body .nav-sidebar .nav-link img,
.contact-sidebar .nav-sidebar .nav-link img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    filter: invert(1);
    opacity: 0.5;
}

[data-skin=dark] .sidebar-body .nav-sidebar .nav-link img,
[data-skin=dark] .contact-sidebar .nav-sidebar .nav-link img {
    filter: none;
    opacity: 0.75;
}
.odd:has(.dataTables_empty) {
    text-align: center;
}
.offcanvas-heading{
    font-size: 16px;
    padding: 15px;
    border-bottom: solid 1px #e9ecef; color: var(--bs-primary);
    width: 100%;
    background-color: #fcfcfc;
}
.offcanvas-width{
    width: 650px !important;
}
.offcanvas {
    background-color: #fff;
}
.offcanvas-header {
    padding: 0;
}
.offcanvas-header .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 0.9375rem;
    z-index: 20;
}

.offcanvas-body .card {
    border: solid 0.0625rem #efefef;
    padding: 0.9375rem;
    margin-top: 0;
}

.offcanvas-body .card h2 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.9375rem;
}
.offcanvas-footer{
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 0;
}


/*--------------------------------------------------------------
-------------------------New styling----------------------------*/
/* .container {
    margin: 15px auto;
    max-width: 1170px;
}
.box-shadow-area {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.20);
    min-width: 1050px;
    max-width: 1050px;
    margin: 0 auto;
} */

/* .div-rights {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
} */
 .top-performer {
    margin-top: 15px;
} 
#sidebar {
    width: 600px;
}
/* .contact-list {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
} */
div.dataTables_wrapper div.dataTables_filter input {
    background: #f3f5f9ab;
}
.form-label {
    margin-bottom: 10px;
}
.parent-mod {
    font-weight: normal !important;
    font-size: 14px
}
label {
    font-size: 13px;
}
.form-check-input {
    margin-top: 0.20em;
}
.badge {
    background: #008000e0;
    line-height: 1;
    font-weight: 500;
    border-radius: 6px !important;
}
.cStatus {
    color: #fff;
}
.badge-soft-completed .indicator {
    background: #fff !important;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    border-color: var(--bs-secondary) !important;
    box-shadow: none !important;
    background-color: var(--bs-secondary) !important;
}