:root {
  --primary-color: #030712;
  --sidebar-background-color: linear-gradient(178.98deg,
      #199675 -453.29%,
      #212121 91.53%);
  --font-family: "Lexend", sans-serif;
  --primary: #3a86ff;
  --primary-dark: #2667cc;
  --success: #4caf50;
  --warning: #ff9800;
  --danger: #f44336;
  --info: #2196f3;
  --dark: #212529;
  --light: #f8f9fa;
  --gray: #6c757d;
  --gray-light: #e9ecef;
  --border-radius: 12px;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
}

$color_1: var(--dark);
$color_2: var(--primary);
$color_3: white;
$color_4: var(--warning);
$color_5: var(--gray);
$color_6: var(--success);
/* fonts */

$remixixon: remixicon;

/* colors */
$white: #ffffff;
$white-dark: #eeeeee;
$black: #000000;
$dark-font: #030712;
$grey: #777777;
$grey-light: #7a8591;
$notify-color: #d7191c;
$input-bg: $white-dark;
$input-grp-bg: #e9ecef;
$grey3: #efefef;
$grey2: #ddd;

/* dashboard-colors */
$dashboard-primary: #199675;
$dashboard-danger: #d94238;
$dashboard-warning: #ecb238;
$dashboard-tertiary: #f39159;
$dashboard-light: #86909c;
$dashboard-info: #47a1e5;

$text-danger: #e44141;

/* dark layout variable */
$dark-body: #2b2b2b;
$dark-top: #232323;
$dark-border: #404040;
$dark-link: #cbcbcb;
$white-1: #f1f3f5;
$white-2: #eaedef;
$white-3: #e7eaec;
$white-4: #dee2e6;
$white-5: #cfd4da;
$inner-box-color: #212121;

/* Theme colors variables */
$primary-color: #030712;
$primary-light-color: #eaf6f3;
$secondary-color: #ff5443;
$success-color: #27af4d;
$info-color: #00a8ff;
$warning-color: #ffb900;
$danger-color: #e44141;
$tertiary-color: #ad46ff;
$dark-color: #171c26;
$light-color: #f7f8f9;
$light-semi-gray: #eff0f1;
$light-gray: #e8ebf2;
$dark-color2: #2a3142;
$transparent-color: transparent;
$notice-success: #00a32a;
$badge-danger: #d63638;
$gray-color: #e1e1e2;
$gray-medium: #f0f0f0;
$gray-color-1: #F3F4F6;

/* Status Color */
$highlight-color: #ffc107;
$accent-color: #3f51b5;
$positive-color: #4caf50;
$negative-color: #f44336;
$attention-color: #ff9800;
$progress-color: #8bc34a;
$critical-color: #e91e63;
$calm-color: #00bfff;

$requested-color: #47a1e5;
$scheduled-color: #f39159;
$accepted-color: #199675;
$rejected-color: #d94238;
$arrived-color: #86909c;
$started-color: #ecb238;
$cancelled-color: #d94238;
$completed-color: #27a644;

/* Tables settings */
$th-padding: 15px 14px;

/* General variables */
$theme-body-font-color: #313131;
$theme-body-sub-title-color: $grey;
$border-radius: 4px;
$bg-gray: #f6f7f7;
$bg-gray-1: #dee2e6;

/* sidebar main settings */
$sidebar-width: 252px;
$sidebar-position: fixed;
$sidebar-shadow: 0px 4px 35px 0px rgba(32, 93, 238, 0.07);
$sidebar-z-index: 6;
$sidebar-transition: 0.3s;
$sidebar-radius: 0 20px 20px 0;
$sidebar-font-color: $dark-color;
$sidebar-hover-color: #81b7e9;
$sidebar-gap: 6px;

/* main header left settings */
$main-header-padding: 12px;
$main-header-z-index: 9;
$main-header-padding: 0;
$main-header-nav-right: 0px;
$main-header-nav-icon-size: 18px;
$main-header-nav-icon-color: $primary-color;

/* page settings */
$page-body-padding: 27px 15px;

/* Header settings */
$main-header-position: fixed;
$main-header-top: 0;
$main-header-z-index: 10;
$header-size: 70px;
$header-hover-bg: #2c3338;
$header-li-padding: 6px 10px;

/* Footer settings */
$footer-size: 56px;

/* General tag settings */
$body-bg-color: #f2f2f2;
$body-font-size: 14px;
$ul-padding-left: 0px;
$ul-padding-right: 0px;
$sm-font-size: 13px;
$paragraph-line-height: 1.5;
$paragraph-letter-spacing: 0.7px;

/* Card settings */
$card-padding: 20px;
$card-border-width: 0px;
$card-border-radius: 0;
$card-box-shadow: rgba(29, 35, 39, 0.1) 0px 4px 12px;
$card-header-font-weight: 600;
$card-header-font-size: 20px;
$card-header-font-transform: capitalize;
$card-header-font-color: $dark-color;

/* buttons setting */
$btn-font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
$btn-padding: calc(9px + (10 - 9) * ((100vw - 320px) / (1920 - 320))) calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
$submit-btn-padding: calc(8px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
$btn-sm-padding: 4px 8px;
$btn-sm-font-size: 14px;

/* sidebar profile settings */
$sidebar-menu-list-style: none;
$sidebar-menu-list-margin: 0;
$sidebar-icon-size: 20px;
$sidebar-icon-margin: 8px;
$sidebar-icon-stroke-width: 2px;
$sidebar-font-size: 14px;
$sidebar-letter-spacing: 0.5px;
$sidebar-txt-transform: capitalize;
$sidebar-font-weight: 400;
$sidebar-padding: 10px 14px;
$sidebar-text-transform: capitalize;

/* general */
$inside-padding: 20px;