.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c8c8c8;
  background-color: #272b30;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fbb00b !important;
  border-color: #fbb00b !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
  margin-left: 4px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: white;
  background-color: #d8d8d8;
}

.thead {
  background-color: #000000 !important;
}


.order_row1 {
  opacity: 1;
  background-color: #ffffff;
  color: black;
  font-weight: 400;
}

.order_row2 {
  opacity: 1;
  background-color: #f6f6f6;
  color: black;
  font-weight: 400;

}

.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 10rem;
  font-size: 1rem;
  padding: 1px;
}



.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
  color: black;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #d8d3d3;
  color: black;
}

.table-hover>tbody>tr:hover {
  background-color: coral;
}



.table-row:nth-of-type(odd) {
  background-color: #fffdfd;
  color: black;
  font-weight: 400;
}

.table-row:nth-of-type(even) {
  background-color: #e9e8e8;
  color: black;
  font-weight: 400;
}

.table-row:hover {
  background-color: coral;
  color: white;
  font-weight: 450;
  text-decoration: none;
}


.table {
  display: table;
}

.table-row {
  display: table-row;
  text-decoration: none;
}

.table-cell {
  display: table-cell;
  padding: 6px;
  font-weight: 600;

}


.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.image-popup img {
  max-width: 50%;
  max-height: 50%;
  display: block;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.thumbnail-image {
  width: 200px;
  height: auto;
  cursor: pointer;
}

.bg-dark {
  background-color: #000000 !important;
}


.dropdown-item {
  color: white;
  padding: 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.dropdown-item:hover {

  background-color: #fd7e14 !important;
  color: white;
  border-radius: 10px;
  margin: 0px;
  ;

}

.dropdown-menu {
  background-color: rgb(77, 73, 73) !important;
  color: white !important;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(179, 179, 179);

}

/*
.navbar {
  max-width: 2000px;
}
*/

.tab-content-custom {
  background-color: #00BCD4;
  padding: 5px;
}

.btn-child {
  color: #fff;
  background-color: black;
  border-color: #858796;
}

.status-created {
  color: yellow;
  font-weight: 700;
  background-color: gray;
  border-radius: 8px;
  padding: 5px;
}

.status-closed {
  color: gray;
  font-weight: 700;

}

.status-cancel {
  color: red;
  font-weight: 700;
  background-color: gray;
}

.status-pending {
  color: #ff9c36;
  font-weight: 700;
  background-color: gray;
}

.status-delivered {
  color: #59ff59;
  font-weight: 700;
  background-color: gray;
}


.containerSpe {
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
  background-color: #303030;
}

.custom-checkbox_CMS {
  width: 20;
  height: 20;
  position: inherit;
  padding: 0px;
}

.table-row {
  transition: all 0.3s;
}

/* Selected style for rows */
.selected-row {
  opacity: 0.5;
  background-color: red !important;
}