@media (min-width: 992px) {
  .secondary-nav.collapse {
    display: block;
    height: 100%;
  }

  #reports-dropdown {
    margin-right: -3rem;
  }

  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid)>.dropdown-menu-right {
    margin-right: 0rem;
  }


}

@media (max-width: 1020px) {
  .modal-dialog {
    max-width: none;
    margin-left: 15px;
  }
}

.form-group {
  margin-bottom: 0.25rem;
}

label {
  margin-bottom: 0rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #3c4858;
}

.has-float-label label::after,
.has-float-label>span::after {
  height: 2px;
  top: 6px;
}

#profile-bubble {
  border: solid rgba(204, 204, 204, 0) 2px;
  border-radius: 15px;
  padding-left: 6px;
  padding-right: 6px;
}

#profile-bubble:hover {
  border: solid #CCC 2px;
  border-radius: 15px;
  padding-right: 6px;
  padding-left: 6px;
}

.btn-secondary :not.rounded-circle {
  border: solid darkgrey 1px;
}

.hidden {
  display: none;
}

.bootbox {
  z-index: 99999;
}

.badge-notification {
  position: relative;
  top: -13px;
  left: 15px;
  z-index: 2;
  padding: 1px 7px;
  font-size: 10px;
  color: #fff;
  background-color: #fe1212;
  border-radius: 10em;
  margin-left: -23px;
}

input.error {
  border: solid #bc0000 1px !important;
}

label.error {
  color: #bc0000 !important;
}

.status-cancelled {
  background-color: #f44336 !important;
  color: #FFF !important;
}

.status-checked_in {
  background-color: #cc8900 !important;
  color: #FFF !important;
}

.status-reserved {
  background-color: #6E00FF !important;
  color: #FFF !important;
}

.status-checked_out {
  background-color: #a5a5a5 !important;
  color: #FFF !important;
}

.status-confirmed {
  background-color: #36b37e !important;
  color: #FFF !important;
}

.status-blocked {
  background-color: #1F2937 !important;
  color: #FFF !important;
}

.application .container-application {
  max-width: 1701px;
}

#reservation-move-alert .alert-modern:after {
  content: none;
}

.hover-hand {
  cursor: pointer;
}

.custom-select,
.form-control,
.input-group-append,
.input-group-prepend,
.input-group-text,
.select2-selection {
  color: #65696f;
  background-clip: padding-box;
  border-color: #5a5a5a !important;
}

.dropdown-menu {
  font-weight: 700;
  color: #080808;
}

.badge-green {
  background-color: #D1FAE5;
}

.omnisearch {
  z-index: 1042;
  top: -170px;
  height: 500px;
}

.omnisearch .omnisearch-suggestions {
  width: auto;
  z-index: 1043;
  max-height: 450px;
  overflow-y: auto;
}

.omnisearch .omnisearch-form {
  width: auto;
  z-index: 1043;
}

.application-offset .container-application:before {
  /*
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 430px;

    background-color: #6e00ff;
    background: #6e00ff !important;
    background: linear-gradient(to right, #7141fb 0%, #6d05f6 40%, #6e00ff 100%) !important;
    */
  background: #1F2937 !important;


}

.printable,
.printable * {
  display: none;
}

@media print {

  .no-print,
  .report-filters,
  .no-print * {
    display: none !important;
  }

  .printable,
  .printable * {
    display: block;
  }
}

.btn-outline-secondary {
  color: #d6d8dc;
  border-color: #dee1e6;
}

.open-reservation {
  cursor: pointer;
}

.application .navbar-collapse {
  padding-left: 0px;
  padding-right: 5px;
}

.bootbox-close-button {
  color: black;
}

.bootbox-close-button:hover {
  color: #707070;
}

.tablex td,
.table th {
  font-size: .9125rem;
}

h7,
.h7 {
  font-size: .9125rem !important;
  font-weight: 800 !important;
}

.table td {
  vertical-align: middle;
}

.quote-total {
  font-size: 1rem;
  font-weight: 600;
}

.list-unstyled.active {
  color: #fe696a;
}

.select2-dropdown {
  z-index: 999999999;
}

.cz-sidebar,
.cz-sidebar-static {
  width: 100%;

  background-color: #fff;
}

.modal-vertical-lg {
  max-width: 1270px !important;
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border: 1px solid black;
}

.input-group-spinners>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: 8px 8px;
}

.input-group-spinners>.form-control {
  border-left: 0px;
}

#searchField_list {
  margin-top: -14px;
  padding-left: 0px;
}

.autoComplete_result {
  max-width: 100% !important;
}

.box-shadow-lg {
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1) !important;
}

.hiddenRow {
  padding: 0 !important;
  border-top: 0px !important;
}

.text-salmon {
  color: #fe696a;
}

.text-hover:hover {
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #6e00ff !important;
}

.btn-outline-alt {
  color: rgba(255, 122, 122, 1) !important;
  border-color: #ff5630 !important;
}

.border-add {
  border: 2px dashed #dbdbdb !important;
  border-radius: 5px;
  padding: 10px;
}

.underline-alt {
  border-bottom: 1px dashed #a3acb9;
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.underline-alt:hover {
  color: #c0ccda !important;
}

.underline {
  border-bottom: 1px dashed #a3acb9;
  cursor: pointer;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.underline:hover {
  color: #6e00ff !important;
}

.underline:after {
  top: 62.5%;
  height: 2px;
  width: 90%;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.3s ease all .1s;
}

.underline:hover:after {
  top: 67.5%;
  transition: 0.4s ease all;
}

.has-float-label label {
  font-size: 90%;
}

.has-float-label-select2 label {
  position: absolute;
  cursor: text;
  font-size: 90%;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  top: -.5em;
  left: 20px;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
  content: " ";
  background: #fff;

}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 15px;
}

.scrollable-dropdown {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}


.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.message-content {
  border-radius: .625rem .625rem .625rem 2px;
  display: inline-block;
  padding: 0.625rem;
}

.message-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.message-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-width: 0;
  width: 100%;
}

.table thead th {
  font-size: 1rem;
  FONT-WEIGHT: 700;
}

.table td {
  font-size: 1rem;
}

.col-xs-0,
.col-sm-0,
.col-md-0,
.col-lg-0 {
  flex: 0 0 0;
  max-width: 0;
}

.date {
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid #dddddd;
  background-color: #fff;
  overflow: hidden;
}

.date .date_from,
.date .date_to {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  flex: 1;
  padding: 1.25rem;
}

.date .date_from:hover,
.date .date_to:hover {
  background: #f5f5f5;
}

.date .date_from h3,
.date .date_to h3 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1em;
}

.date .date_from span,
.date .date_to span {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #555555;
}

.date .date_to {
  text-align: right;
  border-left: 1px solid #dddddd;
}

.date .date_location {
  border-radius: 0.625rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767.98px) {
  .date {
    flex-direction: column;
  }

  .date .date_from {
    padding-bottom: 2.5rem;
    text-align: center;
  }

  .date .date_to {
    padding-top: 2.5rem;
    border-left: 0;
    border-top: 1px solid #dddddd;
    text-align: center;
  }
}

.date-small {
  border-radius: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: row;
  border: 1px solid #dddddd;
  background-color: #fff;
  overflow: hidden;
}

.date-small .date_from,
.date-small .date_to {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  flex: 1;
  padding: .5rem;
}

.date-small .date_from:hover,
.date-small .date_to:hover {
  background: #f5f5f5;
}

.date-small .date_from h3,
.date-small .date_to h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
}

.date-small .date_from span,
.date-small .date_to span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #8492a6;
}

.date-small .date_to {
  text-align: left;
  border-left: 1px solid #dddddd;
}

.date-small .date_location {
  border-radius: 0.625rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0.225rem 0.25rem;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (max-width: 767.98px) {
  .date-small {
    flex-direction: column;
  }

  .date-small .date_from {
    padding-bottom: 2.5rem;
    text-align: center;
  }

  .date-small .date_to {

    border-left: 0;
    border-top: 1px solid #dddddd;
    text-align: center;
  }
}



.has-float-label .form-control:placeholder-shown:not(:focus)+* {
  font-size: 110%;
  opacity: .70;
  top: .9em;
  padding-left: 15px;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #ddd;
}

.irs--round .irs-handle {

  border: 4px solid #00b8d9;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {

  background-color: #00b8d9;
}

.irs--round .irs-bar {
  background-color: #00b8d9;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #00b8d9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: solid black 0px;
  background-color: #ccc0;
  padding-bottom: 5px;
}

/*
.click-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.click-forward:focus, .click-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.click-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
a:active, .click-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flatpickr-calendar {

  border-radius: .75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border: 0
}

.flatpickr-innerContainer {
  padding-bottom: 1.125rem
}

.flatpickr-months {
  padding: .75rem 0
}

.flatpickr-months svg {
  vertical-align: top
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: .75rem
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #766df4
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.numInputWrapper:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: #f3f3fb
}

.flatpickr-day {
  border-radius: 0;
  border-radius: .75rem
}

.flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
  border-color: #f3f3fb;
  background-color: #f3f3fb
}

.flatpickr-day.today {
  border-color: #fff !important;
  color: #766df4 !important
}

.flatpickr-day.today.selected {
  color: #fff !important
}

.flatpickr-day.today:hover {
  background-color: transparent
}

.flatpickr-day.selected {
  border-color: #766df4 !important;
  background-color: #766df4 !important
}

.flatpickr-day.flatpickr-disabled {
  color: #ff5630a1 !important
}

.flatpickr-day.nextMonthDay {
  color: #9091a9
}

.flatpickr-day.inRange {
  border-color: #f3f3fb !important;
  background-color: #f3f3fb !important;
  box-shadow: -5px 0 0 #f3f3fb, 5px 0 0 #f3f3fb
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.endRange.seleced,
.flatpickr-day.endRange:hover {
  border-color: #766df4 !important;
  background-color: #766df4 !important
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
  border-radius: 0 .75rem .75rem 0
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 0;
  border-radius: .75rem 0 0 .75rem
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #766df4
}

.flatpickr-time {
  margin-bottom: .5rem
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background-color: #f3f3fb
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 600
}

.checkbox-lg .form-check-input {
  top: .8rem;
  scale: 1.4;
  margin-right: 0.7rem;
}

.checkbox-lg .form-check-label {
  padding-top: 13px;
}

.checkbox-xl .form-check-input {
  top: 1.2rem;
  scale: 1.7;
  margin-right: 0.8rem;
}

.checkbox-xl .form-check-label {
  padding-top: 19px;
}

.swal2-container {
  z-index: 99999 !important;
}

.text-fade-in {
  animation: textFadeIn 2s infinite linear;
}

@keyframes textFadeIn {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.min-width-50 {
  min-width: 50%;
}

/* Call Alerts */
@keyframes slideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}


.custom-alert {
  align-items: center;
  border-radius: 3px;
  padding-left: 1em;
  gap: 2em;
  animation: slideIn 0.5s ease-out forwards;
}

.rounded-initials {
  border-radius: 1em;
  background: white;
  color: black;
  height: 1.5em;
  width: 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-weight: bold;
}

.custom-btn {
  border-radius: 1em;
  padding: 5px 11px;
  border: none;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 8px;
  font-weight: 700;
  color: white;
}

.custom-btn:hover {
  opacity: 0.9;
}

.custom-icon {
  border-radius: 10em;
  background: white;
  color: black;
  font-size: 20px;
  padding: 5px;
}

.right-div {
  width: 100%;
  display: flex;
  justify-content: end;
  padding-right: 1em;
}

/* Orange Alert */
.alert-orange {
  background: #d88e18;
}

.btn-orange {
  background: #f5ae3d;
}

/* Green Alert */
.alert-green {
  background: #28a745;
}

.btn-green {
  background: #1f9c3d;
}

@media only screen and (max-width: 1570px) {
  .alert-width {
    width: 60%;
  }

  .custom-alert {
    font-size: 14px;
  }

  .custom-btn {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .alert-width {
    width: 80%;
  }

  .custom-alert {
    font-size: 12px;
  }

  .custom-btn {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-none {
    display: none !important;
  }

  .custom-alert {
    gap: 1em;
  }

  .alert-width {
    width: 95%;
  }

  .right-div {
    padding-right: 1em;
  }
}

/* Call Log Drawer */
.drawer {
  position: fixed;
  top: 0;
  right: -560px;
  width: 560px;
  height: 100%;
  background: #fff;
  color: #3E4857;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease-in-out;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1050;
}

.drawer.open {
  right: 0;
}

.drawer-head-title {
  display: inline-flex;
  gap: 6px;
}

.calltrack-btn {
  background: #000;
  border: none;
  border-radius: 15px;
  padding: 2px 8px;
}

.drawer-item {
  width: 512px;
  height: 132px;
  padding: 16px;
  gap: 17px;
  border-radius: 4px;
  border-width: 1px;
  background: #FAFBFE;
}

.item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}

.item-phone {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #808080;
}

.item-call-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 15px;
  background: #F0F2F7;
  font-size: 14px;
  height: 32px;
  color: #3E4857;
  border: 1px solid #8792A4;
  gap: 5px;
}

.audio-controls {
  display: block;
  width: 268px;
  height: 32px;
  border-radius: 15px;
  border: 1px solid #8792A4;
}

.duration {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #3E4857;
}

.grey-text {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #8792A4;
}

.bg-blue {
  background: #007BFF;
  /* For 'queued' */
}

.bg-gray {
  background: #6C757D;
  /* For 'hangup' */
}

.bg-purple {
  background: #8E44AD;
  /* For 'bridged' */
}

.bg-green {
  background: #28A745;
  /* For 'connected' */
}

.bg-dark-green {
  background: #1E7E34;
  /* For 'completed' */
}

.bg-light-blue {
  background: #17A2B8;
  /* For 'connecting' */
}

.bg-red {
  background: #DC3545;
  /* For 'busy' */
}

.bg-orange {
  background: #FF9500;
  /* For 'no-answer' */
}

.bg-yellow {
  background: #FFC107;
  /* For 'ringing' */
}

.bg-black {
  background: #343A40;
  /* Default fallback */
}

.status-span {
  color: #fff;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 5px;
  text-align: center;
}

.drawer-content {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.drawer-content::-webkit-scrollbar {
  display: none;
}

.box_1 {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 0.5em;
  color: #9747ff;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 500;
}

input[type="checkbox"].switch_1 {
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background: #9747ff54;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(1);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 1.5em);
  background: #9747FF;
}

@media only screen and (max-width: 768px) {
  .drawer {
    display: none;
  }
}

/* Call Log Drawer Ends here */
.table-td-top td {
  vertical-align: top !important;
}

.discounts,
#discounts-card-old td {
  white-space: normal !important;
}

/* Inventory Stock report CSS Start Here*/
.inventory-card-width .inventory-table thead th {
  border-bottom-width: 1px;
}

.inventory-card-width .inventory-card-width {
  width: 100%;
}

.inventory-card-width .active {
  color: #fff !important;
  background-color: #3c4858 !important;
  font-weight: 500;
}

.inventory-card-width .tabs {
  background: #f4f4f4;
  padding: 0.5rem 0.5rem;
  border-radius: 4px;
}

.inventory-card-width .card-head {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
}

.inventory-card-width .tab-links {
  padding: 0.5rem 3rem;
  border: none;
  border-radius: 6px;
  background: none;
  color: #8492a6;
  font-weight: 400;
}

.inventory-card-width .filter {
  height: 100%;
  border: none;
  width: 12rem;
  box-sizing: border-box;
}

.inventory-card-width .filter:focus-visible {
  outline: none;
}

.inventory-card-width .filter-section {
  border: 1px solid #5a5a5a;
  border-radius: 4px;
  padding: 0rem 0.5em 0 0.5rem;
}

.inventory-card-width .filter-section .search-icon {
  border: none;
  background: none;
}

.inventory-card-width .gap-half {
  gap: 0.5rem;
}

.inventory-card-width .custom-search {
  border: none;
  height: 100%;
}

.inventory-card-width .custom-search::placeholder {
  color: #c0ccda;
}

.inventory-card-width .custom-search:focus-visible {
  outline: none;
}


.inventory-card-width .timelines {
  position: relative;
  margin: 2rem 0rem 2rem 1rem;
  padding-left: 2rem;
  border-left: 1px solid #8492A6;
}

.inventory-card-width .timelines-item {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  margin-bottom: 1rem;
  border: 1px solid #E5E9F2;
  border-radius: 10px;
  background: #fff;
}

.inventory-card-width .timelines-icon-1 {
  position: absolute;
  left: -1rem;
  font-size: 1.3rem;
}

.inventory-card-width .label {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}

.inventory-card-width .label-wastage {
  background-color: #f8d7da;
  color: #dc3545;
}

.inventory-card-width .label-added {
  background-color: #e2fbe9;
  color: #198754;
}

.inventory-card-width .label-initial {
  background-color: #c0ccda80;
  color: #6c757d;
}

.inventory-card-width .label-bg {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inventory-card-width .border-search {
  border: 1px solid #DCDCDC !important;
}

.inventory-card-width .label-bg-1 {
  background-color: #f8d7da;
}

.inventory-card-width .label-bg-2 {
  background-color: #e2fbe9;
}

.inventory-card-width .label-bg-3 {
  background-color: #dde3eb;
}

.inventory-card-width .bg {
  background-color: #F9FAFB;
}

.inventory-card-width .bg-gray {
  background-color: #f5f5f5 !important;
}

.inventory-card-width .bg-light-subtle {
  background-color: #f1f3f5;
}

.inventory-card-width .border-left-right {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.inventory-card-width .cursor-pointer {
  cursor: pointer;
}

.inventory-card-width .badge-light-purple {
  background-color: #e0d9ff;
  color: #5f4dff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

.inventory-card-width .text-underline {
  text-decoration: underline;
}

.inventory-card-width .arrow-icon {
  font-size: 1.25rem;
}

.inventory-card-width .inventory-table td,
.inventory-card-width .inventory-table th {
  vertical-align: middle;
}

.inventory-card-width .rotate-180 {
  transform: rotate(180deg);
}



@media screen and (max-width: 767px) {
  .inventory-card-width .tabs {
    width: 100%;
  }

  .inventory-card-width .tab-links {
    padding: 0.5rem 1.5rem !important;
  }

  .inventory-card-width .card-head {
    gap: 15px;
  }

  .inventory-card-width .filter {
    width: 100%;
  }

  .inventory-card-width .filter-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 321px) {
  .inventory-card-width .tab-links {
    padding: 0.5rem 0.5rem !important;
  }
}

@media screen and (max-width : 991px) {
  .inventory-card-width .w-md-100 {
    width: 100%;
    justify-content: space-between;
  }
}


	.card-purple {
		border-radius: 4px;
		background:#C89EFF1F;
		border: 1px solid #C89EFF33;
		padding:1em;
		display: flex;
		flex-direction: column;
	}
	.card-purple h3{
		font-weight: 700;
		font-size: 18px;
	}
	.card-purple p{
		font-weight: 500;
		font-size: 16px;
		color:#808080;
	}

	.card-purple .btn-purple {
		border-radius: 2em;
		padding: 10px 5px;
		background: #E6D3FF;
		color: #9747FF;
		border: 1px solid #9747FF;
		font-size: 13px;
		width: 40%;
	}
	.card-purple .calltrack-btn {
		padding: 7px 8px;
	}

/* Inventory Stock Report CSS End here */
