.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;
}

body .ck.ck-editor__editable_inline {
  border: 1px solid var(--ck-color-toolbar-border);
  min-height: 26em;
}

.loader {
  width: 80px;
  height: 80px;
  border: 4px solid #333;
  border-top: 4px solid #00d4ff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  position: relative;
}

.loader::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 4px solid #333;
  border-top: 4px solid #ff6b6b;
  border-radius: 50%;
  animation: spin 1s linear infinite reverse;
}

.loader::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 4px solid #333;
  border-top: 4px solid #4ecdc4;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-text {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.6;
  }

  50% {
    opacity: 1;
  }
}

.blog-item-container {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  height: 100%;
  background: #fff;
}

.blog-item-container.blog-detail {
  border: none;
  border-radius: 0;
  background: transparent;
}

.blog-detail .blog-thumbnail-container {
  position: relative;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.blog-detail .blog-thumbnail-box {
  position: relative;
  width: 100%;
  padding-top: 40%;
}

.blog-detail .blog-thumbnail-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  border-radius: 12px;
}

.blog-item-container .post-prev-img {
  padding-top: 50%;
  position: relative;
}

.blog-item-container .post-prev-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-item-container .post-prev-img img:hover {
  transform: scale(1.1);
  /* zoom */
}

.blog-item-container .post-detail-box {
  padding: 1.5rem;
}

.blog-item-container .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-item-container .post-date {
  color: rgba(0, 0, 0, 0.77);
  font-size: 0.9em;
}

.blog-item-container .post-category {
  font-size: 0.75rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
}

.blog-item-container.blog-detail .post-category {
  color: #377dff;
  border: 1px solid #d9d9d9;
}

.blog-item-container .read-more-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  font-size: 0.9em;
}

.blog-content img {
  max-width: 100%;
}

body .circle-count-container {
  display: block;
  position: relative;
}

body .circle-count-body {
  width: 48px;
  height: 48px;
}

body .circle-count-body:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 24px;
  right: 0px;
  bottom: 48px;
  border-left: 2px solid #ddd;
  width: 0px;
}

body .circle-count-body:after {
  content: '';
  position: absolute;
  top: 48px;
  left: 24px;
  right: 0px;
  bottom: -10px;
  border-left: 2px solid #ddd;
  width: 0px;
}