input[type="radio"] {
    display: none;
  }
  
  label {
    color: white;
    z-index: 10;
    cursor: pointer;
  }
  
  h4 {
    margin: 0;
    font-weight: 500;
  }
  
  .main-container {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
    height: 32px;
    border-radius: 100px;
    background-color: #818a91;
    position: relative;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
  }

  .main-container.right-position-main .right-position{
    background: #b5b5b5;
  }
  .main-container.left-position-main .left-position{
    background: #0274bd;
  }
  .main-container.center-position-main .center-position{
    background: #f44336;
  }
  
  .switch {
    height: 26px;
    width: 80px;
    background-color: white;
    border-radius: 100px;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: ease-in;
  }
  
  /*---------------- LEFT ------------------- */
  .switch.left-to-center {
    animation-name: leftToCenter;
    animation-duration: 0.5s;
  }
  
  .switch.left-to-right {
    animation-name: leftToRight;
    animation-duration: 0.5s;
  }
  
  .switch.left-position {
    left: 3px;
  }
  
  .left-label {
    position: absolute;
  }
  
  #left + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 80px;
    border-radius: 100px;
  }
  
  #left:checked + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 80px;
    border-radius: 100px;
  }
  
  @keyframes leftToCenter {
    from {
      left: 3px;
    }
    to {
      left: 85px;
    }
  }
  
  @keyframes leftToRight {
    from {
      left: 3px;
    }
    to {
      left: 167px;
    }
  }
  
  /* -------------------- center ------------------ */
  .switch.center-to-left {
    animation-name: centerToLeft;
    animation-duration: 0.5s;
  }
  
  .switch.center-to-right {
    animation-name: centerToRight;
    animation-duration: 0.5s;
  }
  
  .switch.center-position {
    left: 85px;
  }
  
  .center-label {
    position: absolute;
    left: 85px;
  }
  
  #center + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 80px;
    border-radius: 100px;
  }
  
  #center:checked + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 80px;
    border-radius: 100px;
  }
  
  @keyframes centerToLeft {
    from {
      left: 85px;
    }
    to {
      left: 3px;
    }
  }
  
  @keyframes centerToRight {
    from {
      left: 85px;
    }
    to {
      right: 1px;
    }
  }
  
  /* ------------------- RIGHT ------------------- */
  .switch.right-to-left {
    animation-name: rightToLeft;
    animation-duration: 0.5s;
  }
  
  .switch.right-to-center {
    animation-name: rightToCenter;
    animation-duration: 0.5s;
  }
  
  .switch.right-position {
    left: 165px;
    width: 102px;
  }
  
  .right-label {
    position: absolute;
    right: 2px;
  }
  
  #right + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 110px;
    border-radius: 100px;
  }
  
  #right:checked + label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 110px;
    border-radius: 100px;
  }
  
  @keyframes rightToLeft {
    from {
      left: 167px;
    }
    to {
      left: 3px;
    }
  }
  
  @keyframes rightToCenter {
    from {
      left: 167px;
    }
    to {
      right: 85px;
    }
  }
  

  .folio-input input, .folio-input fieldset {
    border-radius: 25px !important;
    padding: 5px 17px;
    margin-top: 13px;
}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{display:flex;height:var(--react-international-phone-height, 36px);box-sizing:border-box;align-items:center;justify-content:center;padding:0;border:1px solid var(--react-international-phone-country-selector-border-color, var(--react-international-phone-border-color, gainsboro));margin:0;appearance:button;-webkit-appearance:button;background-color:var(--react-international-phone-country-selector-background-color, var(--react-international-phone-background-color, white));cursor:pointer;text-transform:none;user-select:none}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover, whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:transparent}.react-international-phone-country-selector-button__button-content{display:flex;align-items:center;justify-content:center}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size, 4px) solid var(--react-international-phone-country-selector-arrow-color, #777);border-right:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size, 4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color, #999)}.react-international-phone-country-selector-button--disabled{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));cursor:auto}.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color, var(--react-international-phone-disabled-background-color, whitesmoke))}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width, 24px);height:var(--react-international-phone-flag-height, 24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{position:absolute;z-index:1;top:var(--react-international-phone-dropdown-top, 44px);left:var(--react-international-phone-dropdown-left, 0);display:flex;width:300px;max-height:200px;flex-direction:column;padding:4px 0;margin:0;background-color:var(--react-international-phone-dropdown-item-background-color, var(--react-international-phone-background-color, white));box-shadow:var(--react-international-phone-dropdown-shadow, 2px 2px 16px rgba(0, 0, 0, .25));color:var(--react-international-phone-dropdown-item-text-color, var(--react-international-phone-text-color, #222));list-style:none;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;border:none;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin, 0);background:var(--react-international-phone-dropdown-preferred-list-divider-color, var(--react-international-phone-border-color, gainsboro))}.react-international-phone-country-selector-dropdown__list-item{display:flex;min-height:var(--react-international-phone-dropdown-item-height, 28px);box-sizing:border-box;align-items:center;padding:2px 8px}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{overflow:hidden;margin-right:8px;font-size:var(--react-international-phone-dropdown-item-font-size, 14px);text-overflow:ellipsis;white-space:nowrap}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color, gray);font-size:var(--react-international-phone-dropdown-item-font-size, 14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color, var(--react-international-phone-text-color, #222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color, var(--react-international-phone-dropdown-item-dial-code-color, gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color, var(--react-international-phone-selected-dropdown-item-background-color, whitesmoke))}.react-international-phone-dial-code-preview{display:flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid var(--react-international-phone-dial-code-preview-border-color, var(--react-international-phone-border-color, gainsboro));margin-right:-1px;background-color:var(--react-international-phone-dial-code-preview-background-color, var(--react-international-phone-background-color, white));color:var(--react-international-phone-dial-code-preview-text-color, var(--react-international-phone-text-color, #222));font-size:var(--react-international-phone-dial-code-preview-font-size, var(--react-international-phone-font-size, 13px))}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color, var(--react-international-phone-disabled-background-color, whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color, var(--react-international-phone-disabled-text-color, #666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius, 4px);margin-right:-1px;border-bottom-right-radius:0;border-top-right-radius:0}.react-international-phone-input-container .react-international-phone-input{overflow:visible;height:var(--react-international-phone-height, 36px);box-sizing:border-box;padding:0 8px;border:1px solid var(--react-international-phone-border-color, gainsboro);border-radius:var(--react-international-phone-border-radius, 4px);margin:0;background-color:var(--react-international-phone-background-color, white);border-bottom-left-radius:0;border-top-left-radius:0;color:var(--react-international-phone-text-color, #222);font-family:inherit;font-size:var(--react-international-phone-font-size, 13px)}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color, whitesmoke);color:var(--react-international-phone-disabled-text-color, #666)}
#container-circles{position:absolute;left:50%;bottom:90px}#outer-circle{left:-37px;height:75px;width:75px;background-color:hsla(0,0%,100%,.4);z-index:1}#inner-circle,#outer-circle{position:absolute;border-radius:50%}#inner-circle{left:50%;top:38px;height:44px;width:44px;background:#fff;margin:-22px 0 0 -22px;z-index:2}#inner-circle.is-clicked{height:38px;width:38px;margin:-19px 0 0 -19px}#white-flash.normal{position:absolute;height:100%;width:100%;opacity:1;-webkit-transition:opacity .9s ease-out;-o-transition:opacity .9s ease-out;transition:opacity .9s ease-out}#white-flash.do-transition{opacity:0;background:#fff}#display-error{color:#000;background-color:#fff}.react-html5-camera-photo{position:relative;text-align:center}.react-html5-camera-photo>img,.react-html5-camera-photo>video{width:768px}.react-html5-camera-photo>.display-error{width:768px;margin:0 auto}@media(max-width:768px){.react-html5-camera-photo>.display-error,.react-html5-camera-photo>img,.react-html5-camera-photo>video{width:100%}}.react-html5-camera-photo-fullscreen>img,.react-html5-camera-photo-fullscreen>video{width:100vw;height:100vh}.react-html5-camera-photo-fullscreen>video{-o-object-fit:fill;object-fit:fill}.react-html5-camera-photo-fullscreen>.display-error{width:100vw;height:100vh}
/*# sourceMappingURL=index.css.map*/.box-shadow {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.floating-loading { 
  z-index:99;
  display:flex;
  direction:column;
  align-content:center;
  align-items:center;
  position:absolute;
  padding:5;
  top:0;
  left:0;
  width: 100vw;
  height:100vh;
  background: #0000008c;
}
.floating-width{
  max-width: 560px !important;
}
.imageIcon {
  position: relative;
  top: 0;
  box-sizing: unset;
  vertical-align: super;
  stroke: #818A91;
  font-size: 35px !important;
}
.noFill .imageIcon{
  fill: none !important;
}
.nav-link {
  width: 100%;
  text-decoration: none;
  color: #818A91;
  text-transform: uppercase;
  height: 64px;
  margin-bottom: 15px;
}
.nav-link.contract .itemButton{
  border-left : 0px !important;
}
.nav-link.active, .nav-link:hover {  
  color: #ED6D00;
}
.nav-link.active .itemButton, .nav-link:hover .itemButton{
  border-left: 3px solid #ED6D00;
}
.nav-link.active .imageIcon, .nav-link:hover .imageIcon {
  stroke: #ED6D00;
  fill: #ED6D00;
}
.nav-link.active .imageIcon2, .nav-link:hover .imageIcon2 {
  stroke: #ED6D00;
  fill: #ED6D00;
  stroke-width: 0;
}

.nav-link.active .vtexIcon g, .nav-link:hover .vtexIcon g {
  stroke: #ED6D00;
  fill: #ED6D00;
  stroke-width: 0;
}
.navText.small span {
  font-size: 9px;
  color: #818A91 !important;
}
.navText.semiSmall span {
  font-size: 9px;
  color: red !important;
}
.closedDrawer .itemButton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.closedDrawer .navText span{
  font-size: 10px;
}

.closedDrawer .MuiListItemIcon-root{
  min-width: auto;
}

table.ranking-table {
  border: 0px solid;
  min-width: auto;
  box-shadow: none;
}

.ranking-table th{
  color: #818A91;
  font-size:  9px;
  text-transform: uppercase;
}

.ranking-table th, .ranking-table td {
  border: unset;
}

table.ranking-table.bordered-table td {
  border-top: 1px solid #818A91;
}

.posProductImg {
  max-width: 100%;
  width: auto;
  max-height: 90vh;
}

.carrierImg {
  max-width: 100%;
  aspect-ratio : 1 / 1;
  border-radius: 50%;
  border: 4px solid;
  width: 100%;
}
.carrierImg.border-available {
  border-color: #13BB10;
}
.carrierImg.border-transit {
  border-color: #0274BE;
}
.carrierImg.border-inactive {
  border-color: #3A3A3A;
}
.carrierImg.without-border {
  border: unset;
}
.color-available, .color-available * {
  color: #13BB10 !important;
}
.color-transit, .color-transit * {
  color: #0274BE !important;
}
.color-inactive, .color-inactive * {
  color: #3A3A3A !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scroll::-webkit-scrollbar, .hide-scroll > *::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scroll, .hide-scroll > *{
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.noul {
  text-decoration: unset;
}

.ordersAssignedQty {
  position: absolute;
  right: 0;
  background-color: #ED6D00;
  line-height: 25px;
  text-align: center;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

a.editUserIcon {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #EDEDED;
  width: 25px;
  height: 25px;
  color: white;
}

a.editUserIcon svg {
  color: #AEAEAE;
  font-size: 15px;
  line-height: 15px;
  vertical-align: middle;
}
.dashQty{
  font-size: 35px;
  line-height: 49px;
}
.dashQtyNl{
  font-size: 26px;
  line-height: 29px;
}
.noUl, .noUl *{
  text-decoration:none !important;
}
.colorWhite, .colorWhite * {
  color: #fff !important;
}
.colorBlue, .colorBlue * {
  color: #0274be !important;
}
.colorBlue:hover, .colorBlue:hover *, button:hover .colorBlue, button:hover .colorBlue * {
  color: white !important;
  stroke: #ffffff;
}

.openRow td {
  border-bottom: 0;
  background-color: #F5F5F5;
}

.clientDataTable tr:last-of-type td {
  border: unset;
}
.searchInput {
  border-radius: 25px;
  background: #F5F5F5;
}
.searchInput input {
  padding: 5px 10px;
  border-radius: 25px;
  border: 0;

}
.searchInput fieldset {
  border-radius: 25px;
  border: 0;
}
/* Switch Styles */
.switch-style {
  height: 52px !important;
  width: 117px !important;
}
.switch-style .css-1ik4u3b-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked:hover{
  background: unset !important;
}
.switch-style span.MuiButtonBase-root.MuiSwitch-switchBase.MuiSwitch-colorPrimary.PrivateSwitchBase-root.MuiSwitch-switchBase.MuiSwitch-colorPrimary.css-1ik4u3b-MuiButtonBase-root-MuiSwitch-switchBase {
  left: 5px;
}
.switch-style span.MuiSwitch-track.css-1yjjitx-MuiSwitch-track {
  border-radius: 25px;
  background: #818a91;
  opacity: 1;
}
.switch-style.toggled span.MuiSwitch-track.css-1yjjitx-MuiSwitch-track {
  background: #0274BE;
}
.switch-style span.MuiSwitch-thumb.css-jsexje-MuiSwitch-thumb {
  height: 24px;
  margin-top: 5px;
  width: 52px;
  border-radius: 20px !important;
  color: #fff;
}
.switch-style .css-1ik4u3b-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked {
  -webkit-transform: translateX(37px);
  -moz-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}
.switch-style span.MuiSwitch-track.css-1yjjitx-MuiSwitch-track:before {
  content: 'Si';
  padding: 0 10px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
.switch-style span.MuiSwitch-track.css-1yjjitx-MuiSwitch-track:after {
  content: 'No';
  padding: 0 10px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  right: 10px;
  position: absolute;
}

.carrierSwitch .react-switch-bg {
  width: 130px !important;
  height: 24px !important;
}
.carrierSwitch .react-switch-bg div {
  color: white;
  font-size: 15px;
  padding: 0px 8px;
  font-weight: 100;
  width: fit-content !important;
}

.carrierSwitch .react-switch-handle {
  height: 22px !important;
  width: 50% !important;
  border-radius: 25px !important;
}

.carrierSwitch.true .react-switch-handle, .carrierSwitch.active .react-switch-handle {
  transform: translateX(64px) !important;
}
/** 
  Table Pagination
*/

.paginationTop {
  display: inline-flex;
}

.paginationBottom .MuiTablePagination-toolbar{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0;
  flex-wrap: wrap;
}

.paginationBottom .MuiTablePagination-toolbar .MuiTablePagination-spacer {
  display: none;
}
.paginationBottom button.MuiButtonBase-root {
  background-color: #0274be;
  color: white;
  padding: 1px;
  margin: 0 2px;
}
.paginationBottom button.MuiButtonBase-root.Mui-disabled {
  background-color: #D9D9D9;
  padding: 1px;
  margin: 0 2px;
}

.paginationTop p.MuiTablePagination-displayedRows, .paginationTop .MuiTablePagination-actions {
  display: none !important;
}

.paginationTop .MuiToolbar-root{
  padding-left: 0;
}
.paginationBottom button.Mui-disabled {
    background-color: #D9D9D9;
    padding: 1px;
    margin: 0 2px;
}

.filterCombo .MuiSelect-select {
  padding: 5px;
  vertical-align: bottom;
}

.clearFilters {
  text-decoration: underline;
  display: block;
  text-align: right;
  padding: 0 10px;
  cursor: pointer;
}

.MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl{
  background: #ffffff;
  padding: 0px 7px;
}

.pointer {
  cursor: pointer;
}

button#profile-button {
  margin-left: 0px;
  border: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
}

.inputTable input {
  padding: 6px 10px;
  /* border-radius: 25px !important; */
}
.inputTable .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl {
  background-color: transparent;
}
.inputTable .MuiInputBase-root.MuiOutlinedInput-root {
  MARGIN: 8px;
  border-radius: 20px;
}
.inputTable label.MuiFormLabel-root.MuiInputLabel-root {
  -webkit-transform: translate(10px, -9px) scale(1);
  -moz-transform: translate(10px, -9px) scale(1);
  -ms-transform: translate(10px, -9px) scale(1);
  transform: translate(10px, -9px) scale(1);
  font-size: 12px;
}

.textarea {
  width: 100%;
  border-radius: 5px;
  background-color: #f8f8f8;
  border: unset;
  padding: 5px;
}

.checkFields {
  padding: 0 5px !important;
}

.hidden {
  display: none !important;
}

.captureFilterCombo {
  top: 0;
  margin-top: 0 !important;
  border-radius: 5px !important;
  width: 100% !important;
}

/**
  Camera Styles
  
*/
.react-html5-camera-photo {
  max-width: 100%;
  max-height: 90%;
}
.react-html5-camera-photo>img, .react-html5-camera-photo>video {
  width: 768px;
  max-width: 100%;
  max-height: 100%;
}
.max100{
  max-width: 100%;
}

/* 
  Rut validator styles
*/
.badRut{
  color: red !important;
}
.okRut{
  color: green !important;
}
.oldRut{
  text-decoration: line-through;
}
.fullWidth{
  width: 100% !important;
}
.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top{
  z-index: 99999;
}
.selectCommentType div {
  padding: 2px 9px;
}
.selectCommentType {
  border-radius: 20px !important;
}
#cnv{
  width: 100%;
}
.signActive{
  border: 3px solid green;
}
.signInactive{
  border: 3px solid red;
 }
.circle-btn {
  background: transparent;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  margin: 8px 5px;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.conf-btn {
  border: 3px solid #002f87;
  color: #002f87;
}
.ret-btn {
    border: 3px solid red;
    color: red;
}

.printButton {
  position: relative;
  height: fit-content;
  width: 33px;
  display: block;
  color: lightgrey;
  cursor: unset !important;
}

.overCheck {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: #13bb10;
}

.overClear {
  position: absolute;
  right: 0;
  top: 7px;
  color: red;
}

.inlined-content {
  min-width: max-content !important;
  white-space: nowrap;
}

.inlined {
  display: inline-block;
  padding: 0;
  background: transparent !important;
  vertical-align: middle;
}

.hiddeable{
  -moz-transition: height 1.3s ease;
  -webkit-transition: height 1.3s ease;
  -o-transition: height 1.3s ease;
  transition: max-height 1.3s ease;
  max-height: 65px;
  overflow: hidden;
}
.hiddeable_comments{
  -moz-transition: height 1.3s ease;
  -webkit-transition: height 1.3s ease;
  -o-transition: height 1.3s ease;
  transition: max-height 1.3s ease;
  max-height: 0px;
  overflow: hidden;
}
.dteTitle,.historic_title {
  padding-bottom: 15px;
  width: 100%;
  padding-right: 7px;
  cursor: pointer;
}
.hiddeable.active{
  max-height: 2000px;
}
.hiddeable_comments.active{
  max-height: 1500px;
}
.hiddeable.active .dteTitle{
  border-bottom: 1px solid black;
  padding-bottom: 0px;
  margin-bottom: 17px !important;
}
.dteTitle *, .historic_title *{
  vertical-align: middle;
  float: right;
}
.nav-link{
  margin-bottom: 0px
}
.inventoryCheck .react-switch-bg div {
  padding: 4px;
  color: white;
}
.errorMsj {
  padding: 15px;
  border: 2px solid #ea7373;
  border-radius: 5px;
  background-color: #c9bbbb;
  text-align: center;
  line-height: initial;
  height: fit-content;
  color: #350000;
}

.linkgrey{
  color: rgb(53, 52, 52) !important;
}