/*
    Table of Contents

    Name                 : MAXSKILLS
    Author               : DexignLab
    Author Portfolio     : https://themeforest.net/user/dexignlab/portfolio
    


    Table of Sass Contents

    1. Abstracts
        _bs-custom
        _inheritance
        _maps
        _mixin
        _variable

    2. bootstrap 
        -Here goes all official bootstrap scss files

    3. Global/Base
        _color
        _custom-grid
        _fonts
        _helper
        _reset

    4. layout
        +footer
        +header
        +rtl
        +sidebar
        +tables
        +theme
        +version-dark

    5. Conponents
        +app
        +charts
        +forms
        +map
        +uc
        +ui
        +widget

    6. Page
        _index-1
        _page-error
        _page-register
        _page-signin
        _page-user-lock
        _page-user-lock

*/



/*@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");*/



/*@import url("./../icons/simple-line-icons/css/simple-line-icons.css");
@import url("./../icons/fontawesome6/css/all.min.css");
@import url("./../icons/fontawesome/css/all.min.css");
@import url("./../icons/material-design-iconic-font/css/materialdesignicons.min.css");
@import url("./../icons/themify-icons/css/themify-icons.css");
@import url("./../icons/line-awesome/css/line-awesome.min.css");
@import url("./../icons/avasta/css/style.css");
@import url("./../icons/flaticon/flaticon.css");
@import url("./../icons/flaticon_1/flaticon_1.css");
@import url("./../icons/icomoon/icomoon.css");
@import url("./../icons/bootstrap-icons/font/bootstrap-icons.css");
@import url(./../vendor/animate/animate.min.css);
@import url(./../vendor/aos/css/aos.min.css);
@import url(./../vendor/perfect-scrollbar/css/perfect-scrollbar.css);
*/

@import url(../vendor/metismenu/css/metisMenu.min.css);

:root {

  --bs-orange: #ff9900;

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

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

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  background-color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }



hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

h1, .h1 {
  font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.25rem; } }

h2, .h2 {
  font-size: calc(1.3125rem + 0.75vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.875rem; } }

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.938rem; }

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





.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border-radius: 0.75rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 40px);
  padding-left: var(--bs-gutter-x, 40px);
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 576px) {

  .container, .container-sm {
    max-width: 540px; 
      padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  } 

  }

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1440) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1440) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }





.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }




.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.75rem; }





.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }



.d-flex {
  display: flex !important; }


.d-none {
  display: none !important; }



.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }


















.pb-0 {
  padding-bottom: 0 !important; }








@media (min-width: 1200px) {

  .d-xl-block {
    display: block !important; }
  
  .d-xl-none {
    display: none !important; }


}




body {
  overflow-x: hidden;
  height: 100%;
  position: relative;
  max-width: 100%;
  font-size: 0.875rem; }


p {
  line-height: 1.8; }

.box-shadow-none {
  box-shadow: none !important; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative; }
  #main-wrapper.show {
    opacity: 1; }



ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a {
  color: #3D4152;
  text-decoration: none; }
  a:hover, a:focus, a.active {
    text-decoration: none; }

.btn-link:hover, .btn-link:focus, .btn-link.active {
  text-decoration: none; }

.bg-primary {
  background-color: var(--primary) !important; }

.bg-secondary {
  background-color: var(--secondary) !important; }

.text-primary {
  color: var(--primary) !important; }



h1, .h1, .h1, h2, .h2, .h2, h3, .h3, .h3, h4, .h4, .h4, h5, .h5, .h5, h6, .h6, .h6 {
  line-height: 1.5;
  font-weight: 600;
  color: #3D4152; }

.w-space-no {
  white-space: nowrap; }

.container {
  margin-top: 2.5rem;
  max-width: 100%;
 
}
  @media only screen and (min-width: 1600px) and (max-width: 1920px) {
/*    .container {
      max-width: 1500px; 
    } */
    }

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
  padding-top: 2.5rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem; }
  @media only screen and (max-width: 75rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
      padding-top: 1.875rem;
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media only screen and (max-width: 64rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
      padding-top: 1.25rem;
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media only screen and (max-width: 35.9375rem) {
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
      padding-top: 0.9375rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }





.border-top {
  border-top: 1px solid #B3B3B3 !important; }


.footer {
  padding-left: 17.1875rem;
  font-size: 0.875rem; }
  .footer .copyright {
    padding: 0.9375rem; }
    .footer .copyright p {
      text-align: center;
      margin: 0;
      color: #918f8f; }
    .footer .copyright a {
      color: var(--primary); }



@media only screen and (max-width: 64rem) {
  [data-sidebar-style="overlay"] .nav-header .logo-abbr {
    display: block; } }

[data-nav-headerbg="color_1"] .brand-logo .logo-abbr svg path {
  fill: var(--primary); }

[data-header-position="fixed"] .nav-header {
  position: fixed; }

.nav-header {
  height: 5.5rem;
  width: var(--space-right);
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 0;
  background-color: var(--nav-headbg);
  transition: all .2s ease;
  z-index: 5;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3; }
  .nav-header .logo-abbr {
    max-width: 2.9375rem; }
    @media only screen and (max-width: 87.5rem) {
      .nav-header .logo-abbr {
        max-width: 2.8125rem; } }
    @media only screen and (max-width: 35.9375rem) {
      .nav-header .logo-abbr {
        width: 2.1875rem;
        height: 2.1875rem; } }
  .nav-header .logo-compact {
    display: none; }
  @media only screen and (max-width: 87.5rem) {
    .nav-header {
      height: 5.5rem;
      width: 17rem; } }
  .nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: none;
    padding-left: 2.875rem;
    padding-right: 1.875rem;
    font-weight: 700; }
    @media only screen and (max-width: 87.5rem) {
      .nav-header .brand-logo {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    [data-sidebar-style="compact"] .nav-header .brand-logo,
    [data-sidebar-style="mini"] .nav-header .brand-logo {
      padding-left: 0;
      padding-right: 0;
      justify-content: center; }
    @media only screen and (max-width: 64rem) {
      .nav-header .brand-logo {
        padding-left: 0;
        padding-right: 0;
        justify-content: center; } }
  .nav-header .brand-title {
    margin-left: 0.9375rem;
    max-width: 8.75rem;
    color: #000; }

    .nav-header .brand-title h2, .nav-header .brand-title .h2 {
      line-height: 0;
      font-weight: bold;
      font-size: 1.75rem;
      margin-bottom: 12px;
      color: #fff; }
    .nav-header .brand-title .brand-sub-title {
      font-size: 0.875rem;
      font-weight: 400;
      white-space: nowrap;
      font-family: Nunito; }
  @media only screen and (max-width: 64rem) {
    .nav-header {
      top: 0;
      background: transparent; } }
  .nav-header .rect-primary-rect {
    fill: var(--primary); }

@media only screen and (max-width: 74.9375rem) {
  .nav-header {
    height: 5rem; } }

@media only screen and (max-width: 63.9375rem) {
  .nav-header {
    width: 5rem; }
    .nav-header .brand-title {
      display: none; } }

.nav-control {
  cursor: pointer;
  position: absolute;
  right: -5rem;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9999;
  font-size: 1.4rem;
  padding: 0.125rem 0.5rem 0;
  border-radius: 0.125rem; }
  @media only screen and (max-width: 87.5rem) {
    .nav-control {
      right: -3.556rem; } }
  @media only screen and (max-width: 64rem) {
    .nav-control {
      right: -3rem; } }
  @media only screen and (max-width: 35.9375rem) {
    .nav-control {
      right: -0.938rem; } }

.hamburger {
  display: none;
  left: 0rem;
  position: relative;
  top: 0rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 1.625rem;
  z-index: 999; }
  @media only screen and (max-width: 1600px) {
    .hamburger {
      
      left: -2rem; } }
  @media only screen and (max-width: 1480px) {
    .hamburger {
      
      left: 0; } }
  @media only screen and (max-width: 87.5rem) {
    .hamburger {
      
      left: -1rem; } }
  @media only screen and (max-width: 64rem) {
    .hamburger {
      display: inline-block;
      left: 0; } }

.hamburger .line {
  background: #fff;
  display: block;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger .line:nth-child(1) {
  width: 1.625rem; }

.hamburger .line:nth-child(2) {
  width: 1.625rem; }

.hamburger .line:nth-child(3) {
  width: 0.9375rem; }

.hamburger:hover {
  cursor: pointer; }

.hamburger:hover .line {
  width: 1.625rem; }

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
  width: 0.625rem;
  height: 0.125rem; }

.hamburger.is-active .line:nth-child(2) {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  width: 1.375rem;
  height: 0.125rem; }

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
  transform: translateY(4px) translateX(12px) rotate(45deg); }

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
  transform: translateY(-4px) translateX(12px) rotate(-45deg); }


.header {
  height: 5.5rem;
  z-index: 1;
  position: relative;
  padding: 0rem;
  background: var(--headerbg);
  z-index: 3;
  padding-left: var(--space-right);
  padding-top: 0rem;
  transition: all .2s ease;
  position: relative;
  border-bottom: 1px solid #B3B3B3; }
  .header:before, .header:after {
    content: "";
    width: 2.5rem;
    height: 2.188rem;
    background: var(--headerbg);
    position: absolute;
    bottom: -2.188rem;
    right: 0;
    z-index: -8; }
    @media only screen and (max-width: 74.9375rem) {
      .header:before, .header:after{
        right: -8px; } }
    @media only screen and (max-width: 61.9375rem) {
      .header:before, .header:after, .dlabnav:before, .dlabnav:after {
        width: 2rem;
        right: 0; } }
    @media only screen and (max-width: 47.9375rem) {
      .header:before, .header:after, .dlabnav:before, .dlabnav:after {
        width: 0.95rem!important; } }
    @media only screen and (max-width: 35.9375rem) {
      .header:before, .header:after, .dlabnav:before, .dlabnav:after {
        width: 0.95rem!important; } }
  .header:before {
    z-index: -7;
    background: #fff;
    border-radius: 0 40px 0 0; }
  .header .header-content {
    height: 100%;
    padding-left: 0;
    align-items: center;
    display: flex; }
   


  .header .navbar {
    padding: 0;
    height: 100%;
    width: 100%; }
    .header .navbar .navbar-collapse {
      height: 100%;
      width: 100%; }
  @media only screen and (max-width: 87.5rem) {
    .header {
      height: 5.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .header {
      height: 5rem; } }
  @media only screen and (max-width: 64rem) {
    .header {
      padding-top: 0; } }







[data-header-position="fixed"] .header {
  position: fixed;
  top: 0;
  width: 100%; }

[data-header-position="fixed"] .content-body {
  padding-top: 7.5rem; }
  @media only screen and (max-width: 87.5rem) {
    [data-header-position="fixed"] .content-body {
      padding-top: 7.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    [data-header-position="fixed"] .content-body {
      padding-top: 7rem; } }
  @media only screen and (max-width: 35.9375rem) {
    [data-header-position="fixed"] .content-body {
      padding-top: 5rem; } }

[data-header-position="fixed"] .dlabnav {
  margin-top: 0; }





:root {
  --space-right: 18.75rem; }
  :root [data-layout="horizontal"][data-sidebar-style="full"][data-container="wide"] {
    --space-right: 3.75rem; }


.content-body {
  margin-left: var(--space-right);
  z-index: 0;
  transition: all .2s ease; }
  @media only screen and (max-width: 87.5rem) {
    .content-body {
      margin-left: 19rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .content-body {
      margin-left: 17rem; } }
  @media only screen and (max-width: 64rem) {
    .content-body {
      margin-left: 0; } }

.dlabnav {
  width: var(--space-right);
  padding-bottom: 0;
  height: calc(100% - 5rem);
  position: absolute;
  top: 5.5rem;
  padding-top: 0;
  z-index: 6;
  background-color: var(--sidebar-bg);
  transition: all .2s ease;
  box-shadow: 0rem 0.9375rem 1.875rem 0rem rgba(0, 0, 0, 0.02);
  position: relative; }
  .dlabnav:before, .dlabnav:after {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    background: var(--nav-headbg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -8; }
  .dlabnav:before {
    z-index: -1;
    background: var(--sidebar-bg);
    border-radius: 30px 0 0 0; }
  @media only screen and (max-width: 87.5rem) {
    .dlabnav {
      top: 5.5rem;
      height: calc(100% - 78px); } }
  @media only screen and (max-width: 74.9375rem) {
    .dlabnav {
      top: 5rem;
      height: calc(100% - 70px); } }
  @media only screen and (max-width: 64rem) {
    .dlabnav {
      width: 18rem; } }
  .dlabnav .dlabnav-scroll {
    position: relative;
    height: 100%; }
  @media only screen and (max-width: 87.5rem) {
    .dlabnav {
      width: 17rem; } }
  .dlabnav ul {
    padding: 0;
    margin: 0;
    list-style: none; }

.metismenu {
  display: flex;
  flex-direction: column;
  padding-top: 0.9375rem; }
  .metismenu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0; }
  .metismenu > li {
    display: flex;
    flex-direction: column; }
    .metismenu > li a > i {
      font-size: 1.3rem;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 0;
      height: auto;
      width: auto;
      text-align: center;
      margin-right: 1.25rem;
      border-radius: 0.125rem;
      line-height: 1;
      border-radius: 0.125rem; }


      @media only screen and (max-width: 84.375rem) {
        .metismenu > li a > i {
          height: auto;
          line-height: 0.0625rem;
          width: auto;
          font-size: 1.5rem;
          padding: 0;
          color: #969BA0; } }
    .metismenu > li > a {
      font-weight: 500;
      display: inline-block;
      font-size: 1rem;
      color: #777777; }
      .metismenu > li > a i {
        color: #96A0AF; }
      .metismenu > li > a svg {
        max-width: 1.5rem;
        max-height: 1.5rem;
        height: 100%;
        margin-right: 0.3125rem;
        margin-top: -0.1875rem;
        color: var(--primary); }
      .metismenu > li > a g [fill] {
        fill: #8088a1; }
    .metismenu > li:hover > a, .metismenu > li:focus > a {
      /*  background-color: lighten($color: $primary, $amount: 40%); */
      color: var(--primary); }
      .metismenu > li:hover > a g [fill], .metismenu > li:focus > a g [fill] {
        fill: var(--primary); }
    .metismenu > li.mm-active > a {
      background-color: var(--primary);
      color: #fff;
      /* background:var(--rgba-primary-1); */
      font-weight: 600;
      box-shadow: none;
      box-shadow: 14px 14px 30px 0px var(--rgba-primary-1); }
      .metismenu > li.mm-active > a i {
        font-weight: 900;
        color: #fff; }
      .metismenu > li.mm-active > a g [fill] {
        fill: var(--primary); }
      .metismenu > li.mm-active > a:after {
        border-top: 0.3125rem solid #fff;
        border-left: 0.3125rem solid #fff; }
      .metismenu > li.mm-active > a span {
        color: unset; }
    [data-sidebar-style="compact"] .metismenu > li.mm-active > a i {
      background: var(--rgba-primary-1);
      color: var(--primary) !important; }
  .metismenu li {
    position: relative; }
  .metismenu ul {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0; }
    .metismenu ul a {
      padding-top: .5rem;
      padding-bottom: .5rem;
      position: relative;
      font-size: 0.9375rem;
      padding-left: 4.188rem;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      @media only screen and (max-width: 84.375rem) {
        .metismenu ul a {
          padding-left: 4.6rem; } }
      @media only screen and (max-width: 64rem) {
        .metismenu ul a {
          padding-left: 3.5rem;
          font-size: 0.875rem; } }
      [data-sidebar-style="full"] .metismenu ul a:before {
        content: "";
        height: 0.125rem;
        width: 0.375rem;
        background: var(--rgba-primary-5);
        position: absolute;
        left: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
      [data-sidebar-style="full"] .metismenu ul a:hover {
        padding-left: 5.5rem; }
        @media only screen and (max-width: 78.125rem) {
          [data-sidebar-style="full"] .metismenu ul a:hover {
            padding-left: 4.5rem; } }
        [data-sidebar-style="full"] .metismenu ul a:hover:before {
          width: 1.25rem; }
      .metismenu ul a:hover, .metismenu ul a:focus, .metismenu ul a.mm-active {
        text-decoration: none;
        color: var(--primary); }
      .metismenu ul a:before {
        position: absolute;
        content: none;
        height: 0.125rem;
        width: 0.5rem;
        top: 50%;
        left: 1.75rem;
        border-radius: 3.75rem;
        transform: translateY(-50%); }
        @media only screen and (max-width: 84.375rem) {
          .metismenu ul a:before {
            left: 2.8125rem; } }
  .metismenu a {
    position: relative;
    display: block;
    padding: 0.625rem 1.875rem;
    outline-width: 0;
    color: #777777;
    text-decoration: none; }
    @media only screen and (max-width: 64rem) {
      .metismenu a {
        padding: 0.625rem 1.25rem; } }
  .metismenu .has-arrow:after {
    /* width:  .5rem;
                height: .5rem;
                border-color: inherit; */
    border-top: 0.3125rem solid #C8C8C8;
    border-left: 0.3125rem solid #C8C8C8;
    border-bottom: 0.3125rem solid transparent;
    border-right: 0.3125rem solid transparent;
    right: 1.875rem;
    top: 48%;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%); }
  .metismenu .has-arrow[aria-expanded=true]:after,
  .metismenu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    /* margin-right: 2rem; */ }









body > * {
  scrollbar-width: thin;
  scrollbar-color: rgba(111, 133, 147, 0.1) #fff0; }

::-webkit-scrollbar {
  width: 5px;
  opacity: 0; }

/* ::-webkit-scrollbar-thumb{
	background:  rgba(111, 133, 147, 0.0); 
} */
::-webkit-scrollbar-thumb {
  background: rgba(111, 133, 147, 0.1); }























  @media only screen and (max-width: 64rem) {
    [data-sidebar-style="overlay"][data-layout="vertical"] .dlabnav {
      border-radius: 0 0 0 0 !important; } }

[data-sidebar-style="overlay"][data-layout="vertical"] .nav-header {
  border-radius: 0; }

[data-sidebar-style="overlay"][data-layout="vertical"] .menu-toggle .nav-header {
  border-radius: 0 0 0 0; }

[data-sidebar-style="overlay"] .dlabnav {
  left: -100%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.2); }
  [data-sidebar-style="overlay"] .dlabnav .metismenu > li {
    padding: 0 1.875rem; }
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
      font-size: 1rem;
      padding: 0.825rem 1.5rem;
      color: #7f7184;
      border-radius: 0.5rem;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
      [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a i {
        height: auto;
        width: auto;
        line-height: 1; }
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li:hover > a {
      color: var(--primary); }
      [data-sidebar-style="overlay"] .dlabnav .metismenu > li:hover > a i {
        color: var(--primary); }
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li.mm-active > a {
      /* background: var(--rgba-primary-1); */
      color: #fff; }
      [data-sidebar-style="overlay"] .dlabnav .metismenu > li.mm-active > a i {
        color: #fff; }
    @media only screen and (max-width: 64rem) {
      [data-sidebar-style="overlay"] .dlabnav .metismenu > li {
        padding: 0rem 0.9375rem; } }
  [data-sidebar-style="overlay"] .dlabnav .metismenu ul a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
    font-size: 0.9375rem;
    padding-left: 4rem; }
    [data-sidebar-style="overlay"] .dlabnav .metismenu ul a:before {
      left: 1.5625rem; }
  [direction="rtl"][data-sidebar-style="overlay"] .dlabnav {
    left: auto;
    right: -100%; }
  @media only screen and (max-width: 64rem) {
    [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a {
      font-size: 0.875rem;
      padding: 0.75rem 0.875rem; }
      [data-sidebar-style="overlay"] .dlabnav .metismenu > li > a i {
        font-size: 1.125rem; }
    [data-sidebar-style="overlay"] .dlabnav .metismenu ul li a {
      padding-left: 3.4rem; } }

[data-sidebar-style="overlay"] .content-body {
  margin-left: 0; }

[data-sidebar-style="overlay"] .nav-header {
  position: absolute; }
  [data-sidebar-style="overlay"] .nav-header .hamburger.is-active {
    left: 0; }
    [data-sidebar-style="overlay"] .nav-header .hamburger.is-active .line {
      background-color: #fff; }

[data-sidebar-style="overlay"] .menu-toggle .nav-header {
  position: absolute;
  left: auto; }

[data-sidebar-style="overlay"] .menu-toggle .dlabnav {
  left: 0; }
  [direction="rtl"][data-sidebar-style="overlay"] .menu-toggle .dlabnav {
    left: auto;
    right: 0; }
  @media only screen and (max-width: 64rem) {
    [data-sidebar-style="overlay"] .menu-toggle .dlabnav {
      box-shadow: none; } }



[data-sidebar-position="fixed"][data-layout="vertical"] .nav-header {
  position: fixed;
  border-top-left-radius: 0; }

[data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav {
  position: fixed; }
  [data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav .dlabnav-scroll {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem; }
    [data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav .dlabnav-scroll .menu-title {
      color: var(--primary);
      padding-top: 40px;
      padding-left: 46px; }
      [data-sidebar-position="fixed"][data-layout="vertical"] .dlabnav .dlabnav-scroll .menu-title.style-1 {
        padding-top: 40px;
        padding-left: 46px; }



[data-layout="vertical"] .nav-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-layout="vertical"] .dlabnav {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

[data-sidebar-position="static"][data-layout="vertical"] .dlabnav .dlabnav-scroll .menu-title {
  color: var(--primary);
  padding-top: 40px;
  padding-left: 46px; }

















































:root {
  --nav-headbg: #ffffff;
  --sidebar-bg: #FFFFFF;
  --headerbg: #FFFFFF; }


[data-nav-headerbg="color_3"][data-theme-version="dark"],
[data-nav-headerbg="color_3"] {
  --nav-headbg: #FC8019;
  /* &[data-nav-headerbg="color_8"]{
				.nav-header{
					.brand-logo{
						.brand-title{
							path{
								fill:$black;		
							}
							tspan{
								fill:$black;	
							}
						}	
					}
					.hamburger .line{
						background:$black;
					}
				}
			} */ }
  [data-nav-headerbg="color_3"][data-theme-version="dark"] .nav-header,
  [data-nav-headerbg="color_3"] .nav-header {
    border: 0; }
    [data-nav-headerbg="color_3"][data-theme-version="dark"] .nav-header .brand-logo .logo-abbr path,
    [data-nav-headerbg="color_3"] .nav-header .brand-logo .logo-abbr path {
      fill: #fff; }
    [data-nav-headerbg="color_3"][data-theme-version="dark"] .nav-header .brand-logo .brand-title path,
    [data-nav-headerbg="color_3"] .nav-header .brand-logo .brand-title path {
      fill: #fff; }
    [data-nav-headerbg="color_3"][data-theme-version="dark"] .nav-header .hamburger .line,
    [data-nav-headerbg="color_3"] .nav-header .hamburger .line {
      background: #fff; }


[data-sibebarbg="color_3"][data-theme-version="dark"],
[data-sibebarbg="color_3"] {
  --sidebar-bg: #FC8019;
  /* .hamburger .line{
				background:$white;
			} */
  /* &[data-sidebar-style="full"][data-layout="vertical"]{
				.dlabnav .metismenu > li.mm-active > a,
				.dlabnav .metismenu > li:hover > a{
						background:transparent;
				}	
			} */
  /* &[data-sibebarbg="color_8"]{
				.dlabnav .metismenu ul a:before {
					background:rgba($black,0.5);
				}
				 .dlabnav {
					.metismenu{
						a{
							color:rgba($black,0.6)!important;
							&:hover,
							&:focus,
							&.mm-active {
								color:$black!important;
							}
						}
						.has-arrow:after{
							    border-color: rgba(0,0,0,0.85) transparent transparent rgba(0,0,0,0.85);
						}
						&>li{
							&>a{
								color:rgba($black,0.6)!important;
								i{
									color:rgba($black,0.6)!important;
								}
							}
							&.mm-active{
								&>a{
									background:rgba($black,0.6)!important;
									&:before{
										background:rgba($black,0.6)!important;
									}
									
									
								}	
							}
						}
					}
					.copyright p{
						color:rgba($black,0.6);							
					}
					.book-box{
						background: rgba($black,0.4);
					}
					.header-info2 span{
					color: rgba($black,0.6)
					}
					.sidebar-info{
						color: rgba($black,0.6); 
						i{
							color: rgba($black,0.6) 		
						}
					}
				} 
				
				 .plus-box{
					background-color:rgba($black,0.4);	
				} 
			} */ }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .menu-toggle .dlabnav .metismenu li > ul,
  [data-sibebarbg="color_3"] .menu-toggle .dlabnav .metismenu li > ul {
    background: #FC8019 !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu ul a:before,
  [data-sibebarbg="color_3"] .dlabnav .metismenu ul a:before {
    background: rgba(255, 255, 255, 0.5); }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i,
  [data-sibebarbg="color_3"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i {
    color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-layout="vertical"] .dlabnav .plus-box h5, [data-sibebarbg="color_3"][data-theme-version="dark"][data-layout="vertical"] .dlabnav .plus-box .h5,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-layout="vertical"] .dlabnav .plus-box p,
  [data-sibebarbg="color_3"][data-layout="vertical"] .dlabnav .plus-box h5,
  [data-sibebarbg="color_3"][data-layout="vertical"] .dlabnav .plus-box .h5,
  [data-sibebarbg="color_3"][data-layout="vertical"] .dlabnav .plus-box p {
    color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-layout="vertical"] .dlabnav.border-right,
  [data-sibebarbg="color_3"][data-layout="vertical"] .dlabnav.border-right {
    border-right: 1px solid transparent; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="mini"] .dlabnav, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="modern"] .dlabnav, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"] .dlabnav, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav,
  [data-sibebarbg="color_3"][data-sidebar-style="mini"] .dlabnav,
  [data-sibebarbg="color_3"][data-sidebar-style="modern"] .dlabnav,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"] .dlabnav,
  [data-sibebarbg="color_3"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav,
  [data-sibebarbg="color_3"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav {
    /* &.[data-theme-version = "dark"]{
						.dlabnav{
								&:before{
									background:var(--sidebar-bg);
									//background:$d-bg;
								}
								&:after{
									//background:var(--nav-headbg);
									background:var(--primary);
								}
						}
					} */ }
    [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="mini"] .dlabnav .metismenu li ul, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="modern"] .dlabnav .metismenu li ul, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"] .dlabnav .metismenu li ul, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu li ul, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu li ul,
    [data-sibebarbg="color_3"][data-sidebar-style="mini"] .dlabnav .metismenu li ul,
    [data-sibebarbg="color_3"][data-sidebar-style="modern"] .dlabnav .metismenu li ul,
    [data-sibebarbg="color_3"][data-sidebar-style="compact"] .dlabnav .metismenu li ul,
    [data-sibebarbg="color_3"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu li ul,
    [data-sibebarbg="color_3"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu li ul {
      background-color: #fd9c4b; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="mini"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="mini"] .dlabnav .metismenu > li:hover > a, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="modern"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="modern"] .dlabnav .metismenu > li:hover > a, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"] .dlabnav .metismenu > li:hover > a, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu > li:hover > a, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="mini"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="mini"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="modern"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="modern"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="icon-hover"][data-layout="horizontal"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="full"][data-layout="horizontal"] .dlabnav .metismenu > li:hover > a {
    background: rgba(255, 255, 255, 0.15) !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li a:hover,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li a:hover {
    color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li > a > i,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li > a > i {
    background: #fc8828 !important;
    color: rgba(255, 255, 255, 0.7); }
  [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a {
    box-shadow: none;
    background: transparent !important;
    color: #fff !important; }
    [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i, [data-sibebarbg="color_3"][data-theme-version="dark"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a i,
    [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li.mm-active > a i,
    [data-sibebarbg="color_3"][data-sidebar-style="compact"][data-layout="vertical"] .dlabnav .metismenu > li:hover > a i {
      background: #fd9c4b !important;
      color: #fff !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu a,
  [data-sibebarbg="color_3"] .dlabnav .metismenu a {
    color: rgba(255, 255, 255, 0.8) !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu li ul a:hover, [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu li ul a:focus, [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu li ul a.mm-active,
  [data-sibebarbg="color_3"] .dlabnav .metismenu li ul a:hover,
  [data-sibebarbg="color_3"] .dlabnav .metismenu li ul a:focus,
  [data-sibebarbg="color_3"] .dlabnav .metismenu li ul a.mm-active {
    color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu > li > a,
  [data-sibebarbg="color_3"] .dlabnav .metismenu > li > a {
    color: rgba(255, 255, 255, 0.85) !important; }
    [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu > li > a i,
    [data-sibebarbg="color_3"] .dlabnav .metismenu > li > a i {
      color: rgba(255, 255, 255, 0.85) !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu > li.mm-active > a,
  [data-sibebarbg="color_3"] .dlabnav .metismenu > li.mm-active > a {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important; }
    [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu > li.mm-active > a i,
    [data-sibebarbg="color_3"] .dlabnav .metismenu > li.mm-active > a i {
      color: #fff !important; }
    [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu > li.mm-active > a:before,
    [data-sibebarbg="color_3"] .dlabnav .metismenu > li.mm-active > a:before {
      background: #fff !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .metismenu .has-arrow:after,
  [data-sibebarbg="color_3"] .dlabnav .metismenu .has-arrow:after {
    border-color: rgba(255, 255, 255, 0.85) transparent transparent rgba(255, 255, 255, 0.85) !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .header-info2 span,
  [data-sibebarbg="color_3"] .dlabnav .header-info2 span {
    color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .sidebar-info,
  [data-sibebarbg="color_3"] .dlabnav .sidebar-info {
    color: #fff; }
    [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .sidebar-info i,
    [data-sibebarbg="color_3"] .dlabnav .sidebar-info i {
      color: #fff; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .dlabnav .menu-title,
  [data-sibebarbg="color_3"] .dlabnav .menu-title {
    color: #fff !important; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .plus-box,
  [data-sibebarbg="color_3"] .plus-box {
    background-color: #fd9c4b; }
  [data-sibebarbg="color_3"][data-theme-version="dark"] .copyright,
  [data-sibebarbg="color_3"] .copyright {
    color: #fff; }


[data-headerbg="color_3"][data-theme-version="dark"],
[data-headerbg="color_3"] {
  --headerbg: #FC8019;
  /* &[data-headerbg="color_8"]{
					
				.search-area .input-group-text,
				.search-area .form-control,.search-area .form-control::placeholder{
					color:$black;
					background:#F1F1F1;
				}
				.header-left{
					.search-area .form-control,
					.search-area .input-group-text{
						i{
							color:$black;
						}
					}
					.dashboard_bar{
						color:$black;	
					}
					.plus-icon a{
						background-color:$black;	
					}
					
				}
				.hamburger .line{
					background:$black;
					}
				
				.header-right{
				svg{
					path{
						fill:rgba($black,0.4);	
					}
				}
			} */ }
  [data-headerbg="color_3"][data-theme-version="dark"] .search-area .input-group-text,
  [data-headerbg="color_3"][data-theme-version="dark"] .search-area .form-control, [data-headerbg="color_3"][data-theme-version="dark"] .search-area .form-control::placeholder,
  [data-headerbg="color_3"] .search-area .input-group-text,
  [data-headerbg="color_3"] .search-area .form-control,
  [data-headerbg="color_3"] .search-area .form-control::placeholder {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header,
  [data-headerbg="color_3"] .header {
    border: 0; }
  [data-headerbg="color_3"][data-theme-version="dark"] .h-search svg path,
  [data-headerbg="color_3"] .h-search svg path {
    fill: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-bx .bootstrap-select:before,
  [data-headerbg="color_3"] .header-bx .bootstrap-select:before {
    background-color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-bx .search-area2 .form-control,
  [data-headerbg="color_3"] .header-bx .search-area2 .form-control {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .search-area .input-group-append .input-group-text i,
  [data-headerbg="color_3"] .search-area .input-group-append .input-group-text i {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-bx .search-area2 svg path,
  [data-headerbg="color_3"] .header-bx .search-area2 svg path {
    fill: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .search-area .form-control,
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .search-area .input-group-text,
  [data-headerbg="color_3"] .header-right .search-area .form-control,
  [data-headerbg="color_3"] .header-right .search-area .input-group-text {
    background-color: #fd9c4b; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-right .search-area .form-control i,
    [data-headerbg="color_3"][data-theme-version="dark"] .header-right .search-area .input-group-text i,
    [data-headerbg="color_3"] .header-right .search-area .form-control i,
    [data-headerbg="color_3"] .header-right .search-area .input-group-text i {
      color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .notification_dropdown .nav-link,
  [data-headerbg="color_3"] .header-right .notification_dropdown .nav-link {
    background-color: #fd9c4b; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-right .notification_dropdown .nav-link svg path,
    [data-headerbg="color_3"] .header-right .notification_dropdown .nav-link svg path {
      fill: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .dlab-side-menu .search-coundry .dashboard-select,
  [data-headerbg="color_3"] .header-right .dlab-side-menu .search-coundry .dashboard-select {
    color: #000; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-right .dlab-side-menu .search-coundry .dashboard-select:after,
    [data-headerbg="color_3"] .header-right .dlab-side-menu .search-coundry .dashboard-select:after {
      border-color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2:after,
  [data-headerbg="color_3"] .header-right .header-profile2:after {
    background-color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2 i, [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2 h6, [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2 .h6, [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2 .h6,
  [data-headerbg="color_3"] .header-right .header-profile2 i,
  [data-headerbg="color_3"] .header-right .header-profile2 h6,
  [data-headerbg="color_3"] .header-right .header-profile2 .h6,
  [data-headerbg="color_3"] .header-right .header-profile2 .h6 {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-right .header-profile2 img,
  [data-headerbg="color_3"] .header-right .header-profile2 img {
    border-color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-left .dashboard_bar,
  [data-headerbg="color_3"] .header-left .dashboard_bar {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx,
  [data-headerbg="color_3"] .header-left .header-bx {
    background-color: #fc8e32 !important;
    border-color: #fd9c4b; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx .form-control::placeholder,
    [data-headerbg="color_3"] .header-left .header-bx .form-control::placeholder {
      color: #fff; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx .filter-option-inner-inner,
    [data-headerbg="color_3"] .header-left .header-bx .filter-option-inner-inner {
      color: #fff; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx .bootstrap-select .btn i,
    [data-headerbg="color_3"] .header-left .header-bx .bootstrap-select .btn i {
      color: #fff; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx .dropdown-toggle:after,
    [data-headerbg="color_3"] .header-left .header-bx .dropdown-toggle:after {
      border-top: 0.3em solid #fff; }
    [data-headerbg="color_3"][data-theme-version="dark"] .header-left .header-bx .search-area2,
    [data-headerbg="color_3"] .header-left .header-bx .search-area2 {
      background-color: #fc8e32; }
  [data-headerbg="color_3"][data-theme-version="dark"] .header-profile > a.nav-link .header-info small, [data-headerbg="color_3"][data-theme-version="dark"] .header-profile > a.nav-link .header-info .small, [data-headerbg="color_3"][data-theme-version="dark"] .header-profile > a.nav-link .header-info span,
  [data-headerbg="color_3"] .header-profile > a.nav-link .header-info small,
  [data-headerbg="color_3"] .header-profile > a.nav-link .header-info .small,
  [data-headerbg="color_3"] .header-profile > a.nav-link .header-info span {
    color: #fff; }
  [data-headerbg="color_3"][data-theme-version="dark"] .hamburger .line,
  [data-headerbg="color_3"] .hamburger .line {
    background: #fff !important; }















button {
  cursor: pointer; }
  button:focus {
    outline: 0;
    box-shadow: none; }

.btn {
  padding: 0.7875rem 1.319rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    outline: 0 !important; }
  .btn.btn-success, .btn.btn-secondary, .btn.btn-warning, .btn.btn-primary, .btn.btn-danger, .btn.btn-info {
    color: #fff; }
  .btn-transparent {
    background-color: transparent; }

.btn-primary {
  border-color: var(--primary);
  background-color: var(--primary); }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover); }
  .btn-primary:focus {
    box-shadow: 0 0 0 0.25rem var(--rgba-primary-5);
    outline: 0 !important; }
  .btn-primary:disabled, .btn-primary.disabled {
    background-color: var(--primary);
    border-color: var(--primary); }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  border-radius: 0.5rem; }



.btn-block {
  display: block;
  width: 100%; }










































.card {
  margin-bottom: 1.875rem;
  background-color: unset;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0rem solid transparent;
  border-radius: 0.5rem;
  box-shadow: none;
  height: calc(100% - 30px);
  border: 1px solid rgba(0, 0, 0, 0.3); }

  @media only screen and (max-width: 35.9375rem) {
    .card {
      margin-bottom: 0.938rem;
      height: calc(100% - 0.938rem); } }
  .card-body {
    padding: 1.875rem; }
    @media only screen and (max-width: 35.9375rem) {
      .card-body {
        padding: 1rem; } }
  .card-title {
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    text-transform: capitalize; }
    .card-title--large {
      font-size: 1.5rem; }
    .card-title--medium {
      font-size: 1rem; }
    .card-title--small {
      font-size: 0.875rem; }
  .card-header {
    border-color: #DBDBDB;
    position: relative;
    background: transparent;
    padding: 1.5rem 1.875rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 35.9375rem) {
      .card-header {
        padding: 1.25rem 1rem 1.25rem; } }

    .card-header .card-title {
      margin-bottom: 0rem; }
    .card-header .subtitle {
      padding-top: 0.3125rem;
      font-size: 0.875rem;
      line-height: 1.5; }
  .card-footer {
    border-color: #DBDBDB;
    background: transparent;
    padding: 1.25rem 1.875rem 1.25rem; }

    @media only screen and (max-width: 35.9375rem) {
      .card-footer {
        padding: 1.25rem 1rem 1.25rem; } }

.transparent-card.card {
  background: transparent;
  border: 0.0625rem solid transparent;
  box-shadow: none; }

.card-action > a {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  background: var(--primary-dark);
  color: #fff;
  margin-right: 0.5rem; }

  .card-action > a:last-child {
    margin-right: 0; }
  .card-action > a:hover, .card-action > a:focus {
    background: var(--primary-dark); }
  
  .card-action > a i, .card-action > a span {
    font-size: 1rem; }

.card-action .dropdown {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.3125rem;
  border-color: transparent;
  text-align: center;
  margin-right: 0.5rem;
  top: -0.125rem;
  position: relative;
  display: inline-block;
  background: var(--primary-dark);
  color: var(--primary); }

  .card-action .dropdown:hover, .card-action .dropdown:focus {
    background: var(--primary-dark); }

  .card-action .dropdown .btn {
    padding: 0;
    line-height: 1.6875rem;
    color: #fff; }
    .card-action .dropdown .btn:focus {
      box-shadow: none; }























.border-right {
  border-right: 1px solid #B3B3B3; }





.card.dlab-bg {
  background-color: var(--rgba-primary-1);
  border-color: var(--primary); }





.quntity {
  border: 1px solid var(--primary);
  font-size: 14px;
  font-weight: 400;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden; }
  .quntity input {
    width: 20px;
    text-align: center;
    border: none;
    background: transparent; }
  .quntity button {
    width: 30px;
    border: none;
    border-color: var(--primary);
    background: transparent;
    height: 28px;
    color: var(--primary); }
    .quntity button:first-child {
      border-right: 1px solid var(--primary); }
    .quntity button:last-child {
      border-left: 1px solid var(--primary); }





  .order-check .dlab-media {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid var(--primary);
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px; }

    .order-check .dlab-media img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
