.intrdoce {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.nav-bar-main {
  position: relative;
  border-bottom: 0.0625rem solid #1e1e1e;
  height: 100%;
}

.nav-bar-inner {
  padding: 0 2rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-bar-inner .logo {
  flex: 0 0 37.5rem;
}

.nav-bar-inner .logo img {
  width: 40%;
  vertical-align: middle;
}

.nav-bar-inner .title {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.75rem;
}

.footer-top {
  padding: 2.4rem 0;
  border-bottom: 0.0625rem solid #1e1e1e;
}

.footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7.5rem;
}

.footer-top-inner .list {
  display: flex;
}

.footer-top-inner .list .item {
  padding: 0.8rem 0;
}

.footer-top-inner .list .item:before {
  display: inline-block;
  position: absolute;
  right: -1.5rem;
  right: -2.4rem;
  height: 0.9375rem;
  height: 1.5rem;
  border-right: 0.0625rem solid #1e1e1e;
  content: "";
}

.footer-top-inner .list .item a {
  font-size: 0.75rem;
  display: inline-block;
  color: #bbb;
  line-height: 1;
  transition: color 0.4s;
  border-right: 0.0625rem solid #333;
  padding-right: 1.5rem;
  text-decoration: none;
}

.footer-bottom {
}

.footer-bottom-inner {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 7.5rem;
  box-sizing: border-box;
}

.copyrights {
  padding: 3.4375rem 0 3.3125rem;
  text-align: center;
}

.copyrights .logo img {
  width: 8.3125rem;
}

.copyrights .text {
  margin-top: 1.625rem;
}

.copyrights .text p {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 1.428;
}

.introduce {
  padding: 3.75rem 7.5rem;
  display: flex;
  align-items: center;
}

.introduce .left {
  flex: 0 0 30%;
}

.introduce .left img {
  width: 100%;
}

.introduce .right {
  margin-left: 3.125rem;
  text-align: left;
}

.introduce .right p {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #fff;
  line-height: 1.75rem;
  text-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.1);
}

.introduce .right .title {
  font-size: 1.75rem;
}
.road-support-page {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}
.page-loading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone-box {
  height: 4.0625rem;
  background: #347080;
  border-radius: 3.75rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem;
}
.phone-box .phone-info {
  margin-left: 1.125rem;
}
.phone-box .phone-info .phone-tips {
  font-size: 0.8125rem;
  color: #bfe2eb;
}
.phone-box .phone-info .phone-value {
  margin-top: 0.125rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ffffff;
}
.station-list {
  flex: 1;
  overflow: auto;
}
.station-list .station-item {
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.25rem 0.875rem 1.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}

.card-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.info-box {
  margin-left: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.info-box .info-name {
  font-size: 1rem;
}
.info-box .info-address {
  margin-top: 0.25rem;
  color: #999999;
}
.info-box .info-time {
  margin-top: 0.25rem;
  color: #999999;
}
.tools-box {
  margin-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tools-box .tools-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tools-box .tools-item p {
  margin-top: 0.25rem;
  font-size: 0.625rem;
  color: #FFFFFF;
}

.nav-bar-container {
  padding-top: 1.875rem;
  padding-top: max(calc(constant(safe-area-inset-top) + 0.5rem), 1.875rem);
  padding-top: max(calc(env(safe-area-inset-top) + 0.5rem), 1.875rem);
}
.nav-bar-wrapper {
  min-height: 2.75rem;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav-bar-wrapper .nav-left {
  grid-column: 1;
  justify-self: start;
  width: 2.75rem;
  height: 2.75rem;
  background: #2a2b30;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nav-bar-wrapper .nav-title {
  grid-column: 2;
  text-align: center;
  font-weight: bold;
  font-size: 0.9375rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 60vw;
}
.nav-bar-wrapper .nav-right {
  grid-column: 3;
  justify-self: end;
  font-size: 0.75rem;
  color: #ffffff;
  text-transform: none;
}

.maintenance-container {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.maintenance-container .plus-icon-box {
  width: 2.75rem;
  height: 2.75rem;
  background: #2a2b30;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintenance-container .page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
}
.maintenance-container .refresh-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.maintenance-container .item-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 0.75rem 0.875rem;
  margin-bottom: 1.25rem;
}
.maintenance-container .header {
  height: 2.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintenance-container .plate-tag {
  height: 2.3125rem;
  padding: 0 0.625rem;
  background: #3d3e44;
  border-radius: 0.0625rem;
  display: flex;
  align-items: center;
}
.maintenance-container .plate-tag .plate-text {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
}
.maintenance-container .status-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.maintenance-container .status-box .status-tag {
  text-align: right;
  font-weight: bold;
  font-size: 0.75rem;
}
.maintenance-container .content {
  margin-top: 1rem;
}
.maintenance-container .content .row {
  height: 2.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.maintenance-container .content .row:last-child {
  margin-bottom: 0;
}
.maintenance-container .content .label {
  font-size: 0.875rem;
  /* 修复：原为 14p */
  color: #8e8e93;
}
.maintenance-container .content .value {
  font-size: 0.875rem;
  color: #ffffff;
}

.adm-list{
    padding: 0 !important;
}

.adm-list-body {
    border-top: 0 !important;
    border-bottom: 0 !important;
  background-color: transparent !important;
}

.adm-list-item {
  background-color: transparent !important;
   padding-left: 0 !important;
}

.adm-list-item-content{
      padding-right: 0 !important;
        border-top: 0 !important;
}

.adm-list-item-content-main{
    padding: 0 !important;
}

.maintenance-create-page {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.maintenance-create-page .page-box {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  transition: padding-bottom 0.25s ease;
}
.maintenance-create-page .page-loading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintenance-create-page .form-item-box {
  margin-bottom: 1.375rem;
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 13.75rem;
}
.maintenance-create-page .form-label-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.maintenance-create-page .form-label-box .form-required {
  color: #d1291a;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.maintenance-create-page .form-label-box .form-label {
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
.maintenance-create-page .form-input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding: 0 0.875rem;
  cursor: pointer;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.maintenance-create-page .form-input-box .form-selected-value {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.maintenance-create-page .form-input-box .form-placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #a3a3a3;
}
.maintenance-create-page .form-input-box-disabled {
  background: #2a2c30;
}
.maintenance-create-page .form-submit {
  flex-shrink: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 2.125rem;
  font-weight: bold;
  font-size: 1rem;
  color: #121419;
  cursor: pointer;
  transition: margin-bottom 0.2s ease;
}
.maintenance-create-page .form-submit-disabled {
  background: #2a2c30;
}
.maintenance-create-page .form-input {
  height: 3.75rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.maintenance-create-page .phone-input-group {
  display: flex;
  gap: 0.75rem;
}
.maintenance-create-page .phone-area-code-box {
  width: 5rem;
  height: 3.75rem;
  padding: 0 0.625rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
}
.maintenance-create-page .phone-area-code-value {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  flex: 1;
  margin-right: 0.1875rem;
}
.maintenance-create-page .phone-number-input {
  flex: 1;
}
.maintenance-create-page .adm-input {
  --font-size: 1rem;
  --color: #ffffff;
  --placeholder-color: #a3a3a3;
}
.maintenance-create-page .form-textarea {
  min-height: 7.5rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.adm-text-area {
  --font-size: 1rem;
  --color: #ffffff;
  --placeholder-color: #a3a3a3;
}

.popup-box {
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #1a1a1a;
}
.vehicle-list-box {
  margin-top: 1rem;
  flex: 1;
  overflow-y: auto;
}
.vehicle-list-box .list-item {
  margin-top: 0.75rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #f7f7f7;
  border-radius: 0.75rem;
  border: 0.0625rem solid #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
}
.vehicle-list-box .list-item::before,
.vehicle-list-box .list-item::after {
  display: none;
}
.vehicle-list-box .list-item-select {
  background: rgba(88, 208, 236, 0.1);
  border: 0.0625rem solid #58d0ec;
  color: #58d0ec;
}
.adm-popup-body-position-bottom {
  margin-left: 0.75rem;
  width: calc(100% - 0.75rem - 0.75rem);
}

.popup-box {
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.adm-popup-body-position-bottom {
  margin-left: 0.75rem;
  width: calc(100% - 0.75rem - 0.75rem);
}
.station-select-box .header-box {
  width: 100%;
  position: relative;
  font-size: 1rem;
  color: #1a1a1a;
}
.station-select-box .header-box p {
  width: 100%;
  text-align: center;
}
.station-select-box .header-box .close-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.station-select-box .station-list-box {
  margin-top: 1rem;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.station-select-box .station-list-box .list-item {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background: #f7f7f7;
  border-radius: 0.75rem;
  border: 0.0625rem solid #e6e6e6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.station-select-box .station-list-box .list-item-select {
  background: rgba(88, 208, 236, 0.1);
  border: 0.0625rem solid #58d0ec;
  color: #58d0ec;
}
.station-select-box .form-submit {
  flex-shrink: 0;
  margin-top: 0.75rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a !important;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.station-select-box .form-submit-disabled {
  background: #a3a3a3;
}

.popup-box {
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.adm-popup-body-position-bottom {
  margin-left: 0.75rem;
  width: calc(100% - 0.75rem - 0.75rem);
}
.time-select-box .header-box {
  width: 100%;
  position: relative;
  font-size: 1rem;
  color: #1a1a1a;
}
.time-select-box .header-box p {
  width: 100%;
  text-align: center;
}
.time-select-box .header-box .close-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.time-select-box .form-submit {
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1a1a1a !important;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
.time-select-box .form-submit-disabled {
  background: #a3a3a3;
}
.calendar-custom .adm-calendar-mark {
  height: 1.0625rem;
  font-size: 0.75rem;
  color: #1A1A1A;
  border-bottom: 0;
}
.calendar-custom .adm-calendar-cell {
  justify-content: center;
  height: 2.25rem;
}
.calendar-custom .adm-calendar-cell-bottom {
  display: none;
}
.calendar-custom .adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell-selected-begin .adm-calendar-cell-top {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 6.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1A1A1A;
  font-weight: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.calendar-custom .adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell-selected-begin.adm-calendar-cell-selected-end {
  background: transparent;
}
.picker-view-box {
  padding: 0.625rem 0;
}

.country-dial-popup {
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.country-dial-popup .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #1a1a1a;
}
.country-dial-list {
  margin-top: 1rem;
  flex: 1;
  overflow-y: auto;
}
.country-dial-item {
  margin-top: 0.75rem;
  min-height: 3.25rem;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  background: #f7f7f7;
  border-radius: 0.75rem;
  border: 0.0625rem solid #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
  box-sizing: border-box;
}
.country-dial-item-selected {
  background: rgba(88, 208, 236, 0.1);
  border: 0.0625rem solid #58d0ec;
  color: #58d0ec;
}
.adm-popup-body-position-bottom {
  margin-left: 0.75rem;
  width: calc(100% - 1.5rem);
}

.maintenance-detail-page {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.maintenance-detail-page .page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
}
.maintenance-detail-page .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.maintenance-detail-page .info-card {
  margin-top: 0.75rem;
  padding: 1.25rem 0.875rem;
}
.maintenance-detail-page .tips-card {
  padding: 0;
}
.maintenance-detail-page .tips-card .section-tips {
  height: 2.75rem;
  padding: 0.5rem 0.875rem;
  background: #24393c;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  font-size: 0.75rem;
  color: #58d0ec;
}
.maintenance-detail-page .section-title {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.maintenance-detail-page .item-box {
  padding: 0.5rem;
  background: #404245;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}
.maintenance-detail-page .item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0;
  margin-top: 0.5rem;
}
.maintenance-detail-page .item-content:first-child {
  margin-top: 0;
}
.maintenance-detail-page .item-content .item-label {
  margin-right: 0.625rem;
  font-size: 0.875rem;
  color: rgba(179, 178, 178, 0.9);
}
.maintenance-detail-page .item-content .item-value {
  min-width: 5.625rem;
  flex: 1;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: right;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.maintenance-detail-page .subtotal {
  margin-top: 0.5rem;
  padding: 0.25rem;
}
.maintenance-detail-page .subtotal .subtotal-label {
  font-size: 0.875rem;
  color: rgba(179, 178, 178, 0.9);
}
.maintenance-detail-page .subtotal .item-content {
  margin-top: 0.25rem;
  padding: 0;
}
.maintenance-detail-page .subtotal .item-content .item-label {
  color: #ffffff;
}
.maintenance-detail-page .footer-total {
  margin-top: 0.75rem;
  height: 2.875rem;
  padding: 0 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
}
.maintenance-detail-page .footer-total span:first-child {
  font-size: 0.875rem;
  font-weight: 400;
}
.maintenance-detail-page .cancle-button {
  flex-shrink: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 1.375rem;
  font-weight: bold;
  font-size: 1rem;
  color: #121419;
  cursor: pointer;
}

.card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.vehicle-card {
  padding: 1.25rem 0.875rem;
}
.vehicle-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.vehicle-card .card-header .car-info {
  margin-left: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.4375rem 0 0.5rem 0;
}
.vehicle-card .card-header .car-info .car-no-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vehicle-card .card-header .car-info .car-no-status .car-no {
  height: 1.75rem;
  padding: 0.25rem 0.875rem;
  text-align: center;
  background: #3d3e44;
  border-radius: 0.0625rem;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.vehicle-card .card-header .car-info .car-no-status .status {
  margin-left: 0.625rem;
  flex: 1;
  font-weight: bold;
  font-size: 0.75rem;
  color: #ffffff;
  text-align: right;
}
.vehicle-card .card-header .car-info .car-vin {
  margin-top: 0.75rem;
  font-size: 0.625rem;
  color: #b3b2b2;
}
.vehicle-card .station-info-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vehicle-card .station-info-box .station-info {
  flex: 1;
  margin-right: 1rem;
}
.vehicle-card .station-info-box .station-info .station-name {
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.vehicle-card .station-info-box .station-info .station-address {
  font-size: 0.6875rem;
  color: #999999;
}

.road-support-record-container {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.road-support-record-container .page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
}
.road-support-record-container .item-box {
  border-radius: 0.75rem;
  padding: 0.875rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.1);
}
.road-support-record-container .status-box {
  height: 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.75rem;
  border-radius: 0.375rem;
}
.road-support-record-container .filed-box {
  margin-top: 1rem;
  padding: 0.25rem 0;
}
.road-support-record-container:first-child {
  margin-top: 0.75rem;
}
.road-support-record-container .item-label {
  font-size: 0.875rem;
  color: rgba(179, 178, 178, 0.9);
}
.road-support-record-container .item-value {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: #ffffff;
}

.adm-list{
    padding: 0 !important;
}

.adm-list-body {
    border-top: 0 !important;
    border-bottom: 0 !important;
  background-color: transparent !important;
}

.adm-list-item {
  background-color: transparent !important;
   padding-left: 0 !important;
}

.adm-list-item-content{
      padding-right: 0 !important;
        border-top: 0 !important;
}

.adm-list-item-content-main{
    padding: 0 !important;
}

.road-support-create-page {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.road-support-create-page .page-box {
  width: 100%;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  margin-top: 1.875rem;
  display: flex;
  flex-direction: column;
  transition: padding-bottom 0.25s ease;
}
.road-support-create-page .page-loading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.road-support-create-page .form-item-box {
  margin-bottom: 1.375rem;
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 13.75rem;
}
.road-support-create-page .form-label-box {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
.road-support-create-page .form-label-box .form-required {
  color: #d1291a;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.road-support-create-page .form-label-box .form-label {
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
.road-support-create-page .form-input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
  padding: 0 0.875rem;
  cursor: pointer;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.road-support-create-page .form-input-box .form-selected-value {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.road-support-create-page .form-input-box .form-placeholder {
  font-weight: 400;
  font-size: 1rem;
  color: #a3a3a3;
}
.road-support-create-page .form-input-box-disabled {
  background: #2a2c30;
}
.road-support-create-page .upload-box {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.road-support-create-page .form-submit {
  flex-shrink: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 2.125rem;
  font-weight: bold;
  font-size: 1rem;
  color: #121419;
  cursor: pointer;
  transition: margin-bottom 0.2s ease;
}
.road-support-create-page .form-submit-disabled {
  background: #2a2c30;
}
.road-support-create-page .form-input {
  height: 3.75rem;
  padding: 0 0.875rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.road-support-create-page .phone-input-group {
  display: flex;
  gap: 0.75rem;
}
.road-support-create-page .phone-area-code-box {
  width: 5rem;
  height: 3.75rem;
  padding: 0 0.625rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: pointer;
}
.road-support-create-page .phone-area-code-value {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  flex: 1;
  margin-right: 0.1875rem;
}
.road-support-create-page .phone-number-input {
  flex: 1;
}
.adm-input {
  --font-size: 1rem;
  --color: #ffffff;
  --placeholder-color: #a3a3a3;
}
.form-textarea {
  min-height: 7.5rem;
  padding: 0.75rem 0.875rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.adm-text-area {
  --font-size: 1rem;
  --color: #ffffff;
  --placeholder-color: #a3a3a3;
}

.popup-box {
  height: 100%;
  box-sizing: border-box;
  padding: 1.5rem 1rem 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #1a1a1a;
}
.list-box {
  margin-top: 1rem;
  flex: 1;
  overflow-y: auto;
}
.list-box .list-item {
  margin-top: 0.75rem;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #f7f7f7;
  border-radius: 0.75rem;
  border: 0.0625rem solid #e6e6e6;
  color: #333333;
  font-weight: bold;
  font-size: 1rem;
}
.list-box .list-item::before,
.list-box .list-item::after {
  display: none;
}
.list-box .list-item-select {
  background: rgba(88, 208, 236, 0.1);
  border: 0.0625rem solid #58d0ec;
  color: #58d0ec;
}
.adm-popup-body-position-bottom {
  margin-left: 0.75rem;
  width: calc(100% - 0.75rem - 0.75rem);
}

.adm-image-uploader-upload-button-wrap {
  width: 6.25rem;
  height: 6.25rem;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.adm-image-uploader-upload-button {
  width: 6.25rem;
  height: 6.25rem;
  background-color: transparent !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.adm-image-uploader-upload-button-icon {
  width: 1.3125rem;
  height: 1.3125rem;

}
.adm-image-uploader-upload-button-icon  .antd-mobile-icon {
  width: 1.3125rem;
  height: 1.3125rem;
}


.road-support-detail-page {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.road-support-detail-page .page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
}
.road-support-detail-page .card {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.road-support-detail-page .info-card {
  margin-top: 0.75rem;
  padding: 1.25rem 0.875rem;
}
.road-support-detail-page .tips-card {
  padding: 0;
}
.road-support-detail-page .tips-card .section-tips {
  height: 2.75rem;
  padding: 0.5rem 0.875rem;
  background: #24393c;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  font-size: 0.75rem;
  color: #58d0ec;
}
.road-support-detail-page .section-title {
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
}
.road-support-detail-page .item-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.25rem 0;
  margin-top: 0.5rem;
}
.road-support-detail-page .item-content:first-child {
  margin-top: 0;
}
.road-support-detail-page .item-content .item-label {
  margin-right: 0.625rem;
  font-size: 0.875rem;
  color: rgba(179, 178, 178, 0.9);
}
.road-support-detail-page .item-content .item-value {
  flex: 1;
  font-size: 0.875rem;
  color: #ffffff;
  text-align: right;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.road-support-detail-page .subtotal {
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.1875rem;
}
.road-support-detail-page .subtotal .subtotal-label {
  font-size: 0.875rem;
  color: rgba(179, 178, 178, 0.9);
}
.road-support-detail-page .subtotal .item-content {
  margin-top: 0.25rem;
  padding: 0;
}
.road-support-detail-page .subtotal .item-content .item-label {
  color: #ffffff;
}
.road-support-detail-page .footer-total {
  margin-top: 0.75rem;
  height: 2.875rem;
  padding: 0 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  color: #ffffff;
}
.road-support-detail-page .footer-total span:first-child {
  font-size: 0.875rem;
  font-weight: 400;
}
.road-support-detail-page .img-box {
  display: grid;
  grid-template-columns: repeat(3, 5.8125rem);
  gap: 0.5rem;
  margin-top: 0.375rem;
}
.road-support-detail-page .img-box .img-item {
  position: relative;
  width: 5.8125rem;
  height: 5.8125rem;
}
.road-support-detail-page .img-box .img-item .adm-image-img {
  width: 5.8125rem;
  height: 5.8125rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.road-support-detail-page .img-box .img-item .overlay-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.375rem;
  color: #ffffff;
  cursor: pointer;
}
.road-support-detail-page .description-box {
  margin-top: 0.3125rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #ffffff;
}
.road-support-detail-page .cancle-button {
  flex-shrink: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 1.375rem;
  font-weight: bold;
  font-size: 1rem;
  color: #121419;
  cursor: pointer;
}

.cancel-booking-container {
  width: 100vw;
  height: 100vh;
  padding: 0 1.25rem 1.5625rem 1.25rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.cancel-booking-container .page-box {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
}
.cancel-booking-container .page-box .page-loading {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cancel-booking-container .page-box .reason-item {
  padding: 1rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.cancel-booking-container .page-box .reason-item p {
  font-size: 0.875rem;
  color: #ffffff;
  margin-right: 0.625rem;
}
.cancel-booking-container .form-submit {
  flex-shrink: 0;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.5rem;
  margin-top: 2.125rem;
  font-weight: bold;
  font-size: 1rem;
  color: #121419;
  cursor: pointer;
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 0.0625rem; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.125rem; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 40rem !important;
  }

  .container {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 48rem !important;
  }

  .container {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 64rem !important;
  }

  .container {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 80rem !important;
  }

  .container {
    max-width: 80rem;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 96rem !important;
  }

  .container {
    max-width: 96rem;
  }
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.list-item {
  display: list-item;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.blur {
  --tw-blur: blur(0.5rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root {
  width: 100%;
  height: 100%;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
}
:root:root {
  --adm-color-primary: #1a1a1a;
  --adm-color-text: #666;
  --adm-color-border: #424345;
  --text-color-primary: #121419;
  --adm-color-background-body: #121419;
}
.adm-tabs {
  --active-title-color: #fff;
  --active-line-color: #fff;
  --content-padding: 1rem;
}
.adm-tabs-tab {
  padding: 0.625rem 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.adm-tabs-tab:focus,
.adm-tabs-tab:focus-visible,
.adm-tabs-tab:active {
  outline: none;
  box-shadow: none;
}
.adm-tabs-tab-btn {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.adm-tabs-tab-btn:focus,
.adm-tabs-tab-btn:focus-visible,
.adm-tabs-tab-btn:active {
  outline: none;
  box-shadow: none;
}
.adm-button-primary {
  background-color: var(--adm-color-primary);
}
.adm-calendar-picker-view-title {
  color: var(--text-color-primary);
  font-weight: 400;
  font-size: 1rem;
}
.adm-calendar-picker-view-header {
  border-bottom: none !important;
}
.adm-calendar-picker-view-mark {
  border-bottom: none !important;
}
.adm-calendar-picker-view-mark-cell {
  color: var(--adm-color-primary);
}
.adm-calendar-picker-view-cell-top,
.adm-calendar-picker-view-cell-bottom {
  display: none;
}
.adm-calendar-picker-view-cell {
  font-weight: 400;
  font-size: 0.875rem;
  color: var(--text-color-primary);
  line-height: 1.5rem;
  min-height: 2rem;
  padding: 0;
}
.adm-calendar-picker-view-cell-selected {
  background-color: #cacaca !important;
  color: var(--adm-color-primary) !important;
}
.adm-calendar-picker-view-cell-selected-begin,
.adm-calendar-picker-view-cell-selected-end {
  font-weight: bold;
  color: #fff !important;
  background-color: transparent !important;
  position: relative;
}
.adm-calendar-picker-view-cell-selected-begin::after,
.adm-calendar-picker-view-cell-selected-end::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #cacaca;
}
.adm-calendar-picker-view-cell-selected-end::after {
  left: auto;
  right: 50%;
}
.adm-calendar-picker-view-cell-selected-begin.adm-calendar-picker-view-cell-selected-end::after {
  display: none;
}
.adm-calendar-picker-view-cell-selected-end .adm-calendar-picker-view-cell-date,
.adm-calendar-picker-view-cell-selected-begin .adm-calendar-picker-view-cell-date {
  background-color: var(--adm-color-primary);
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adm-calendar-picker-footer .adm-divider::after,
.adm-calendar-picker-footer .adm-divider::before {
  display: none;
}
.adm-button {
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.adm-popup-close-icon {
  color: var(--adm-color-primary);
}
.adm-picker-view-column-item-label {
  color: var(--adm-color-primary);
}
.adm-picker-view-mask-middle {
  border-color: #E1E1E1;
}

