.login-head {
  color: #ffffff;
  font-size: 30px;
  color: #490819;
}

/**/
.notiBody {
  /* max-height: 315px; */
  height: 72vh;
  overflow-y: scroll;
}

@media screen and (max-width: 575px) {
  .login-head {
    font-size: 20px;
  }
}

.order-card {
  border-radius: 15px;
  color: #ffffff;
  background-color: #7a6f66;
  margin-bottom: 20px;
}

.order-card h5 {
  font-weight: 300;
}

.order-card h2 {
  font-size: 40px;
  margin-top: 20px;
  margin-bottom: 0;
}

.order-card.card1 {
  background-color: #FFC700;
}

.order-card.card2 {
  background-color: #F1416C;
}

.order-card.card3 {
  background-color: #50CD89;
}

.stat-count {
  font-size: 35px;
}

.fc-h-event {
  background-color: #770d29;
  border-color: #770d29;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #fdecf1;
}

.fc-daygrid-event-dot {
  border-color: #770d29;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #490819 !important;
  border-color: #490819 !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #000;
  background-color: #490819 !important;
  border-color: #490819 !important;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 134, 210, 0.5);
}

.bg-light-primary {
  background-color: #fdecf1 !important;
}

#clientJobs {
  display: none;
}

.room-types {
  text-align: center;
}

.room-types .btn {
  min-width: 175px;
}

@media screen and (max-width: 767px) {
  .room-types .btn {
    min-width: 135px;
  }
}

/*-------------vertical-tree-view------------*/
.vertical-tree > ul {
  padding-left: 0 !important;
}

.vertical-tree ul {
  padding-left: 30px;
}

.vertical-tree ul li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 7px 5px 0px 5px;
}

.vertical-tree ul li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 2px solid #7a6f66;
  bottom: 50px;
}

.vertical-tree ul li::after {
  content: '';
  position: absolute;
  top: 22px;
  width: 25px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 2px solid #7a6f66;
}

.vertical-tree ul li a {
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  background-color: #fdecf1;
  color: #770d29;
  border: 1px solid #fdecf1;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
}

.vertical-tree ul li a .menu-icon {
  position: absolute;
  left: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 23px;
  width: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fdecf1;
  color: #770d29;
  border-radius: 50px;
  border: 2px solid #770d29;
  color: #770d29;
  z-index: 99;
}

.vertical-tree ul li a .menu-icon i {
  color: #770d29;
  font-size: 16px;
  font-weight: bold;
}

.vertical-tree ul li:last-child::before {
  height: 23px;
}

.vertical-tree > ul > li::before,
.vertical-tree > ul > li::after {
  border: 0;
}

.vertical-tree li a:hover,
.vertical-tree li a:hover + ul li a {
  background-color: #770d29;
  color: #fff;
  border: 1px solid #770d29;
}

.vertical-tree li a:hover + ul li::after,
.vertical-tree li a:hover + ul li::before,
.vertical-tree li a:hover + ul::before,
.vertical-tree li a:hover + ul ul::before {
  border-color: #770d29;
}

a.disabled {
  pointer-events: none;
  cursor: no-drop;
  background-color: #c2bcb7;
}

.room-form input[type="color"] {
  width: 50px;
  height: 50px;
}

.type-table td {
  vertical-align: middle;
}

.type-table .size-text {
  white-space: nowrap;
  max-width: 136px;
}

.preview {
  border: 1px solid #ddd;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.preview img {
  height: 100px;
}

.opening-sizes {
  display: none;
}

.header-fixed.toolbar-fixed .wrapper {
  padding-top: 55px;
}

@media (min-width: 992px) {
  .header-fixed.toolbar-fixed .wrapper {
    padding-top: 65px;
  }
}

.color-preview {
  width: 50px;
  height: 50px;
  /* border: 1px solid #ddd; */
  padding: 4px;
  margin-top: 15px;
  border-radius: 5px;
}

/* .material-notSame {
  display: none;
} */

i {
  color: #555555;
}

.text-muted {
  color: #777777 !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
  background-color: #770d29;
}

.table.table-row-dashed tr {
  border-bottom-color: #777777;
}

.table thead tr {
  background-color: #770d29;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.table thead tr th {
  padding: 10px 10px !important;
  text-align: center;
}

.table-alternet tr th,
.table-alternet tr td {
  border: 1px solid rgba(122, 111, 102, 0.5) !important;
}

.odd {
  background-color: #E1D3D4 !important;
}
.table-alternet-red > tbody > tr:nth-of-type(even) td {
  background-color: #E1D3D4 !important;
}

.table td:first-child,
.table th:first-child,
.table tr:first-child {
  padding-left: 1rem !important;
}

.form-control.form-control-solid,
.form-select.form-select-solid {
  background-color: #EEE !important;
  border-color: #9296aa !important;
}

.form-control.form-control-solid:focus,
.form-select.form-select-solid:focus {
  border-color: #9296aa !important;
}

.dafault-shelve input:disabled,
.dafault-shelve .form-select[aria-disabled="true"] {
  background-color: #ddd;
  cursor: no-drop;
  opacity: 0.5;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th,
.table tfoot tr:last-child td,
.table tfoot tr:last-child th {
  border-bottom: 1px solid rgba(122, 111, 102, 0.5) !important;
}

.room-list-container .room-lbl {
  display: inline-block;
  margin: 4px;
}

.room-list-container .room-lbl label {
  background-color: #e4e6ef;
  display: block;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.room-list-container .room-lbl input:checked + label {
  background-color: #770d29;
  color: #ffffff;
}

.room-list-container .room-lbl input {
  position: absolute;
  opacity: 0;
}
.toggle_check
{
  width: 4.7rem !important;
  background-color: #dedede !important;
}
.toggle_check:checked
{
  background-color: #770d29 !important;
}
.notify_checkbox
{
  background-color: #e4e4e4 !important;
}
.notify_checkbox:checked
{
  background-color: #770d29 !important;
}
@media screen and (max-width: 767px) {
  .card > .card-body, .card > .card-header {
    padding: 16px;
  }
}

table thead th {
  white-space: nowrap;
}

table tbody td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  table tr td, table tr th {
    font-size: 14px !important;
  }
}

.buttons-type-list {
  white-space: nowrap;
  overflow-x: scroll;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .buttons-type-list {
    margin-top: 20px;
  }
}

.buttons-type-list button {
  margin-right: 5px !important;
}

@media screen and (max-width: 992px) {
  .buttons-type-list button {
    margin-right: 0 !important;
  }
}

.buttons-type-list button.active {
  background-color: #770d29 !important;
  color: #ffffff !important;
}

.tbl-note {
  width: 250px;
  max-height: 140px;
  overflow: hidden;
}

.side-drill, .hole3chk {
  display: none;
}

.partition-standardImg {
  margin: 0 auto;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__options {
  scrollbar-color: #770d29;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #770d29;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
  border-bottom: 1px solid #ddd;
}

@-webkit-keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

@keyframes animation-scrolltop {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

.feedback-btn {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  position: fixed;
  bottom: 32px;
  right: 20px;
  background-color: #770d29;
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease !important;
  transition: opacity 0.5s ease !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
          box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 6px 0px, rgba(0, 0, 0, 0.16) 0px 2px 32px 0px;
  color: #ffffff !important;
}

.feedback-btn:hover {
  opacity: 1;
}

.feedback-btn svg path {
  fill: #ffffff !important;
}

.scrolltop {
  bottom: 110px;
}

.feedback-card {
  -webkit-animation: animation-scrolltop .6s ease-out 1;
          animation: animation-scrolltop .6s ease-out 1;
  position: fixed !important;
  right: 20px;
  bottom: -400px;
  background-color: #e4e6ef;
  background-color: #fdecf1;
  width: 300px;
  border-radius: 10px;
  padding: 30px 20px;
  z-index: 999;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.feedback-card.open {
  bottom: 85px;
  opacity: 1;
}

.feedback-card .card-head {
  background-color: #770d29;
  margin: -30px -20px 30px;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.feedback-card .form-control {
  background-color: #ffffff !important;
  border: 0;
}

.feedback-card .form-control:focus {
  background-color: #ffffff;
}

.close-feed {
  display: none;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #fdecf1;
  color: #770d29;
  -webkit-transition: color .2s ease, background-color .2s ease;
  transition: color .2s ease, background-color .2s ease;
}

.grouping-box {
  padding: 10px;
  border-radius: 5px;
  background-color: #EEE;
}

.grouping-box .form-check.form-check-solid .form-check-input {
  background-color: #ddd;
}

.grouping-box .form-check.form-check-solid .form-check-input:checked {
  background-color: #770d29;
}

#feed-close {
  position: absolute;
  right: 15px;
  cursor: pointer;
}

.lShelf-qty {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .lShelf-qty {
    right: 0;
  }
}

.form-select:disabled {
  opacity: 0.7 !important;
}
/*# sourceMappingURL=custom.css.map */

.topshelf-dime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.errorlist li, .alert-error li{
  color: #ff0000;
  list-style: none;
}
.tree-scroll {
  margin:4px, 4px;
  padding:4px;
  width: 500px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
}
.timeline-label .timeline-label{
  width:29%;
}

.timeline-label:before {
  left: 29%;
}
.fs-15
{
  font-size: 15px !important;
}
.topshelf-dime * {
  margin-left: 5px;
  margin-right: 5px;
}

.topshelf-dime .quantity {
  width: 60px;
}

.topshelf-dime label {
  width: 70px;
}
.topShelfBlock-row {
  margin-left: -5px;
  margin-left: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topShelfBlock-row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.btn-outline-danger:hover {
  background-color: #f1bcc9;
}


.inventory-calender {
  text-align: center;
}

.inventory-calender.cal-disabled {
  position: relative;
  cursor: no-drop;
}

.inventory-calender.cal-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 99;
  height: 100%;
}

.inventory-calender .lightpick {
  z-index: 9;
}

@media screen and (min-width: 992px) {
  .inventory-calender .lightpick--inlined {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.inventory-calender .lightpick--inlined .lightpick__month {
  width: 100%;
}

.inventory-calender .lightpick__month-title-bar {
  background-color: #770d29;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.inventory-calender .lightpick__month-title > .lightpick__select-months, .inventory-calender .lightpick__month-title > .lightpick__select {
  color: #ffffff;
  background-color: #770d29;
  padding: 0 10px;
}

@media screen and (min-width: 767px) {
  .inventory-calender .lightpick__day-of-the-week {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  .inventory-calender .lightpick__day {
    font-size: 16px;
    height: 50px;
  }
}

.inventory-calender .lightpick__day.is-today, .inventory-calender .lightpick__day:not(.is-disabled):hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23FDECF1' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  color: #770d29;
}

.inventory-calender .lightpick__day.is-start-date, .inventory-calender .lightpick__day.is-end-date, .inventory-calender .lightpick__day.is-start-date:hover, .inventory-calender .lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23770d29' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  color: #ffffff;
}

.inventory-row {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  /* -ms-flex-wrap: wrap; */
      /* flex-wrap: wrap; */
}

.inventory-row > div {
  padding: 5px;
}

.buttons-type-list a.active {
  background-color: #770d29 !important;
  color: #ffffff !important;
}
.tbl-white tbody tr:nth-of-type(odd) td {
  background-color: #ffffff !important;
}

.inprogress-job-scroll {
  margin:4px, 4px;
  padding:4px;
  height: 600px;  
  overflow-x: hidden;
  overflow-y: auto;
  text-align:justify;
}



.custom-door label {
  border: 1px solid #ddd;
  padding: 4px 10px;
  min-width: 50px;
  text-align: center;
  display: block;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1;
}
.custom-door input:checked + label {
  background-color: #770d29;
  color: #ffffff;
}

.custom-door {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 5px;
}
.custom-door-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 5px;
}

.custom-door input {
  opacity: 0;
  position: absolute;
}
.label-look {
  border: 0;
  text-align: center !important;
}

.glass-opt {
  position: relative;
  margin-bottom: 20px;
}

.glass-opt label {
  border: 2px solid #ddd;
  border-radius: 3px;
  padding: 15px;
  background: #ffffff;
  text-align: center;
  display: block;
}

.glass-opt input {
  position: absolute;
  opacity: 0;
}

.glass-opt input:checked + label {
  border-color: #770d29;
  color: #770d29;
}

.glass-opt h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.glass-opt img {
  height: 250px;
}

@media screen and (max-width: 1200px) {
  .glass-opt img {
    height: 200px;
  }
}

.disable-div {
  pointer-events: none;
}

.odd-table-row{
  background-color: #E1D3D4 ;
}
.table-managed tr td {
  border: 1px solid rgba(122, 111, 102, 0.5) !important;
}
.send_job_status_INPROGRESS {
 background-color: #b9fdd5 !important ;
}
.status_shown  tr td{
  border: 1px solid rgba(122, 111, 102, 0.5) !important;
  border: 1px solid rgba(122, 111, 102, 0.5) !important;
}

/*loader */
/* Absolute Center Spinner */
/* .loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
} */

/* Transparent Overlay */
/* .loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
} */

/* :not(:required) hides these rules from IE9 and below */
/* .loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
} */

/* .loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
} */

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* #recived_list> .table-responsive::-webkit-scrollbar, #completed_list > .table-responsive::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  background-color: #ffffff;
}

#recived_list> .table-responsive::-webkit-thumb, #completed_list > .table-responsive::-webkit-thumb {
  background-color: #770d29;
  border-radius: 1px;
  height: 4px;
} */

.table-responsive::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
  background: #ffffff;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #770d29;
  border-radius: 1px;
  height: 6px;
}
div:hover::-webkit-scrollbar-thumb, ol:hover::-webkit-scrollbar-thumb, pre:hover::-webkit-scrollbar-thumb, span:hover::-webkit-scrollbar-thumb, ul:hover::-webkit-scrollbar-thumb
{
  background-color: #770d29;
}
.dataTables_scrollBody:hover::-webkit-scrollbar-thumb {
  background-color: #770d29;
}

.dataTables_scrollBody::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  background-color: #ffffff;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #ffffff;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background-color: #770d29;
  border-radius: 1px;
  height: 6px;
}
.label_select
{
  transition: .3s ease;
}
.label_head
{
  padding: 6px 0;
  transition: .3s ease;
}
.img_select:checked ~ .label_select
{
  border: 3px solid #A52A2A;
}
.img_select:checked ~ .label_select .label_head
{
  background:#A52A2A;
  color: #fff;
}
.img_select{
  appearance: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 6px;
  background-clip: content-box;
  border: 2px solid #bbbbbb;
  background-color: #e7e6e7;
  border-radius: 50%;
}
.img_select:checked{
  background-color: #A52A2A;
  border: 2px solid #A52A2A;
}
.loading_rect
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255,255,255,.6);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;

}
.spinner {
  margin:  auto;
  margin-top:-100px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
     background: #770d29;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect2 {
     background: #770d29;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
     background: #770d29;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
     background: #770d29;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
     background: #770d29;
}
.prfl_contain
{
  position: relative;
}
.notify-badge
{
    position: absolute;
    top: -8px;
    right: -8px;
    height: 25px;
    width: 25px;
    background: #770f29;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    background: #ff6c6c;
    ;
  }
}
.img_check
{
  display: none;
}
.img_check:checked ~ .img_label img
{
  border: 3px solid #770f29;
  transition: .3s ease;
}

#progresss
{
height: 329px;
overflow-y: scroll;
overflow-x: hidden;
}
#send_order{
height: 329px !important;
overflow-y: scroll !important;
overflow-x: hidden !important;
}
.search_bar
{
  padding: 4px 11px !important;
  border-right: none;
  border-radius: 5px 0 0 5px;
  width: 100px;
}
.search_bar_btn
{
  padding: 4px 11px !important;
  border-radius: 0 5px 5px 0;
  border: 1px solid #9296aa !important;
  border-left: none !important;
}
.delete_entry_icon
{
  color: #770d29;
  background: #ecf8ff;
  border-color: #ecf8ff;
}
.delete_entry_icon svg path
{
  fill: #770d29 !important;
}
.disabled-btn
{
  pointer-events: none;
}
.attached-file_icon
{
  font-size: 19px;
}
.field-icon {
  float: right !important;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  margin-right: 12px;
  cursor: pointer;
}
.welcomepass_field
{
  padding-right: 3rem;
}
.reload {
  font-family: "Lucida";
  padding : 0 9px !important;
  font-size: 23px;
}
/* ################# */
.drawer_table{
  max-height: 500px;
  overflow-y: auto;
}
.job_table
{
    max-height: 300px;
    overflow-y: auto;
}
.prod_table
{
    max-height: 400px;
    overflow-y: auto;
    margin: 10px; 
    border: 1px solid #dadada;
}
#db_jobTable1 thead
{
    position: sticky;
    top: 0;
    background: #770d29;
}
#db_jobTable thead
{
    position: sticky;
    top: 0;
    background: #770d29;
}   
.dashboard_table
{
    max-height: 500px;
    overflow-y: auto;
}
#client_table thead
{
    position: sticky;
    top: 0;
    background: #770d29;
} 
.scrool_table thead
{
    position: sticky;
    top: 0;
    background: #770d29;
} 
.scrool_table thead
{
    position: sticky;
    top: -25px;
    background: #770d29;
} 
.available_table{
  max-height: 400px;
    overflow-y: auto;
}
.inprogress_table{
  max-height: 400px;
    overflow-y: auto;
}
.card-p.px-0
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.datatable_job .dataTables_scroll
{
  max-height: 400px;
  overflow-y: auto;
}
.datatable_job .dataTables_scrollHead
{
  position: sticky !important;
  top: -6px;
  z-index: 9;
}
.xml_parts_table
{
    max-height: 780px;
    overflow-y: auto;
}

table.feedback-table thead tr {
  font-size: 13px;
  font-weight: 500;
}

.table.feedback-table thead tr th {
  color: #a1a5b7 !important;
}

.custom-orders-button-padding {
  padding: calc(0.55rem + 1px) calc(1rem + 1px) !important;
}

.custom-orders-input-padding {
  padding: 5px !important;
}

.custom-float-right {
  float: right !important;
}

.custom-float-left {
  float: left !important;
}

.order-scheduled-date {
  display: inline-grid;
  border: 1px solid #dadada;
  border-radius: 0.475rem;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px !important;
  position: absolute;
  margin-left: 5px;
}