.imgfile{
    border-radius: 35px;
}

.maltibtnact:hover{
    transform: scale(1.2,1.2);
    cursor: pointer;
/*    box-shadow: 5px 10px 14px 0 #66a956 !important;*/
}
/*app-assets/fonts/feather/style.min.css*/
@font-face {
    font-family: feather;
    src: url(/static/app-assets/fonts/feather/fonts/feather.ttf) format('truetype')
}

[class*=" ft-"],[class^=ft-] {
    font-family: feather!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ft-menu:before {
    content: "\e88f"
}

.ft-maximize:before {
    content: "\e908"
}
/*app-assets/css/bootstrap.css*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #975AFF;
    --secondary: #616D89;
    --success: #40C057;
    --info: #2F8BE6;
    --warning: #F77E17;
    --danger: #F55252;
    --light: #DBDEE5;
    --dark: #1A051D;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e2e8f0;
    text-align: left;
    background-color: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
b, strong {
    font-weight: bolder;
}
a {
    color: #975AFF;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #8741ff;
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}
button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.75rem;
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color:  linear-gradient(to right, #9796f0, #fbc7d4);
    /* background-color: linear-gradient(to right, #9796f0, #fbc7d4); */
    text-shadow: 0 0 10px rgba(255,255,255,0.3);
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 2rem;
}

h3, .h3 {
    font-size: 1.75rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #342E49;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.35rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #342E49;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(151, 90, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #975AFF;
    border-color: #975AFF;
}

.btn-primary:hover {
    color: #fff;
    background-color: #7f34ff;
    border-color: #7727ff;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #7f34ff;
    border-color: #7727ff;
    box-shadow: 0 0 0 0.2rem rgba(167, 115, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #975AFF;
    border-color: #975AFF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7727ff;
    border-color: #6f1aff;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(167, 115, 255, 0.5);
}
.dropup, .dropright, .dropdown, .dropleft {
    position: relative;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #9E9E9E;
    pointer-events: none;
    cursor: default;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.35rem;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 1.5rem;
}

.card-subtitle {
    margin-top: -0.75rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.5rem;
}

.card-header {
    padding: 1.5rem 1.5rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: 0.35rem 0.35rem 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.float-left {
    float: left !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.m-0 {
    margin: 0 !important;
}
.mr-2, .mx-2 {
    margin-right: 0.75rem !important;
}
.text-center {
    text-align: center !important;
}
.text-muted {
    color: #000000 !important;
}
html {
    font-size: 15px;
}

body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper.wrapper-full-page {
    height: auto;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

.content-wrapper {
    padding: 20px 30px;
}
p {
    letter-spacing: 0.3px;
}
.btn {
    box-shadow: none;
}

.btn:focus, .btn.focus, .btn:active {
    box-shadow: none !important;
}

.btn:hover {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
    cursor: pointer;
}
.card {
    margin: 15px 0;
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
}

.card[class*="gradient-"] .card-header, .card[class*="gradient-"] .card-footer {
    background-color: initial;
}

.card .card-header {
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
}

.card .card-subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}

.card .card-bordered {
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.nav-tabs .nav-link {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #975AFF;
}

.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-bottom-color: #fff;
}

.vertical-layout.navbar-sticky.page-scrolled:not(.layout-dark) nav.header-navbar {
    background-color: #fff;
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
}

nav.navbar.header-navbar {
    padding: 0.3rem 1rem 0.3rem 1.5rem !important;
}

nav.navbar.header-navbar .container-fluid {
    padding-left: 0;
}

.navbar {
    z-index: 4;
    border: 0;
    border-radius: 0;
    padding: .7rem 1rem 0.7rem 1.5rem !important;
}

.navbar .navbar-brand {
    position: relative;
}

.navbar .navbar-brand-center .navbar-nav {
    padding-top: 0;
}

.navbar .navbar-brand-center .navbar-header {
    /*width: 120px !important;*/
    position: absolute;
    left: 50%;
    top: 0;
    padding: 0;
    margin: 0;
    transform: translate(-50%, 0);
}

.navbar .navbar-brand-center .navbar-header .logo .logo-text {
    /*text-transform: uppercase;*/
    padding: 7px 0;
    display: block;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: left;
    font-weight: 400;
}

.navbar .navbar-brand-center .navbar-header .logo .logo-img {
    width: 30px;
    display: inline-block;
    max-height: 30px;
    margin-right: 15px;
}

.navbar .navbar-nav {
    display: block;
    margin-right: -18px;
}

.navbar .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar .navbar-nav .nav-search .nav-link-search {
    float: left;
}

.navbar .navbar-nav .nav-search .search-input .search-input-icon {
    display: none;
    position: absolute;
    left: 2rem;
    top: 1.44rem;
    cursor: pointer;
}

.navbar .navbar-nav .nav-search .search-input .input {
    width: 0;
    border: none;
    background: none;
    line-height: 1rem;
}

.navbar .navbar-nav .nav-search .search-input .search-input-close {
    z-index: 101;
    display: none;
    position: absolute;
    right: 2rem;
    top: 32%;
    cursor: pointer;
}
.navbar .navbar-toggle {
    background-color: transparent;
    border: none;
}

.navbar .navbar-container .navbar-nav .dropdown-toggle::after {
    content: none;
}

@media (min-width: 1200px) {
    .vertical-layout.navbar-sticky.nav-collapsed nav.header-navbar {
        width: calc(100% - 60px) !important;
    }

    .vertical-layout.navbar-sticky.sidebar-sm nav.header-navbar {
        width: calc(100% - 220px);
    }

    .vertical-layout.navbar-sticky.sidebar-lg nav.header-navbar {
        width: calc(100% - 280px);
    }

    .vertical-layout.navbar-sticky nav.header-navbar {
        width: calc(100% - 250px);
    }
}

@media (min-width: 992px) {
    .navbar.header-navbar .navbar-nav {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .header-navbar .navbar-container ul.navbar-nav .dropdown-language {
        margin-top: 0.4rem;
    }

    .header-navbar .navbar-container ul.navbar-nav .dropdown-notification {
        margin-top: 1.2rem !important;
    }

    .navbar .navbar-brand-center .navbar-header {
        width: 30px !important;
    }

    .navbar .navbar-brand-center .navbar-header .logo .logo-img {
        margin-right: 0;
    }

    .navbar .navbar-brand-center .navbar-header .logo .logo-text .text {
        display: none;
    }
}
.font-medium-3 {
    font-size: 1.3rem !important;
}
.text-bold-600 {
    font-weight: 600;
}

/*app-assets/css/components.css*/
.wrapper.show-overlay .content-overlay {
    z-index: 16;
    opacity: 1;
}

.wrapper .content-overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: calc(100% + 54px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.7s;
    z-index: -1;
    visibility: visible;
}
a {
    cursor: pointer;
}
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: 0;
}
.content-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    z-index: 2;
    visibility: hidden;
}

.content-overlay.show {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1200px) {
    .vertical-menu .main-panel .main-content {
        margin-left: 250px;
    }

    .vertical-menu .navbar {
        margin-left: 250px;
        transition: all 0.3s ease;
    }

    .vertical-menu .navbar .container-fluid {
        padding-left: 0;
    }

    .vertical-menu footer.footer {
        margin-left: 250px;
    }

    .vertical-menu.sidebar-sm .navbar, .vertical-menu.sidebar-sm .main-panel .main-content {
        margin-left: 220px;
    }

    .vertical-menu.sidebar-sm.nav-collapsed .navbar, .vertical-menu.sidebar-sm.nav-collapsed .main-panel .main-content {
        margin-left: 60px;
    }

    .vertical-menu.sidebar-sm .navbar {
        padding-left: 1.5rem;
        margin-left: 220px;
        transition: all 0.3s ease;
    }

    .vertical-menu.sidebar-sm .navbar .navbar-container {
        padding-left: 220px;
    }

    .vertical-menu.sidebar-sm footer.footer {
        margin-left: 220px;
    }

    .vertical-menu.sidebar-lg .navbar, .vertical-menu.sidebar-lg .main-panel .main-content {
        margin-left: 280px;
    }

    .vertical-menu.sidebar-lg.nav-collapsed .navbar, .vertical-menu.sidebar-lg.nav-collapsed .main-panel .main-content {
        margin-left: 60px;
    }

    .vertical-menu.sidebar-lg .navbar {
        padding-left: 1.5rem;
        margin-left: 280px;
        transition: all 0.3s ease;
    }

    .vertical-menu.sidebar-lg .navbar .navbar-container {
        padding-left: 280px;
    }

    .vertical-menu.sidebar-lg footer.footer {
        margin-left: 280px;
    }

    footer.footer {
        text-align: center;
    }
}

footer.footer {
    padding: 1rem 2.2rem;
}

@media (max-width: 1200px) {
    .app-sidebar {
        transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    }

    .navbar {
        padding: 0 25px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-header .navbar-toggle {
        margin: 8px 17px 0 6px;
        cursor: pointer;
    }

    .navbar-header .navbar-collapse-toggle, .navbar-header .open-collapse-toggle {
        margin: 20px 0px 10px 15px;
    }

    .navbar-form {
        margin-top: .75rem !important;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .bar1, .bar2, .bar3 {
        outline: 1px solid transparent;
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }
}

@media (min-width: 320px) {
    .navbar-header {
        float: left;
    }

    .navbar-right {
        float: right !important;
    }

    .navbar-nav > li {
        float: left;
    }
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-right: -5px;
    }

    .header-navbar .navbar-container ul.navbar-nav {
        float: right !important;
    }

    .header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
        padding: 0.5rem 0.5rem;
    }
}

.scroll-top {
    position: fixed;
    z-index: 1039;
    bottom: 4%;
    right: 2rem;
    padding: 0.4rem 0.8rem;
    display: none;
}
@media screen and (min-width: 0px) {
    head {
        font-family: "xs 0px";
    }

    body:after {
        content: "xs - min-width: 0px";
    }
}

@media screen and (min-width: 544px) {
    head {
        font-family: "sm 544px";
    }

    body:after {
        content: "sm - min-width: 544px";
    }
}

@media screen and (min-width: 768px) {
    head {
        font-family: "md 768px";
    }

    body:after {
        content: "md - min-width: 768px";
    }
}

@media screen and (min-width: 992px) {
    head {
        font-family: "lg 992px";
    }

    body:after {
        content: "lg - min-width: 992px";
    }
}

@media screen and (min-width: 1200px) {
    head {
        font-family: "xl 1200px";
    }

    body:after {
        content: "xl - min-width: 1200px";
    }
}

head {
    clear: both;
}

head title {
    font-family: "xs 0px, sm 544px, md 768px, lg 992px, xl 1200px";
}

body:after {
    display: none;
}

*[data-usn-if] {
    display: none;
}

.vertical-layout.navbar-sticky .header-navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

.vertical-layout.navbar-sticky .header-navbar.navbar-shadow {
    box-shadow: rgba(25, 42, 70, 0.11) -8px 8px 14px 0px;
}

.vertical-layout.navbar-sticky .main-panel {
    margin-top: 3.95rem;
}

.blank-page .wrapper .main-panel {
    margin: 0;
    padding: 0;
}

.wrapper {
    position: relative;
    top: 0;
    height: 100%;
    overflow: hidden;
    min-height: calc(100vh - 3.98rem);
}

.wrapper .content-header {
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 1.5rem;
    margin-bottom: 0.25rem;
}

.menu-hide .app-sidebar {
    box-shadow: none;
}

.menu-open .app-sidebar {
    transform: translate3d(0, 0, 0);
    width: 250px;
    left: 0;
}

body .app-sidebar .navigation li > a:before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: solid 5px #F55252;
    background: rgba(224, 224, 224, 0.2);
    transition: 0.35s ease left;
}

body[data-menu="horizontal-menu"] .app-sidebar .navigation li.active > a:before {
    left: 0;
}

.app-sidebar {
    font-family: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    box-shadow: 6px 0px 20px 0 rgba(25, 42, 70, 0.35);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
    white-space: nowrap;
    visibility: visible;
}

.menu-expanded .app-sidebar {
    left: 0;
    width: 250px;
}

.app-sidebar .sidebar-content {
    position: relative;
    height: calc((var(--vh, 1vh) * 100) - 62px) !important;
    z-index: 4;
}

.app-sidebar .navigation {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.app-sidebar .navigation li {
    position: relative;
    display: block;
}

.app-sidebar .navigation li > a {
    display: block;
    overflow: hidden;
    line-height: 2rem;
    padding: 10px 30px 10px 14px;
    margin: 5px 0;
    background-color: transparent;
    color: #fff;
    transition: all 300ms linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-sidebar .navigation li:not(.open) > ul {
    display: none;
}

.app-sidebar .navigation li:hover > a, .app-sidebar .navigation li.active > a {
    background: rgba(224, 224, 224, 0.2);
}

.app-sidebar .navigation li ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1rem;
}

.app-sidebar:after, .app-sidebar:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.app-sidebar:before {
    opacity: 0.33;
}

.app-sidebar:after {
    z-index: 3;
    opacity: 1;
}

.app-sidebar[data-image]:after, .app-sidebar.has-image:after {
    opacity: 0.77;
}

.app-sidebar[data-background-color="man-of-steel"] {
    background-image: linear-gradient(135deg, #2F3EA0, #AE342D);
    background-repeat: repeat-x;
}

.app-sidebar[data-background-color="man-of-steel"] .sidebar-background:after {
    background-image: linear-gradient(135deg, #2F3EA0, #AE342D);
    background-repeat: repeat-x;
    opacity: 0.95;
}

.app-sidebar[data-background-color="man-of-steel"] .navigation i, .app-sidebar[data-background-color="man-of-steel"] .navigation li > a {
    color: #fff;
}

.app-sidebar.menu-native-scroll .main-menu-content {
    overflow-y: scroll;
}

.sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: calc(var(--vh, 1vh) * 100);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 997;
    display: none;
}

.drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 0;
    left: -20px;
    z-index: 1036;
}

.sidebar-header a.nav-toggle {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 14px;
    top: 25px;
    color: rgba(255, 255, 255, 0.55);
}

.sidebar-header a.nav-close {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    right: 14px;
    top: 24px;
    color: #fff;
}

.main-panel {
    position: relative;
    z-index: 2;
    float: right;
    transition: 0.33s, cubic-bezier(0.685, 0.0473, 0.346, 1);
}

.main-panel .main-content {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    min-height: calc((var(--vh, 1vh) * 100) - 7.39rem);
}
.main-panel {
    width: 100%;
}

@media (min-width: 1200px) {
    .app-sidebar {
        left: 0;
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .drag-target {
        z-index: 0;
    }

    body.nav-collapsed .app-sidebar {
        width: 60px;
    }

    body.nav-collapsed:not(.sidebar-sm):not(.sidebar-lg) .app-sidebar:hover {
        width: 250px;
    }

    body.nav-collapsed.sidebar-sm .app-sidebar:hover {
        width: 220px;
    }

    body.nav-collapsed.sidebar-lg .app-sidebar:hover {
        width: 280px;
    }

    body.nav-collapsed:not(.horizontal-layout) .navbar {
        margin-left: 60px;
    }

    body.nav-collapsed:not(.horizontal-layout) .main-panel .main-content {
        margin-left: 60px;
    }

    body.nav-collapsed:not(.horizontal-layout) footer.footer {
        margin-left: 60px;
    }
}

@media (max-width: 1199.98px) {
    .app-sidebar {
        transform: translate3d(-100%, 0, 0);
    }
}

/*app-assets/css/core/menu/horizontal-menu.css*/
.horizontal-menu.navbar-sticky:not(.auth-page):not(.navbar-static) .main-panel, .horizontal-menu:not(.auth-page):not(.navbar-static) .main-panel {
    margin-top: 2rem;
}

.horizontal-menu.navbar-sticky.page-scrolled:not(.layout-dark) nav.header-navbar {
    background-color: #fff;
}

.horizontal-menu.navbar-sticky nav.header-navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

.horizontal-menu.navbar-static .header-navbar.navbar-sticky {
    position: sticky;
    top: 0;
}

.horizontal-menu.navbar-static.navbar-scrolled .wrapper {
    padding-top: 52px;
}

.horizontal-menu.navbar-static.navbar-scrolled .header-navbar.navbar-sticky {
    position: fixed;
}

.horizontal-menu.page-scrolled:not(.layout-dark) div.header-navbar {
    box-shadow: -8px 8px 14px 0 rgba(25, 42, 70, 0.11);
}

.horizontal-menu:not([class*="application"]) .main-content {
    min-height: calc((var(--vh, 1vh) * 100) - 10.93rem);
}

.horizontal-menu[class*="application"] .main-content {
    min-height: calc((var(--vh, 1vh) * 100) - 12rem);
}

.horizontal-menu .navbar-horizontal {
    padding-left: 2rem;
    position: unset;
}

.horizontal-menu .navbar-horizontal .dropdown i {
    margin-right: .5rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content {
    padding-left: 0.5rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link {
    padding: 0.5rem .75rem .45rem;
    font-weight: 500;
    color: #342E49;
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link:not(.dropdown-toggle) {
    display: flex;
    align-items: center;
}

.horizontal-menu .navbar-horizontal .main-menu-content .nav-link i {
    margin-right: .5rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li {
    margin-right: 0.5rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li.active:not(.dropdown-submenu) {
    background-color: #EFDEFF;
    border-radius: 0.35rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li.active:not(.dropdown-submenu) > a {
    color: #7441DB;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li:hover:not(.active) {
    background-color: #E7E9EC;
    border-radius: 0.35rem;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li.show .dropdown-menu {
    animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.horizontal-menu .navbar-horizontal .main-menu-content > ul > li.show .dropdown-menu li.show {
    background-color: #E7E9EC;
    color: #342E49;
}

.horizontal-menu nav.navbar .navbar-header .nav-item {
    padding-top: .25rem;
}
.navbar.header-navbar {
    padding: 0.5rem 1rem 0.5rem 1.5rem !important;
}

.navbar.header-navbar.navbar-horizontal {
    position: inherit !important;
/*    position: fixed;*/
    width: 100%;
    background-color: #F7F7F8;
    top: 3.4rem;
}

.horizontal-layout .logo-text {
    color: #342E49;
}

.horizontal-layout.page-scrolled nav.header-navbar {
    border-bottom-color: rgba(224, 224, 224, 0.6);
}

.horizontal-layout .customizer .ct-bg-color, .horizontal-layout .customizer .ct-bg-image, .horizontal-layout .customizer .ct-bg-image-toggler, .horizontal-layout .customizer .ct-compact-toggler, .horizontal-layout .customizer .ct-sidebar-size {
    display: none !important;
}

.horizontal-layout.layout-transparent .customizer .ct-bg-color, .horizontal-layout.layout-transparent .customizer .ct-bg-image {
    display: block !important;
}

.horizontal-layout nav.navbar {
    border-bottom: 1px solid #E0E0E0;
    background-color: #F7F7F8;
    z-index: 999;
}

.horizontal-layout .navbar.header-navbar.navbar-horizontal .dropdown-menu .dropdown-submenu.openLeft .dropdown-menu {
    left: auto !important;
    right: 100%;
}

.horizontal-layout .navbar.header-navbar .container-fluid {
    padding-left: 0;
}

.horizontal-layout .navbar.header-navbar .nav-search .search-input.open {
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .horizontal-layout .navbar.header-navbar.navbar-horizontal {
        top: -4rem;
    }
}
.vertical-overlay-menu .navbar .navbar-header {
    width: 175px;
}

.vertical-overlay-menu .navbar .navbar-header .nav-item {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.vertical-overlay-menu .navbar.navbar-brand-center .navbar-header {
    float: left;
    width: auto;
}

.vertical-overlay-menu .wrapper {
    top: 4rem;
}

.vertical-overlay-menu .app-sidebar .navigation li a {
    letter-spacing: 0.6px;
    font-size: .95rem;
}

.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity .25s, transform .25s;
    width: 250px;
    left: -250px;
}

.vertical-overlay-menu .main-menu .navigation .navigation-header .feather.icon-minus {
    display: none;
}

.vertical-overlay-menu .main-menu.menu-fixed {
    position: fixed;
    top: 3rem;
    height: calc(100% - 4rem);
}

.vertical-overlay-menu.menu-open .main-menu {
    opacity: 1;
    transform: translate3d(250px, 0, 0);
    transition: opacity .25s, transform .25s;
    z-index: 998;
}

.vertical-overlay-menu.navbar-sticky .main-panel {
    margin-top: 0;
}

.vertical-overlay-menu:not([class*="application"]) .main-panel .main-content {
    min-height: calc((var(--vh, 1vh) * 100) - 7.44rem);
}

@media (max-width: 1199.98px) {
    .vertical-overlay-menu .navbar-header .navbar-toggle {
        margin: 12px 17px 0 6px;
    }
}