@charset "UTF-8";
/*!
* Flinics (https://flinics.com/)
* Copyright 2022 Flinics
* Licensed under MIT
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');


:root {
  /* ===== Colors ===== */
  --body-color: #e7ebf7;
  /* E4E9F7 */
  --sidebar-color: #FFF;
  --primary-color: #2b65cb;
  --primary-color-light: #F6F5FF;
  --toggle-color: #DDD;
  --text-color: #2e2851;
  --main-text-color: #2b65cb;
  --muted-text-color: #404e888a;
  --primary-btn-color: #2b65cb;
  --primary-btn-border-color: #204a92;
  --primary-btn-hover-color: #2454a7;
  --primary-shadow-color: #578ae3;
  --light-btn-color:#d4ecff;
  --light-btn-hover-color:#2b65cb;
  --light-btn-text-color:#2b65cb;
  --danger-back-color: #ffe4ef;
  --danger-back-hover-color: #da6390;
  --white: #ffffff;
  --white-50: #ffffff80;
  --border-color: #cccccc;
  --th-background-color: #f6f7ff;
  --td-color: #989ca3;
  --datatable-label-color: rgb(170, 180, 205);
  --input-background-color: #f6f5ff;
  --input-border-color: #e1eaf3;
  --input-border-color-focus: #84bbf7;
  --job-card-background-color: #f6f7ff;
  --job-success-bg: #dbf6e6;
  --job-success-text-color: #0c6d56;
  --job-success-status-bg: #c5efd6;
  --job-pending-bg: #faf7d8;
  --job-pending-text-color: #6a6313;
  --job-pending-status-bg: #f4f0c6;
  --card-title-border-color: #f8f7ff;
  --welcome-shadow-color: #7ec5ff;
  --jt-color: #2e2851;
  --jt-border-color: #e1eaf3;
  --jt-checked-color: #ffffff;
  --jt-checked-background-color: #2b65cb;
  --jt-checked-border-color: #2b65cb;
  --light-color: #e7eeff;
  --alert-bg-color: #d4e4ff;
  --alert-border-color: #4f89ed;
  --alert-color: #173a77;
  --overlay-bg: #ffffffa2;
  --badge-counter-red:#ffd1d1 ;
  --badge-counter-red-text:#c83b63 ;
  --var-badge-priority-medium-bg:#d4b93e;
  --var-badge-priority-low-bg:#48c995;
  --var-badge-priority-high-bg:#df551c;
  --var-badge-priority-critical-bg:#f3004c;
  --var-badge-priority-no-bg:#5b5e6d;
--var-badge-priotity-text-color:#ffffff;
--btn-delete-bg-color:#f3c0c0;
--btn-delete-text-color:#8d3434;
--btn-delete-hover-bg-color:#c65151;
  /* ====== Transition ====== */
  --tran-03: all 0.2s ease;
  --tran-03: all 0.3s ease;
  --tran-04: all 0.3s ease;
  --tran-05: all 0.3s ease;
  --scrollbar-color:#afc4d6;
--scrollbar-hover-color:#98bddf;
--attachment-back-color:#ebf5ff;
--attachment-border-color:#c7dcff;
}

body.dark {
  --body-color: #18191a;
  --sidebar-color: #242526;
  --primary-color: #3a3b3c;
  --primary-color-light: #3a3b3c;
  --toggle-color: #fff;
  --text-color: #ccc;
  --main-text-color: #70b2e2;
  --muted-text-color: #eaf3f669;
  --danger-back-color: #3c2b30;
  --danger-back-hover-color: #63233b;
  --primary-shadow-color: #1d2188;
  --primary-btn-color: #1d3f71;
  --light-btn-color:#182836;
  --light-btn-hover-color:#27416b;
  --light-btn-text-color:#8cb9e3;
  --th-background-color: #2d2d2f;
  --td-color: #828b9e;
  --datatable-label-color: rgb(67, 68, 73);
  --input-background-color: #2e2e31;
  --input-border-color: #3a3f44;
  --input-border-color-focus: #366ea6;
  --job-card-background-color: #2d2d2f;
  --job-success-bg: #0f3d2c;
  --job-success-text-color: #89d8c6;
  --job-success-status-bg: #104d37;
  --job-pending-bg: #3e3a11;
  --job-pending-text-color: #ded787;
  --job-pending-status-bg: #494512;
  --card-title-border-color: #222223;
  --welcome-shadow-color: #001266;
  --jt-color: #ccc;
  --jt-border-color: #3a3f44;
  --jt-checked-color: #ffffff;
  --jt-checked-background-color: #3668c4;
  --jt-checked-border-color: #3668c4;
  --light-color: #1f2021;
  --alert-bg-color: #09162e;
  --alert-border-color: #163468;
  --alert-color: #789edf;
  --overlay-bg: #242526cf;
  --badge-counter-red:#5d2d3b;
  --badge-counter-red-text:#ef84a2;
  --var-badge-priority-medium-bg:#4f4102;
  --var-badge-priority-low-bg:#194a36;
  --var-badge-priority-high-bg:#6c2801;
  --var-badge-priority-critical-bg:#5a0112;
  --var-badge-priority-no-bg:#18181e;
--var-badge-priotity-text-color:#cccccc;
--btn-delete-bg-color:#602d2d;
--btn-delete-text-color:#e4a0a0;
--btn-delete-hover-bg-color:#914545;
--scrollbar-color:#3a3f44;
--scrollbar-hover-color:#3a3b3c;
--attachment-back-color:#182836;
--attachment-border-color:#27416b;
}

body {
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: var(--body-color);
  transition: var(--tran-05);
}

html {
  scroll-padding-top: 67px;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.text-main {
  color: var(--main-text-color);
}

.ex-small{
  font-size: 70%;
}

.text-muted {
  color: var(--muted-text-color) !important;
}

.badge-priority-medium{
  color: var(--var-badge-priotity-text-color)!important;
  background-color: var(--var-badge-priority-medium-bg)!important;
}

.badge-priority-no {
  color: var(--var-badge-priotity-text-color)!important;
  background-color: var(--var-badge-priority-no-bg);
}

.badge-priority-high {
  color: var(--var-badge-priotity-text-color)!important;
  background-color: var(--var-badge-priority-high-bg);
}

.badge-priority-critical {
  color: var(--var-badge-priotity-text-color)!important;
  background-color: var(--var-badge-priority-critical-bg);
}

.badge-priority-low {
  color: var(--var-badge-priotity-text-color)!important;
  background-color: var(--var-badge-priority-low-bg);
}

.btn-main {
  background-color: var(--primary-btn-color);
  color: var(--white) !important;
  transition: var(--tran-05);
  border: 0;
  border-radius: 6px;
  padding: 8px 25px;
  font-weight: 500;

}

.btn-main:hover {
  background-color: var(--primary-btn-hover-color);
}

.btn-main:focus {
  background-color: var(--primary-btn-hover-color);
}

.btn-main-light{
  background-color: var(--light-btn-color);
  color: var(--light-btn-text-color) !important;
  transition: var(--tran-05);
  border-radius: 4px;
  padding: var(--bs-btn-padding-x);
  font-weight: 500;
  border:0;
  line-height: 1;
  /* border:2px solid var(--primary-color); */
}

.btn-main-light:hover {
  color: var(--white) !important;
  background-color: var(--light-btn-hover-color);
}

.btn-main-light:focus {
  color: var(--white) !important;
  background-color: var(--primary-btn-hover-color);
}

.btn-main-light.btn-delete{
  background-color: var(--btn-delete-bg-color) !important;
  color: var(--btn-delete-text-color) !important;
}

.btn-main-light.btn-delete:hover{
  background-color: var(--btn-delete-hover-bg-color) !important;
  color: var(--white) !important;
}

.badge-custom {
  font-size: unset;
  font-weight: 500;
}

.text-title {
  color: var(--text-color);
}

a {
  text-decoration: none;
}

::selection {
  background-color: var(--primary-color);
  color: #fff;
}

.p-relative {
  position: relative;
}

.breaker {
  height: 0.1rem;
  width: 100%;
  background-color: var(--body-color);
  border-radius: 0.375rem;
}

/* ===== Sidebar ===== */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 250px;
  padding: 15px 14px 30px 14px;
  background: var(--sidebar-color);
  transition: var(--tran-05);
  z-index: 1002;
}

.sidebar.close {
  width: 88px;
}

/* ===== Reusable code - Here ===== */
.sidebar li {
  height: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.sidebar header .image,
.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
}

.sidebar .icon {
  min-width: 60px;
  border-radius: 6px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.sidebar .text,
.sidebar .icon {
  color: var(--text-color);
  transition: var(--tran-03);
}

.sidebar .text {
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
}

.sidebar.close .text {
  opacity: 0;
}

/* =========================== */

.sidebar header {
  position: relative;
}

.sidebar header .image-text {
  display: flex;
  align-items: center;
}

.sidebar header .logo-text {
  display: flex;
  flex-direction: column;
}

header .image-text .name {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 600;
}

header .image-text .profession {
  font-size: 12px;
  margin-top: -2px;
  display: block;
}

.sidebar header .image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar header .image img {
  width: 40px;
  border-radius: 50%;
}

.sidebar header .toggle {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%) rotate(180deg);
  height: 25px;
  width: 25px;
  background-color: transparent;
  color: var(--border-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
  transition: var(--tran-05);
  /* box-shadow: 0px 0px 0px 2px var(--primary-shadow-color); */
}

body.dark .sidebar header .toggle {
  color: var(--text-color);
}

.sidebar.close .toggle {
  transform: translateY(-50%) rotate(0deg);
}

.sidebar .menu {
  margin-top: 40px;
}

.sidebar .menu-links {
  padding-left: 0;
}

.sidebar li.search-box {
  border-radius: 6px;
  background-color: var(--primary-color-light);
  cursor: pointer;
  transition: var(--tran-05);
}

.sidebar li.search-box input {
  height: 100%;
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--primary-color-light);
  color: var(--text-color);
  border-radius: 6px;
  font-size: 17px;
  font-weight: 500;
  transition: var(--tran-05);
}

.sidebar li a {
  list-style: none;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  transition: var(--tran-03);
}

.sidebar li a:hover {
  background-color: var(--primary-color);
}

.sidebar li a:hover .icon,
.sidebar li a:hover .text {
  color: var(--sidebar-color);
}

body.dark .sidebar li a:hover .icon,
body.dark .sidebar li a:hover .text {
  color: var(--text-color);
}

.sidebar .menu-bar {
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
}

.menu-bar::-webkit-scrollbar {
  display: none;
}

.sidebar .menu-bar .mode {
  border-radius: 6px;
  background-color: var(--primary-color-light);
  position: relative;
  transition: var(--tran-05);
}

.menu-bar .mode .sun-moon {
  height: 50px;
  width: 60px;
}

.mode .sun-moon i {
  position: absolute;
}

.mode .sun-moon i.sun {
  opacity: 0;
}

body.dark .mode .sun-moon i.sun {
  opacity: 1;
}

body.dark .mode .sun-moon i.moon {
  opacity: 0;
}

.menu-bar .bottom-content li.logout {
  background-color: var(--danger-back-color);
  border-radius: 6px;
}

.menu-bar .bottom-content li.logout a:hover {
  background-color: var(--danger-back-hover-color);
}

.menu-bar .bottom-content .toggle-switch {
  position: absolute;
  right: 0;
  height: 100%;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  cursor: pointer;
}

.toggle-switch .switch {
  position: relative;
  height: 22px;
  width: 40px;
  border-radius: 25px;
  background-color: var(--toggle-color);
  transition: var(--tran-05);
}

.switch::before {
  content: '';
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background-color: var(--sidebar-color);
  transition: var(--tran-04);
}

body.dark .switch::before {
  left: 20px;
}

.home {
  position: relative;
  top: 0;
  top: 0;
  left: 250px;
  height: 100vh;
  width: calc(100% - 250px);
  background-color: var(--body-color);
  transition: var(--tran-05);
}

.home .text {
  font-size: 22px;
  font-weight: 500;
  color: var(--text-color);
  padding: 30px 60px;
}

.sidebar.close~.home {
  left: 88px;
  height: 100vh;
  width: calc(100% - 88px);
}

body.dark .home .text {
  color: var(--text-color);
}

.home-header {
  padding: 10px 60px;
  background-color: var(--sidebar-color);
  position: fixed;
  width: inherit;
  z-index: 1001;
}

.user-img img {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: var(--tran-05);
  cursor: pointer;
  margin-left: 10px;
  /* box-shadow: 0px 0px 0px 4px var(--border-color); */
}

.user-img:hover img {
  box-shadow: 0px 0px 0px 4px var(--primary-btn-color);
}

.home-content {
  padding-top: 100px;
  min-height: 100vh;
}

.footer{
  padding: 10px 60px;
}

.card-custom {
  border-radius: 10px;
  border: 0;
  background-color: var(--sidebar-color);
  padding: 1rem 1rem;
}

.card-custom .card-title {
  color: var(--text-color) !important;
  padding: 1rem 1rem;
  border-bottom: 2px solid var(--card-title-border-color);
}

.card-custom .card-body {
  color: var(--text-color);
}

.bg-main {
  background: var(--primary-color);

}

.bg-light {
  background: var(--light-color) !important;
}

.bg-normal {
  background: var(--sidebar-color);
}

.badge-counter-red{
  background-color: var(--badge-counter-red) !important;
  color:var(--badge-counter-red-text) !important;
}

.digital-clock {
  color: var(--white);
  font-size: 3em;
  font-weight: 300;
  line-height: 1;
}

.welcome {
  font-size: 1.5em;
  color: var(--white-50) !important;
  background: #0575e6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575e6, #021b79);
  background: url(../assets/img/pattern.png), linear-gradient(to right, #0575e6, #021b79);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
  box-shadow: 0px 12px 150px var(--welcome-shadow-color);
}

.login .welcome {
  background: #0575e6;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0575e6, #021b79);
  background: url(../assets/img/pattern-1.png), linear-gradient(90deg, rgb(17, 74, 150) 0%, rgb(3, 12, 60) 100%);
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
}


/* Table */
table.dataTable {
  margin-top: 1em !important;
}

.table th,
.table-custom th,
table.dataTable thead th {
  /* background: var(--th-background-color); */
  color: var(--text-color);
  padding: 1rem;
  border-bottom: 2px solid var(--input-background-color);
  text-align: center;
  /* border-top: 2px solid var(--input-background-color); */
}

.table-custom td:nth-child(1) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.table-custom td:nth-last-child(1) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.table-custom td {
  padding: 1rem;
  color: var(--td-color);
  text-align: center;
  vertical-align: middle;
}

.table-custom tbody tr:hover td {
  background-color: var(--input-background-color);
  box-shadow: none;
  color: var(--text-color);
}

.table-custom td .badge-custom {
  font-size: 80%;
  border-radius: 0.2rem;
}

div.dataTables_wrapper div.dataTables_length label {
  font-size: 0.8rem;
  color: var(--datatable-label-color);
}

div.dataTables_wrapper div.dataTables_length select {
  border: 0 !important;
  font-size: 0.8rem !important;
  background-color: var(--sidebar-color);
  color: var(--text-color);
}

div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0.8rem;
  color: var(--datatable-label-color);
}

div.dataTables_wrapper div.dataTables_info {
  font-size: 0.8rem;
  color: var(--datatable-label-color);
}


.dataTables_wrapper .row {
  align-items: center;
}

table.dataTable tr.dtrg-group th {
  background-color: transparent !important;
  border-bottom: none;
  padding: 2.4rem 1rem 0.3rem 1rem;
  /* text-align: center; */
  /* border-radius: 6px; */
  /* border-bottom: 1px solid var(--input-background-color); */
}

table.dataTable.table-hover>tbody>tr:hover>* {
  box-shadow: none;
  cursor: pointer;
  color: var(--text-color);
}

.table.dataTable tr.dtrg-group.dtrg-level-0 th {
  color: var(--main-text-color);
  font-weight: 600;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 2rem;
}

div.dataTables_wrapper div.dataTables_paginate {
  padding-top: 1rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border: 0;
}

.disabled>.page-link,
.page-link.disabled {
  font-size: 0.8rem;
  color: var(--datatable-label-color);
  background-color: var(--sidebar-color);
}

.active>.page-link,
.page-link.active {
  font-size: 0.8rem;
  border: 0;
  border-radius: 3px;
  background-color: var(--primary-btn-color);
}

.page-link {
  font-size: 0.8rem;
  border: 0;
  border-radius: 10px;
  color: var(--datatable-label-color);
  margin: 0.5rem;
  padding: 0.25rem 0.7rem;
  background-color: var(--sidebar-color);
}

.page-link:hover {
  background-color: var(--body-color);
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 10px;
}

/* Inputs */
.form-control {
  background-color: var(--input-background-color);
  border: 2px solid var(--input-border-color);
  color: var(--text-color);
}

.form-control:focus {
  color: var(--text-color);
  box-shadow: none;
  background-color: var(--input-background-color);
  border: 2px solid var(--input-border-color-focus);
}

.form-control:disabled, .form-control[readonly]{
  background-color: var(--body-color);
}

.alert .form-control{
  background-color: transparent !important;
  color: var(--bs-alert-color) !important;
  border: 2px solid var(--bs-alert-border-color) !important;
}
.alert .form-control:focus{
  border: 2px solid var(--bs-alert-color) !important;
}

/* Job Card- Mini */
.job-card-mini {
  background-color: var(--job-card-background-color);
  padding: 0.7rem 1rem;
  border-radius: 6px;
  transition: var(--tran-05);
  display: block;
  margin-bottom: 1rem;
}

.job-card-mini:hover {
  cursor: pointer;
  transform: scale(1.02);
}

.job-card-mini p {
  line-height: 1.2;
}

.job-card-mini .desc {
  width: 100px;
}

.job-card-mini .no {
  color: var(--main-text-color);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.job-card-mini .customer {
  color: var(--text-color);
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-mini .name {
  color: var(--muted-text-color);
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-mini .status {
  color: var(--muted-text-color);
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-mini .quantity {
  color: var(--muted-text-color);
  font-weight: 400;
  font-size: 0.7rem;
  margin-bottom: 0;
}

.job-success {
  background-color: var(--job-success-bg) !important;
}

.job-pending {
  background-color: var(--job-pending-bg) !important;
}

.job-success .name,
.job-success .quantity,
.job-success .customer,
.job-success .no {
  color: var(--job-success-text-color) !important;
}

.job-pending .name,
.job-pending .quantity,
.job-pending .customer,
.job-pending .no {
  color: var(--job-pending-text-color) !important;
}

.job-success .status,
.text-success {
  color: #11e2b1 !important;
}

.job-pending .status,
.text-pending {
  color: #f8d96a !important;
}

.text-success {
  color: #37d3af !important;
}

.text-pending {
  color: #d3b83d !important;
}

/* Custom Radio */
.jt .form-check {
  padding-left: 0;
}

.jt input[type=radio] {
  display: none;
}

.jt input[type=radio]:not(:disabled)~label {
  cursor: pointer;
}

.jt label {
  height: 100%;
  display: block;
  background: var(--sidebar-color);
  border: 2px solid var(--jt-border-color);
  color: var(--jt-color);
  border-radius: 0.375rem;
  padding: 0.275rem 0.85rem;
  /* margin-bottom: 1rem; */
  text-align: center;
  /* box-shadow: 0px 3px 10px -2px var(--primary-shadow-color); */
  position: relative;
}

.jt input[type=radio]:checked+label {
  background: var(--jt-checked-background-color);
  border: 2px solid var(--jt-checked-border-color);
  color: var(--jt-checked-color);
  /* box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75); */
}

.jt input[type=radio]:checked+label::after {
  text-rendering: auto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-family: 'icomoon' !important;
  content: "\e96c";
  margin-left: 0.5rem;
  position: relative;
  left: 0;
}

/* Alert */
.alert-main {
  background-color: var(--alert-bg-color);
  border: 2px solid var(--alert-border-color);
  color: var(--alert-color);
}

/* Overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--overlay-bg);
  top: 0;
  left: 0;
  z-index: 1000;
}

.v-job-no {
  color: var(--text-color);
  font-size: 3rem;
}

.job-card {
  text-align: right;
  background-color: var(--job-card-background-color);
  border-radius: 10px;
  transition: var(--tran-05);
  display: block;
}

.job-card .body {
  padding: 0.7rem 1.5rem;
}

.job-card .quantity {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0rem;
  line-height: 1;
}

.job-card .p {
  font-size: 1rem;
  font-weight: 400;
}

.job-card .status-desc {
  padding: 0.3rem;
  text-align: center;
  padding: 0.2rem 2rem;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.job-pending .status-desc {
  background-color: var(--job-pending-status-bg);
  color: var(--job-pending-text-color);
}

.job-success .status-desc {
  background-color: var(--job-success-status-bg);
  color: var(--job-success-text-color);
}

/* Timeline */
.timeline {
  list-style: none;
  padding-left: 0;
  width: 100%;
}

.timeline li {
  position: relative;
  padding: 1rem;
  border-left: 4px solid var(--body-color);
}

.timeline li p {
  margin-bottom: 0;
  color: var(--muted-text-color);
}

.timeline li p:nth-child(1){
  line-height: 1;
  margin-bottom: 0.5rem;
}

.timeline li .date {
  font-weight: 500;
  color: var(--main-text-color);
  font-size: 0.8rem;
  margin-bottom: 0rem;
}

.timeline li .task {
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 0;
}

.timeline li .user {
  color: var(--muted-text-color);
  font-weight: 500;
  font-size: 0.8rem;
  margin-bottom: 0;
}

.timeline li::before {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: var(--sidebar-color);
  border: 4px solid var(--body-color);
  border-radius: 50%;
  top: 35%;
  left: -0.6rem;
  content: " ";
}

#contextMenu {
  position: absolute;
  display: none;
  z-index: 1000;
}

#contextMenu .dropdown-menu {
  padding: 1rem 1.3rem;
  box-shadow: 0px 0px 2px #1d1f2077;
  border-radius: 6px;
  border: 0;
  background-color: var(--sidebar-color);
}

#contextMenu .dropdown-menu li {
  padding: 0.3rem 0rem;
}

#contextMenu .dropdown-menu li a {
  color: var(--text-color);
  font-weight: 500;
}

/* Modals */
.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.8);
  transform: translate(0, 0) scale(0.8);
}

.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.modal-body {
  color: var(--text-color);
}

.modal-content {
  background-color: var(--sidebar-color);
}

.modal-content .btn-close {
  z-index: 100;
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5) calc(var(--bs-modal-header-padding-y) * -.5) auto;
}

.modal-backdrop{
  opacity: 0.7 !important;
}


/* Profile */
.avatar{
  border-radius: 50%;
  width:100%;
  padding-top: 100%; 
  position: relative;
  background-size: 100% auto;
}

.avatar .btn{
  position: absolute;
  top: 80%;
  margin: 0 auto;
  transform: translateX(-50%);
  left: 50%;
  padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

/* Load Div */
.loader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50%, -50%);
}
#loadDiv.overlay{
  z-index: 1000000 !important;
  position: fixed;
}
/* End of Load Div */


.divUploadAttachment{
  padding:1rem;
  text-align: center;
  align-items: center;
  background-color: var(--input-background-color);
  border: 3px solid var(--input-border-color);
  border-style: dashed;
  border-radius: 4px;
}
.attachmentDiv{
height:70vh;
overflow-y: scroll;
}

.attachmentDiv a img{
  position:relative;
  width:100%;
}

.attachmentDiv .divAttchment{
  display: block;
  width:100%;
  padding: 1rem 0.6rem;
background-color: var(--attachment-back-color);
border: 2px dashed var(--attachment-border-color);
border-radius: 4px;
font-size: small;
margin-bottom: 0.8rem;
}

.attachmentDiv .divAttchment a:nth-child(1){
color: var(--main-text-color);
text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Scrollbar Customization */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px grey;  */
  border-radius: 2px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var( --scrollbar-color); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:  var( --scrollbar-hover-color); 
}

.fancybox__container{
  z-index: 1056 !important;
}


@media only screen and (max-width: 768px) {
  .digital-clock {
    font-size: 1.5em;
  }

  .welcome {
    font-size: 1em !important;
  }

  div.dataTables_wrapper div.dataTables_filter input{
    max-width: fit-content;
    width:100%;
  }

  .home-header .btn-main{
    font-size: 0.8rem;
    /* padding:0.2rem 0.6rem; */
    border-radius: 4px;
  }

  .sidebar.close{
    width:0;
    left:-28px;
  }
  .sidebar header .toggle{
    right:-62px;
    top:20px;
    background: var(--sidebar-color);
    color:var(--text-color);
    padding:1rem;
border-radius: 4px;
  }

  .sidebar.close~.home{
    width: 100%;
    left:0;
    opacity: 1;
  }
  .home-header, .footer{
    padding: 10px 15px;
  }
  .sidebar.close .image-text{
    display: none;
  }
.home{
  position: relative;
  left:0;
  width:100%;
  opacity: 0.1;
}
.sidebar .menu {
  overflow-y: scroll;
}
}