/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

#loader {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background: #fafafa;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 10px 10px;
  background: #15283c !important;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#order_page .nav-link {
  color: #fff !important;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
  background: #214162;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  min-width: 300px;
  max-width: 300px;
  background: #15283c;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -300px;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #214162;
}

#sidebar ul.components {
  padding: 20px 0;
  /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 7px;
  font-size: 1em;
  display: block;
}

#sidebar ul li a:hover {
  color: #15283c;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #214162;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #214162;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #15283c;
}

a.article,
a.article:hover {
  background: #214162 !important;
  color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

#dashboard .card {
  background-color: #202934;
  border-radius: 25px;
  width: 140px;
  height: 140px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.075) !important;
}

#dashboard .card span {
  height: 50px;
  width: 50px;
  border-radius: 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dashboard .card span i {
  font-size: 35px !important;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: unset !important;
}

.vh-75 {
  height: 75vh;
  overflow: auto;
}

table th {
  position: sticky !important;
  top: -1px;
  border-color: #dee2e6 !important;
  padding: 7px 15px !important;
  cursor: pointer;
  z-index: 999 !important;
}

table td {
  cursor: pointer !important;
}

.tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tables .one_table {
  width: 140px;
  height: 140px;
}

.one_table a {
  font-size: 50px;
  line-height: 120px;
  text-align: center;
}

.waiter_one_table {
  width: 115px;
  height: 115px;
}

.waiter_one_table a {
  font-size: 50px;
  line-height: 100px;
  text-align: center;
}

#order_page .nav-item {
  width: 30% !important;
  height: 60px;
  font-size: 30px;
  border: 1px solid #eee;
}

#order_page .tab-content {
  height: 75vh !important;
  overflow: hidden;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #212529 !important;
}
.bell-icon {
  position: relative;
}

.notification-count {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  right: 23px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
}
.timeline-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.circles-container-1 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
}

.circle-1 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #007bff;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.circle-line-1 {
  flex: 1;
  border: 2px solid black;
  border-right: none;
  position: relative;
}

.circle-line::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  transform: translateY(-50%);
}

.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline-section {
  margin: 0 20px;
  flex: 1;
}

.timeline-box {
  border: 1px solid #ccc;
  border-radius: 10px;
  min-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 10px;
}

/* Vertically center text in timeline sections */
.timeline-section p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

td.fixed-column {
  position: sticky;
  left: 0;
  z-index: 1 !important;
}
th.fixed-column-1 {
  position: sticky;
  left: 0;
  z-index: 111111 !important;
}
.sidebar-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #eee;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}
.badge {
  font-size: 12px;
  padding: 5px 7px;
}
.untouchable-row {
  background-color: #f0f0f0; /* Light gray background color */
  color: #777; /* Light gray text color */
}

.circle.pending {
  background-color: #ffa23e;
}

.circle.in-progress {
  background-color: rgb(0 100 207);
}

.circle.done {
  background-color: rgb(12 177 12);
}
/* .circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100vh;
  height: 100vh;
} */

/* .circle {
  width: 20%;
  height: 20%;
  background-color: #ccc;
  border-radius: 50%;
  margin-bottom: 20px;
} */
.arrow.circle-to-circle {
  background-color: black;

  height: 2px;
  width: 338px;
}
.aha::after,
.aha-2::after {
  content: "";
  position: relative;
  top: 140px;
  right: 80px;
  width: 2px;
  height: 84px;
  background-color: black;
}
.popup-chart {
  position: absolute;
  z-index: 9999;
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.hidden {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 38px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  padding: 5px 10px;
  font-size: 16px;
  color: #495057;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
}
.timeline {
  --color1: #ba3a17;
  --color2: #ffae00;
  --color3: #8ac900;

  margin-left: 100px;
  padding: 200px 0;
  font-family: "Montserrat";
  display: inline-flex;
}
.timeline-item {
  position: relative;
  width: 150px;
  height: 30px;
  display: inline-table;
}

.timeline-item:nth-child(1) {
  width: 75px;
}

.arrow-end {
  position: absolute;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.circle {
  position: absolute;
  background-position: center center;
  border-radius: 25px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 12px 0px #4d4d4d;
}

.timeline-item:nth-child(1) .circle {
  left: 0;
}

.inner-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-color: #fff;
  box-shadow: inset 0px 0px 6px 0px #000;
}

.buble-content {
  overflow: hidden;
  text-align: center;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 12px 0px #4d4d4d;
  width: 278px;
  height: 191px;
}

.timeline-item:nth-child(odd) .buble-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: -264px;
}

.timeline-item:nth-child(even) .buble-content {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -284px;
}

.timeline-item:nth-child(1) .buble-content {
  left: -75px;
}

.content-year {
  padding: 5px;
  color: #fff;
  font-size: 20px;
}

.timeline-item:nth-child(even) .content-year-bottom {
  position: absolute;
  width: 283px;
  bottom: 0;
}

.content {
  margin: 20px 0;
  padding: 5px;
  color: #000;
  font-size: 18px;
  height: 60px;
  display: block;
  position: relative;
}

.content p {
  display: flex;
  height: 100%;
  margin: -19px 0px;
  font-size: 12px;
  flex-direction: column;
  justify-content: space-around;
}

.content-half-circle {
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 70px;
  height: 27px;
  z-index: 9999;
}

.timeline-item:nth-child(odd) .content-half-circle {
  top: -65px;
  left: 50%;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: 1px 10px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(even) .content-half-circle {
  bottom: -111px;
  left: 50%;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  box-shadow: 1px -8px 9px 0px #bbbbbb;
}

.timeline-item:nth-child(1) .content-half-circle {
  left: 0;
}

.grey-line {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 80px;
  background-color: #b7b7b7;
}

.timeline-item:nth-child(odd) .grey-line {
  top: -30px;
  left: 50%;
}

.timeline-item:nth-child(even) .grey-line {
  bottom: -130px;
  left: 50%;
}

.timeline-item:nth-child(1) .grey-line {
  left: 0;
}
.blue-color {
  background-color: #1685e0;
  color: white !important;
}
