/* put your own styles to customize and override the theme */
a:hover {
  text-decoration: none;
}

.pageinner {
  padding: 5rem 2rem;
}

.card {
  border-radius: 15px;
  /* overflow: hidden; */
}

.modal-content {
  border-radius: 15px;
}

form button {
  border-radius: 10px !important;
}

.btn-primary:hover {
  color: #fff;
}

#allDiscription p {
  margin-bottom: 0 !important;
}

.css-1nmdiq5-menu {
  z-index: 9999999 !important;
}

#common_statiscs {}

.card-head {
  border-radius: 5px;
}

.card-head1 {
  border: 0;
  background: #8862e0;
  padding: 20px 10px;
}

.card-head2 {
  border: 0;
  background: #69d896;
  padding: 20px 10px;
}

.card-head3 {
  border: 0;
  background: #4d97f3;
  padding: 20px 10px;
}

.card-head4 {
  border: 0;
  background: #f0ae19;
  padding: 20px 10px;
}

.card-head5 {
  border: 0;
  background: #bf1c1b;
  padding: 20px 10px;
}

.card-head h5 {
  font-size: 13px;
  margin-bottom: 0;
  color: #fff;
}

.card-head h4 {
  font-size: 24px;
  color: #fff;
}

.card-head .icon {
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-head .icon img {
  height: 30px;
}

.accordion .card {
  box-shadow: 0 5px 20px #eee;
  border-radius: 0 !important;
}

.top-products p {
  opacity: 0;
  visibility: hidden !important;
  margin-bottom: 0;
  transition: 0.5s;
  font-size: 0px;
}

.top-products .card {
  box-shadow: none;
  margin-top: 8px !important;
}

.top-products .card img {
  transition: 0.2s;
  cursor: pointer;
}

.top-products .card img:hover {
  transform: scale(1.03);
}

.loader {
  width: 15px !important;
  height: 15px !important;
}

.visual-picker.has-peek {
  padding-bottom: 0 !important;
  margin-bottom: 10 !important;
}

.visual-picker.has-peek .visual-picker-figure {
  border: 1px solid #006eb6 !important;
}

.visual-picker.has-peek .visual-picker-figure {
  margin-bottom: 0.5em;
}

.visual-picker-figure {
  height: auto !important;
  width: auto !important;
}

.visual-picker-content {
  padding: 6px 10px;
}

.visual-picker-content {
  display: block;
  padding: 6px 0.5rem;
  font-size: 0.75rem;
  text-align: center;
}

.visual-picker input[type="radio"]:checked~.visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346cb0, 0 0 0 1px rgba(20, 20, 31, 0.05),
    0 1px 3px 0 rgba(20, 20, 31, 0.15);
  background: #346cb0;
  color: #fff;
}

.slotDates {
  white-space: nowrap !important;
  overflow: auto;
}

.slotDates .visual-picker.has-peek {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.slotDates .visual-picker.has-peek .visual-picker-figure {
  border: 1px solid #006eb6 !important;
}

.slotDates .visual-picker.has-peek .visual-picker-figure {
  margin-bottom: 0.5em;
}

.slotDates .visual-picker-figure {
  height: auto !important;
  display: block;
  width: 70px !important;
}

.slotDates .visual-picker-content {
  padding: 5px 10px;
  font-size: 15px !important;
  text-align: center;
}

.slotDates .slotDate {
  font-size: 20px !important;
}

.slotDates .visual-picker input[type="radio"]:checked~.visual-picker-figure {
  box-shadow: inset 0 0 0 2px #346cb0, 0 0 0 1px rgba(20, 20, 31, 0.05),
    0 1px 3px 0 rgba(20, 20, 31, 0.15);
  background: #346cb0;
  color: #fff;
}

.surgeCharge_span {
  position: absolute;
  top: -9px;
  font-size: 10px;
}

.editor h3,
.editor h4,
.editor p,
.editor ul,
.editor li {
  margin: 0;
  padding: 0;
}


.jobID:hover {
  color: #006eb6;
}

.custom-control {
  cursor: pointer;
}

#yesNoactionModal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #0251c9;
  width: 30px;
  height: 30px;
  font-size: 19px;
  border-radius: 50%;
}

.scheduleBtn {
  background: #3761d8 !important;
}

.progressBtn {
  background: #e0751a !important;
}

.pauseBtn {
  background: #e22d2d !important;
}

.successBtn {
  background: #65bd14 !important;
}

.table-responsive {
  display: inline-table;
}

@media only screen and (max-width: 999px) {
  .table-responsive {
    display: block;
  }
}

.menu {
  /* font-family: "zero-width"; */
  font-size: 0;
  text-align: justify;
}

.menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.menu-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: rgb(0, 0, 0);
}

.menu-item .menu-toggle:focus+.menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.menu-item .menu-dropdown {
  position: absolute;
  top: 115%;
  right: 0;
  min-width: 10rem;
  background-color: hsla(0, 0%, 100%, 0.98);
  background-clip: padding-box;
  box-shadow: 0 0 0 1px rgba(20, 20, 31, 0.05),
    0 2px 7px 1px rgba(20, 20, 31, 0.16);
  border-radius: 10px;
  margin: -1px 0 0 0;
  padding: 10px 15px;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 500ms;
  z-index: 1020;
}
.app-header{
  z-index: 999999999999;
}
.menu-item .menu-dropdown .custom-control {
  padding: 0.5rem 0px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.menu-item .menu-dropdown .custom-control:hover {
  background-color: hsla(0, 0%, 89%, 0.98);
}

.menu-item .menu-dropdown .custom-control a:hover {
  text-decoration: none;
}

.menu-item .menu-dropdown li {
  display: block;
}

.menu-dropdown.top-end {
  top: auto;
  bottom: 115%;
  right: 0;
  margin-bottom: 10px;
}

.menu-dropdown.top-start {
  top: auto;
  bottom: 115%;
  left: 0;
  margin-bottom: 10px;
}

.dropright:hover .dropdown-menu {
  display: block;
}

.icon--inventory:after,
.icon--inventory:before {
  width: 9px;
  height: 9px;
  background: red;
  border-radius: 9px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  margin: 8px;
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.icon--inventory:before {
  animation: inventory-pulse 2s linear infinite;
}

.jobNotesBox {
  height: 30px;
  z-index: 0;
}

.jobNotes {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 300px;
  display: none;
  transition: all 1s;
  text-align: left;
  font-size: 12px;
}

.jobNotes p {
  margin-bottom: 0;
}

.jobNotesBox:hover .jobNotes {
  display: block;
}

.teb-card {
  overflow: hidden;
}

.search-boxx {
  padding-right: 24px;
}

.main-card {
  padding: 1rem;
}

.add-form {
  padding: 1rem;
}

.card-ot {
  overflow: hidden;
}

.card-pad {
  margin: auto;
}
.card-pad .card-header a{
  white-space: nowrap;
}

/* .card-pad .card {
  overflow: hidden;
  
} */


@media (max-width:480px) {
  .modal-content.popup-res {
    padding: 10px;
    margin: auto;
}
.inti{
  margin: 0;
}
.popup-res input{
  font-size: 14px !important;
}
  .modal-content.popup-res .modal-header{
    margin: 0;
}
  .tabalres th{
    font-size: 14px;
  }
  .tab-main{
    overflow: auto;
    padding: 0;
  }
  /* .tab-main {
 display: none;
  } */
   .input-res{
    min-width: 320px;
   }
   .rat-res{
    min-width: 80px;
   }
  .card-1{
    overflow:hidden;
    border-radius: 4px;
  }
  .detel-card.card{
    overflow: hidden;

  }
    
  
  .detel-card{
    margin: auto;
  }
  .card-pad {
    gap: 10px;
  }
  .card-pad>div {
    padding: 0;
  }
  .detel-card #itemTable th{
    padding: 8px;
  }
  /* .card-pad .card{
    overflow: hidden;

  } */
  .mant-card{
    padding: 10px 5px;
  }
  .card-pad .card label , .card-pad .card input ,.card-pad .card select{
    font-size: 14px;
    
  }
  .card-pad .card {
    border-radius: 4px;
  }
  .card-head1 {
    padding: 10px 10px;
  }

  .card-head3 {
    padding: 10px 10px;
  }

  .card-head2 {
    padding: 10px 10px;
  }

  .card-head5 {
    padding: 10px 10px;
  }

  .page-title-bar {
    padding: 0;
  }

  .card-head {
    padding: 10px;
  }

  .res-teb {
    margin: 0;
  }

  .res-teb>div {
    padding: 0;
  }

  .res-teb .card {
    overflow: hidden;
  }

  .search-boxx {
    padding-right: 0;
  }

  .card-ot {
    overflow: hidden;
    border-radius: 4px;
  }

  .card-start {
    margin: auto;
  }

  .addresth {
    min-width: 300px;
  }

  .main-card {
    padding: 0 0 10px 0;
  }

  .teb-header {
    flex-direction: column;
  }

  .teb-header .date-hend {
    justify-content: space-between;

  }

  .add-start {
    display: flex;
    justify-content: end;
    width: 100%;
  }

  .css-b62m3t-container {
    font-size: 14px;
  }

  .teb-card {
    overflow: hidden;
    border-radius: 4px;
  }

  .pageinner {
    padding: 4rem 0rem;
  }

  .data-card {
    margin: auto;
  }

  input.form-control.searchimp {
    width: 126px;
    padding: 5px;
    height: 27px;
    margin-right: 10px;
  }

  .teb-card .card-header {
    padding: 15px 10px;
  }

  .card-start {
    padding: 8px 4px;
  }

  .card-start>div {
    padding: 0 4px;
  }
}

@media (max-width:992px) {
  .data-card {
    margin: auto;
  }

  .main-card label {
    font-size: 14px;
  }

  .css-b62m3t-container {
    font-size: 14px;
  }

  .data-card .form-control {
    font-size: 14px;
  }

}