.visibility-hidden {
  visibility: hidden;
  position: fixed;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.maplibregl-popup-content {
  padding: 10px !important;
}

.mapboxgl-ctrl {
  margin: 10px;
}

.maplibregl-popup {
  max-width: 330px !important;
}

.pagination-container {
  display: flex;
  list-style-type: none;
}

.pagination-item {
  padding: 0 12px;
  height: 32px;
  text-align: center;
  margin: auto 4px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  letter-spacing: 0.01071em;
  border-radius: 16px;
  line-height: 1.43;
  font-size: 13px;
  min-width: 32px;
}

.pagination-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.dots {
  background-color: transparent;
  cursor: default;
}

.pagination-item.selected {
  background-color: rgba(0, 0, 0, 0.08);
}

.arrow::before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: '';
  /* By using an em scale, the arrows will size with the font */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.12em solid rgba(0, 0, 0, 0.87);
  border-top: 0.12em solid rgba(0, 0, 0, 0.87);
}

.left {
  transform: rotate(-135deg) translate(-50%);
}

.right {
  transform: rotate(45deg);
}

.pagination-item.disabled {
  pointer-events: none;
}

.arrow::before {
  border-right: 0.12em solid rgba(0, 0, 0, 0.43);
  border-top: 0.12em solid rgba(0, 0, 0, 0.43);
}

.arrow:hover {
  background-color: transparent;
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

body .ReactModal__Overlay {
  z-index: 99999 !important;
}

body .MuiSnackbarContent-message {
  white-space: break-spaces;
}

body .xbold {
  font-weight: 800;
}

body .css-levciy-MuiTablePagination-displayedRows,
body .MuiTablePagination-displayedRows {
  margin-bottom: 0;
}

body .td-div {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

body .co-host-device-modal .MuiFilledInput-root.MuiAutocomplete-inputRoot {
  height: auto;
}

body .text-emphasis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body .maplibregl-ctrl-icon.maplibregl-style-switcher {
  display: none !important;
}

body .custom-snakebar .MuiSnackbar-root {
  position: absolute;
  top: 0px;
}

body .custom-snakebar.fixed .MuiSnackbar-root {
  position: fixed;
  top: 0px;
}


body .custom-snakebar .MuiSnackbarContent-root {
  background-color: #ff9800;
  color: #000000;
  font-size: 1.2em;
}

body .maplibregl-ctrl-geolocate.mapboxgl-ctrl-geolocate {
  display: none !important;
}

.mapboxgl-ctrl-top-right .maplibregl-ctrl-group:nth-child(2) {
  display: none !important;
}

.mapboxgl-ctrl-top-right .maplibregl-ctrl-group:nth-child(3) {
  display: none !important;
}

body .MuiPopover-root {
  z-index: 1301 !important;
}

body #___reactour svg.mask {
  opacity: 0.5;
}

body .vertical-text {
  writing-mode: vertical-lr;
  text-orientation: upright;
}

body .valign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body .position-relative {
  position: relative;
}

body .shop-intro-box {
  max-width: 800px;
  margin: auto;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

body .shop-intro-box-inner {
  max-width: 100%;
  margin: auto;
  display: block;
  width: 708px;
}

body .shop-item {
  padding: 0 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* body .MuiTextField-root .Mui-error {
  border: 1px solid #ff0000
} */

/* body .strip-table tbody tr {
  background-color: transparent;
}
body .strip-table tbody tr:nth-child(odd) {
  background-color: #efefef;
}
body .strip-table tbody tr:last-child {
  background-color: transparent;
} */
body .MuiInputBase-root.Mui-error .MuiFilledInput-input {
  border: 1px solid #d32f2f;
}

body .table-typograph {
  padding: 10px;
}

body .table-typograph.error {
  border: 1px solid #d32f2f;
  border-radius: 4px;
}

body .MuiAccordion-root.Mui-disabled {
  background-color: #ffffff;
}

body .MuiAccordionSummary-root.Mui-disabled {
  opacity: 1;
}

body .custom-navbar-toggler i {
  font-size: 40px;
  color: #36648a;
}

body .MuiButton-contained:hover.Mui-disabled {
  background-color: #333366;
  opacity: 0.4;
}

body .page-box .page-subtitle {
  font-size: 1.1em;
  margin-top: 2.5em;
}

body .page-box .page-subtitle.no-margin {
  margin-top: 0;
}

body .MuiTablePagination-selectLabel {
  margin-bottom: 0;
}

body .custom-data-table-container :not(tfoot) .MuiToolbar-root {
  display: block;
}

body .custom-data-table-container tfoot .MuiToolbar-root {
  display: flex;
}

body .text-opacity-54 {
  opacity: 0.54;
}

body .text-highlight {
  color: #197593
}


/* body .custom-data-table-container .td-div {
  padding-right: 0 !important;
  padding-left: 0 !important;
} */


/* .custom-cluster-marker-label {
  padding-top: 56px;
} */

body .full-width-form-control-label .MuiFormControlLabel-label {
  flex: 1;
}

body .strikethrough {
  text-decoration: line-through;
}

body .mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 3px;
  transform: translateY(10px);
}

body .mapboxgl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  padding: 0;
  height: 33px;
  width: 33px;
  border-radius: 0 !important;
}

body .maplibregl-ctrl-compass {
  display: none !important;
}

body .used-car-sharing-url {
  color: #33a5ff;
}

body .temp-verification-page {
  padding: 48px 12px;
  font-size: 18px;
}

body .temp-verification-page img {
  margin-bottom: 32px;
}
