/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

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

summary {
    display: list-item
}

[hidden], template {
    display: none
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

*, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-overflow-style: scrollbar
}

::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2, .col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5, .col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7, .col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8, .col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11, .col-12 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

body, html {
    font-family: 'Archivo',sans-serif
}

a, button, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    line-height: 1
}

a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

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

ol, ul {
    list-style-type: none
}

.col-12, img {
    max-width: 100%
}

:focus {
    outline-width: 0
}

.me-11 {
    margin-right: 11px
}

.me-10, .sidebar-body-menu a > .icon {
    margin-right: 10px
}

.ms-20 {
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.p-relative, .sidebar-body-menu li {
    position: relative
}

.resize-none {
    resize: none
}

.white-block, .white-block.checkboxes label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.white-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px
}

.white-block__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #171717;
    margin-bottom: 20px
}

.white-block .select {
    width: 100%;
    background-color: #eff0f6
}

.white-block.checkboxes label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

    .white-block.checkboxes label:last-child {
        margin-bottom: 0
    }

.white-block.checkboxes input {
    margin-right: 12px;
    width: 16px;
    height: 16px
}

.white-block.checkboxes span {
    font-size: 14px;
    line-height: 1.71
}

.skip-link.sr-only, .sr-only {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px
}

.sr-only {
    position: absolute;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

.skip-link {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

    .skip-link.sr-only {
        clip: rect(1px,1px,1px,1px);
        position: absolute !important;
        word-wrap: normal !important
    }

        .skip-link.sr-only:focus {
            background-color: #fff;
            clip: auto !important;
            -webkit-clip-path: none;
            clip-path: none;
            color: #767676;
            display: block;
            font-size: 1em;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000
        }

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(253,253,253,.4)
    }

body {
    background-color: rgba(246, 246, 246, 1);
    overflow-x: hidden;
}

.library-table-name span, .page-center, .page-flex, .sidebar-user-img picture, .users-table picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.library-table-name span, .page-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-center {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px
}

.main-wrapper {
    position: relative;
    width: 100%
}

.footer, .layer {
    width: 100%;
    left: 0
}

.footer {
    position: absolute;
    bottom: 0
}

.layer {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 2
}

    .layer.active {
        display: block
    }

@font-face {
    font-family: "demo";
    font-display: swap;
    src: url(../fonts/demo.woff) format("woff"),url(../fonts/demo.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Black";
    font-display: swap;
    src: url(../fonts/Inter-Black.woff) format("woff"),url(../fonts/Inter-Black.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-ExtraBold";
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff) format("woff"),url(../fonts/Inter-ExtraBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Bold";
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff) format("woff"),url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Light";
    font-display: swap;
    src: url(../fonts/Inter-Light.woff) format("woff"),url(../fonts/Inter-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-ExtraLight";
    font-display: swap;
    src: url(../fonts/Inter-ExtraLight.woff) format("woff"),url(../fonts/Inter-ExtraLight.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Regular";
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff) format("woff"),url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Medium";
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff) format("woff"),url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-SemiBold";
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff) format("woff"),url(../fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "stylesheet";
    font-display: swap;
    src: url(../fonts/stylesheet.woff) format("woff"),url(../fonts/stylesheet.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Thin";
    font-display: swap;
    src: url(../fonts/Inter-Thin.woff) format("woff"),url(../fonts/Inter-Thin.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center
}

.logo {
    background-image: url(../img/svg/Logo.svg);
    width: 49px;
    height: 49px
}

.menu-toggle {
    background-image: url(../img/svg/Bulk/Menu-toggle-white.svg);
    width: 24px;
    height: 24px;
    background-color: #f7931e;
}

.home, .menu-toggle--gray {
    background-image: url(../img/svg/Bulk/Menu-toggle-gray.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.home {
    background-image: url(../img/svg/Bulk/Home-gray.svg)
}

.arrow-down, .document, .folder {
    background-image: url(../img/svg/Bulk/Document-white.svg);
    width: 24px;
    height: 24px
}

.arrow-down, .folder {
    background-image: url(../img/svg/Bulk/Folder-white.svg)
}

.arrow-down {
    background-image: url(../img/svg/Bulk/Arrow-DownCircle.svg)
}

.image, .message, .paper {
    background-image: url(../img/svg/Bulk/Image-white.svg);
    width: 24px;
    height: 24px
}

.message, .paper {
    background-image: url(../img/svg/Bulk/Paper-white.svg)
}

.message {
    background-image: url(../img/svg/Bulk/Message-white.svg)
}

.category, .edit, .user-3 {
    background-image: url(../img/svg/Bulk/Edit-white.svg);
    width: 24px;
    height: 24px
}

.category, .user-3 {
    background-image: url(../img/svg/Bulk/Category-white.svg)
}

.user-3 {
    background-image: url(../img/svg/Bulk/3-User-white.svg)
}

.setting, .settings-line {
    background-image: url(../img/svg/Bulk/Setting-white.svg);
    width: 24px;
    height: 24px
}

.settings-line {
    background-image: url(../img/svg/Bulk/Settings-line.svg)
}

.avatar {
    background-image: url(../img/avatar/Avatar.svg);
    width: 56px;
    height: 56px
}

.avatar-2 {
    background-image: url(../img/avatar/avatar-2.svg);
    width: 40px;
    height: 40px
}

.notification {
    background-image: url(../img/svg/Bulk/Notification.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.arrows-up-down {
    background-image: url(../img/svg/Bulk/Arrows-up-down.svg);
    width: 10px;
    height: 17px;
    margin-left: 10px
}

.move, .radio {
    background-image: url(../img/svg/move.svg);
    width: 24px;
    height: 24px
}

.radio {
    background-image: url(../img/svg/radio.svg)
}

.thumbnail {
    background-image: url(../img/svg/thumbnail.svg);
    width: 60px;
    height: 60px
}

.google-drive, .time-circle {
    background-image: url(../img/svg/Bulk/TimeCircle.svg);
    width: 24px;
    height: 24px
}

.google-drive {
    background-image: url(../img/svg/GoogleDrive.svg)
}

.delete, .dropbox, .star {
    background-image: url(../img/svg/dropbox.svg);
    width: 24px;
    height: 24px
}

.delete, .star {
    background-image: url(../img/svg/Bulk/Star.svg)
}

.delete {
    background-image: url(../img/svg/Bulk/Delete.svg)
}

.search-wrapper svg {
    stroke: #d6d7e3;
    position: absolute;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 1
}

.lang-switcher svg {
    stroke: #b9b9b9
}

.theme-switcher svg {
    width: 24px;
    height: 24px
}

.theme-switcher circle {
    fill: #d6d7e3;
    stroke: #d6d7e3
}

.theme-switcher line {
    stroke: #d6d7e3
}

.users .primary-white-btn svg {
    margin-right: 5px
}

.folder-list svg {
    color: #ffb648;
    fill: #ffb648
}

.files-item__img svg {
    color: #fff;
    width: 27px;
    height: 27px
}

.library-table-name span {
    width: 20px;
    height: 20px;
    padding: 2px 3px;
    margin-right: 5px;
    border-radius: 3px;
    color: #fff
}

    .library-table-name span.info {
        background-color: #5887ff
    }

    .library-table-name span.danger {
        background-color: #f26464
    }

    .library-table-name span.warning {
        background-color: #ffb648
    }

    .library-table-name span.success {
        background-color: #4bde97
    }

    .library-table-name span.purple {
        background-color: #5f2eea
    }

.dropzone-start svg {
    width: 60px;
    height: 60px;
    color: #d6d7e3;
    stroke-width: 1px
}

h1, h2, h3 {
    letter-spacing: 1px;
    color: #171717
}

.h-1 {
    font-size: 64px;
    line-height: 1.03
}

.h-2 {
    font-size: 48px;
    line-height: 1.04
}

.h-3 {
    font-size: 32px;
    line-height: 1.06
}

.main-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #c1272d;
}

button {
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border: 2px solid transparent
}

    .transparent-btn:focus, button:focus {
        outline: 0;
        border: 2px solid #afbcff !important
    }

    button.disabled {
        cursor: default;
        color: #d6d7e3
    }

        button.disabled:hover {
            color: #d6d7e3
        }

        button.disabled:focus {
            border-color: transparent !important;
            outline: 0
        }

.main-btns-wrapper button, .main-btns-wrapper select {
    min-height: 48px;
    line-height: 1.5
}

.transparent-btn {
    background-color: transparent;
    border: 2px solid transparent !important
}

.primary-default-btn, .primary-white-btn, .secondary-default-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 10px 20px
}

.primary-default-btn {
    background-color: #2f49d1;
    color: #fff
}

    .primary-default-btn:hover {
        background-color: #4661f0;
        color: #fff
    }

.primary-white-btn, .secondary-default-btn {
    color: #2f49d1
}

.primary-white-btn {
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43
}

    .primary-white-btn:hover {
        color: #4661f0
    }

.secondary-default-btn {
    border: 2px solid #2f49d1;
    background-color: transparent
}

    .flat-btn, .secondary-default-btn:hover, .users-table tbody tr.active td {
        background-color: rgba(47,73,209,.1)
    }

.flat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #2f49d1
}

.sidebar-toggle {
    opacity: .6;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

button.sidebar-toggle {
    opacity: 1;
}

    .sidebar-toggle:hover {
        opacity: 1
    }

    .category__btn.rotated .icon, .sidebar-toggle.rotated {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.category__btn, .gray-circle-btn, .ligt-circle-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.category__btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 7px;
    z-index: 1
}

.gray-circle-btn, .ligt-circle-btn {
    width: 30px;
    height: 30px;
    border-width: 0
}

.notification-wrapper .gray-circle-btn {
    background-color: #ffffff;
}

.gray-circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c1272d
}

.ligt-circle-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5efff
}

.lang-switcher, .ligt-circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.extentions-btn, .nav-user-btn {
    background-color: transparent
}

.extentions-btn {
    border: 1px solid #eee !important;
    border-radius: 4px;
    padding: 5px 20px;
    color: #f26464
}

    .extentions-btn.disabled {
        color: #d6d7e3
    }

.filter-btn svg {
    margin-right: 6px
}

.sort-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.folder-btn, .sort-btn, .tag-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tag-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.67;
    color: #d6d7e3;
    padding: 2px 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

    .tag-btn svg {
        margin-left: 8px;
        width: 16px;
        height: 16px
    }

.folder-btn {
    width: 30px;
    height: 30px;
    background-color: #eff0f6;
    border-radius: 5px
}

    .folder-btn svg {
        width: 16px;
        height: 16px;
        color: #b9b9b9
    }

.media-table-btn, .upgrade-btn {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5
}

.gray-circle-btn span {
    font-size: 14px;
    color: white;
}

.upgrade-btn {
    padding: 10px 17px;
    background: rgba(0,97,247,.1);
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #5f2eea
}

    .upgrade-btn:hover {
        color: #5f2eea;
        background: rgba(0,97,247,.15)
    }

    .upgrade-btn svg {
        margin-left: 10px
    }

.media-table-btn {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #eee;
    color: #b9b9b9
}

.view-sort-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #eff0f6;
    color: #d6d7e3
}

    .view-sort-btn:hover {
        color: #fff;
        background-color: #e0e3f1
    }

.dropdown-btn {
    color: #b9b9b9
}

.link-info {
    color: #f7931e;
    border-bottom: dashed 1px transparent
}

    .link-info:hover {
        color: #f7931e;
        border-bottom-color: #f7931e
    }

.dropdown {
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 24px rgba(160,163,189,.25);
    box-shadow: 0 -2px 24px rgba(160,163,189,.25);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 3
}

    .dropdown::before {
        content: '';
        position: absolute;
        right: 6px;
        top: -10px;
        border-style: solid;
        border-width: 0 15px 15px;
        border-color: transparent transparent #fff
    }

    .dropdown li:last-child a {
        border-width: 0
    }

    .dropdown a {
        display: inline-block;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: #767676;
        border-bottom: 1px solid #eee;
        text-align: left
    }

        .dropdown a:hover {
            color: #2f49d1
        }

.badge-active, .badge-disabled, .badge-pending, .badge-success, .badge-trashed {
    padding: 1px;
    width: 85px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.67;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 100px;
    text-align: center
}

.badge-active {
    color: #5887ff;
    background-color: rgba(88,135,255,.1)
}

.badge-pending {
    color: #ffb648;
    background-color: rgba(255,172,50,.1)
}

.badge-disabled {
    color: #fff;
    background-color: #ffb648
}

.badge-trashed {
    color: #f26464;
    background-color: rgba(245,91,93,.1)
}

.badge-success {
    color: #4bde97;
    background-color: rgba(75,222,151,.1)
}

input {
    border-radius: 6px;
    background-color: #eff0f6;
    min-height: 40px;
    border: solid transparent 2px !important
}

    input[type=checkbox], input[type=radio] {
        min-height: auto
    }

    input[type=radio] {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

span.custom-control-label {
    font-size: 14px;
    color: #2D2C73;
}

        input[type=radio]:focus {
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

.form-input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(202, 202, 202, 0.7);
}

textarea.form-control::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

textarea.form-control {
    min-height: 40px;
}

.form-input::-moz-placeholder, input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input:-ms-input-placeholder, input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input:focus {
    outline: 0;
    border: 1px rgb(45 44 115) solid !important;
    -webkit-box-shadow: 0 0 0 0px rgb(219 219 255) !important;
    box-shadow: 0 0 0 0px rgb(219 219 255) !important;
}

    input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator {
        display: none !important
    }

.check {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer
}

.new-page-content input {
    padding: 5px 16px
}

.users-table table, .users-table-info {
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #767676
}

.users-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.users-table-info {
    height: 40px;
    font-size: 14px;
    background-color: rgb(247 147 30);
}

    .users-table-info th {
        font-weight: 600;
        letter-spacing: 0px;
        color: rgb(255 255 255);
        font-size: 14px;
        padding: 11px 0px;
    }

        .users-table-info th:first-child {
            padding-left: 20px;
        }

        .users-table__checkbox {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            cursor: pointer;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content
        }

    .footer-end li, .users-table__checkbox input {
        margin-right: 20px
    }

.users-table td {
    background-color: #fff;
    border-top: 8px solid #f0f2fa;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    color: rgb(0 0 0);
    font-weight: 500;
}

    .users-table td:first-child {
        padding-left: 20px
    }

.users-table tbody {
    font-size: 14px
}

    .users-table tbody tr:last-child .users-item-dropdown {
        bottom: 250%;
        top: auto
    }

        .users-table tbody tr:last-child .users-item-dropdown::before {
            bottom: -10px;
            top: auto;
            border-width: 15px 15px 0;
            border-color: #fff transparent transparent
        }

.users-table .users-item-dropdown {
    right: -9px;
    top: 150%
}

.users-table img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 7px
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px
}

    .table-wrapper table {
        min-width: 850px
    }

        .table-wrapper table.posts-table {
            min-width: 944px
        }

        .table-wrapper table.library-table {
            min-width: 483px
        }

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #c1272d !important;
    width: 253px;
    padding: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    min-height: 100vh;
    box-shadow: 0px 0px 10px gainsboro;
}

    .sidebar a:focus {
        outline: 0
    }

.sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.sidebar-body {
    padding-top: 20px
}

.sidebar-body-menu a, .sidebar-user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-body-menu a {
    position: relative;
    padding: 8px 20px;
    color: #f4f4f4;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
}

    .sidebar-body-menu a::after {
        position: absolute;
        content: '';
        height: 22px;
        width: 3px;
        right: -11px;
        border-radius: 10px;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all
    }

    .cat-sub-menu.visible a:hover, .sidebar-body-menu a.active, .sidebar-body-menu a.active::after, .sidebar-body-menu a:hover, .sidebar-body-menu a:hover::after {
        background: #F4F4F4;
        color: #f7931e;
        font-weight: 600;
        padding: 8px 20px;
    }

.p-relative, .sidebar-body-menu li a.active span.icon {
    background-color: #F99D1C;
    padding: 4px;
    border-radius: 100%;
    font-size: 14px;
    color: white;
    line-height: 0;
}

        .sidebar-user {
            border-radius: 10px;
            padding: 5px;
            background-color: rgba(255,255,255,.1)
        }

.sidebar-body-menu a, .sidebar-user, .sidebar-user-img, .sidebar-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-user-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 8px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-color: #fff
}

.sidebar-user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-user__title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .75px;
    color: #fff
}

.sidebar-user__subtitle {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .86px;
    color: rgba(255,255,255,.5)
}

.logo {
    margin-right: 9px
}

.logo-text, .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .logo-wrapper img {
        height: auto;
    }

.logo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.logo-subtitle, .logo-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .86px
}

.logo-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.42
}

.msg-counter, .system-menu__title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .75px
}

.msg-counter {
    position: absolute;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #f26464;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px !important;
    color: #fff
}

.system-menu__title {
    display: inline-block;
    margin-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(255 255 255);
    font-weight: 700;
    padding-left: 20px;
}

.cat-sub-menu {
    padding-left: 20px;
    height: 0
}

    .cat-sub-menu.visible {
        height: auto;
        background-color: #f4f4f4;
        border-bottom: 2px solid #6e6d9e;
    }

        .cat-sub-menu.visible a {
            opacity: .6;
            visibility: visible;
            color: #c1272d;
        }

    .cat-sub-menu a {
        opacity: 0;
        visibility: hidden
    }

.category__btn .icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-nav {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .main-nav a:focus {
        outline: 0
    }

.main-nav--bg {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    background-color: #fff;
    box-shadow: 10px 0 10px #2d2c7347;
    border-left: 1px solid #f0f2fa;
}

.main-nav-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .main-nav-end > * {
        margin-right: 15px
    }

    .footer-end li:last-child, .main-btns-wrapper button:last-child, .main-nav-end > :last-child, .sort-bar .select-wrapper:last-child .select {
        margin-right: 0
    }

.main-nav .notification, .main-nav .notification-wrapper {
    position: relative
}

    /*.main-nav .notification::after {
        display: none;
        content: '';
        position: absolute;
        right: -2px;
        top: -2px;
        border-radius: 50%;
        height: 9px;
        width: 9px;
        border: 1px solid #fff;
        background-color: #f26464
    }*/

    .main-nav .notification.active::after {
        display: initial
    }

.main-nav .notification-dropdown {
    right: 0;
    width: 236px;
    padding: 10px
}

.main-nav .notification-dropdown-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 167px
}

.main-nav .notification-dropdown__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 5px
}

.main-nav .notification-dropdown__subtitle {
    font-size: 10px;
    line-height: 1.2;
    color: #767676
}

.main-nav .notification-dropdown-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

    .main-nav .notification-dropdown-icon.info {
        background-color: rgba(88,135,255,.1);
        color: #5887ff
    }

    .main-nav .notification-dropdown-icon.danger {
        background-color: rgba(242,100,100,.1);
        color: #f26464
    }

.main-nav .notification-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 15px
}

    .main-nav .notification-dropdown a.link-to-page {
        padding-top: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        color: #5887ff
    }

.main-nav .nav-user-wrapper, .search-wrapper {
    position: relative
}

.nav-user-wrapper {
    display: flex;
    font: normal normal 600 14px/15px Archivo;
    letter-spacing: 0px;
    color: #f7931e;
    align-items: center;
}

    .main-nav .nav-user-wrapper .users-item-dropdown {
        width: 171px;
        right: 0
    }

        .main-nav .nav-user-wrapper .users-item-dropdown svg {
            margin-right: 13px
        }

        .main-nav .nav-user-img, .main-nav .nav-user-img picture, .main-nav .nav-user-wrapper .users-item-dropdown a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .main-nav .nav-user-wrapper .users-item-dropdown a.danger {
                color: #f26464
            }

.main-nav .nav-user-img {
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #f5efff
}

    .main-nav .nav-user-img picture {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

.search-wrapper input {
    width: 271px;
    border-radius: 6px;
    background-color: #eff0f6;
    padding: 3px 8px 3px 42px;
    height: 40px;
    border-width: 0
}

    .search-wrapper input::-webkit-input-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input::-moz-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -moz-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input:-ms-input-placeholder, .search-wrapper input::-ms-input-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -ms-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input::placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all
    }

.lang-switcher {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1875;
    letter-spacing: .75px;
    color: #767676
}

.lang-switcher-wrapper {
    position: relative
}

.lang-menu {
    top: 40px;
    right: 0;
    width: 125px
}

    .lang-menu.active {
        opacity: 1;
        visibility: visible
    }

.sort-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 36px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #dadbe4;
    box-shadow: 0 1px 0 #dadbe4;
    border-radius: 10px 10px 0 0
}

    .sort-bar .search-wrapper {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

        .sort-bar .search-wrapper input {
            padding: 5px 42px 5px 16px
        }

        .sort-bar .search-wrapper svg {
            left: auto;
            right: 16px
        }

    .sort-bar .select {
        min-width: 185px;
        margin-right: 20px
    }

        .sort-bar .select.small {
            min-width: 142px
        }

    .sort-bar .filter-btn {
        min-width: 106px
    }

.sort-bar, .sort-bar-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories-sort-bar .sort-bar-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stat-cards {
    margin-right: -10px;
    margin-left: -10px
}

    .stat-cards > div {
        padding-left: 10px;
        padding-right: 10px
    }

.stat-cards-icon, .stat-cards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stat-cards-item {
    padding: 24px 19px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(160,163,189,.1);
    box-shadow: 0 15px 50px rgba(160,163,189,.1);
    border-radius: 10px;
    height: 100%
}

.stat-cards-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 9px
}

    .stat-cards-icon.primary {
        background-color: rgba(47,73,209,.1);
        color: #2f49d1
    }

    .stat-cards-icon.warning {
        background-color: rgba(255,182,72,.1);
        color: #ffb648
    }

    .stat-cards-icon.purple {
        background-color: rgba(95,46,234,.1);
        color: #5f2eea
    }

    .stat-cards-icon.success {
        background-color: rgba(75,222,151,.1);
        color: #4bde97
    }

.stat-cards-info__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 4px
}

.stat-cards-info__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.22;
    color: #b9b9b9;
    margin-bottom: 6px
}

.stat-cards-info__profit, .stat-cards-info__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.22
}

.stat-cards-info__progress {
    color: #b9b9b9
}

.stat-cards-info__profit {
    margin-right: 10px
}

    .stat-cards-info__profit.success {
        color: #4bde97
    }

    .stat-cards-info__profit.danger {
        color: #f26464
    }

    .stat-cards-info__profit.warning {
        color: #ffb648
    }

    .stat-cards-info__profit svg {
        width: 16px;
        height: 16px;
        margin-right: 5px
    }

.chart #myChart, .customers-wrapper {
    -webkit-box-shadow: 0 15px 50px rgba(160,163,189,.1);
    box-shadow: 0 15px 50px rgba(160,163,189,.1)
}

.customers-wrapper {
    height: 256px;
    background-color: #5f2eea;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

    .customers-wrapper img {
        position: absolute;
        max-width: none;
        bottom: 0;
        left: -10px
    }

.customers__title, .top-cat-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px
}

.customers__date, .customers__title {
    line-height: 1.4;
    letter-spacing: -.5px;
    color: #fff
}

.customers__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customers__date {
    font-weight: 500;
    font-size: 14px;
    opacity: .5
}

.top-cat-title {
    margin-bottom: 10px
}

    .top-cat-title h3 {
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -.4px;
        color: #171717
    }

    .top-cat-list__subtitle span, .top-cat-title p {
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -.4px
    }

    .top-cat-title p {
        font-size: 14px;
        color: #b9b9b9
    }

.top-cat-list a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.top-cat-list__subtitle, .top-cat-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.4px
}

.top-cat-list__title {
    font-weight: 600;
    color: #171717;
    margin-bottom: 4px
}

.top-cat-list__subtitle {
    color: #b9b9b9
}

    .top-cat-list__subtitle span {
        font-size: 10px;
        padding: 2px 4px;
        border-radius: 3px
    }

    .top-cat-list__subtitle .blue, .top-cat-list__subtitle .purple {
        color: #5f2eea;
        background-color: rgba(116,51,255,.1)
    }

    .top-cat-list__subtitle .blue {
        color: #0061f7
    }

    .top-cat-list__subtitle .danger {
        color: #f26464;
        background-color: rgba(245,91,93,.1)
    }

    .top-cat-list__subtitle .success {
        color: #4bde97;
        background-color: rgba(75,222,151,.1)
    }

    .top-cat-list__subtitle .warning {
        color: #ffb648;
        background-color: rgba(255,172,50,.1)
    }

    .top-cat-list__subtitle .primary {
        color: #2f49d1;
        background-color: rgba(47,73,209,.1)
    }

.chart {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 15px 50px 0 rgba(160,163,189,.1);
    box-shadow: 0 15px 50px 0 rgba(160,163,189,.1)
}

    .chart #myChart {
        max-height: 100% !important;
        max-width: 100% !important
    }

.main {
    padding: 20px;
    margin-bottom: 60px;
}

.chart #myChart, .main-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}

.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 65vh
}

.main-title-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px
}

    .main-title-wrapper h2 {
        margin-bottom: 0
    }

    .main-title-wrapper .primary-default-btn svg {
        margin-right: 9px
    }

.main-btns-wrapper, .main-title-wrapper, .users-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-btns-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .main-btns-wrapper button {
        margin-right: 10px
    }

.users .col-xl-3 {
    margin-bottom: 20px
}

.users-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center
}

    .users-item a:focus {
        outline: 0
    }

.users-item-body {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.users-item__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

.users-item__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #171717
}

.users-item__desc, .users-item__role {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #767676
}

.users-item__desc {
    max-width: 231px;
    font-size: 14px;
    margin-bottom: 15px
}

.users-item__more {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .5
}

.users-item-dropdown {
    right: 20px;
    top: 60px;
    width: 125px
}

    .users-item-dropdown.active {
        opacity: 1;
        visibility: visible
    }

.users-item .primary-white-btn {
    border-top: 1px solid #eee;
    width: 100%
}

.footer {
    border-top: 1px solid #e0e1ea;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #b9b9b9;
    font-size: 14px
}

.footer--flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer a, .footer-start p {
    font-weight: 500;
    line-height: 2.83
}

.footer--flex, .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer a {
    border-bottom: 1px transparent dashed
}

    .footer a:hover {
        color: #2f49d1;
        border-color: #2f49d1
    }

.form {
    -webkit-box-shadow: 0 5px 10px rgba(160,163,189,.1);
    box-shadow: 0 5px 10px rgba(160,163,189,.1);
    border-radius: 3px;
    padding: 30px 20px 30px;
    background-color: rgba(246, 246, 246, 1);
    text-align: left
}

.form-label {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.43;
    color: #f7931e;
    cursor: pointer;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.form-label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.form-input {
    border-radius: 3px;
    border-width: 0;
    margin-bottom: 15px;
    padding: 5px 16px;
    height: 40px;
    background: #fff;
}

    .form-input:-ms-input-placeholder, .form-input::-ms-input-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
    }

    .form-input::placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
    }

.form-checkbox {
    margin-right: 12px
}

.form-checkbox-label {
    font-size: 14px;
    line-height: 1.71;
    color: #767676
}

.form-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px
}

.form-btn {
    width: 100%
}

.forget-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    border-bottom: dashed 1px transparent
}

    .forget-link:hover {
        color: #2f49d1;
        border-color: #2f49d1
    }

.sign-up__subtitle, .sign-up__title {
    text-align: center;
    margin-bottom: 20px
}

.sign-up__title {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 1px;
    color: #171717
}

.sign-up__subtitle {
    max-width: 424px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #767676
}

.categories-table-img {
    margin-right: 26px
}

    .categories-table-img img {
        width: 71px;
        height: 47px;
        border-radius: 6px
    }

.darkmode {
    background-color: #11111d
}

    .darkmode .main-nav--bg {
        background-color: #161624
    }

    .darkmode .search-wrapper input {
        color: #d6d7e3;
        background-color: #222235
    }

        .darkmode .search-wrapper input::-webkit-input-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input::-moz-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input:-ms-input-placeholder, .darkmode .search-wrapper input::-ms-input-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input::placeholder {
            background-color: #222235
        }

    .darkmode .gray-circle-btn {
        background-color: #222235
    }

    .darkmode .sun-icon, .moon-icon {
        display: none
    }

    .darkmode .moon-icon {
        display: initial;
        fill: #fff
    }

    .darkmode .sidebar {
        background-color: #161624 !important
    }

    .darkmode .dropdown {
        background-color: #11111d;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .darkmode .dropdown::before {
            border-color: transparent transparent #11111d
        }

        .darkmode .dropdown a {
            border-bottom-color: #2c2c42;
            color: #d6d7e3
        }

    .darkmode .dropdown-btn {
        color: #b9b9b9
    }

    .darkmode .notification-dropdown__title {
        color: #d6d7e3
    }

    .darkmode .main-title {
        color: #eff0f6
    }

    .darkmode #myChart, .darkmode .stat-cards-item {
        background-color: #222235;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .darkmode .stat-cards-info__num {
        color: #eff0f6
    }

    .darkmode .chart {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .darkmode .sort-bar, .darkmode .users-table thead {
        background-color: #161624
    }

    .darkmode .users-table {
        color: #eff0f6
    }

    .darkmode .users-table-info {
        border-bottom-color: transparent;
        color: #eff0f6
    }

    .darkmode .users-table td {
        background-color: #222235;
        border-color: transparent
    }

    .darkmode .users-table tbody tr:last-child .users-item-dropdown::before {
        border-color: #11111d transparent transparent
    }

    .darkmode .users-table.active td {
        background-color: #2c2c42
    }

    .darkmode .sort-btn {
        color: #d6d7e3
    }

    .darkmode .form {
        background-color: #161624
    }

    .darkmode .form-label {
        color: #d6d7e3
    }

    .darkmode .form-input {
        background-color: #222235;
        color: #d6d7e3
    }

    .darkmode .sign-up__title, .darkmode .top-cat-title h3 {
        color: #eff0f6
    }

    .darkmode .sign-up__subtitle {
        color: #d6d7e3
    }

    .darkmode .new-page-content .ql-toolbar, .darkmode .new-page-content input {
        background-color: #363648;
        color: #d6d7e3
    }

    .darkmode .white-block {
        background-color: #222235;
        color: #d6d7e3
    }

    .darkmode .white-block__title {
        color: #d6d7e3
    }

    .darkmode .white-block .radio {
        background-color: #37374b
    }

    .darkmode .main-content {
        background-color: #161624
    }

    .darkmode .top-cat-list a {
        border-color: #37374f
    }

    .darkmode .top-cat-list__title {
        color: #eff0f6
    }

    .darkmode .pagination a {
        opacity: .5;
        color: #fff
    }

        .darkmode .pagination a.active {
            opacity: 1
        }

    .darkmode .badge-disabled {
        background-color: rgba(255,182,72,.1);
        color: #ffb648
    }

    .darkmode .primary-white-btn {
        border: 1px solid #222235 !important;
        background-color: #161624
    }

    .darkmode .footer {
        border-top-color: #222235
    }

    .darkmode .menu-toggle--gray {
        background-image: url(../img/svg/Bulk/Menu-toggle-white.svg)
    }

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar.hidden {
        width: 64px;
        padding-right: 4px;
        padding-left: 4px
    }

        .sidebar.hidden .logo-wrapper {
            display: none
        }

        .sidebar.hidden * {
            font-size: 0
        }

        .sidebar.hidden span.icon.bi {
            font-size: 14px;
        }

        .sidebar.hidden .system-menu__title {
            padding: 0;
        }

        .sidebar.hidden .sidebar-head {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 20px;
            padding-bottom: 40px
        }

        /* .main-nav .sidebar-toggle, .sidebar.hidden .category__btn {
            display: none
        } */

        .sidebar.hidden .sidebar-body-menu a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .sidebar.hidden .sidebar-body-menu a::after {
                right: -4px
            }

            .sidebar.hidden .sidebar-body-menu a > .icon {
                margin-right: 0
            }

        .sidebar.hidden .msg-counter {
            right: 10px;
            top: 30%
        }

        .sidebar.hidden .sidebar-user {
            width: 52px;
            height: 53px;
            margin-right: auto;
            margin-left: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .sidebar.hidden .sidebar-user-img {
            width: 40px;
            height: 40px;
            margin-right: 0
        }

            .sidebar.hidden .sidebar-user-img img {
                height: 100%;
                width: 100%
            }
}

@media (min-width:1520px) {
    .container {
        max-width: 1480px
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-10, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .customers-wrapper {
        height: auto
    }

        .customers-wrapper img {
            display: none
        }
}

@media (max-width:1300px) {
    .upgrade-btn {
        padding: 10px 7px
    }

        .upgrade-btn svg {
            margin-left: 5px
        }

    .sort-bar .search-wrapper input {
        width: 174px
    }

    .categories-sort-bar .search-wrapper input {
        width: 271px
    }

    .chart {
        height: auto;
        max-height: 370px
    }
}

@media (max-width:1199.98px) {
    .sidebar {
        position: fixed;
        z-index: 2;
        overflow-y: auto;
        left: -1000px
    }

        .sidebar.hidden {
            left: 0
        }

    .main-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .sort-bar {
        padding: 20px
    }

        .sort-bar .select {
            margin-right: 10px
        }
}

@media (max-width:991.98px) {
    .sort-bar-start {
        width: 100%;
        margin-bottom: 10px
    }

    .sort-bar .search-wrapper, .sort-bar .search-wrapper input {
        width: 100%
    }

    .sort-bar .select {
        margin-right: 0;
        min-width: auto;
        width: 100%
    }

    .sort-bar-end {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

        .sort-bar-end .select-wrapper {
            width: 24%
        }

    .customers-wrapper {
        height: auto
    }

        .customers-wrapper img {
            display: none
        }
}

@media (max-width:767.98px) {
    .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-nav-start, .main-nav-start input {
        width: 100%
    }

    .main-nav-end {
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .sort-bar {
        padding-bottom: 10px
    }

    .sort-bar-end .select-wrapper {
        width: 48%;
        margin-bottom: 10px
    }
}

@media (max-width:575.98px) {
    .footer {
        position: relative
    }

    .main-btns-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .main-btns-wrapper button, .main-btns-wrapper select {
            width: 48%;
            margin-right: 0;
            margin-bottom: 15px;
            font-size: 14px
        }

    .sort-bar {
        padding: 10px 10px 5px
    }

    .main {
        margin-bottom: 0
    }

    .footer--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:480.98px) {
    .main-title {
        font-size: 20px
    }

    .primary-default-btn {
        padding: 8px 15px
    }

    .sort-bar-end .select-wrapper {
        width: 49%
    }

    .footer-start p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
/*# sourceMappingURL=style.min.css.map */


.form-control, .input-group-text {
    background-color: white;
    border-color: white !important;
    border-radius: 0 !important;
    min-height: 40px;
    font-size: 13px;
}

.input-group-text {
    color: rgb(171 171 199);
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #009245;
    border-color: #009245;
}

.btn {
    font-size: 14px;
    padding: 7.5px 35px;
    border-radius: 3px;
}

button.accordion-button {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-size: 14px;
    padding: 8px 20px;
    border: 0;
    box-shadow: 0 0;
    outline: 0;
    border-radius: 0 !important;
}

.accordion-button::after {
    width: 14px;
    height: 12px;
    background-size: 14px;
}

.accordion-item {
    border: 0;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #2d2c73;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

.accordion-item .form-control, .accordion-item .input-group-text {
    background: rgba(246, 246, 246, 1);
    border-color: rgba(246, 246, 246, 1) !important;
}

.filter-lable {
    letter-spacing: 0px;
    color: rgb(247 147 30);
    font-size: 14px;
    font-weight: 600;
}

.btn-outline-primary {
    color: rgb(247 147 30);
    border-color: rgb(247 147 30) !important;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2d2c73;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f99d1c;
        border-color: #f99d1c !important;
    }

.action-btn {
    color: rgba(164, 164, 164, 1);
    font-size: 14px;
    padding: 0px 8px 0 8px;
}

button#edit:hover {
    color: #2d2c73;
    transition: all 0.6s ease;
}

button#delete:hover {
    color: #f44336;
    transition: all 0.6s ease;
}

select#show {
    margin-left: 10px;
    width: 65px;
    padding: 5px 10px;
    min-height: auto;
}

.footer-filter * {
    font-size: 14px;
}

.footer-filter {
    padding: 0 20px;
}

.page-link {
    line-height: 0;
    padding: 5px 10px !important;
}

input#Search {
    background-color: white;
    border-radius: 0;
    width: auto;
    min-height: auto;
}

.grid-search * {
    font-size: 14px;
    font-weight: 400;
}

.input-group > .form-control-sm {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    min-height: auto;
}

.grid-search .input-group-text {
    min-height: auto;
}

.status-active {
    background-color: rgba(30, 224, 172, 0.1);
    padding: 1px 7px;
    color: rgba(58, 232, 70, 1);
    font-size: 14px;
}

.status-inactive {
    background-color: rgba(255, 94, 61, 0.1);
    padding: 1px 7px;
    color: rgba(232, 88, 58, 1);
    font-size: 14px;
}

/*.chosen-container {
    width: calc(100% - 42px) !important;
}*/

.chosen-container-multi .chosen-choices {
    padding: .375rem .75rem;
    border: 0;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        min-height: 20px;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}


.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::after, .custom-control-label::before {
    top: .15rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after, .custom-control-label::before {
    top: 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/62% 62%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23E5E5E5'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(45, 44, 115, 0.5);
    background-color: rgba(45, 44, 115, 1);
}

.custom-control-label::before {
    color: #fff;
    border-color: rgba(144, 144, 179, 0.5);
    background-color: rgba(144, 144, 179, 0.5);
}

label {
    letter-spacing: 0px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.sub-title {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add-btn {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-weight: 700;
}

select {
    font-size: 14px !important;
}

.customer-table td {
    padding: 8px 20px !important;
    border-top: 0;
}

.form-control-sm {
    font-size: 11px;
    color: rgba(164, 164, 164, 1);
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #009245 !important;
    border-color: #009245 !important;
}

.customer-table th {
    padding: 8px 20px;
}

.btn-file {
    position: absolute !important;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 15px;
    width: 50px;
    text-align: right;
    top: 0;
    right: 0;
    box-shadow: -3px 0px 5px #f4f4f4;
    background-color: rgba(219, 219, 255, 1);
}

ul.fileList {
    list-style: none;
    width: calc(100% - 50px);
    min-height: 100%;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.files {
    width: 100%;
    min-height: 40px;
    background-color: white;
    position: relative;
}

ul.fileList li {
    font-size: 14px;
    padding: 5px;
    color: rgba(45, 44, 115, 0.7);
    background: rgba(244, 244, 244, 1);
    margin: 5px;
    float: left;
    display: flex;
}

a.removeFile {
    padding: 0 5px;
    font-size: 15px;
    color: rgba(45, 44, 115, 1);
}

.card-body .form-control {
    border-color: gainsboro !important;
    border-radius: 3px !important;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(45, 44, 115, 1);
    border-color: rgba(45, 44, 115, 1);
}

.ajxupdate {
    font-size: 14px;
}


i.icon-arrow-left::before {
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon-arrow-right:before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.field-validation-error {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length label {
    letter-spacing: 0px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 5px;
    background-color: white;
    padding: 4px;
    margin: 10px;
    width: 65px;
    padding: 5px 10px;
    min-height: auto;
}

@media(min-width: 551px) {
    .dataTables_wrapper .dataTables_info {
        clear: unset;
        width: calc(100% - 370px);
        text-align: right;
    }
}

.dataTables_wrapper .dataTables_info {
    padding-top: 18px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    margin: 0;
    font-size: 14px;
    border-radius: 0px !important;
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
    background: #2d2c73 !important;
    color: white !important;
    border-color: #9d9d9d !important;
    font-size: 14px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        display: initial;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #2d2c73 !important;
        color: white !important;
        border-color: #9d9d9d !important;
    }

.dataTables_wrapper .dataTables_filter input {
    padding: 5px;
    margin-left: 10px;
    background-color: white;
    border-radius: 0;
    min-width: 250px;
    min-height: 32px;
    margin-bottom: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 99% !important;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    background-position: calc(100% - 20px) !important;
}

.validation-summary-errors li {
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
    white-space: nowrap;
}

div#MenuList_chosen .chosen-choices {
    max-height: 60px;
    overflow-y: scroll;
}

div#MenuList_chosen {
    width: fit-content !important;
    min-width: 219px;
    max-width: calc(100% - 42px) !important;
}

label#status, .ajxupdate {
    position: absolute;
    right: -100px;
    top: 67px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px gainsboro;
    width: 0;
    opacity: 0;
    transition: all 0.6s ease;
}

.status-show.text-success {
    opacity: 1 !important;
    width: auto !important;
    transition: all 0.6s ease !important;
    right: 15px !important;
}

.status-show.text-danger {
    opacity: 1 !important;
    width: auto !important;
    right: 0px !important;
    position: relative !important;
    top: 0;
    box-shadow: 0 0;
    background: transparent;
    padding: 0;
}

span.field-validation-valid.text-danger {
    font-size: 14px;
}

h4.sign-up__title {
    font-size: 20px;
    color: #c1272d;
}

.posts-table thead tr {
    background-color: #c1272d;
    color: white;
}

.member-profile {
    max-height: 100%;
}

table#memberDetails tr td {
    padding: 5px 10px;
    /*color: white;*/
    vertical-align: middle;
}

div#exampleModal .modal-content {
   /* background-color: #c1272d;
    color: white;*/
}

div#exampleModal .modal-header {
    background-color: #f7931e;
}

div#exampleModal .modal-header h5 {
    font-weight: 600 !important;
}

table#memberDetails .rounded {
    width: 150px;
    height: 150px;
    border-radius: 150px !important;
    overflow: hidden;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.show .modal-dialog {
    margin: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

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

summary {
    display: list-item
}

[hidden], template {
    display: none
}
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

*, html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-overflow-style: scrollbar
}

::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-auto {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2, .col-3 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4, .col-5, .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5, .col-6 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7, .col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8, .col-9 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10, .col-11, .col-12 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

body, html {
    font-family: 'Archivo',sans-serif
}

a, button, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
    line-height: 1
}

a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

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

ol, ul {
    list-style-type: none
}

.col-12, img {
    max-width: 100%
}

:focus {
    outline-width: 0
}

.me-11 {
    margin-right: 11px
}

.me-10, .sidebar-body-menu a > .icon {
    margin-right: 10px
}

.ms-20 {
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.p-relative, .sidebar-body-menu li {
    position: relative
}

.resize-none {
    resize: none
}

.white-block, .white-block.checkboxes label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.white-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px
}

.white-block__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #171717;
    margin-bottom: 20px
}

.white-block .select {
    width: 100%;
    background-color: #eff0f6
}

.white-block.checkboxes label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

    .white-block.checkboxes label:last-child {
        margin-bottom: 0
    }

.white-block.checkboxes input {
    margin-right: 12px;
    width: 16px;
    height: 16px
}

.white-block.checkboxes span {
    font-size: 14px;
    line-height: 1.71
}

.skip-link.sr-only, .sr-only {
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px
}

.sr-only {
    position: absolute;
    white-space: nowrap;
    clip: rect(0 0 0 0)
}

.skip-link {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

    .skip-link.sr-only {
        clip: rect(1px,1px,1px,1px);
        position: absolute !important;
        word-wrap: normal !important
    }

        .skip-link.sr-only:focus {
            background-color: #fff;
            clip: auto !important;
            -webkit-clip-path: none;
            clip-path: none;
            color: #767676;
            display: block;
            font-size: 1em;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000
        }

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,.4);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(253,253,253,.4)
    }

body {
    background-color: rgba(246, 246, 246, 1);
    overflow-x: hidden;
}

.library-table-name span, .page-center, .page-flex, .sidebar-user-img picture, .users-table picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.library-table-name span, .page-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-center {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px
}

.main-wrapper {
    position: relative;
    width: calc(100% - 200px);
}

.footer, .layer {
    width: 100%;
    left: 0
}

.footer {
    position: absolute;
    bottom: 0
}

.layer {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 2
}

    .layer.active {
        display: block
    }

@font-face {
    font-family: "demo";
    font-display: swap;
    src: url(../fonts/demo.woff) format("woff"),url(../fonts/demo.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Black";
    font-display: swap;
    src: url(../fonts/Inter-Black.woff) format("woff"),url(../fonts/Inter-Black.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-ExtraBold";
    font-display: swap;
    src: url(../fonts/Inter-ExtraBold.woff) format("woff"),url(../fonts/Inter-ExtraBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Bold";
    font-display: swap;
    src: url(../fonts/Inter-Bold.woff) format("woff"),url(../fonts/Inter-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Light";
    font-display: swap;
    src: url(../fonts/Inter-Light.woff) format("woff"),url(../fonts/Inter-Light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-ExtraLight";
    font-display: swap;
    src: url(../fonts/Inter-ExtraLight.woff) format("woff"),url(../fonts/Inter-ExtraLight.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Regular";
    font-display: swap;
    src: url(../fonts/Inter-Regular.woff) format("woff"),url(../fonts/Inter-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Medium";
    font-display: swap;
    src: url(../fonts/Inter-Medium.woff) format("woff"),url(../fonts/Inter-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-SemiBold";
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.woff) format("woff"),url(../fonts/Inter-SemiBold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "stylesheet";
    font-display: swap;
    src: url(../fonts/stylesheet.woff) format("woff"),url(../fonts/stylesheet.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Inter-Thin";
    font-display: swap;
    src: url(../fonts/Inter-Thin.woff) format("woff"),url(../fonts/Inter-Thin.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center
}

.logo {
    background-image: url(../img/svg/Logo.svg);
    width: 49px;
    height: 49px
}

.menu-toggle {
    background-image: url(../img/svg/Bulk/Menu-toggle-white.svg);
    width: 24px;
    height: 24px;
    background-color: #f7931e;
}

.home, .menu-toggle--gray {
    background-image: url(../img/svg/Bulk/Menu-toggle-gray.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.home {
    background-image: url(../img/svg/Bulk/Home-gray.svg)
}

.arrow-down, .document, .folder {
    background-image: url(../img/svg/Bulk/Document-white.svg);
    width: 24px;
    height: 24px
}

.arrow-down, .folder {
    background-image: url(../img/svg/Bulk/Folder-white.svg)
}

.arrow-down {
    background-image: url(../img/svg/Bulk/Arrow-DownCircle.svg)
}

.image, .message, .paper {
    background-image: url(../img/svg/Bulk/Image-white.svg);
    width: 24px;
    height: 24px
}

.message, .paper {
    background-image: url(../img/svg/Bulk/Paper-white.svg)
}

.message {
    background-image: url(../img/svg/Bulk/Message-white.svg)
}

.category, .edit, .user-3 {
    background-image: url(../img/svg/Bulk/Edit-white.svg);
    width: 24px;
    height: 24px
}

.category, .user-3 {
    background-image: url(../img/svg/Bulk/Category-white.svg)
}

.user-3 {
    background-image: url(../img/svg/Bulk/3-User-white.svg)
}

.setting, .settings-line {
    background-image: url(../img/svg/Bulk/Setting-white.svg);
    width: 24px;
    height: 24px
}

.settings-line {
    background-image: url(../img/svg/Bulk/Settings-line.svg)
}

.avatar {
    background-image: url(../img/avatar/Avatar.svg);
    width: 56px;
    height: 56px
}

.avatar-2 {
    background-image: url(../img/avatar/avatar-2.svg);
    width: 40px;
    height: 40px
}

.notification {
    background-image: url(../img/svg/Bulk/Notification.svg);
    width: 14px;
    height: 14px;
    background-size: contain;
}

.arrows-up-down {
    background-image: url(../img/svg/Bulk/Arrows-up-down.svg);
    width: 10px;
    height: 17px;
    margin-left: 10px
}

.move, .radio {
    background-image: url(../img/svg/move.svg);
    width: 24px;
    height: 24px
}

.radio {
    background-image: url(../img/svg/radio.svg)
}

.thumbnail {
    background-image: url(../img/svg/thumbnail.svg);
    width: 60px;
    height: 60px
}

.google-drive, .time-circle {
    background-image: url(../img/svg/Bulk/TimeCircle.svg);
    width: 24px;
    height: 24px
}

.google-drive {
    background-image: url(../img/svg/GoogleDrive.svg)
}

.delete, .dropbox, .star {
    background-image: url(../img/svg/dropbox.svg);
    width: 24px;
    height: 24px
}

.delete, .star {
    background-image: url(../img/svg/Bulk/Star.svg)
}

.delete {
    background-image: url(../img/svg/Bulk/Delete.svg)
}

.search-wrapper svg {
    stroke: #d6d7e3;
    position: absolute;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 1
}

.lang-switcher svg {
    stroke: #b9b9b9
}

.theme-switcher svg {
    width: 24px;
    height: 24px
}

.theme-switcher circle {
    fill: #d6d7e3;
    stroke: #d6d7e3
}

.theme-switcher line {
    stroke: #d6d7e3
}

.users .primary-white-btn svg {
    margin-right: 5px
}

.folder-list svg {
    color: #ffb648;
    fill: #ffb648
}

.files-item__img svg {
    color: #fff;
    width: 27px;
    height: 27px
}

.library-table-name span {
    width: 20px;
    height: 20px;
    padding: 2px 3px;
    margin-right: 5px;
    border-radius: 3px;
    color: #fff
}

    .library-table-name span.info {
        background-color: #5887ff
    }

    .library-table-name span.danger {
        background-color: #f26464
    }

    .library-table-name span.warning {
        background-color: #ffb648
    }

    .library-table-name span.success {
        background-color: #4bde97
    }

    .library-table-name span.purple {
        background-color: #5f2eea
    }

.dropzone-start svg {
    width: 60px;
    height: 60px;
    color: #d6d7e3;
    stroke-width: 1px
}

h1, h2, h3 {
    letter-spacing: 1px;
    color: #171717
}

.h-1 {
    font-size: 64px;
    line-height: 1.03
}

.h-2 {
    font-size: 48px;
    line-height: 1.04
}

.h-3 {
    font-size: 32px;
    line-height: 1.06
}

.main-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #c1272d;
}

button {
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    border: 2px solid transparent
}

    .transparent-btn:focus, button:focus {
        outline: 0;
        border: 2px solid #afbcff !important
    }

    button.disabled {
        cursor: default;
        color: #d6d7e3
    }

        button.disabled:hover {
            color: #d6d7e3
        }

        button.disabled:focus {
            border-color: transparent !important;
            outline: 0
        }

.main-btns-wrapper button, .main-btns-wrapper select {
    min-height: 48px;
    line-height: 1.5
}

.transparent-btn {
    background-color: transparent;
    border: 2px solid transparent !important
}

.primary-default-btn, .primary-white-btn, .secondary-default-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 10px 20px
}

.primary-default-btn {
    background-color: #2f49d1;
    color: #fff
}

    .primary-default-btn:hover {
        background-color: #4661f0;
        color: #fff
    }

.primary-white-btn, .secondary-default-btn {
    color: #2f49d1
}

.primary-white-btn {
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43
}

    .primary-white-btn:hover {
        color: #4661f0
    }

.secondary-default-btn {
    border: 2px solid #2f49d1;
    background-color: transparent
}

    .flat-btn, .secondary-default-btn:hover, .users-table tbody tr.active td {
        background-color: rgba(47,73,209,.1)
    }

.flat-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #2f49d1
}

.sidebar-toggle {
    opacity: .6;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

button.sidebar-toggle {
    opacity: 1;
}

.sidebar-toggle:hover {
    opacity: 1
}

.category__btn.rotated .icon, .sidebar-toggle.rotated {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.category__btn, .gray-circle-btn, .ligt-circle-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.category__btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: 7px;
    z-index: 1
}

.gray-circle-btn, .ligt-circle-btn {
    width: 30px;
    height: 30px;
    border-width: 0
}

.notification-wrapper .gray-circle-btn {
    background-color: #ffffff;
}

.gray-circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c1272d
}

.ligt-circle-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5efff
}

.lang-switcher, .ligt-circle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.extentions-btn, .nav-user-btn {
    background-color: transparent
}

.extentions-btn {
    border: 1px solid #eee !important;
    border-radius: 4px;
    padding: 5px 20px;
    color: #f26464
}

    .extentions-btn.disabled {
        color: #d6d7e3
    }

.filter-btn svg {
    margin-right: 6px
}

.sort-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.folder-btn, .sort-btn, .tag-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tag-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.67;
    color: #d6d7e3;
    padding: 2px 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

    .tag-btn svg {
        margin-left: 8px;
        width: 16px;
        height: 16px
    }

.folder-btn {
    width: 30px;
    height: 30px;
    background-color: #eff0f6;
    border-radius: 5px
}

    .folder-btn svg {
        width: 16px;
        height: 16px;
        color: #b9b9b9
    }

.media-table-btn, .upgrade-btn {
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5
}

.gray-circle-btn span {
    font-size: 14px;
    color: white;
}

.upgrade-btn {
    padding: 10px 17px;
    background: rgba(0,97,247,.1);
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #5f2eea
}

    .upgrade-btn:hover {
        color: #5f2eea;
        background: rgba(0,97,247,.15)
    }

    .upgrade-btn svg {
        margin-left: 10px
    }

.media-table-btn {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #eee;
    color: #b9b9b9
}

.view-sort-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #eff0f6;
    color: #d6d7e3
}

    .view-sort-btn:hover {
        color: #fff;
        background-color: #e0e3f1
    }

.dropdown-btn {
    color: #b9b9b9
}

.link-info {
    color: #f7931e;
    border-bottom: dashed 1px transparent
}

    .link-info:hover {
        color: #f7931e;
        border-bottom-color: #f7931e
    }

.dropdown {
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 24px rgba(160,163,189,.25);
    box-shadow: 0 -2px 24px rgba(160,163,189,.25);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 3
}

    .dropdown::before {
        content: '';
        position: absolute;
        right: 6px;
        top: -10px;
        border-style: solid;
        border-width: 0 15px 15px;
        border-color: transparent transparent #fff
    }

    .dropdown li:last-child a {
        border-width: 0
    }

    .dropdown a {
        display: inline-block;
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: #767676;
        border-bottom: 1px solid #eee;
        text-align: left
    }

        .dropdown a:hover {
            color: #2f49d1
        }

.badge-active, .badge-disabled, .badge-pending, .badge-success, .badge-trashed {
    padding: 1px;
    width: 85px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.67;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 100px;
    text-align: center
}

.badge-active {
    color: #5887ff;
    background-color: rgba(88,135,255,.1)
}

.badge-pending {
    color: #ffb648;
    background-color: rgba(255,172,50,.1)
}

.badge-disabled {
    color: #fff;
    background-color: #ffb648
}

.badge-trashed {
    color: #f26464;
    background-color: rgba(245,91,93,.1)
}

.badge-success {
    color: #4bde97;
    background-color: rgba(75,222,151,.1)
}

input {
    border-radius: 6px;
    background-color: #eff0f6;
    min-height: 40px;
    border: solid transparent 2px !important
}

    input[type=checkbox], input[type=radio] {
        min-height: auto
    }

    input[type=radio] {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }

span.custom-control-label {
    font-size: 14px;
    color: #2D2C73;
}

input[type=radio]:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-input::-webkit-input-placeholder, input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(202, 202, 202, 0.7);
}

textarea.form-control::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

textarea.form-control {
    min-height: 40px;
}

.form-input::-moz-placeholder, input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input:-ms-input-placeholder, input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: rgba(202, 202, 202, 0.7);
}

input:focus {
    outline: 0;
    border: 1px rgb(45 44 115) solid !important;
    -webkit-box-shadow: 0 0 0 0px rgb(219 219 255) !important;
    box-shadow: 0 0 0 0px rgb(219 219 255) !important;
}

input:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-calendar-picker-indicator {
    display: none !important
}

.check {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer
}

.new-page-content input {
    padding: 5px 16px
}

.users-table table, .users-table-info {
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #767676
}

.users-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.users-table-info {
    height: 40px;
    font-size: 14px;
    background-color: rgb(247 147 30);
}

    .users-table-info th {
        font-weight: 600;
        letter-spacing: 0px;
        color: rgb(255 255 255);
        font-size: 14px;
        padding: 11px 0px;
    }

        .users-table-info th:first-child {
            padding-left: 20px;
        }

.users-table__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

    .footer-end li, .users-table__checkbox input {
        margin-right: 20px
    }

.users-table td {
    background-color: #fff;
    border-top: 8px solid #f0f2fa;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    color: rgb(0 0 0);
    font-weight: 500;
    max-width: 160px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .users-table td:first-child {
        padding-left: 20px
    }

.users-table tbody {
    font-size: 14px
}

    .users-table tbody tr:last-child .users-item-dropdown {
        bottom: 250%;
        top: auto
    }

        .users-table tbody tr:last-child .users-item-dropdown::before {
            bottom: -10px;
            top: auto;
            border-width: 15px 15px 0;
            border-color: #fff transparent transparent
        }

.users-table .users-item-dropdown {
    right: -9px;
    top: 150%
}

.users-table img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 7px
}

.table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px
}

    .table-wrapper table {
        min-width: 850px
    }

        .table-wrapper table.posts-table {
            min-width: 944px
        }

        .table-wrapper table.library-table {
            min-width: 483px
        }

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #c1272d !important;
    min-width: 200px;
    padding: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    min-height: 100vh;
    box-shadow: 0px 0px 10px gainsboro;
}

    .sidebar a:focus {
        outline: 0
    }

.sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.sidebar-body {
    padding-top: 20px
}

.sidebar-body-menu a, .sidebar-user {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sidebar-body-menu a {
    position: relative;
    padding: 8px 20px;
    color: #f4f4f4;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.75;
}

    .sidebar-body-menu a::after {
        position: absolute;
        content: '';
        height: 22px;
        width: 3px;
        right: -11px;
        border-radius: 10px;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all
    }

    .cat-sub-menu.visible a:hover, .sidebar-body-menu a.active, .sidebar-body-menu a.active::after, .sidebar-body-menu a:hover, .sidebar-body-menu a:hover::after {
        background: #F4F4F4;
        color: #f7931e;
        font-weight: 600;
        padding: 8px 20px;
    }

.p-relative, .sidebar-body-menu li a.active span.icon {
    background-color: #F99D1C;
    padding: 4px;
    border-radius: 100%;
    font-size: 14px;
    color: white;
    line-height: 0;
}

.sidebar-user {
    border-radius: 10px;
    padding: 5px;
    background-color: rgba(255,255,255,.1)
}

.sidebar-body-menu a, .sidebar-user, .sidebar-user-img, .sidebar-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar-user-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 8px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background-color: #fff
}

.sidebar-user-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-user__title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .75px;
    color: #fff
}

.sidebar-user__subtitle {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .86px;
    color: rgba(255,255,255,.5)
}

.logo {
    margin-right: 9px
}

.logo-text, .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .logo-wrapper img {
        height: auto;
    }

.logo-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.logo-subtitle, .logo-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .86px
}

.logo-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 2.42
}

.msg-counter, .system-menu__title {
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .75px
}

.msg-counter {
    position: absolute;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background-color: #f26464;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px !important;
    color: #fff
}

.system-menu__title {
    display: inline-block;
    margin-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(255 255 255);
    font-weight: 700;
    padding-left: 20px;
}

.cat-sub-menu {
    padding-left: 20px;
    height: 0
}

    .cat-sub-menu.visible {
        height: auto;
        background-color: #f4f4f4;
        border-bottom: 2px solid #6e6d9e;
    }

        .cat-sub-menu.visible a {
            opacity: .6;
            visibility: visible;
            color: #c1272d;
        }

    .cat-sub-menu a {
        opacity: 0;
        visibility: hidden
    }

.category__btn .icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-nav {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .main-nav a:focus {
        outline: 0
    }

.main-nav--bg {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    background-color: #fff;
    box-shadow: 10px 0 10px #2d2c7347;
    border-left: 1px solid #f0f2fa;
}

.main-nav-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .main-nav-end > * {
        margin-right: 15px
    }

    .footer-end li:last-child, .main-btns-wrapper button:last-child, .main-nav-end > :last-child, .sort-bar .select-wrapper:last-child .select {
        margin-right: 0
    }

.main-nav .notification, .main-nav .notification-wrapper {
    position: relative
}

    /*.main-nav .notification::after {
        display: none;
        content: '';
        position: absolute;
        right: -2px;
        top: -2px;
        border-radius: 50%;
        height: 9px;
        width: 9px;
        border: 1px solid #fff;
        background-color: #f26464
    }*/

    .main-nav .notification.active::after {
        display: initial
    }

.main-nav .notification-dropdown {
    right: 0;
    width: 236px;
    padding: 10px
}

.main-nav .notification-dropdown-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 167px
}

.main-nav .notification-dropdown__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 5px
}

.main-nav .notification-dropdown__subtitle {
    font-size: 10px;
    line-height: 1.2;
    color: #767676
}

.main-nav .notification-dropdown-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

    .main-nav .notification-dropdown-icon.info {
        background-color: rgba(88,135,255,.1);
        color: #5887ff
    }

    .main-nav .notification-dropdown-icon.danger {
        background-color: rgba(242,100,100,.1);
        color: #f26464
    }

.main-nav .notification-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 15px
}

    .main-nav .notification-dropdown a.link-to-page {
        padding-top: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 15px;
        color: #5887ff
    }

.main-nav .nav-user-wrapper, .search-wrapper {
    position: relative
}

.nav-user-wrapper {
    display: flex;
    font: normal normal 600 14px/15px Archivo;
    letter-spacing: 0px;
    color: #f7931e;
    align-items: center;
}

.main-nav .nav-user-wrapper .users-item-dropdown {
    width: 171px;
    right: 0
}

    .main-nav .nav-user-wrapper .users-item-dropdown svg {
        margin-right: 13px
    }

    .main-nav .nav-user-img, .main-nav .nav-user-img picture, .main-nav .nav-user-wrapper .users-item-dropdown a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .main-nav .nav-user-wrapper .users-item-dropdown a.danger {
            color: #f26464
        }

.main-nav .nav-user-img {
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: #f5efff
}

    .main-nav .nav-user-img picture {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

.search-wrapper input {
    width: 271px;
    border-radius: 6px;
    background-color: #eff0f6;
    padding: 3px 8px 3px 42px;
    height: 40px;
    border-width: 0
}

    .search-wrapper input::-webkit-input-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -webkit-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input::-moz-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -moz-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input:-ms-input-placeholder, .search-wrapper input::-ms-input-placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: #d6d7e3;
        -ms-transition: .3s all;
        transition: .3s all
    }

    .search-wrapper input::placeholder {
        background-color: #eff0f6;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
        -webkit-transition: .3s all;
        -o-transition: .3s all;
        transition: .3s all
    }

.lang-switcher {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1875;
    letter-spacing: .75px;
    color: #767676
}

.lang-switcher-wrapper {
    position: relative
}

.lang-menu {
    top: 40px;
    right: 0;
    width: 125px
}

    .lang-menu.active {
        opacity: 1;
        visibility: visible
    }

.sort-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 36px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 #dadbe4;
    box-shadow: 0 1px 0 #dadbe4;
    border-radius: 10px 10px 0 0
}

    .sort-bar .search-wrapper {
        position: relative;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

        .sort-bar .search-wrapper input {
            padding: 5px 42px 5px 16px
        }

        .sort-bar .search-wrapper svg {
            left: auto;
            right: 16px
        }

    .sort-bar .select {
        min-width: 185px;
        margin-right: 20px
    }

        .sort-bar .select.small {
            min-width: 142px
        }

    .sort-bar .filter-btn {
        min-width: 106px
    }

.sort-bar, .sort-bar-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories-sort-bar .sort-bar-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stat-cards {
    margin-right: -10px;
    margin-left: -10px
}

    .stat-cards > div {
        padding-left: 10px;
        padding-right: 10px
    }

.stat-cards-icon, .stat-cards-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stat-cards-item {
    padding: 24px 19px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 50px rgba(160,163,189,.1);
    box-shadow: 0 15px 50px rgba(160,163,189,.1);
    border-radius: 10px;
    height: 100%
}

.stat-cards-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 9px
}

    .stat-cards-icon.primary {
        background-color: rgba(47,73,209,.1);
        color: #2f49d1
    }

    .stat-cards-icon.warning {
        background-color: rgba(255,182,72,.1);
        color: #ffb648
    }

    .stat-cards-icon.purple {
        background-color: rgba(95,46,234,.1);
        color: #5f2eea
    }

    .stat-cards-icon.success {
        background-color: rgba(75,222,151,.1);
        color: #4bde97
    }

.stat-cards-info__num {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.22;
    color: #171717;
    margin-bottom: 4px
}

.stat-cards-info__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.22;
    color: #b9b9b9;
    margin-bottom: 6px
}

.stat-cards-info__profit, .stat-cards-info__progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.22
}

.stat-cards-info__progress {
    color: #b9b9b9
}

.stat-cards-info__profit {
    margin-right: 10px
}

    .stat-cards-info__profit.success {
        color: #4bde97
    }

    .stat-cards-info__profit.danger {
        color: #f26464
    }

    .stat-cards-info__profit.warning {
        color: #ffb648
    }

    .stat-cards-info__profit svg {
        width: 16px;
        height: 16px;
        margin-right: 5px
    }

.chart #myChart, .customers-wrapper {
    -webkit-box-shadow: 0 15px 50px rgba(160,163,189,.1);
    box-shadow: 0 15px 50px rgba(160,163,189,.1)
}

.customers-wrapper {
    height: 256px;
    background-color: #5f2eea;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

    .customers-wrapper img {
        position: absolute;
        max-width: none;
        bottom: 0;
        left: -10px
    }

.customers__title, .top-cat-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px
}

.customers__date, .customers__title {
    line-height: 1.4;
    letter-spacing: -.5px;
    color: #fff
}

.customers__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customers__date {
    font-weight: 500;
    font-size: 14px;
    opacity: .5
}

.top-cat-title {
    margin-bottom: 10px
}

    .top-cat-title h3 {
        font-style: normal;
        line-height: 1.2;
        letter-spacing: -.4px;
        color: #171717
    }

    .top-cat-list__subtitle span, .top-cat-title p {
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: -.4px
    }

    .top-cat-title p {
        font-size: 14px;
        color: #b9b9b9
    }

.top-cat-list a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.top-cat-list__subtitle, .top-cat-list__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.4px
}

.top-cat-list__title {
    font-weight: 600;
    color: #171717;
    margin-bottom: 4px
}

.top-cat-list__subtitle {
    color: #b9b9b9
}

    .top-cat-list__subtitle span {
        font-size: 10px;
        padding: 2px 4px;
        border-radius: 3px
    }

    .top-cat-list__subtitle .blue, .top-cat-list__subtitle .purple {
        color: #5f2eea;
        background-color: rgba(116,51,255,.1)
    }

    .top-cat-list__subtitle .blue {
        color: #0061f7
    }

    .top-cat-list__subtitle .danger {
        color: #f26464;
        background-color: rgba(245,91,93,.1)
    }

    .top-cat-list__subtitle .success {
        color: #4bde97;
        background-color: rgba(75,222,151,.1)
    }

    .top-cat-list__subtitle .warning {
        color: #ffb648;
        background-color: rgba(255,172,50,.1)
    }

    .top-cat-list__subtitle .primary {
        color: #2f49d1;
        background-color: rgba(47,73,209,.1)
    }

.chart {
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 15px 50px 0 rgba(160,163,189,.1);
    box-shadow: 0 15px 50px 0 rgba(160,163,189,.1)
}

    .chart #myChart {
        max-height: 100% !important;
        max-width: 100% !important
    }

.main {
    padding: 20px;
    margin-bottom: 60px;
}

.chart #myChart, .main-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}

.main-content {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 65vh
}

.main-title-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px
}

    .main-title-wrapper h2 {
        margin-bottom: 0
    }

    .main-title-wrapper .primary-default-btn svg {
        margin-right: 9px
    }

.main-btns-wrapper, .main-title-wrapper, .users-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-btns-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .main-btns-wrapper button {
        margin-right: 10px
    }

.users .col-xl-3 {
    margin-bottom: 20px
}

.users-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    text-align: center
}

    .users-item a:focus {
        outline: 0
    }

.users-item-body {
    padding: 20px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.users-item__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px
}

.users-item__name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #171717
}

.users-item__desc, .users-item__role {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -.3px;
    color: #767676
}

.users-item__desc {
    max-width: 231px;
    font-size: 14px;
    margin-bottom: 15px
}

.users-item__more {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: .5
}

.users-item-dropdown {
    right: 20px;
    top: 60px;
    width: 125px
}

    .users-item-dropdown.active {
        opacity: 1;
        visibility: visible
    }

.users-item .primary-white-btn {
    border-top: 1px solid #eee;
    width: 100%
}

.footer {
    border-top: 1px solid #e0e1ea;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #b9b9b9;
    font-size: 14px
}

.footer--flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer a, .footer-start p {
    font-weight: 500;
    line-height: 2.83
}

.footer--flex, .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer a {
    border-bottom: 1px transparent dashed
}

    .footer a:hover {
        color: #2f49d1;
        border-color: #2f49d1
    }

.form {
    -webkit-box-shadow: 0 5px 10px rgba(160,163,189,.1);
    box-shadow: 0 5px 10px rgba(160,163,189,.1);
    border-radius: 3px;
    padding: 30px 20px 30px;
    background-color: rgba(246, 246, 246, 1);
    text-align: left
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.43;
    color: #f7931e;
    cursor: pointer;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.form-label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.form-input {
    border-radius: 3px;
    border-width: 0;
    margin-bottom: 15px;
    padding: 5px 16px;
    height: 40px;
    background: #fff;
}

    .form-input:-ms-input-placeholder, .form-input::-ms-input-placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
    }

    .form-input::placeholder {
        font-weight: 500;
        font-size: 14px;
        line-height: 2.43;
        color: rgba(202, 202, 202, 0.7);
    }

.form-checkbox {
    margin-right: 12px
}

.form-checkbox-label {
    font-size: 14px;
    line-height: 1.71;
    color: #767676
}

.form-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px
}

.form-btn {
    width: 100%
}

.forget-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    border-bottom: dashed 1px transparent
}

    .forget-link:hover {
        color: #2f49d1;
        border-color: #2f49d1
    }

.sign-up__subtitle, .sign-up__title {
    text-align: center;
    margin-bottom: 20px
}

.sign-up__title {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 1px;
    color: #171717
}

.sign-up__subtitle {
    max-width: 424px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #767676
}

.categories-table-img {
    margin-right: 26px
}

    .categories-table-img img {
        width: 71px;
        height: 47px;
        border-radius: 6px
    }

.darkmode {
    background-color: #11111d
}

    .darkmode .main-nav--bg {
        background-color: #161624
    }

    .darkmode .search-wrapper input {
        color: #d6d7e3;
        background-color: #222235
    }

        .darkmode .search-wrapper input::-webkit-input-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input::-moz-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input:-ms-input-placeholder, .darkmode .search-wrapper input::-ms-input-placeholder {
            background-color: #222235
        }

        .darkmode .search-wrapper input::placeholder {
            background-color: #222235
        }

    .darkmode .gray-circle-btn {
        background-color: #222235
    }

    .darkmode .sun-icon, .moon-icon {
        display: none
    }

    .darkmode .moon-icon {
        display: initial;
        fill: #fff
    }

    .darkmode .sidebar {
        background-color: #161624 !important
    }

    .darkmode .dropdown {
        background-color: #11111d;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .darkmode .dropdown::before {
            border-color: transparent transparent #11111d
        }

        .darkmode .dropdown a {
            border-bottom-color: #2c2c42;
            color: #d6d7e3
        }

    .darkmode .dropdown-btn {
        color: #b9b9b9
    }

    .darkmode .notification-dropdown__title {
        color: #d6d7e3
    }

    .darkmode .main-title {
        color: #eff0f6
    }

    .darkmode #myChart, .darkmode .stat-cards-item {
        background-color: #222235;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .darkmode .stat-cards-info__num {
        color: #eff0f6
    }

    .darkmode .chart {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .darkmode .sort-bar, .darkmode .users-table thead {
        background-color: #161624
    }

    .darkmode .users-table {
        color: #eff0f6
    }

    .darkmode .users-table-info {
        border-bottom-color: transparent;
        color: #eff0f6
    }

    .darkmode .users-table td {
        background-color: #222235;
        border-color: transparent
    }

    .darkmode .users-table tbody tr:last-child .users-item-dropdown::before {
        border-color: #11111d transparent transparent
    }

    .darkmode .users-table.active td {
        background-color: #2c2c42
    }

    .darkmode .sort-btn {
        color: #d6d7e3
    }

    .darkmode .form {
        background-color: #161624
    }

    .darkmode .form-label {
        color: #d6d7e3
    }

    .darkmode .form-input {
        background-color: #222235;
        color: #d6d7e3
    }

    .darkmode .sign-up__title, .darkmode .top-cat-title h3 {
        color: #eff0f6
    }

    .darkmode .sign-up__subtitle {
        color: #d6d7e3
    }

    .darkmode .new-page-content .ql-toolbar, .darkmode .new-page-content input {
        background-color: #363648;
        color: #d6d7e3
    }

    .darkmode .white-block {
        background-color: #222235;
        color: #d6d7e3
    }

    .darkmode .white-block__title {
        color: #d6d7e3
    }

    .darkmode .white-block .radio {
        background-color: #37374b
    }

    .darkmode .main-content {
        background-color: #161624
    }

    .darkmode .top-cat-list a {
        border-color: #37374f
    }

    .darkmode .top-cat-list__title {
        color: #eff0f6
    }

    .darkmode .pagination a {
        opacity: .5;
        color: #fff
    }

        .darkmode .pagination a.active {
            opacity: 1
        }

    .darkmode .badge-disabled {
        background-color: rgba(255,182,72,.1);
        color: #ffb648
    }

    .darkmode .primary-white-btn {
        border: 1px solid #222235 !important;
        background-color: #161624
    }

    .darkmode .footer {
        border-top-color: #222235
    }

    .darkmode .menu-toggle--gray {
        background-image: url(../img/svg/Bulk/Menu-toggle-white.svg)
    }

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1, .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3, .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5, .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7, .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-10, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11, .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1, .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3, .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5, .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7, .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-10, .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1, .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3, .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5, .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7, .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-10, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11, .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1, .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3, .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5, .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7, .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-10, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11, .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar.hidden {
        min-width: 64px;
        padding-right: 4px;
        padding-left: 4px
    }

    body.openend .main-wrapper {
        width: calc(100% - 64px);
    }

        .sidebar.hidden .logo-wrapper {
            display: none
        }

        .sidebar.hidden * {
            font-size: 0
        }

        .sidebar.hidden span.icon.bi {
            font-size: 14px;
        }

        .sidebar.hidden .system-menu__title {
            padding: 0;
        }

        .sidebar.hidden .sidebar-head {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 20px;
            padding-bottom: 40px
        }

        /* .main-nav .sidebar-toggle, .sidebar.hidden .category__btn {
            display: none
        } */

        .sidebar.hidden .sidebar-body-menu a {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding-top: 8px;
            padding-bottom: 8px;
        }

            .sidebar.hidden .sidebar-body-menu a::after {
                right: -4px
            }

            .sidebar.hidden .sidebar-body-menu a > .icon {
                margin-right: 0
            }

        .sidebar.hidden .msg-counter {
            right: 10px;
            top: 30%
        }

        .sidebar.hidden .sidebar-user {
            width: 52px;
            height: 53px;
            margin-right: auto;
            margin-left: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .sidebar.hidden .sidebar-user-img {
            width: 40px;
            height: 40px;
            margin-right: 0
        }

            .sidebar.hidden .sidebar-user-img img {
                height: 100%;
                width: 100%
            }
}

@media (min-width:1520px) {
    .container {
        max-width: 1480px
    }

    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1, .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3, .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5, .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7, .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-10, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11, .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .customers-wrapper {
        height: auto
    }

        .customers-wrapper img {
            display: none
        }
}

@media (max-width:1300px) {
    .upgrade-btn {
        padding: 10px 7px
    }

        .upgrade-btn svg {
            margin-left: 5px
        }

    .sort-bar .search-wrapper input {
        width: 174px
    }

    .categories-sort-bar .search-wrapper input {
        width: 271px
    }

    .chart {
        height: auto;
        max-height: 370px
    }
}

@media (max-width:1199.98px) {
    .sidebar {
        position: fixed;
        z-index: 2;
        overflow-y: auto;
        left: -1000px
    }

        .sidebar.hidden {
            left: 0
        }

    .main-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .sort-bar {
        padding: 20px
    }

        .sort-bar .select {
            margin-right: 10px
        }
}

@media (max-width:991.98px) {
    .sort-bar-start {
        width: 100%;
        margin-bottom: 10px
    }

    .sort-bar .search-wrapper, .sort-bar .search-wrapper input {
        width: 100%
    }

    .sort-bar .select {
        margin-right: 0;
        min-width: auto;
        width: 100%
    }

    .sort-bar-end {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

        .sort-bar-end .select-wrapper {
            width: 24%
        }

    .customers-wrapper {
        height: auto
    }

        .customers-wrapper img {
            display: none
        }
}

@media (max-width:767.98px) {
    .main-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main-nav-start, .main-nav-start input {
        width: 100%
    }

    .main-nav-end {
        margin-bottom: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .sort-bar {
        padding-bottom: 10px
    }

    .sort-bar-end .select-wrapper {
        width: 48%;
        margin-bottom: 10px
    }
}

@media (max-width:575.98px) {
    .footer {
        position: relative
    }

    .main-btns-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .main-btns-wrapper button, .main-btns-wrapper select {
            width: 48%;
            margin-right: 0;
            margin-bottom: 15px;
            font-size: 14px
        }

    .sort-bar {
        padding: 10px 10px 5px
    }

    .main {
        margin-bottom: 0
    }

    .footer--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:480.98px) {
    .main-title {
        font-size: 20px
    }

    .primary-default-btn {
        padding: 8px 15px
    }

    .sort-bar-end .select-wrapper {
        width: 49%
    }

    .footer-start p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
/*# sourceMappingURL=style.min.css.map */


.form-control, .input-group-text {
    background-color: white;
    border-color: white !important;
    border-radius: 0 !important;
    min-height: 40px;
    font-size: 13px;
}

.input-group-text {
    color: rgb(171 171 199);
}

.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #009245;
    border-color: #009245;
}

.btn {
    font-size: 14px;
    padding: 7.5px 35px;
    border-radius: 3px;
}

button.accordion-button {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-size: 14px;
    padding: 8px 20px;
    border: 0;
    box-shadow: 0 0;
    outline: 0;
    border-radius: 0 !important;
}

.accordion-button::after {
    width: 14px;
    height: 12px;
    background-size: 14px;
}

.accordion-item {
    border: 0;
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: #2d2c73;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%) !important;
}

.accordion-item .form-control, .accordion-item .input-group-text {
    background: rgba(246, 246, 246, 1);
    border-color: rgba(246, 246, 246, 1) !important;
}

.filter-lable {
    letter-spacing: 0px;
    color: rgb(247 147 30);
    font-size: 14px;
    font-weight: 600;
}

.btn-outline-primary {
    color: rgb(247 147 30);
    border-color: rgb(247 147 30) !important;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #2d2c73;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f99d1c;
        border-color: #f99d1c !important;
    }

.action-btn {
    color: rgba(164, 164, 164, 1);
    font-size: 14px;
    padding: 0px 8px 0 8px;
}

button#edit:hover {
    color: #2d2c73;
    transition: all 0.6s ease;
}

button#delete:hover {
    color: #f44336;
    transition: all 0.6s ease;
}

select#show {
    margin-left: 10px;
    width: 65px;
    padding: 5px 10px;
    min-height: auto;
}

.footer-filter * {
    font-size: 14px;
}

.footer-filter {
    padding: 0 20px;
}

.page-link {
    line-height: 0;
    padding: 5px 10px !important;
}

input#Search {
    background-color: white;
    border-radius: 0;
    width: auto;
    min-height: auto;
}

.grid-search * {
    font-size: 14px;
    font-weight: 400;
}

.input-group > .form-control-sm {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    min-height: auto;
}

.grid-search .input-group-text {
    min-height: auto;
}

.status-active {
    background-color: rgba(30, 224, 172, 0.1);
    padding: 1px 7px;
    color: rgba(58, 232, 70, 1);
    font-size: 14px;
}

.status-inactive {
    background-color: rgba(255, 94, 61, 0.1);
    padding: 1px 7px;
    color: rgba(232, 88, 58, 1);
    font-size: 14px;
}

/* .chosen-container {
    width: calc(100% - 42px) !important;
} */

.chosen-container-multi .chosen-choices {
    padding: .375rem .75rem;
    border: 0;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        min-height: 20px;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}


.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::after, .custom-control-label::before {
    top: .15rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: .15625rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after, .custom-control-label::before {
    top: 2px;
}

.custom-control-label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/62% 62%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23E5E5E5'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgba(45, 44, 115, 0.5);
    background-color: rgba(45, 44, 115, 1);
}

.custom-control-label::before {
    color: #fff;
    border-color: rgba(144, 144, 179, 0.5);
    background-color: rgba(144, 144, 179, 0.5);
}

label {
    letter-spacing: 0px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.sub-title {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add-btn {
    letter-spacing: 0px;
    color: rgba(45, 44, 115, 1);
    font-weight: 700;
}

select {
    font-size: 14px !important;
}

.customer-table td {
    padding: 8px 20px !important;
    border-top: 0;
}

.form-control-sm {
    font-size: 11px;
    color: rgba(164, 164, 164, 1);
}

.btn-secondary, .btn-secondary:hover {
    color: #fff;
    background-color: #009245 !important;
    border-color: #009245 !important;
}

.customer-table th {
    padding: 8px 20px;
}

.btn-file {
    position: absolute !important;
    overflow: hidden;
    font-size: 14px;
    padding: 7px 15px;
    width: 50px;
    text-align: right;
    top: 0;
    right: 0;
    box-shadow: -3px 0px 5px #f4f4f4;
    background-color: rgba(219, 219, 255, 1);
}

ul.fileList {
    list-style: none;
    width: calc(100% - 50px);
    min-height: 100%;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.files {
    width: 100%;
    min-height: 40px;
    background-color: white;
    position: relative;
}

ul.fileList li {
    font-size: 14px;
    padding: 5px;
    color: rgba(45, 44, 115, 0.7);
    background: rgba(244, 244, 244, 1);
    margin: 5px;
    float: left;
    display: flex;
}

a.removeFile {
    padding: 0 5px;
    font-size: 15px;
    color: rgba(45, 44, 115, 1);
}

.card-body .form-control {
    border-color: gainsboro !important;
    border-radius: 3px !important;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(45, 44, 115, 1);
    border-color: rgba(45, 44, 115, 1);
}

.ajxupdate {
    font-size: 14px;
}


i.icon-arrow-left::before {
    content: "\f284";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon-arrow-right:before {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.field-validation-error {
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length label {
    letter-spacing: 0px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 5px;
    background-color: white;
    padding: 4px;
    margin: 10px;
    width: 65px;
    padding: 5px 10px;
    min-height: auto;
}

@media(min-width: 551px) {
    .dataTables_wrapper .dataTables_info {
        clear: unset;
        width: calc(100% - 370px);
        text-align: right;
    }
}

.dataTables_wrapper .dataTables_info {
    padding-top: 18px;
    color: rgba(152, 152, 152, 0.7);
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #6c757d !important;
    background-color: #fff !important;
    border-color: #dee2e6 !important;
    margin: 0;
    font-size: 14px;
    border-radius: 0px !important;
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: none;
    background: #2d2c73 !important;
    color: white !important;
    border-color: #9d9d9d !important;
    font-size: 14px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        display: initial;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #2d2c73 !important;
        color: white !important;
        border-color: #9d9d9d !important;
    }

.dataTables_wrapper .dataTables_filter input {
    padding: 5px;
    margin-left: 10px;
    background-color: white;
    border-radius: 0;
    min-width: 50%;
    max-width: 100%;
    min-height: 32px;
    margin-bottom: 15px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 99% !important;
}

.dataTables_filter, .dataTables_filter label {
    width: 100%;
}

.form-check-input[type=radio] {
    width: 20px;
    height: 20px;
}

.dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    background-position: calc(100% - 20px) !important;
}

.validation-summary-errors li {
    font-size: 14px;
}

table.dataTable thead th, table.dataTable thead td {
    white-space: nowrap;
}

div#MenuList_chosen .chosen-choices {
    max-height: 60px;
    overflow-y: scroll;
}

div#MenuList_chosen {
    width: fit-content !important;
    min-width: 219px;
    max-width: calc(100% - 42px) !important;
}

label#status, .ajxupdate {
    position: absolute;
    right: -100px;
    top: 67px;
    padding: 10px;
    background-color: white;
    box-shadow: 0 0 10px gainsboro;
    width: 0;
    opacity: 0;
    transition: all 0.6s ease;
}

.status-show.text-success {
    opacity: 1 !important;
    width: auto !important;
    transition: all 0.6s ease !important;
    right: 15px !important;
}

.status-show.text-danger {
    opacity: 1 !important;
    width: auto !important;
    right: 0px !important;
    position: relative !important;
    top: 0;
    box-shadow: 0 0;
    background: transparent;
    padding: 0;
}

span.field-validation-valid.text-danger {
    font-size: 14px;
}

h4.sign-up__title {
    font-size: 20px;
    color: #c1272d;
}

.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}

.input-group.custom-file-button label.input-group-text {
    background-color: #f99d1c;
    color: white;
}

/*.morebtn {
    background-color: green;
    color: white;*/
    /*width: 49px;*/
    /*padding: 0px;
}*/

input.form-check-input {
    border: 1px solid #d9d6d6 !important;
}


a.chosen-single {
    background: white !important;
    border: 0 !important;
    border-radius: 0 !important;
    min-height: 40px;
    font-size: 13px;
    line-height: 40px !important;
}

.chosen-container-single .chosen-single div b {
    background: url('../img/chosen-sprite.png') no-repeat 0px 10px !important;
}

input.chosen-search-input {
    min-height: 25px !important;
    height: auto !important;
}

span.count {
    font-size: 20px;
    margin: auto;
    background-color: #C1272D;
    color: white;
    padding: 20px;
    border-radius: 50%;
}

.chosen-container {
    width: 100% !important;
}

a.chosen-single {
    background: #f6f6f6 !important;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    bottom: 50% !important;
    transform: translateY(50%);
}

.successPopup, div#loader {
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    z-index: 9999;
    left: 0;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #4caf50;
    border-bottom: 5px solid #4caf50;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

.content {
    max-width: 400px;
    margin: auto;
    padding: 20px 10px;
    background-color: white;
    text-align: center;
    width: 100%;
}

    .content p {
        color: black;
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 15px;
    }

    .content a {
        background-color: green;
        border: 0;
        padding: 4px 30px;
        color: white;
        border-radius: 3px;
        text-decoration: none;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a#imgPreview {
    display: none;
}

div#staticBackdrop .modal-body {
    max-height: 500px;
    overflow-y: scroll;
}

.uploader {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    height: auto;
}

label.uploader-lable {
    display: block;
    margin-right: auto;
    text-align: center;
    background: #c79136;
    color: #fff;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 20px;
}

input#profile {
    display: none;
}
.preview {
    width: 100px;
    height: 100px;
}

.form-input img {
    max-height: 100%;
    display: none;
    margin-bottom: 30px;
    max-width: 100%;
}