/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url(../fonts/stylesheet.css);

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
    ========================================================================== */

/**
  * Remove the margin in all browsers.
  */

body {
    margin: 0;
    width: 100% !important;
}

/**
  * Render the `main` element consistently in IE.
  */

main {
    display: block;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */

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

/* Grouping content
    ========================================================================== */

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
    ========================================================================== */

/**
  * Remove the gray background on active links in IE 10.
  */

a {
    background-color: transparent;
}

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */

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

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

b,
strong {
    font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */

small {
    font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
  * Remove the border on images inside links in IE 10.
  */

img {
    border-style: none;
}

/* Forms
    ========================================================================== */

/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */

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

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */

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

/**
  * Remove the inner border and padding in Firefox.
  */

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

/**
  * Restore the focus styles unset by the previous rule.
  */

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

/**
  * Correct the padding in Firefox.
  */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

progress {
    vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */

textarea {
    overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */

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

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

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

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */

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

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
    ========================================================================== */

/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */

details {
    display: block;
}

/*
  * Add the correct display in all browsers.
  */

summary {
    display: list-item;
}
.emp_employer {
    display: flex;
}

.remove-field {
    margin-top: 10px;
    font-size: 25px;
    padding-left: 15px;
}

/* Misc
    ========================================================================== */

/**
  * Add the correct display in IE 10+.
  */

template {
    display: none;
}

/**
  * Add the correct display in IE 10.
  */

[hidden] {
    display: none;
}

/* Grayscale: */

/* Colors: */

/* Background colors: */

/* Fonts Start */

/* Fonts End */

/*!
  * 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;
    -ms-overflow-style: scrollbar;
}

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

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

.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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.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-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=custom-grid.css.map */

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

html,
body {
    font-family: "Inter", sans-serif;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

img {
    max-width: 100%;
}

:focus {
    outline-width: 0;
}

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

.me-10 {
    margin-right: 10px;
}

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

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

.p-relative {
    position: relative;
}

.resize-none {
    resize: none;
}

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

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

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

.white-block.checkboxes label {
    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;
    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;
}

/* content of sr-only is available only for screen-readers */

.sr-only {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}

/* Skip link */

.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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
}

/* Track */

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

/* Handle */

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

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(253, 253, 253, 0.4);
}

body {
    background-color: #f0f2fa;
}

.page-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-center {
    min-height: 100vh;
    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;
    -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 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

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

.layer.active {
    display: block;
}

.preview .form-preview-main {
    height: 794px;
    border: 2px dashed #003966;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-weight: 500;
    font-size: 13px;
    color: #000;
}
.preview .form-preview-main p {
    line-height: 1.7;
}
.preview .form-preview-main ul {
    line-height: 2;
}
.preview .form-preview-main ul li {
    list-style-type: disc;
    margin-left: 25px;
}

@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;
}

/* Basic config for all custom icons: */

.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;
}

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

.home {
    background-image: url(../img/svg/Bulk/Home-white.svg);
    width: 24px;
    height: 24px;
}

.document {
    background-image: url(../img/svg/Bulk/Document-white.svg);
    width: 24px;
    height: 24px;
}
.search {
    background-image: url(../img/svg/Bulk/Search.svg);
    width: 24px;
    height: 24px;
}
.work {
    background-image: url(../img/svg/Bulk/Work.svg);
    width: 24px;
    height: 24px;
}

.folder {
    background-image: url(../img/svg/Bulk/Folder-white.svg);
    width: 24px;
    height: 24px;
}

.arrow-down {
    background-image: url(../img/svg/Bulk/Arrow-DownCircle.svg);
    width: 24px;
    height: 24px;
}

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

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

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

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

.category {
    background-image: url(../img/svg/Bulk/Category-white.svg);
    width: 24px;
    height: 24px;
}

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

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

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

.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-gray.svg);
    width: 24px;
    height: 24px;
}

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

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

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

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

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

.google-drive {
    background-image: url(../img/svg/GoogleDrive.svg);
    width: 24px;
    height: 24px;
}

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

.star {
    background-image: url(../img/svg/Bulk/Star.svg);
    width: 24px;
    height: 24px;
}

.delete {
    background-image: url(../img/svg/Bulk/Delete.svg);
    width: 24px;
    height: 24px;
}

.facebook {
    background-image: url(../img/svg/Bulk/icons8-facebook.svg);
    width: 48px;
    height: 48px;
}
.twitter {
    background-image: url(../img/svg/Bulk/icons8-twitter.svg);
    width: 48px;
    height: 48px;
}
.linkedin {
    background-image: url(../img/svg/Bulk/icons8-linkedin.svg);
    width: 48px;
    height: 48px;
}
.horizontal-list {
    list-style-type: none;
    padding: 0px;
    margin: 0;
    display: flex;
}
.horizontal-list li {
    margin-right: 25px;
}

.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 {
    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: 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: bold;
    font-size: 24px;
    line-height: 1.42;
    color: #171717;
    margin-bottom: 20px;
}

/* Buttons */

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

button:focus {
    outline: none;
    border: 0px solid #afbcff !important;
}

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

button.disabled:hover {
    color: #d6d7e3;
}

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

.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;
}

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

.primary-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;
    background-color: #2f49d1;
    color: #fff;
}

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

.primary-white-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;
    background-color: #fff;
    color: #2f49d1;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
}

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

.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;
    border: 2px solid #2f49d1;
    color: #2f49d1;
    background-color: transparent;
}

.secondary-default-btn:hover {
    background-color: rgba(47, 73, 209, 0.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;
    background-color: rgba(47, 73, 209, 0.1);
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #2f49d1;
}

.sidebar-toggle {
    opacity: 0.6;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.sidebar-toggle:hover {
    opacity: 1;
}

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

.category__btn {
    position: absolute;
    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;
    border-radius: 50%;
    right: 0;
    top: 13px;
    z-index: 1;
}

.gray-circle-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;
    background-color: #eff0f6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0;
}

.ligt-circle-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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-width: 0;
    background-color: #f5efff;
}

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

.nav-user-btn {
    background-color: transparent;
}

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

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

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

.sort-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;
}

.tag-btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.67;
    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;
    color: #d6d7e3;
    padding: 2px 8px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

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

.folder-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;
    width: 30px;
    height: 30px;
    background-color: #eff0f6;
    border-radius: 5px;
}

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

.upgrade-btn {
    padding: 10px 17px;
    background: rgba(0, 97, 247, 0.1);
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    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, 0.15);
}

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

.media-table-btn {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #eeeeee;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    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;
}

/* Links */

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

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

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

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

.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 #eeeeee;
    text-align: left;
}

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

.badge-pending,
.badge-active,
.badge-trashed,
.badge-success,
.badge-disabled {
    padding: 1px;
    width: 85px;
    font-weight: 500;
    font-size: 12px;
    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, 0.1);
}

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

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

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

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

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

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

input[type="radio"] {
    width: 24px;
    height: 24px;
    margin-right: 19px;
}

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

input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

input:focus {
    outline: none;
    border: rgba(134, 182, 254, 0.5) solid !important;
    -webkit-box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);
    box-shadow: 0 0 0 2px rgba(134, 182, 254, 0.5);
}

/* 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 {
    /* Users Table */
}

.users-table table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #767676;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.users-table-info {
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #767676;
    height: 48px;
    border-bottom: 1.2px solid #dadbe4;
    font-size: 14px;
}

.users-table-info th {
    font-weight: 500;
}

.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;
}

.users-table__checkbox input {
    margin-right: 20px;
}

.users-table td {
    background-color: #fff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
}

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

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

.users-table tbody tr.active td {
    background-color: rgba(47, 73, 209, 0.1);
}

.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 15px;
    border-color: #fff transparent transparent transparent;
}

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

.users-table picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.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: #0061f7 !important;
    width: 253px;
    padding: 10px 15px 37px 10px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    min-height: 100vh;
    /* sidebar head */
    /* sidebar body */
    /* sidebar footer */
}

.sidebar a:focus {
    outline: none;
}

.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-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.sidebar-body-menu li {
    position: relative;
}

.sidebar-body-menu a {
    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;
    padding: 8px 0;
    opacity: 0.6;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    line-height: 2.43;
}

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

.sidebar-body-menu a:hover {
    opacity: 1;
}

.sidebar-body-menu a:hover::after {
    opacity: 1;
}

.sidebar-body-menu a.active {
    opacity: 1;
}

.sidebar-body-menu a.active::after {
    opacity: 1;
}

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

.sidebar-user {
    border-radius: 10px;
    padding: 5px;
    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;
    background-color: rgba(255, 255, 255, 0.1);
}

.sidebar-user-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-img picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-user-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 0.75px;
    color: #ffffff;
}

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

.logo {
    margin-right: 9px;
}

.logo-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;
}

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

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

.logo-subtitle {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.42;
    letter-spacing: 0.86px;
}

.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-weight: 500;
    font-size: 12px !important;
    line-height: 1.25;
    letter-spacing: 0.75px;
    color: #ffffff;
}

.system-menu__title {
    display: inline-block;
    margin-top: 13px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.75px;
    color: rgba(255, 255, 255, 0.5);
}

.cat-sub-menu {
    padding-left: 18px;
    height: 0;
    display: none;
}
.cat-sub-menu1 {
    padding-left: 20px;
    height: 0;
    display: none;
}
.cat-sub-menu1.visible {
    padding-left: 34px;
    height: auto;
    display: block;
}
.cat-sub-menu1.visible a {
    opacity: 0.6;
    visibility: visible;
}
.cat-sub-menu1.visible a:hover {
    opacity: 1;
}

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

.cat-sub-menu.visible {
    height: auto;
    display: block;
}

.cat-sub-menu.visible a {
    opacity: 0.6;
    visibility: visible;
}

.cat-sub-menu.visible a:hover {
    opacity: 1;
}

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

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

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

.main-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    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: none;
}

.main-nav--bg {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #fff;
}

.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;
}

.main-nav-end > *:last-child {
    margin-right: 0;
}

.main-nav .notification {
    position: relative;
}

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

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

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

.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, 0.1);
    color: #5887ff;
}

.main-nav .notification-dropdown-icon.danger {
    background-color: rgba(242, 100, 100, 0.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: 12px;
    line-height: 15px;
    color: #5887ff;
}

.main-nav .nav-user-wrapper {
    position: relative;
}

.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-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.search-wrapper {
    position: relative;
}

.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: 0.3s all;
    transition: 0.3s all;
}

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

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

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

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

.lang-switcher {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 0.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 {
    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;
    padding: 20px 36px 20px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 0px #dadbe4;
    box-shadow: 0px 1px 0px #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 .select-wrapper:last-child .select {
    margin-right: 0;
}

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

.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;
}
.mb-30 {
    margin-bottom: 30px;
    display: block;
}
.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;
    padding: 24px 19px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    height: 100%;
}

.stat-cards-icon {
    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;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 9px;
    font-size: 22px;
}

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

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

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

.stat-cards-icon.success {
    background-color: rgba(75, 222, 151, 0.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__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;
    color: #b9b9b9;
}

.stat-cards-info__profit {
    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;
    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;
}

.customers-wrapper {
    height: 256px;
    background-color: #5f2eea;
    -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

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

.customers__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    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;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 4px;
}

.customers__date {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #fff;
    opacity: 0.5;
}

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

.top-cat-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #171717;
    margin-bottom: 4px;
}

.top-cat-title p {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #b9b9b9;
}

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

.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-weight: 600;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #171717;
    margin-bottom: 4px;
}

.top-cat-list__subtitle {
    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: 12px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #b9b9b9;
}

.top-cat-list__subtitle span {
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    padding: 2px 4px;
    border-radius: 3px;
}

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

.top-cat-list__subtitle .blue {
    color: #0061f7;
    background-color: rgba(116, 51, 255, 0.1);
}

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

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

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

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

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

.chart #myChart {
    max-height: 100% !important;
    max-width: 100% !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    padding: 20px;
}

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

.main-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 65vh;
}

.main-title-wrapper {
    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;
    margin-bottom: 34px;
}

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

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

.main-btns-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;
}

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

.main-btns-wrapper button:last-child {
    margin-right: 0;
}

.users .col-xl-3 {
    
}

.users-item {
    position: relative;
    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;
    height: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
}

.users-item a:focus {
    outline: none;
}

.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: -0.3px;
    color: #171717;
}

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

.users-item__desc {
    max-width: 231px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.3px;
    color: #767676;
    margin-bottom: 15px;
}

.users-item__more {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.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 #eeeeee;
    width: 100%;
}

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

.footer--flex {
    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;
}

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

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

.footer-end li {
    margin-right: 20px;
}

.footer-end li:last-child {
    margin-right: 0;
}

.footer a {
    font-weight: 500;
    line-height: 2.83;
    border-bottom: 1px transparent dashed;
}

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

.form {
    -webkit-box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
    box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
    border-radius: 10px;
    padding: 40px 40px 56px;
    background-color: #ffffff;
    text-align: left;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #171717;
    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: 8px;
    border-width: 0;
    margin-bottom: 15px;
    padding: 5px 16px;
    height: 44px;
    background: #eff0f6;
}

.form-input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.form-input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.form-input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.form-input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

.form-input::placeholder {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #d6d7e3;
}

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

.form-checkbox-label {
    font-family: Inter;
    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__title {
    font-size: 32px;
    line-height: 1.06;
    text-align: center;
    letter-spacing: 1px;
    color: #171717;
    margin-bottom: 20px;
}

.sign-up__subtitle {
    max-width: 424px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #767676;
    margin-bottom: 20px;
}

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

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

.darkmode {
    background-color: #11111d;
    /* Navigation */
    /* Sidebar */
    /* Dropdown */
    /* Main Title */
    /* Dashboard */
    /* Chart */
    /* Sort bar */
    /* Table */
    /* Form */
    /* Sign up */
    /* New page  */
    /* White block */
    /* Pagination */
    /* Badges */
    /* Buttons */
    /* Footer */
}

.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 {
    background-color: #222235;
}

.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 {
    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 .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 #myChart {
    background-color: #222235;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.darkmode .sort-bar {
    background-color: #161624;
}

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

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

.darkmode .users-table thead {
    background-color: #161624;
}

.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 {
    color: #eff0f6;
}

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

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

.darkmode .new-page-content .ql-toolbar {
    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-title h3 {
    color: #eff0f6;
}

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

.darkmode .pagination a {
    opacity: 0.5;
    color: #ffffff;
}

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

.darkmode .badge-disabled {
    background-color: rgba(255, 182, 72, 0.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);
}

.moon-icon {
    display: none;
}
/* m css */
.m-pagination svg {
    width: 20px;
}
.m-pagination nav .flex.justify-between.flex-1 {
    display: none;
}
.m-pagination nav {
    display: flex;
    justify-content: center;
    text-align: center;
}
.m-pagination nav p {
    margin-bottom: 20px;
}
#dash_cal h2 {
    font-size: 16px;
    margin-top: 10px;
}
.mob-menu {
    display: none;
    background: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 9px;
    z-index: 555;
    box-shadow: 1px 4px 14px #c7c7c7;
}
.mob-menu i {
    font-size: 18px;
    color: #004685;
}
.mob-menu a {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
}
.mob-menu span {
    display: block;
    color: #000;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
    border-radius: 50px;
    overflow: hidden;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 9px;
}

/* When the checkbox is checked, add a blue background */
input:checked + .switch-slider {
    background-color: var(--bs-green);
}

/* Move the slider when the checkbox is checked */
input:checked + .switch-slider:before {
    transform: translateX(18px);
}
.option-disabled {
    cursor: not-allowed; /* Change cursor to not-allowed */
    color: #e05d5d;
    background-color: #f1c3c8;
}
.option-disabled:hover {
    cursor: not-allowed;
}
button.edit_record,
button.del {
    width: 40px;
    height: 38px;
}
.unit_leave_color_box {
    display: inline-block;
    height: 11px;
    width: 11px;
}
.nav-pills-custom .nav-link {
    color: #aaa;
    background: #f2f2f2;
    margin: 2px 0;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
}

.nav-pills-custom .nav-link.active {
    color: #003966;
    background: #f2f2f2;
}
input[readonly],
textarea[readonly],
input[readonly]:focus,
textarea[readonly]:focus {
    background-color: #e9ecef;
}
/* Change shift */

.shift_table tbody td {
    padding: 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
:root {
    --var-white-text: #f1f1f1;
    --var-gray-text: #666;
    --var-morning-border-top: #f1bf28;
    --var-morning: #ffeeba;
    --var-morning-icon: #f1bf28;
    --var-morning-text: var(--var-gray-text);
    --var-afternoon-border-top: #ff7800;
    --var-afternoon: #f9830e6b;
    --var-afternoon-icon: #ff7800;
    --var-afternoon-text: var(--var-gray-text);

    --var-night-border-top: #258af5;
    --var-night: #49a7f340;
    --var-night-icon: #258af5;
    --var-night-text: var(--var-gray-text);
    --var-day-off-border-top: #ff02af;
    --var-day-off: #ff02af17;
    --var-day-off-icon: #ff02af;
    --var-day-off-text: var(--var-grey-text);
    --var-present-border-top: #14b76b;
    --var-present: #b9e2dacf;
    --var-present-icon: #14b76b;
    --var-present-text: var(--var-grey-text);
    --var-late-mark-border-top: #e30c3c;
    --var-late-mark: #db56563b;
    --var-late-mark-icon: #e30c3c;
    --var-late-mark-text: var(--var-grey-text);
    --var-holiday-border-top: #ea7f04;
    --var-holiday: #ff8a00;
    --var-holiday-icon: #fff;
    --var-holiday-text: var(--var-white-text);
    --var-on-leave-border-top: #1738e5;
    --var-on-leave: #1538f17a;
    --var-on-leave-icon: var(--var-white-text);
    --var-on-leave-text: var(--var-white-text);
    --var-absent-border-top: #e30808;
    --var-absent: #e9ecef;
    --var-absent-icon: #e30808;
    --var-absent-text: #e30808;
    --var-half-day-border-top: #9005f5;
    --var-half-day: #e1ccf9c2;
    --var-half-day-icon: #9005f5;
    --var-half-day-text: var(--var-gray-text);
    --var-on-approve-border-top: #04974ef7;
    --var-on-approve: #9cf97440;
    --var-on-approve-icon: #04974ef7;
    --var-on-approve-text: var(--var-gray-text);
}
.shift_table tbody td::before {
    content: "";
    position: absolute;
    top: 2px; /* Adjust top and left to position the inset */
    left: 2px;
    width: calc(100% - 4px); /* Adjust width and height to match the inset */
    height: calc(100% - 4px);
    border-radius: 10px;
    pointer-events: none;
}

.shift_table tbody td.morning::before {
    background-color: #ffeeba;
}
.shift_table tbody td.afternoon::before {
    background-color: #d4edda;
}
.shift_table tbody td.evening::before {
    background-color: #c3e6cb;
}
.shift_table tbody td.day_off::before {
    background-color: #f8d7da;
}

.shift-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px;
    flex-wrap: wrap;
    border-radius: 5px;
    font-size: 12px;
    flex-direction: column;
    text-align: center;
}
.shift-info {
    font-size: 13px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.shift-info img {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin-right: 5px;
}

.shift-icon-cog {
    font-size: 13px;
    cursor: pointer;
}
.shift-cell i {
    font-size: 18px;
    padding: 5px;
}
.shift-icon i {
    font-size: 14px;
    padding: 3px;
    cursor: pointer;
}
.shift-cell.on_leave,
li.on_leave {
    background-color: var(--var-on-leave);
    color: var(--var-on-leave-text);
}
.shift-cell i.on_leave,
li i.on_leave {
    color: var(--var-on-leave-icon);
}

.shift-cell.late_mark,
li.late_mark {
    background-color: var(--var-late-mark);
    color: var(--var-late-mark-text);
}
.shift-cell i.late_mark,
li i.late_mark {
    color: var(--var-late-mark-icon);
}
.shift-cell.holiday,
li.holiday {
    background-color: var(--var-holiday);
    color: var(--var-holiday-text);
}
.shift-cell i.holiday,
li i.holiday {
    color: var(--var-holiday-icon);
}

.shift-cell.morning,
li.morning {
    background-color: var(--var-morning);
    color: var(--var-morning-text);
}
.shift-cell i.morning,
li i.morning {
    color: var(--var-morning-icon);
}

.shift-cell.present,
li.present {
    background-color: var(--var-present);
    color: var(--var-present-text);
}

.shift-cell i.present,
li i.present {
    color: var(--var-present-icon);
}

.shift-cell.afternoon,
li.afternoon {
    background-color: var(--var-afternoon);
    color: var(--var-afternoon-text);
}
.shift-cell i.afternoon,
li i.afternoon {
    color: var(--var-afternoon-icon);
}

.shift-cell.night,
li.night {
    background-color: var(--var-night);
    color: var(--var-night-text);
}
.shift-cell i.night,
li i.night {
    color: var(--var-night-icon);
}

.shift-cell.day_off,
li.day_off {
    background-color: var(--var-day-off);
    color: var(--var-day-off-text);
}
.shift-cell i.day_off,
li i.day_off {
    color: var(--var-day-off-icon);
}

.shift-cell.absent,
li.absent {
    background-color: var(--var-absent);
    color: var(--var-absent-text);
}
.shift-cell i.absent,
li i.absent {
    color: var(--var-absent-icon);
}
.shift-cell.half_day,
li.half_day {
    background-color: var(--var-half-day);
    color: var(--var-half-day-text);
}
.shift-cell i.half_day,
li i.half_day {
    color: var(--var-half-day-icon);
}
.shift-cell.on_approve,
li.on_approve {
    background-color: var(--var-on-approve);
    color: var(--var-on-approve-text);
}
.shift-cell i.on_approve,
li i.on_approve {
    color: var(--var-on-approve-icon);
}
th.employee_name {
    font-size: 12px;
}
th span.date {
    font-size: 35px;
    line-height: 28px;
    margin-right: 5px;
    font-weight: 400;
}
th span.roaster_month {
    font-size: 10px;
    font-weight: 300;
}
.fc .fc-scrollgrid {
    border: 0 !important;
}
#full_calendar_events {
    max-width: 800px;
    margin: auto;
}
#full_calendar_events .loading img {
    width: 40px;
}
#full_calendar_events .loading {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    background: #f8f6f6d1;
    border-radius: 10px;
}
#full_calendar_events .fc-col-header-cell-cushion {
    padding: 10px;
}

#full_calendar_events td[role="presentation"],
#full_calendar_events th[role="presentation"] {
    padding: 0; /* Adjust padding as needed */
    border: 0; /* Optional: Add border if needed */
}
#full_calendar_events td[role="presentation"]::before {
    background: none;
    border: 0;
}
#full_calendar_events td,
#full_calendar_events th {
    position: relative;
    border: 10px solid #fff;
    overflow: hidden;
}
#full_calendar_events td::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f1f1f1;
    border-top: 2px solid #e2e0e0;
    border-radius: 10px;
}
#full_calendar_events .fc-daygrid-day-number {
    width: 27px;
    height: 27px;
    background: #2c3e50;
    color: #fff;
    line-height: 19px;
    text-align: center;
    border-radius: 15px;
    top: -4px;
    right: -3px;
}
#full_calendar_events td i {
    font-size: 18px;
}
#full_calendar_events td.on_leave:not(.fc-day-other) .fc-event-main {
    color: var(--var-on-leave-icon);
}
#full_calendar_events td.morning:not(.fc-day-other) .fc-event-main {
    color: var(--var-morning-icon);
}
#full_calendar_events td.present:not(.fc-day-other) .fc-event-main {
    color: var(--var-present-icon);
}
#full_calendar_events td.afternoon:not(.fc-day-other) .fc-event-main {
    color: var(--var-afternoon-icon);
}
#full_calendar_events td.night:not(.fc-day-other) .fc-event-main {
    color: var(--var-night-icon);
}
#full_calendar_events td.day_off:not(.fc-day-other) .fc-event-main {
    color: var(--var-day-off-icon);
}
#full_calendar_events td.on_approve:not(.fc-day-other) .fc-event-main {
    color: var(--var-on-approve-icon);
}
#full_calendar_events td.half_day:not(.fc-day-other) .fc-event-main {
    color: var(--var-half-day-icon);
}
#full_calendar_events td.absent:not(.fc-day-other) .fc-event-main {
    color: var(--var-absent-icon);
}
#full_calendar_events td.on_leave:not(.fc-day-other)::before {
    background: var(--var-on-leave);
    border-top-color: var(--var-on-leave-border-top);
}
#full_calendar_events td.late_mark:not(.fc-day-other) .fc-event-main {
    color: var(--var-late-mark-icon);
}

#full_calendar_events td.holiday:not(.fc-day-other) .fc-event-main {
    color: var(--var-holiday-icon);
}
#full_calendar_events td.morning:not(.fc-day-other)::before {
    background: var(--var-morning);
    border-top-color: var(--var-morning-border-top);
}
#full_calendar_events td.present:not(.fc-day-other)::before {
    background: var(--var-present);
    border-top-color: var(--var-present-border-top);
}
#full_calendar_events td.day_off:not(.fc-day-other)::before {
    background: var(--var-day-off);
    border-top-color: var(--var-day-off-border-top);
}
#full_calendar_events td.on_approve:not(.fc-day-other)::before {
    background: var(--var-on-approve);
    border-top-color: var(--var-on-approve-border-top);
}
#full_calendar_events td.afternoon:not(.fc-day-other)::before {
    background: var(--var-afternoon);
    border-top-color: var(--var-afternoon-border-top);
}
#full_calendar_events td.night:not(.fc-day-other)::before {
    background: var(--var-night);
    border-top-color: var(--var-night-border-top);
}
#full_calendar_events td.day_off:not(.fc-day-other)::before {
    background: var(--var-day-off);
    border-top-color: var(--var-day-off-border-top);
}
#full_calendar_events td.holiday:not(.fc-day-other)::before {
    background: var(--var-holiday);
    border-top-color: var(--var-holiday-border-top);
}
#full_calendar_events td.absent:not(.fc-day-other)::before {
    background: var(--var-absent);
    border-top-color: var(--var-absent-border-top);
}
#full_calendar_events td.late_mark:not(.fc-day-other)::before {
    background: var(--var-late-mark);
    border-top-color: var(--var-late-mark-border-top);
}
#full_calendar_events td.half_day:not(.fc-day-other)::before {
    background: var(--var-half-day);
    border-top-color: var(--var-half-day-border-top);
}
.fc-daygrid-event {
    white-space: normal !important;
    text-align: center;
}
.fc-h-event {
    border: 0 !important;
    background: none !important;
}
.ck-editor__editable_inline {
    height: 320px;
}
#jobheader img,
#jobfooter img {
    max-width: 100px;
}
.map-tooltip {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: 200px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.map-tooltip h3 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #007bff;
}

.map-tooltip p {
    margin: 0;
    line-height: 1.4;
}

button.gm-ui-hover-effect[aria-label="Close"] {
    position: absolute !important;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
}
/* The actual timeline (the vertical ruler) */
.main-timeline-5 {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-5::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #003966;
    top: 0;
    bottom: 0;
    left: auto;
    margin-left: -3px;
}

/* Container around content */
.timeline-5 {
    position: relative;
    background-color: inherit;
    width: 100%;
}

/* The circles on the timeline */
.timeline-5::after {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    right: 1px;
    background-color: #003966;
    top: 45px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the right */
.right-5 {
    padding: 10px 0px 10px 30px;
    left: auto;
}

/* Add arrows to the right container (pointing left) */
.right-5::before {
    content: " ";
    position: absolute;
    top: 45px;
    z-index: 1;
    left: 21px;
    border: medium solid #003966;
    border-width: 10px 10px 10px 0;
    border-color: transparent #003966 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-5::after {
    left: -10px;
}

.gradient-custom-5 {
    position: absolute;
    background: #fff;
    z-index: 1;
    max-width: 300px;
    border-radius: 10px;
    right: 55px;
    top: 9px;
    padding: 0;
    height: 468px;
    overflow-y: auto;
    box-shadow: 0px 0rem 10px rgb(0 0 0 / 47%) !important;
}
@media (max-width: 991px) {
    .main-timeline-5 {
        max-width: 100%;
    }
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: "";
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}
@media (max-width: 675px) {
    .mob-menu {
        display: block;
    }
    .row-emp-card {
        display: none !important;
    }
}
table.dataTable td,
table.dataTable th,
table th,
table td {
    font-size: 14px;
}
.m-card {
    border-radius: 10px;
    border: 0px;
    width: 100%;
    margin-bottom: 30px;
}
.m-card .card-header {
    background: transparent;
    padding: 12px 16px;
}
.m-card .card-title {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 600;
}
.celb-box-admin{
    height: 270px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
	padding-right: 7px
}
.celb-box {
    height: 400px;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
.birth-box {
    position: relative;
    height: 70px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}
.emp-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 6px;
}
.emp-img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.punch-p span, .punch-p{
	font-size: 14px !important;
	margin-top: 10px
}
.birth-con {
    padding-left: 55px;
    padding-top: 4px;
}
.birth-con .emp-name {
    font-size: 14px;
    margin-bottom: 6px;
}
.birth-con p {
}
.birth-con .emp-date {
    color: #686868;
    font-size: 13px;
}
.birth-con .emp-evnt {
    color: #004785;
    font-size: 13px;
    font-weight: 600;
}
.birth-con .emp-evnt.emp-ann {
    color: #009bce;
}
.birth-con .fa-cake-candles {
    position: absolute;
    right: 4px;
    font-size: 17px;
    bottom: 35px;
    color: #004785;
}
.birth-con .fa-gift {
    position: absolute;
    right: 4px;
    font-size: 17px;
    bottom: 35px;
    color: #009bce;
}
.mid-bar {
    border-top: 1px solid #c7c7c7;
    padding: 10px 20px;
}
.mid-bar span,
.mid-bar b {
    font-size: 14px;
}
.mid-bar b.badge {
    background-color: #003258 !important;
}
.mid-bar .row {
    margin-left: -10px;
    margin-right: -10px;
}
.main-nav-start .main-title {
    margin-bottom: 0px;
    font-size: 20px;
}

/* m css ends */
@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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        -webkit-box-flex: 0;
        -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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        -webkit-box-flex: 0;
        -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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        -webkit-box-flex: 0;
        -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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        -webkit-box-flex: 0;
        -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: 0px;
    }

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

    .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: 15px;
        padding-bottom: 15px;
    }

    .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%;
    }

    .main-nav .sidebar-toggle {
        display: none;
    }
}

@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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -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 screen and (max-width: 768px) {
    /* Adjust breakpoint as needed */
    .sidebar-head {
        position: absolute; /* Change to absolute for mobile */
        top: calc(
            56px + env(safe-area-inset-top)
        ); /* Adjust top based on margin and safe area */
        left: 0;
        /* Other mobile-specific adjustments (optional) */
    }
    .nav-user-wrapper {
        position: relative;
        margin-block-start: 56px;
        margin-top: 5px !important;
    }
}
.main-nav .main-title{
	margin-top: 0px !important
}
@media (max-width: 1199.98px) {
    .main-nav-start {
        padding-left: 0px !important;
    }
    .sidebar {
        /* position: fixed;
     z-index: 2;
     overflow-y: auto;
     left: -1000px; */
    }
    .nav-user-wrapper {
        position: relative;
        margin-block-start: 56px;
        margin-top: 5px !important;
    }
    .sidebar-head {
        position: fixed;
        top: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        margin: 0;
        background-color: #003966;
        transition: transform 0.3s ease-in-out;
    }
    .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) {
    .m-pagination a {
        display: inline-block;
        margin-top: 5px;
    }
    .sidebar-toggle {
        margin-right: 7px;
    }
    .sidebar {
        padding-top: 60px;
    }
    body {
        overflow-x: hidden;
    }
    .sidebar-head {
        padding-bottom: 0px !important;
    }
    .sort-bar-start {
        width: 100%;
        margin-bottom: 10px;
    }

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

    .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: 1024px){
	.main-nav{
		        margin-block-start: 58px;
	}
}
@media (max-width: 767.98px) {
    .holiul {
        font-size: 7px;
    }
    .m-table textarea {
        width: 100px;
    }
    .card-body .border h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .card-body .border .btn {
        font-size: 11px;
        z-index: 0;
    }
    table.dataTable td,
    table.dataTable th,
    table th,
    table td {
        font-size: 11px;
    }
    .mid-bar span,
    .mid-bar b {
        font-size: 8.6px;
    }
    .main-nav {
        margin-block-start: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-nav-start {
        width: 100%;
    }

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

    .main-nav-end {
        -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;
    }
    .main-wrapper {
        margin-top: 20px;
    }
    .main-title {
        margin-top: auto !important;
        font-size: 14px !important;
    }
    .nav-user-wrapper {
    }
}

@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) {
    .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;
    }
}

/* @media screen and (max-width: 920px) { 
    .sidebar-head {
  
    position: fixed;
    top: 0;
   
    overflow-y: auto;
   
    width: 63%;
    margin: 0;
    background-color: c;
  }
} */
