@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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: -2px; /* 2 */
}

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

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:'icomoon';src:url("https://s3.ap-northeast-2.amazonaws.com/honeybees-tms-resources/fonts/icomoon.woff?7uhkgq") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Noto Sans CJK KR';src:url("https://xingxing-admin-resources.s3.ap-northeast-2.amazonaws.com/fonts/NotoSansCJK-Regular.woff") format("woff2")}@font-face{font-family:'Noto Sans CJK KR Bold';src:url("https://xingxing-admin-resources.s3.ap-northeast-2.amazonaws.com/fonts/NotoSansCJK-Bold.woff") format("woff2")}@use 'tailwindcss/components';@use 'tailwindcss/utilities';[class^='icon-'],[class*=' icon-']{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-spoon-knife:before{content:'\E9A3'}*{font-family:'Noto Sans KR'}#root{width:100%;height:100%}.hb-router{width:100%;height:100%}.ant-card-bordered{border-color:#eee #dedede #ddd !important}.not-selectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}

.ad-resource-form .grid-place-type{grid-template-columns:repeat(4, 118px)}.ad-resource-form .icon-upload-grid{grid-template-columns:auto 104px}.ad-resource-form .within-days-grid-cols{grid-template-columns:40px auto 50px;max-width:190px}.ad-resource-form .inner-grid{grid-template-columns:56px auto}.ad-resource-form--tooltip{font-size:11px}.ad-resource-form--tooltip .ant-tooltip-inner{padding:8px 12px}.ad-resource-form--tooltip.size-m .ant-tooltip-inner{min-width:360px}.ad-resource-form--tooltip-icon{position:absolute;top:-2px;right:0}.ad-resource-form .text-desc{color:#a1a1a1;font-size:10px}

.ad-preview .linear-border{border:1.5px solid transparent;border-radius:14px;background-image:linear-gradient(#f5f5f8, #f5f5f8),linear-gradient(91.84deg, #ffd939 0%, #ff8f2b 34.3%, #ffd939 100%);background-origin:border-box;background-clip:content-box, border-box}.ad-preview .banner-container{background:#f5f5f8;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0px 2px 10px 0px #04042380}.ad-preview .use-top-banner{display:flex;height:24px;padding:10px 0 14px 0;flex-direction:column;align-items:center;gap:10px;align-self:stretch}.ad-preview .use-basic-banner{height:120px;border-radius:14px}.ad-preview .use-basic-banner--inner{padding:8px 14px}.ad-preview .use-basic-banner--inner.extension{padding:20px 14px}.ad-preview .use-basic-banner.extension{width:335px;height:154px}.ad-preview .use-basic-banner .grid-banner{display:grid;grid-template-columns:44px auto 22px}.ad-preview .use-basic-banner .banner-text{min-width:24px}.ad-preview .use-basic-banner .close-button{position:absolute;top:20px;right:20px}.ad-preview .splash-banner .status-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.ad-preview .splash-banner .logo{position:absolute;width:130px;height:110px;top:234px;left:50%;transform:translateX(-50%)}.ad-preview .store-banner .store-shadow{background:linear-gradient(180deg, rgba(4,4,35,0) 0%, #040423 100%)}

.ad-resource-filters .publish-range-picker input::placeholder{font-size:12px}.ad-resource-filters .publish-range-picker .ant-calendar-range-picker-input{font-size:12px}.ad-resource-filters .publish-range-picker .ant-calendar-range-picker-separator{margin-top:1px}

.ad-resource-table thead tr th{padding:10px 8px}.ad-resource-table tbody tr td{padding:8px}.ad-resource-table .ant-table-small>.ant-table-content>.ant-table-body{margin:0}.ad-resource-table--tooltip{width:240px}.ad-resource-table--tooltip.size-m{min-width:440px}.ad-resource-table--tooltip-icon{position:absolute;top:-4px;right:-6px}.ad-resource-stats .ant-tag{margin-right:3px}

.scooter-app{display:flex;flex-direction:row !important;width:100%;height:100%}.scooter-app .ant-layout{background-color:#F5F7F9}.scooter-app>.ant-layout>.ant-layout-content{overflow-x:hidden;overflow-y:auto}.scooter-app .xingxing-logo{height:60px}.scooter-app .xingxing-logo img{margin-left:10px;padding:10px;max-width:180px;margin-top:3px}.scooter-app .xingxing-logo .xingxing-logo-name{font-size:20px;font-weight:700;color:#333}.scooter-app .xingxing-logo .xingxing-logo-name.hide{display:none;max-width:0;opacity:0}.scooter-app .ant-layout-header{border-bottom:1px solid #eee;max-height:45px;padding:0 30px}.scooter-app .ant-layout-header .trigger{position:absolute;margin:5px 0}.scooter-app .ant-layout-header .right-menu{display:inline-block;float:right;justify-content:flex-end;align-items:center;flex-direction:row}.scooter-app .ant-layout-header .right-menu .right-side-menu{float:inherit;margin-right:10px;margin-left:10px;line-height:42px !important;font-size:12px;color:#575858}.scooter-app .ant-layout-header .right-menu .right-side-menu .ant-avatar{margin-right:10px}.scooter-app .ant-layout-header .right-menu .right-side-menu .ant-avatar .anticon{margin-right:0}.scooter-app .ant-layout-header .right-menu .dashboard-btn{margin:5px 0 0 0;float:left}.scooter-app .ant-layout-sider{background:#ffffff;border-right:1px solid #eee}.scooter-app .menu-desktop{width:200px;padding:20px;background-color:#ffffff}.scooter-app .scooter-header .breadcrumb-navigation{display:inline-block;margin-bottom:20px;vertical-align:middle}.scooter-app .drawer-handle{display:none;justify-content:center;align-items:center;position:absolute;bottom:10px;width:41px;height:40px;cursor:pointer;z-index:9999;text-align:center;line-height:40px;font-size:16px;background:#fff;-webkit-box-shadow:2px 0 8px rgba(0,0,0,0.15);box-shadow:2px 0 8px rgba(0,0,0,0.15);border-radius:0 4px 4px 0}.scooter-app .drawer-handle .anticon{color:#333;font-size:20px}.scooter-app .drawer-handle.drawer-handle--hide{display:none}.scooter-app .xingxing-left-menus{position:relative}.scooter-app .xingxing-left-menus ::-webkit-scrollbar{width:0.1em}.scooter-app .xingxing-left-menus .ant-btn-link{padding:0 5px !important}.scooter-app .xingxing-left-menus .tms-menu-favorite{margin:0}.scooter-app .xingxing-left-menus .ant-menu-root{height:100%;overflow-y:auto;overflow-x:hidden}.scooter-app .xingxing-left-menus .ant-menu-root hr{width:80%;margin:0 auto;height:0.05em;background-color:#e2e2e2;border-style:hidden;border-radius:10px}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item{width:unset !important;margin-bottom:3px;margin-top:1px}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.tms-main-menu .ant-menu-submenu-title{padding-left:20px !important;width:unset !important;font-weight:700;font-size:13px;color:#333}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.second-menu{padding-left:12px !important}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.second-menu.have-third-menu{padding-left:39px !important}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.second-menu .ant-menu-submenu-title{padding-left:0 !important;font-weight:unset;margin:0}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.third-menu{padding-left:0px !important}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.third-menu .ant-menu-submenu-title{padding-left:0 !important;font-weight:unset}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item.favorite-empty-menu{padding-left:25px !important;font-size:11px}.scooter-app .xingxing-left-menus .ant-menu-root .tms-menu-item .tms-menu-link{display:block;font-size:13px;color:#333}.release-note{position:absolute;padding:15px}.a-hub{margin:10px;position:absolute;right:0px;bottom:0px}.ant-menu-inline{border-right:none !important}.loading{display:flex;justify-content:center;align-items:center;flex-direction:row;min-height:800px}.loading .lds-heart{display:inline-block;position:relative;width:64px;height:64px;transform:rotate(45deg);transform-origin:32px 32px}.loading .lds-heart div{top:23px;left:19px;position:absolute;width:26px;height:26px;background:#ff0000;animation:lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1)}.loading .lds-heart div:after,.loading .lds-heart div:before{content:" ";position:absolute;display:block;width:26px;height:26px;background:#ff0000}.loading .lds-heart div:before{left:-17px;border-radius:50% 0 0 50%}.loading .lds-heart div:after{top:-17px;border-radius:50% 50% 0 0}@keyframes lds-heart{0%{transform:scale(0.95)}5%{transform:scale(1.1)}39%{transform:scale(0.85)}45%{transform:scale(1)}60%{transform:scale(0.95)}100%{transform:scale(0.9)}}@media only screen and (max-width: 768px){.scooter-app .menu-desktop{display:none}.scooter-app .drawer-handle{display:flex}.scooter-app .scooter-side-menu{display:none}.scooter-app .scooter-header{display:none}}

.filters{clear:both;display:inline-block;width:-webkit-fill-available;justify-content:flex-start;font-size:12px;margin:10px;padding:5px 10px 5px 5px;background-color:#ffffff;border-radius:10px;border:1px solid #ccc !important}.filters input.ant-input-sm,.filters .ant-btn,.filters .ant-radio-group,.filters .top-text,.filters .ant-tag-checkable{font-size:12px;margin:5px 0 5px 5px}.filters .ant-tag-checkable{border-color:#d9d9d9}.filters .ant-checkbox{margin:10px 0 10px 10px}.filters .ant-calendar-picker,.filters .ant-time-picker{margin:5px 0 5px 5px}.filters .ant-calendar-picker .ant-calendar-picker-input,.filters .ant-calendar-picker .ant-time-picker-input,.filters .ant-time-picker .ant-calendar-picker-input,.filters .ant-time-picker .ant-time-picker-input{font-size:12px;margin:0}.filters .ant-btn-group .ant-btn:first-child{margin-left:10px !important;font-size:12px !important}.filters .ant-btn-group .ant-btn{font-size:12px !important}.filters .ant-select{font-size:12px;margin:5px 0 5px 5px}.filters .ant-select.scooter-model{width:72px}.filters .ant-select.statistics-branches{width:180px}.filters.statistics-branches{width:180px}.filter-name{width:70px}.filter-phone{width:200px}.filter-phone{width:120px}.filter-user-id{width:150px}.filter-rent-number{width:100px}.filter-serial-number{width:120px}.filter-serial-number .ant-input{padding-right:0px !important}.filter-serial-numbers{width:200px;font-size:12px;margin:5px 0 5px 5px}.filter-serial-numbers .ant-input{padding-right:0px !important}.btn-allSend,.btn-right{font-size:12px;float:right}span.filter-text{margin-left:5px}.filter-userId{width:150px}.filter-code{width:300px}.filter-userId{width:150px}.filter-code{width:300px}.filter-cpState{margin:5px 0 5px 5px}.filter-100{width:100px}.filter-120{width:120px}.filter-130{width:130px}.filter-150{width:150px}.filter-200{width:200px}.filter-300{width:300px}.filter-400{width:400px}.filter-500{width:500px}.excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.excel-down-btn .excel-down-btn-icon{margin:0 3px}.danger-btn{border-color:#ff4d4f;background-color:#ff4d4f;color:#ffffff;float:right}.danger-btn .danger-btn-icon{margin:0 3px}.green-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.green-btn .green-btn-icon{margin:0 3px}.view-only-table-check,.right{float:right}.ant-calendar-footer-extra{font-size:10px;color:red}#info-icon svg{width:1.2em;height:1.2em}.ant-modal .ant-descriptions-item-label{white-space:nowrap}@media only screen and (max-width: 768px){.filters .pc{display:none}.filters .filter-cpState{font-size:11px}}

.table-container{margin:10px}.table-container .visible-none{display:none}.table-container td.parts-sum{background-color:#ffe3ed !important}.table-container .ant-table{font-size:11px}.table-container .ant-table .ant-table-fixed{table-layout:fixed}.table-container .ant-table .ant-table-fixed .ant-table-thead>tr>th{padding:8px 5px !important}.table-container .ant-table .ant-table-fixed .ant-table-tbody>tr>td{padding:3px 5px !important}.table-container .ant-table .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.table-container .ant-table .ant-table-content{overflow:hidden}.table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.table-container .ant-table .ant-table-content .ant-table-body .ant-table-thead>tr>th{padding:8px 5px !important}.table-container .ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr>td{padding:3px 5px !important}.table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.scrolled-table .ant-table-pagination.ant-pagination{display:flex;float:none;justify-content:center}

.faq-container{margin:10px;padding:5px 10px 5px 5px;background-color:#ffffff;border-radius:5px;border:1px solid #ccc !important}.faq-modal .row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.faq-modal .row .label{width:100px}.faq-modal .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.faq-modal .row .value .ant-select{width:200px}

.revision-history-modal{width:1200px !important;top:20px !important}

.master-notice-detail-modal .ant-descriptions-item-content.description-type{width:20%}

.ant-modal.notice-detail-modal{width:1500px !important;top:30px}.ant-modal.notice-detail-modal .notice-detail-page .ant-descriptions-item-content .ant-btn{margin-left:10px !important}.ant-modal.notice-detail-modal .notice-detail-page .ant-descriptions-item-content .notice-type{width:200px}.ant-modal.notice-detail-modal .notice-detail-page .ant-descriptions-item-content #noticeRepresentative{margin-right:20px}.ant-modal.notice-detail-modal .notice-detail-page .ant-descriptions-item-content .wysiwyg{width:-webkit-fill-available}.ant-modal.notice-detail-modal .notice-detail-page .ant-descriptions-item-content .wysiwyg .ql-container{height:500px;overflow-y:scroll}.noticeRepresentativeEndAtPanel .ant-calendar-footer-extra{display:inline-block;float:left}

.notice-page .table-container{margin:10px}.notice-page .table-container .ant-table{font-size:12px}.notice-page .table-container .ant-table .ant-table-content{overflow:hidden}.notice-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.notice-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px}.notice-page .table-container .ant-table .ant-table-content .ant-table-body td{height:10px;font-size:11px;padding:5px 8px}.notice-page .table-container .ant-table .ant-table-content .ant-table-body td .app-deep-link-copy-button{margin:0}.notice-page .table-container .ant-table .ant-table-content .ant-table-body td .app-deep-link-copy-button .ant-typography-copy{margin:0}.notice-page .table-container .ant-table .ant-table-content .ant-table-body td .app-deep-link-copy-button .ant-typography-copy svg{width:15px;height:15px}.notice-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.notice-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.notice-page .table-container .ant-table .ant-table-content .ant-table-body .center-item.pastDate{color:#bbbbbb}.notice-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.notice-page .table-container .orders-data{height:100%}.notice-page .table-container .restore-btn{background-color:#3aa14b;color:#fff}.notice-page .table-container .restore-btn:hover,.notice-page .table-container .restore-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}@media only screen and (max-width: 768px){.ant-table-content{display:flex;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.notice-popup-detail-modal{top:20px !important}.notice-popup-detail-modal .notice-popup-info-page .\--hide{display:none}.notice-popup-detail-modal .notice-popup-info-page .notice-pop-middle-card .notice-popup-image.\--empty{display:inline-flex}.notice-popup-detail-modal .notice-description-content{width:76%}.notice-popup-detail-modal .notice-pop-bottom-card #description,.notice-popup-detail-modal .notice-pop-bottom-card #link,.notice-popup-detail-modal .notice-pop-bottom-card #link-notice{width:-webkit-fill-available;max-width:370px}.notice-popup-detail-modal .notice-list-card .\--select{font-weight:700;background-color:#ffe3ed !important}.notice-popup-info-image{width:500px}

.notice-popup-page .table-container{margin:10px}.notice-popup-page .table-container .ant-table{font-size:12px}.notice-popup-page .table-container .ant-table .ant-table-content{overflow:hidden}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.notice-popup-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.notice-popup-page .table-container .orders-data{height:100%}@media only screen and (max-width: 768px){.ant-table-content{display:flex;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.notification-management-detail-modal .width-100per{width:100%}.notification-management-detail-modal .width-60per{width:60%;margin-right:10px}.notification-management-detail-modal .width-40per{width:40%;margin-right:10px}.notification-management-detail-modal .is-push{margin-right:10px}.notification-management-detail-modal .reqired-red{color:red}.notification-management-detail-modal .notification-link-type{margin-bottom:10px}.notification-management-detail-modal .byte-length{float:right}

.notification-management-detail-modal .width-100per{width:100%}.notification-management-detail-modal .width-60per{width:60%;margin-right:10px}.notification-management-detail-modal .width-40per{width:40%;margin-right:10px}.notification-management-detail-modal .is-push{margin-right:10px}.notification-management-detail-modal .reqired-red{color:red}.notification-management-detail-modal .notification-link-type{margin-bottom:10px}.notification-management-detail-modal .byte-length{float:right}

.region-expansion-management-modal{top:20px !important}.region-expansion-management-modal .ant-descriptions-item-content .map-container{width:100%;height:300px;margin-top:10px}.region-expansion-management-modal .ant-descriptions-item-content .map-container .map-content{width:100% !important;height:100% !important}.region-expansion-management-modal .ant-descriptions-item-content .map-container .map-content .search-address{position:absolute;z-index:99999;right:2px;top:2px}

.filters .region-expansion-html-management-btn{background-color:#293338;color:#fff}.filters .region-expansion-html-management-btn:hover,.filters .region-expansion-html-management-btn:focus{background-color:#fff;color:#293338;border-color:#293338}

.region-notice-modal{top:20px !important}.region-notice-modal .notice-notice-description .region-notice-region-group-select{width:150px}

.region-notice .app-deep-link-copy-button{margin:0}.region-notice .app-deep-link-copy-button .ant-typography-copy{margin:0}.region-notice .app-deep-link-copy-button .ant-typography-copy svg{width:15px;height:15px}

.terms-page .filters .terms-type-management-btn{background-color:#293338;color:#fff}.terms-page .filters .terms-type-management-btn:hover,.terms-page .filters .terms-type-management-btn:focus{background-color:#fff;color:#293338;border-color:#293338}.terms-page .table-container .history-btn{background-color:#6c757d;color:#fff}.terms-page .table-container .history-btn:hover,.terms-page .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}.terms-upload-modal .ant-upload-list-item-info>span{display:grid !important}.terms-upload-modal .ant-upload-list-item-info a.ant-upload-list-item-name{overflow-x:scroll}.terms-upload-modal .ant-upload-list-item-info ::-webkit-scrollbar{height:1px}.terms-list-modal{top:20px !important}.terms-types-management-modal{top:20px !important}.terms-types-management-modal #termsTypesAddCard{margin:0 0 10px 0}.terms-types-management-modal #termsTypesAddCard .text{margin:0 10px}.terms-types-management-modal #termsTypesAddCard .terms-type-key,.terms-types-management-modal #termsTypesAddCard .terms-type-value{width:30%;margin-right:10px}.terms-types-management-modal #termsTypesListCard .terms-type-list{height:500px;overflow:auto}


.statement-modal{top:20px !important}.statement-modal.business-statement-modal .percent{width:70px}.statement-modal.business-statement-modal .ant-select{width:60%}.statement-modal.business-statement-modal .account-type{width:30%;margin-right:10px}.statement-modal.business-statement-modal .account-number{width:65%}.statement-modal.business-statement-modal #serviceRemunerationRateNumberOperations{margin-top:10px}.statement-modal.business-statement-modal .rotationRateDetailColumns,.statement-modal.business-statement-modal .rotationRateColumns{background:#fafafa}.statement-modal.operation-statement-modal .select-month{margin-right:10px}.statement-modal.operation-statement-modal .select-branch-contract{width:40%}.statement-modal.operation-statement-modal #info{margin-top:10px}.statement-modal.operation-statement-modal #info .ant-descriptions-item-label{font-weight:bold}.statement-modal.operation-statement-modal #operationInfo{margin-top:10px}.statement-modal.operation-statement-modal .penalty-percent{width:90%}.statement-modal.operation-statement-modal .operating-days{margin-left:5px;width:15%}.statement-modal.operation-statement-modal .operating-date{width:70%}.statement-modal.total-statement-modal{width:850px !important}.statement-modal.total-statement-modal .subpage{overflow-y:auto}.statement-modal.total-statement-modal .subpage .statement-contents{height:max-content}.statement-modal.total-statement-modal .subpage .statement-contents .ant-descriptions-title,.statement-modal.total-statement-modal .subpage .statement-contents .statement-detail-title{margin:20px 0 5px 0;font-size:12px}.statement-modal.total-statement-modal .subpage .statement-contents .ant-descriptions-item-label,.statement-modal.total-statement-modal .subpage .statement-contents .ant-descriptions-item-content{padding:4px 10px;font-size:10px}.statement-modal.total-statement-modal .subpage .statement-contents .ant-descriptions-item-label p,.statement-modal.total-statement-modal .subpage .statement-contents .ant-descriptions-item-content p{margin:0}.statement-modal.total-statement-modal .subpage .statement-contents .operation-info .ant-descriptions-item-content{text-align:right}.statement-modal.total-statement-modal .subpage .statement-contents .center-text{font-size:12px;text-align:center;margin:30px 0 0 0}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .ant-descriptions-item-label{text-align:center}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .ant-descriptions-item-content{text-align:right}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .sales-amount.ant-descriptions-item-label{font-weight:500;border-top:2px solid #000000 !important;border-left:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .sales-amount.ant-descriptions-item-content{font-weight:500;border-bottom:2px solid #000000 !important;border-left:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .vat.ant-descriptions-item-label{font-weight:500;border-top:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .vat.ant-descriptions-item-content{font-weight:500;border-bottom:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .sum-amount.ant-descriptions-item-label{font-weight:500;border-top:2px solid #000000 !important;border-right:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-info .sum-amount.ant-descriptions-item-content{font-weight:500;border-bottom:2px solid #000000 !important;border-right:2px solid #000000 !important}.statement-modal.total-statement-modal .subpage .statement-contents .statement-detail-title{font-weight:bold;line-height:1.5;color:rgba(0,0,0,0.85)}.statement-modal.total-statement-modal .subpage .statement-contents .statement-detail-table .ant-table-thead>tr>th,.statement-modal.total-statement-modal .subpage .statement-contents .statement-detail-table .ant-table-tbody>tr>td{padding:2px 2px;font-size:9px}.statement-modal.total-statement-modal .subpage .footer{height:70px;margin-top:50px}.statement-modal.total-statement-modal .subpage .footer .footer-text{text-align:right}.statement-modal.total-statement-modal .subpage .footer .footer-image{text-align:right}

.discount-details-page .filters .ant-btn.ant-btn-default{border-color:#000000;background-color:#22A364;color:#ffffff}.discount-details-page .\--hide{display:none}

.financial-page .filters .ant-btn.ant-btn-default{border-color:#000000;background-color:#22A364;color:#ffffff}.financial-page .payment-page,.financial-page .statement-accounts-page{margin:10px 10px 10px 10px;background-color:#fff}.financial-page .table-container{margin:10px 10px 10px 10px;background-color:#fff}.financial-page .table-container .cardCost,.financial-page .table-container .depositAmount{border-right:2px solid #c4c4c4}.financial-page .table-container .total-cost-info,.financial-page .table-container .detail-cost-info{display:inline-block;width:-webkit-fill-available;text-align:center;vertical-align:middle;margin:5px}.financial-page .table-container .total-cost-info.hide,.financial-page .table-container .detail-cost-info.hide{display:none}.financial-page .table-container .total-cost-info .ant-tag,.financial-page .table-container .detail-cost-info .ant-tag{font-size:15px;padding:5px}.financial-page .table-container .ant-table{width:98%;margin:10px;flex:1;margin-left:auto;margin-right:auto}.financial-page .table-container .ant-table .orders-data{height:100%}.financial-page .table-container .ant-table .ant-table-title{text-align:left;border:0px !important;padding:unset;margin:5px 5px 10px 0;display:inline-block;font-weight:700}.financial-page .table-container .ant-table .ant-table-body{font-size:12px}.financial-page .table-container .ant-table .ant-table-body thead.ant-table-thead th{padding:5px 5px;text-align:center}.financial-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody tr.total--red{background-color:#FFE3ED}.financial-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td{padding:5px 5px}.financial-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td .right-item{justify-content:right;align-items:right;height:100%;text-align:right}.financial-page .table-container .ant-table .ant-table-content{overflow:scroll !important}.financial-page .table-container #unpaymentTable thead.ant-table-thead th{font-size:10px}.financial-page .table-container .ant-table-pagination{display:flex;justify-content:center;align-items:center;height:42px;padding:5px;margin:0}.financial-page ::-webkit-scrollbar{height:0.9em}

.financial-page .payment-monthly-table{margin:10px}.financial-page .payment-monthly-table .ant-table-layout-fixed .ant-table-scroll .visible-hidden,.financial-page .payment-monthly-table .ant-table-layout-fixed .ant-table-scroll .ant-table-fixed-columns-in-body{visibility:hidden}.financial-page .payment-monthly-table .visible-none{display:none}.financial-page .payment-monthly-table td.parts-sum{background-color:#FFE3ED !important}.financial-page .payment-monthly-table .ant-table{font-size:14px;width:min-content !important;max-width:-webkit-fill-available}.financial-page .payment-monthly-table .ant-table .ant-table-body .ant-table-fixed,.financial-page .payment-monthly-table .ant-table .ant-table-body-inner .ant-table-fixed{width:fit-content !important;table-layout:fixed}.financial-page .payment-monthly-table .ant-table .ant-table-thead>tr>th,.financial-page .payment-monthly-table .ant-table .ant-table-tbody>tr>td{padding:10px 10px !important}.financial-page .payment-monthly-table .ant-table .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.financial-page .payment-monthly-table .ant-table .ant-table-content{overflow:hidden}.financial-page .payment-monthly-table .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.financial-page .payment-monthly-table .ant-table .ant-table-content .ant-table-body .ant-table-thead>tr>th,.financial-page .payment-monthly-table .ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr>td{padding:10px 10px !important;font-size:14px}.financial-page .payment-monthly-table .ant-table .ant-table-content .ant-table-body .red{color:red}.financial-page ::-webkit-scrollbar{height:0.9em}

.part-order-info-modal .ant-modal-confirm-body .ant-modal-confirm-content{margin-left:0px !important}.part-order-info-modal .ant-card+.ant-card{margin-top:5px}

.private-scooter-user-detail{display:flex}.private-scooter-user-detail .info-descriptions{flex:30}.private-scooter-user-detail .info-descriptions .ant-descriptions-item-label{font-size:small !important}.private-scooter-user-detail .info-descriptions .ant-descriptions-item-content{font-size:smaller !important}.private-scooter-user-detail .info-descriptions .warning-description .ant-descriptions-item-content{width:15% !important;padding:5px;text-align:center}.private-scooter-user-detail .info-descriptions .warning-description .ant-descriptions-item-label{text-align:center}.private-scooter-user-detail .ant-card{flex:60;margin-left:10px;width:100%}.private-scooter-user-detail .ant-card .private-detail-table .ant-table-thead,.private-scooter-user-detail .ant-card .private-detail-table .ant-table-body{font-size:11px}.private-scooter-user-detail .ant-card .private-detail-table .ant-table-fixed .ant-table-body{font-size:smaller !important}.private-scooter-user-detail .ant-card .private-detail-table .ant-table-body tr{height:34px !important}.private-scooter-user-detail .ant-card .private-detail-table .column-serial,.private-scooter-user-detail .ant-card .private-detail-table .column-privateCount{font-size:11px !important}.private-scooter-user-detail .ant-card .private-detail-table th.column-serial,.private-scooter-user-detail .ant-card .private-detail-table th.column-privateCount{height:68px !important}.private-scooter-user-detail .ant-card .private-detail-table td.column-serial,.private-scooter-user-detail .ant-card .private-detail-table td.column-privateCount{height:34px !important}.private-scooter-user-detail ::-webkit-scrollbar{height:0.5em !important}.private-scooter-user-detail .private-scooter-user-restriction-day-modal{width:350px !important}

.message-history{top:20px !important}.message-massissues-history{top:20px !important}

.message-modal .upload-list-inline .ant-upload-list-item{float:left;width:200px;margin-right:8px}.message-modal .upload-list-inline .ant-upload-animate-enter{animation-name:uploadAnimateInlineIn}.message-modal .upload-list-inline .ant-upload-animate-leave{animation-name:uploadAnimateInlineOut}

.scooter-modal{width:fit-content !important}.scooter-modal .scooter-table{margin-right:10px}.scooter-modal .ant-modal-content{width:97vw}.scooter-modal .ant-modal-content .ant-modal-body{display:flex;height:800px}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container{width:48.5vw;display:flex;height:753px;overflow:auto}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .descriptions-title{position:sticky;top:0;margin-right:1%;margin-bottom:5px;background-color:white;border-bottom:1px solid lightgrey;z-index:999}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-modal-device-status-descriptions{width:26vw}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-descriptions{margin-right:1%}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-descriptions .ant-descriptions-item-label{width:10%}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-descriptions .green{width:20px;height:20px;border-radius:10px;background-color:greenyellow}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-descriptions .red{width:20px;height:20px;border-radius:10px;background-color:red}.scooter-modal .ant-modal-content .ant-modal-body .scooter-modal-container .scooter-descriptions .scooter-nickname{width:75%}.scooter-modal .row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.scooter-modal .row .label{width:100px}.scooter-modal .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.scooter-modal .row .value .ant-btn{margin-left:10px !important}.ant-modal-footer .solo-button{margin-left:8px !important}.ant-modal-footer .ant-btn-group{margin-left:8px !important}.ant-modal-footer .ant-btn{margin-bottom:10px;line-height:1.5 !important}@media only screen and (max-width: 768px){.scooter-modal .ant-modal-content{width:100%}.scooter-modal .ant-modal-body{width:100% !important;display:block !important;min-height:1000px}.scooter-modal .ant-modal-body .scooter-table{width:100%;margin-right:0px !important}.scooter-modal .ant-modal-body .scooter-map{flex:50}.scooter-modal .ant-modal-body .scooter-modal-container{display:block !important;width:100% !important}.scooter-modal .ant-modal-body .scooter-modal-container .scooter-modal-device-status-descriptions{width:100% !important}.scooter-modal .ant-modal-body .scooter-modal-container .ant-descriptions-bordered .ant-descriptions-item-label,.scooter-modal .ant-modal-body .scooter-modal-container .ant-descriptions-bordered .ant-descriptions-item-content{padding:5px 0px 5px 5px !important}.scooter-modal .ant-modal-body .map-common{height:24% !important}}

.repair-detail-modal{width:1200px !important}.repair-detail-modal .ant-modal-body{margin-top:0px;padding:10px}.repair-detail-modal .ant-modal-body .repair-detail{margin-left:4px;padding:8px;flex:50}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container{display:flex}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-info-card{flex:5;margin-right:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-info-card .repair-detail-device-info-card-content{padding:2% 3% 0% 3%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-info-card .repair-detail-device-info-card-content .device-info-card-content:nth-child(-n+4){display:flex;justify-content:space-between;padding-bottom:2.7%;margin-bottom:3.3%;border-bottom:1px solid #c9c9c9}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-info-card .repair-detail-device-info-card-content .device-info-card-content:last-child{display:flex;justify-content:space-between}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card{flex:5;margin-right:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card:last-child{margin-right:0}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card .repair-detail-device-status-info-title{display:flex;justify-content:space-between}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card .repair-detail-device-status-info-card-content{padding:2% 3% 0 3%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card .repair-detail-device-status-info-card-content .device-status-info-card-content:nth-child(-n+4){display:flex;justify-content:space-between;padding-bottom:2.7%;margin-bottom:3.3%;border-bottom:1px solid #c9c9c9}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-common-info-container .repair-detail-device-status-info-card .repair-detail-device-status-info-card-content .device-status-info-card-content:last-child{display:flex;justify-content:space-between}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container{margin-top:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-title{margin:1% 1% 0 1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-divide-line{border:1px solid #f2f2f2}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-inspectation-content .repair-inspectation-content-main{padding:1%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:left}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-clean-content .repair-clean-content-main{padding:1%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:left}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-disposal-container{display:flex}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-disposal-container .repair-disposal-content{flex:5}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-disposal-container .repair-disposal-imgs{flex:5;display:flex;justify-content:center;align-items:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-disposal-container .repair-disposal-imgs div{display:flex;justify-content:center;align-items:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-disposal-container .repair-disposal-imgs div img{margin:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-part-stock-container{display:flex}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-part-stock-container .repair-part-stock-content{flex:5;border-right:1px solid #f2f2f2;padding-right:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-part-stock-container .repair-part-stock-content .repair-part-stock-content-main{padding:5%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-part-stock-container .repair-part-stock-message{flex:5;border-left:1px solid #f2f2f2;padding-left:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-part-stock-container .repair-part-stock-message .repair-part-stock-message-main{padding:5%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-delay-container{display:flex}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-delay-container .repair-delay-content{flex:5;border-right:1px solid #f2f2f2;padding-right:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-delay-container .repair-delay-content .repair-delay-content-main{padding:5%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-delay-container .repair-delay-message{flex:5;border-left:1px solid #f2f2f2;padding-left:1%}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-delay-container .repair-delay-message .repair-delay-message-main{padding:5%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:center}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-outstanding-etc-container .repair-outstanding-etc-message .repair-outstanding-etc-message-main{padding:1%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:left}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-status-sub-info-container .repair-detail-status-sub-info-content .repair-ready-container .repair-ready-message .repair-ready-message-main{padding:1%;border:1px solid lightgrey;background-color:#f2f2f2;text-align:left}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list{display:flex}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list .repair-detail-table{max-height:700px;overflow:scroll;flex:60}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list .repair-detail-descrip{flex:40;margin-left:5px}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list .repair-detail-descrip .repair-parts-title{margin:0;text-align:left;line-height:25px;font-weight:650}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list .repair-detail-descrip .repair-parts-table{margin-bottom:5px}.repair-detail-modal .ant-modal-body .repair-detail .repair-detail-list .repair-detail-descrip .repair-parts-table .ant-table-content{font-size:small}.repair-detail-modal .ant-modal-body .repair-detail .repair-fail-detail.ant-descriptions-item-label{color:red !important}.repair-detail-modal .ant-modal-body .repair-detail .parts-use-table{width:80%;margin:0px;float:right}.repair-detail-modal .ant-modal-body .repair-detail .parts-use-table .ant-table{border-radius:10px !important}.repair-detail-modal .ant-modal-body .repair-detail .parts-use-table .ant-table .ant-table-content{font-size:smaller}.repair-detail-modal .ant-modal-body .repair-detail .parts-use-table .ant-table .ant-table-placeholder{border-radius:0 0 10px 10px !important}.repair-detail-modal .ant-modal-body .repair-history .repair-history-info-description .repair-history-info-title-container{display:flex;justify-content:space-between}.repair-detail-modal .ant-modal-body .repair-history .repair-history-info-description .repair-history-info-title-container .repair-history-info-title .repair-history-info-title-text{float:left;margin-right:2%}.repair-detail-modal .ant-modal-body .repair-history .repair-histories-table .repair-histories-expanded-table{margin-top:0.5%;margin-bottom:0.5%}@media only screen and (max-width: 768px){.repair-detail-modal .repair-detail .repair-detail-list{display:block !important}.repair-detail-modal .repair-detail .repair-detail-list .repair-detail-table .ant-table-content{font-size:smaller !important}.repair-detail-modal .repair-detail .parts-use-table{width:100% !important}}

.scooter-battery-detail-modal{width:800px !important}.scooter-battery-detail-modal .ant-descriptions-item-label{width:10% !important;font-size:12.5px}.scooter-battery-detail-modal .ant-descriptions-item-content{width:30%;font-size:12.5px}.scooter-battery-detail-modal .ant-btn-link{font-size:12.5px}.scooter-battery-history-modal .ant-modal-body{padding:12px !important}.scooter-battery-history-modal .div-timeline{height:600px;overflow:scroll;padding:10px}.scooter-battery-history-modal .div-timeline .ant-timeline-item-content{top:-5px !important;display:block}.scooter-battery-history-modal .div-timeline .ant-timeline-item-content p{margin-bottom:1.5px}.scooter-battery-history-modal .div-timeline .ant-timeline-item-content p .ant-btn-link{padding:0px}

.battery-inspect-detail-modal{top:20px !important}.battery-inspect-detail-modal .ant-modal-body{padding:12px !important}.battery-inspect-detail-modal .ant-descriptions-item-label{width:15%}

.scooter-battery-list .filters .btn-left{float:right}.scooter-battery-list .filters .ant-descriptions-item-label{font-size:small;text-align:center}.scooter-battery-list .filters .ant-descriptions-item-content{font-size:11px}.scooter-battery-list .filters .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.scooter-battery-list .filters .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:4px 10px !important}.scooter-battery-list .filters .ant-input-number{margin:0px 3px}.scooter-battery-list .filters .ant-divider-vertical{height:auto}.scooter-battery-list .filters .info-popover{vertical-align:super;margin-left:5px}.scooter-battery-list .visible-none{display:none}.scooter-battery-list .table-container{margin:10px}.scooter-battery-list .table-container #scooterBatteryTable{background-color:white}.scooter-battery-list .table-container .ant-table{font-size:12px}.scooter-battery-list .table-container .ant-table .ant-table-tbody>tr>td{padding:8px 8px !important}.scooter-battery-list .table-container .ant-table .only-excel{display:none}.scooter-battery-list .table-container .ant-table .ant-table-selection-column{width:2%}.scooter-battery-list .discard-battery-btn{float:right}.scooter-battery-list .defect-battery-btn{float:right;background-color:#ffc20e;color:#000;border-color:#fff}.scooter-battery-list .defect-battery-btn:hover,.scooter-battery-list .defect-battery-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.scooter-battery-list .history-btn{background-color:#6c757d;color:#fff}.scooter-battery-list .search-range-descriptions .range-filter{display:contents}.scooter-battery-list .search-range-descriptions .scooter-battery-search-button{float:right;margin:0px}

.map-common{width:100%;height:100%}.map-common .ant-popover-inner-content{padding:6px 8px !important}.map-common .map-station-button-group{z-index:999;display:flex;flex-direction:column;position:absolute;right:5px;top:28px;align-items:flex-end}.map-common .map-station-button-group .btn-more-station{padding:0 10px !important}.map-common .map-common-filter{z-index:999;display:flex;flex-direction:column;position:absolute;right:10px;bottom:20px;align-items:flex-end}.map-common .map-common-filter .btn-checked{border:1px solid white;background-color:#626262;color:white}.map-common .map-common-filter .btn-station-option{width:32px;padding:0}.map-common .map-common-filter .btn-station-option button{padding:0 7px}.map-common .map-common-filter button{margin-bottom:5px}.map-common .ant-spin-nested-loading,.map-common .ant-spin-container{width:100%;height:100%}.map-common .map-common-container{width:100%;height:100%}.map-common .map-common-container .search-address{position:absolute;z-index:999;right:2px;top:2px}.map-common .map-common-container .btn-checked{border:1px solid white;background-color:#626262;color:white}.map-common .map-common-container .map-common-btn{background-color:white;position:absolute;z-index:999;left:99px;top:12px}.map-common .map-common-container .map-common-btn .ant-tag{margin:3px;border:1px solid}

#task-folding-section.folding-section{grid-template-columns:auto 23px;margin-top:-1px}#task-folding-section.folding-section .folding-section--division-line::after{content:'';display:inline-block;border-bottom:1px solid #dedede;width:60%;height:1px;position:absolute;top:50%;right:0;transform:translateY(-50%)}#task-folding-section.folding-section .folding-section--first-stage{width:587px}

.column-group-border{border-bottom:1px solid #ebebeb !important}.coverage-list-table{width:580px}.coverage-list-table th{padding:0.5rem 0.18rem !important}.coverage-list-table table .ant-table-tbody>tr>th,.coverage-list-table table .ant-table-tbody>tr>td{padding:10px 6px;word-wrap:break-word;word-break:break-all}.coverage-list-table--column{min-width:70px !important;padding:4px !important}.coverage-list-table--column.column--small{min-width:60px !important;max-width:60px !important}.coverage-list-table tr.ant-table-row-selected td{background:#edf5fe !important}.coverage-list-table tbody>tr:hover:not(.ant-table-row-selected)>td{background:#edf5fe !important}

.foldable-panel{width:100%;display:grid;grid-template-columns:auto 23px;transition:width 0.4s ease-out}.foldable-panel.task-panel .folding-content{background-color:#fff}.foldable-panel.task-panel.folded-stage-2{width:480px}.foldable-panel.task-panel.folded-stage-3{width:100%}.foldable-panel.task-panel .folding-content-inner{width:76vw}.foldable-panel.task-panel.coverage-tab.folded-stage-3{width:620px}.foldable-panel.task-panel.coverage-tab.folded-stage-2{width:380px}.foldable-panel.foldable-panel--full-stage-4.folded-stage-2{width:488px}.foldable-panel.foldable-panel--full-stage-4.folded-stage-3{width:926px}.foldable-panel.unfolded-fully{width:100%}.foldable-panel.folded-fully{width:23px;grid-template-columns:0 23px}.foldable-panel.folded-fully .folding-content{width:0.5px;max-height:100vh;overflow:hidden}.foldable-panel .folding-content{box-shadow:rgba(0,0,0,0.2) 0px 0px 5px 0px,rgba(0,0,0,0.1) 5px 0px 15px 0px}

.QT2tlNC4d3bS1n7UblPuH{border-bottom:1px solid #ebebeb !important}._2eYcY-tP1XsbeHrS8SY1Hb ._1Wd1x1s5Rb26Y57jHZK-ce{background:#edf5fe;padding:14px 28px}._2eYcY-tP1XsbeHrS8SY1Hb ._1ufhCR8ZotEMH6nDI_NmCN{font-size:18px}._2eYcY-tP1XsbeHrS8SY1Hb ._9OVCW8E6vRBtaKJl5Du1C{background:#fafafa}._2DSVakWDiMB80rgZ-f2FnY{font-size:11px}._2DSVakWDiMB80rgZ-f2FnY ._358ZCg9t0Drqh8oPBVHNrO{padding:8px 12px}._2DSVakWDiMB80rgZ-f2FnY._1D_Es7HcG5XD9n5Gww1KV- ._358ZCg9t0Drqh8oPBVHNrO{min-width:120px}._3S1B1WYDVg6d-wm_kMPk7r{position:absolute;top:-2px;right:0}._2pPkop7dQEuIBYKzdLXbLt th{padding:0.5rem 0.18rem !important}._2pPkop7dQEuIBYKzdLXbLt ._1RkSKtzaii1UF-ZHQyJCP8{display:none !important}._2pPkop7dQEuIBYKzdLXbLt .G8lGzXPaA-VpvbyvqzCSw>tr>th,._2pPkop7dQEuIBYKzdLXbLt .G8lGzXPaA-VpvbyvqzCSw>tr>td{min-width:140px;word-wrap:break-word;word-break:break-all}.HQyqgtvK9IyR9VMGjqm2v{min-width:70px !important;padding:4px !important}.HQyqgtvK9IyR9VMGjqm2v._1L4tENQn1NyT9yYOviHaCS{min-width:60px !important;max-width:60px !important}.HQyqgtvK9IyR9VMGjqm2v.WxnO0wpNOsIxooRNOXDUO{min-width:140px !important;max-width:140px !important}._2pPkop7dQEuIBYKzdLXbLt ._2OBZ7YkJvH9aSWBdsKES87 ._2NqbTb613BUQEddVndyExN{text-align:center !important}._2pPkop7dQEuIBYKzdLXbLt tr.llwxo_iBMFpTvHNiAy9q_ td{background:#edf5fe !important}._2pPkop7dQEuIBYKzdLXbLt tbody>tr:hover:not(.llwxo_iBMFpTvHNiAy9q_)>td{background:#edf5fe !important}

._6QdLe2JGwtQdEAeGJx-VQ ._3If8GzRBBjBFIK6U0qFfu4{border:1px solid red}

.station-list-panel-tab [role='tab']{font-size:11px}.station-list-dropdown-group{grid-template-columns:66px auto 64px;overflow-x:hidden}.station-list-dropdown-group span.seperator{width:0;height:70%;border-right:1px solid #ececec}.station-list-dropdown-group .ant-select-selection__placeholder,.station-list-dropdown-group .ant-select-search__field__placeholder{color:rgba(0,0,0,0.65)}

.task-filters{width:100%}.task-filters input,.task-filters input::placeholder{font-size:12px}.task-search-filter .date-search-type-filter{border-radius:4px;height:30px}.task-search-filter .date-search-type-filter.ant-switch::after{top:50%;transform:translateY(-50%)}.task-search-filter .date-search-type-filter.ant-switch-checked::after{top:50%;left:100%;margin-left:-1px;transform:translate(-100%, -50%)}.task-search-filter .date-select-filter,.task-search-filter .range-filter{min-width:130px}.task-search-filter .station-name-filter .ant-input-search-button{display:inline-block;border-color:#d9d9d9;background:#fff !important;color:rgba(0,0,0,0.45)}.task-search-filter .filter-group{display:grid;grid-template-rows:auto auto;row-gap:8px}.task-search-filter .filter-group .group-rows-first{display:grid;grid-template-columns:96px 196px repeat(4, 1fr);column-gap:4px}.task-search-filter .filter-group .group-rows-second{display:grid;grid-template-columns:300px minmax(240px, auto) 140px;column-gap:4px}.task-search-filter .filter-group .group-rows-second button{height:100%}.task-search-filter .filter-group .group-rows-second .fixed-item{max-height:32px}.task-search-filter .filter-group .filter-select-item{min-width:84px}.task-search-filter .filter-group .filter-select-item.station-name-filter{min-width:190px}.task-search-filter .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right;font-size:12px}

.map-control{cursor:pointer;margin:10px}.map-control .map-control-item{font-size:10px;width:32px;height:32px;background:inherit;transition:all 0.2s}.map-control .map-control-item:hover{opacity:0.9}

.zone-type-list .ant-checkbox{margin-top:3px}.zone-type-list .ant-checkbox+span{padding-right:0px;padding-left:4px}.zone-type-list .ant-checkbox-inner{width:13px;height:13px}

.zone-type-list .ant-checkbox{margin-top:3px}.zone-type-list .ant-checkbox+span{padding-right:0px;padding-left:4px}.zone-type-list .ant-checkbox-inner{width:13px;height:13px}

.simpleMapSpin>.ant-spin-container{height:100%}.simpleMap-options button{width:100%;padding:0;margin:-1px 0 0 -1px}.simpleMap-options button:last-child{margin-left:-2px !important}.simpleMap-options .btn-loading{border:0 !important;background:transparent !important}.simpleMap-options .btn-checked{border:1px solid black;background-color:#626262;color:white}.simpleMap-options .btn-unchecked{border:1px solid #626262;background-color:white;color:#626262}

.change-cost-modal{width:1200px !important}.change-cost-modal .change-cost-user-card{margin-right:15px}.change-cost-modal .change-cost-scooter-use-card{margin-bottom:5px}.change-cost-modal .change-cost-scooter-use-card .confirm-distance,.change-cost-modal .change-cost-scooter-use-card .reason{margin-top:5px}.change-cost-modal .change-cost-scooter-use-card .freepass-tag{padding:1px;line-height:normal;margin-right:3px}.change-cost-modal .change-cost-scooter-use-card .anticon-info-circle{margin:0 10px;float:none}.change-cost-modal .change-cost-scooter-use-card .reset-discount,.change-cost-modal .change-cost-scooter-use-card .reset-distance,.change-cost-modal .change-cost-scooter-use-card .cost{margin-left:10px}.change-cost-modal .change-cost-scooter-use-card .setting-cost-type{width:150px;margin-right:10px}.change-cost-modal .change-cost-scooter-use-card .setting-cost-sub-type{width:250px}.change-cost-modal .change-cost-scooter-use-card .reason{width:410px}.change-cost-modal .change-cost-scooter-use-card.\--hide{display:none}.change-cost-modal p,.change-cost-modal .change-cost-user-card{margin-bottom:5px}.change-cost-modal p.label,.change-cost-modal .label.change-cost-user-card{margin-top:15px}.change-cost-modal p .freepass-tag,.change-cost-modal .change-cost-user-card .freepass-tag{padding:1px;line-height:normal;margin-right:3px}.change-cost-modal p .reset-discount,.change-cost-modal .change-cost-user-card .reset-discount{margin-left:18px}.change-cost-modal p .reset-distance,.change-cost-modal .change-cost-user-card .reset-distance,.change-cost-modal p .cost,.change-cost-modal .change-cost-user-card .cost{margin-left:10px}.change-cost-modal p .confirm-distance,.change-cost-modal .change-cost-user-card .confirm-distance{margin-left:32px}.change-cost-modal p .anticon-info-circle,.change-cost-modal .change-cost-user-card .anticon-info-circle{margin:0 10px;float:none}.change-cost-modal p.\--hide,.change-cost-modal .\--hide.change-cost-user-card{display:none}.change-cost-modal .setting-cost-type{width:150px;margin-right:10px}.change-cost-modal .setting-cost-sub-type{width:250px}.change-cost-modal .reason{width:410px}.ant-popover .ant-popover-inner{font-size:12px}.ant-popover .ant-popover-inner p,.ant-popover .ant-popover-inner .change-cost-modal .change-cost-user-card,.change-cost-modal .ant-popover .ant-popover-inner .change-cost-user-card{margin:0}

.refund-modal{width:1200px !important}.refund-modal .refund-user-card{margin-right:15px}.refund-modal .refund-scooter-use-card{margin-bottom:5px}.refund-modal .refund-scooter-use-card .confirm-distance,.refund-modal .refund-scooter-use-card .reason{margin-top:5px}.refund-modal .refund-scooter-use-card .freepass-tag{padding:1px;line-height:normal;margin-right:3px}.refund-modal .refund-scooter-use-card .anticon-info-circle{margin:0 10px;float:none}.refund-modal .refund-scooter-use-card .reset-discount,.refund-modal .refund-scooter-use-card .reset-distance,.refund-modal .refund-scooter-use-card .cost{margin-left:10px}.refund-modal .refund-scooter-use-card .refund-type{width:150px;margin-right:10px}.refund-modal .refund-scooter-use-card .refund-sub-type{width:250px}.refund-modal .refund-scooter-use-card .reason{width:410px}.refund-modal .refund-scooter-use-card.\--hide{display:none}.ant-popover .ant-popover-inner{font-size:12px}.ant-popover .ant-popover-inner p,.ant-popover .ant-popover-inner .refund-modal .refund-user-card,.refund-modal .ant-popover .ant-popover-inner .refund-user-card{margin:0}

.scooter-use-modal{width:800px !important}.scooter-use-modal.expanded-modal{width:1400px !important}.scooter-use-modal .ant-modal-body #scooter-use-detail-modal{flex:50}.scooter-use-modal .ant-modal-body .map-common{flex:50;height:50vh !important;margin-top:10px}.scooter-use-modal .ant-modal-body .float-left{float:left;width:49%}.scooter-use-modal .ant-modal-body .float-right{float:right;width:50%}.scooter-use-modal .ant-modal-body .width-50{width:49%}.scooter-use-modal .ant-modal-footer{clear:both}.scooter-use-modal .ant-modal-title{overflow:auto}.scooter-use-modal .ant-modal-title .ant-btn-sm{float:right;margin-right:30px}.scooter-use-modal .scooter-use-info.user,.scooter-use-modal .scooter-use-info.use,.scooter-use-modal .scooter-use-info.payment,.scooter-use-modal .scooter-use-info.discount{margin-bottom:20px}.scooter-use-modal .scooter-use-info table th{font-size:12px;width:100px}.scooter-use-modal .scooter-use-info table td{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-steps-item-content .ant-steps-item-title{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-steps-item-content .ant-steps-item-description{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-btn-link{font-size:12px;padding-left:0}.parking-img-modal{width:fit-content !important}.force-returning-tooltip .ant-tooltip-arrow{display:none}.towing .ant-descriptions-item-content{width:20%;min-height:50px;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}

.check-detail-modal{width:fit-content !important}.check-detail-modal .ant-spin-container{display:flex}.check-detail-modal .ant-spin-container .ant-card{margin:5px}.check-detail-modal .ant-spin-container .ant-card .check-detail-photo{margin-top:5px}.check-detail-modal .ant-spin-container .ant-card .check-detail-photo .ant-descriptions-item-content{display:flex}.check-detail-modal .ant-spin-container .ant-card .check-detail-photo .ant-descriptions-item-content img{margin:5px}.real-photo{width:100% !important;height:100% !important}@media only screen and (max-width: 768px){.check-detail-modal .ant-spin-container{flex-direction:column}.check-detail-modal .ant-spin-container .ant-descriptions-item-content{flex-direction:column}}

.work-modal,.work-modal-expansion{min-width:520px}.work-modal.ant-modal,.work-modal-expansion.ant-modal{width:auto !important}.work-modal .tLable,.work-modal-expansion .tLable{text-align:center;font-weight:bold}.work-modal .tValue,.work-modal-expansion .tValue{text-align:center}.work-modal.work-modal-expansion .ant-modal-content,.work-modal-expansion.work-modal-expansion .ant-modal-content{width:1000px}.work-modal .work-detail-content,.work-modal-expansion .work-detail-content{display:flex;justify-content:space-between}.work-modal .ant-modal-body,.work-modal-expansion .ant-modal-body{min-height:700px}.work-modal .ant-modal-body .work-detail,.work-modal-expansion .ant-modal-body .work-detail{width:-webkit-fill-available;margin-right:10px}.work-modal .ant-modal-body .work-map,.work-modal-expansion .ant-modal-body .work-map{width:-webkit-fill-available}.work-modal .row,.work-modal-expansion .row{display:flex;flex-direction:row;align-items:center;margin-bottom:18px}.work-modal .row.alignTop,.work-modal-expansion .row.alignTop{align-items:initial}.work-modal .row .label,.work-modal-expansion .row .label{width:150px}.work-modal .row .value,.work-modal-expansion .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.work-modal .row .value .ant-btn,.work-modal-expansion .row .value .ant-btn{margin-left:10px !important}.work-modal .row .value .green,.work-modal-expansion .row .value .green{width:10px;height:10px;border-radius:5px;background-color:greenyellow}.work-modal .row .value .red,.work-modal-expansion .row .value .red{width:10px;height:10px;border-radius:5px;background-color:red}.work-modal .ant-modal-footer .btn-delete,.work-modal-expansion .ant-modal-footer .btn-delete{float:left}.work-modal .ant-modal-footer .btn-delete.visible-none,.work-modal-expansion .ant-modal-footer .btn-delete.visible-none{display:none}@media only screen and (max-width: 768px){.work-modal-expansion .ant-modal-content{max-width:520px !important}.work-modal-expansion .ant-modal-content .ant-modal-body{flex-direction:column;min-height:800px}.work-modal-expansion .ant-modal-content .ant-modal-body .work-detail{margin-right:0px !important}.work-modal-expansion .ant-modal-content .ant-modal-body .work-map{flex:50}}

.scooter-history-modal,.scooter-device{width:600px !important}.scooter-history-modal .ant-checkbox-group,.scooter-device .ant-checkbox-group{display:unset !important;margin-top:5px !important}.scooter-history-modal .ant-modal-body,.scooter-device .ant-modal-body{padding:18px;padding-top:10px}.scooter-history-modal .tree-select,.scooter-device .tree-select{width:480px}.scooter-history-modal .ant-checkbox-group-item,.scooter-device .ant-checkbox-group-item,.scooter-history-modal .ant-checkbox-wrapper,.scooter-device .ant-checkbox-wrapper{margin-bottom:5px !important;margin-right:5px !important;border:1px solid #ccc;border-radius:4px;font-size:small !important;text-align:center;height:28px}.scooter-history-modal .ant-checkbox-group-item .ant-checkbox,.scooter-device .ant-checkbox-group-item .ant-checkbox,.scooter-history-modal .ant-checkbox-wrapper .ant-checkbox,.scooter-device .ant-checkbox-wrapper .ant-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.scooter-history-modal .ant-checkbox-group-item.ant-checkbox-wrapper-checked,.scooter-device .ant-checkbox-group-item.ant-checkbox-wrapper-checked,.scooter-history-modal .ant-checkbox-wrapper.ant-checkbox-wrapper-checked,.scooter-device .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{background-color:#1890ff;border:1px solid #1890ff;color:white}.scooter-history-modal .ant-checkbox-group-item.chk-all,.scooter-device .ant-checkbox-group-item.chk-all,.scooter-history-modal .ant-checkbox-wrapper.chk-all,.scooter-device .ant-checkbox-wrapper.chk-all{margin-right:8px;padding-left:8px !important;padding-right:8px !important}.scooter-history-modal .ant-checkbox-group-item span,.scooter-device .ant-checkbox-group-item span,.scooter-history-modal .ant-checkbox-wrapper span,.scooter-device .ant-checkbox-wrapper span{line-height:28px;padding-left:3px !important;padding-right:3px !important}.scooter-history-modal .ant-btn-icon-only,.scooter-device .ant-btn-icon-only{width:20px !important;height:20px !important}.scooter-device{width:1150px !important}.main-container{display:flex;margin-top:4px}.main-container .timeline{float:left;height:600px;flex:50;margin-top:20px;overflow:scroll}.main-container .timeline .ant-timeline{margin-left:3px;margin-top:10px}.main-container .timeline .ant-timeline .ant-timeline-item-content a{color:black}.main-container .timeline .ant-timeline .ant-btn-link{text-align:inherit;height:auto;padding:0px;color:black}.main-container .repair-detail{flex:50}.main-container .repair-detail .ant-descriptions-view{height:unset !important}.main-container .device-info{line-height:56px;margin-left:4px;padding:20px;border-radius:4px;clear:both}.main-container .device-info .ant-descriptions-item-label{width:10%}

.scooter-history-modal,.scooter-device{width:600px !important}.scooter-history-modal .ant-checkbox-group,.scooter-device .ant-checkbox-group{display:unset !important;margin-top:5px !important}.scooter-history-modal .ant-modal-body,.scooter-device .ant-modal-body{padding:18px;padding-top:10px}.scooter-history-modal .tree-select,.scooter-device .tree-select{width:480px}.scooter-history-modal .ant-checkbox-group-item,.scooter-device .ant-checkbox-group-item,.scooter-history-modal .ant-checkbox-wrapper,.scooter-device .ant-checkbox-wrapper{margin-bottom:5px !important;margin-right:5px !important;border:1px solid #ccc;border-radius:4px;font-size:small !important;text-align:center;height:28px}.scooter-history-modal .ant-checkbox-group-item .ant-checkbox,.scooter-device .ant-checkbox-group-item .ant-checkbox,.scooter-history-modal .ant-checkbox-wrapper .ant-checkbox,.scooter-device .ant-checkbox-wrapper .ant-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.scooter-history-modal .ant-checkbox-group-item.ant-checkbox-wrapper-checked,.scooter-device .ant-checkbox-group-item.ant-checkbox-wrapper-checked,.scooter-history-modal .ant-checkbox-wrapper.ant-checkbox-wrapper-checked,.scooter-device .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{background-color:#1890ff;border:1px solid #1890ff;color:white}.scooter-history-modal .ant-checkbox-group-item.chk-all,.scooter-device .ant-checkbox-group-item.chk-all,.scooter-history-modal .ant-checkbox-wrapper.chk-all,.scooter-device .ant-checkbox-wrapper.chk-all{margin-right:8px;padding-left:8px !important;padding-right:8px !important}.scooter-history-modal .ant-checkbox-group-item span,.scooter-device .ant-checkbox-group-item span,.scooter-history-modal .ant-checkbox-wrapper span,.scooter-device .ant-checkbox-wrapper span{line-height:28px;padding-left:3px !important;padding-right:3px !important}.scooter-history-modal .ant-btn-icon-only,.scooter-device .ant-btn-icon-only{width:20px !important;height:20px !important}.scooter-device{width:1150px !important}.main-container{display:flex;margin-top:4px}.main-container .timeline{float:left;height:600px;flex:50;margin-top:20px;overflow:scroll}.main-container .timeline .ant-timeline{margin-left:3px;margin-top:10px}.main-container .timeline .ant-timeline .ant-timeline-item-content a{color:black}.main-container .timeline .ant-timeline .ant-btn-link{text-align:inherit;height:auto;padding:0px;color:black}.main-container .repair-detail{flex:50}.main-container .repair-detail .ant-descriptions-view{height:unset !important}.main-container .device-info{line-height:56px;margin-left:4px;padding:20px;border-radius:4px;clear:both}.main-container .device-info .ant-descriptions-item-label{width:10%}

.scooter-lost-history-modal{width:1000px !important}

.firmware-history-modal .div-timeline{height:600px;overflow:scroll;padding:10px}.firmware-history-modal .div-timeline .ant-timeline-item-content{top:-10px !important;display:block}.firmware-history-modal .div-timeline .ant-timeline-item-content p{margin-bottom:1.5px}.firmware-history-modal .div-timeline .ant-timeline-item-content p .ant-btn-link{padding:0px}

.user-detail-modal{width:1500px !important;top:20px !important}.user-detail-modal .ant-modal-body{max-height:650px;overflow-y:scroll}.user-detail-modal .ant-modal-body .ant-card-small{margin-bottom:10px}.user-detail-modal .ant-modal-body .ant-card-small .red{color:red;font-weight:700;font-size:11px}.user-detail-modal .ant-modal-body .ant-descriptions .ant-descriptions-title{margin-bottom:5px;margin-top:20px}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row th.ant-descriptions-item-label{font-size:12px;width:20px}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content{font-size:12px}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .tag-active{color:#faad14;background:#fffcef;border-color:#ffed9e}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .tag-ddingdong{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .tag-tempDel{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .tag-deleted{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .resetPassword{float:right;font-weight:bold;font-size:13px}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .ant-btn-sm{margin-right:10px}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row td.ant-descriptions-item-content .ant-btn-sm.driverLicenseRegister--hide{display:none}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row .anticon-info-circle{float:right}.user-detail-modal .ant-modal-body .ant-descriptions tr.ant-descriptions-row .ant-popover-inner{font-size:11px}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content{overflow:hidden}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body{margin:0;background-color:#ffffff}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body th{font-size:11px;height:20px;background-color:#f5f7f9}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.user-detail-modal .ant-modal-body .user-incoming-tab-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.user-detail-modal .ant-modal-body .private-scooter-user-detail .info-descriptions .ant-descriptions{margin:0px !important;width:100% !important}.user-driver-license-register-modal{width:700px !important}.user-driver-license-register-modal .row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.user-driver-license-register-modal .row .label{width:150px}.user-driver-license-register-modal .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.user-driver-license-register-modal .row .red{margin:auto;color:red;margin-bottom:30px;font-size:12px}.user-driver-license-register-modal .ant-input{width:200px}.user-driver-license-register-modal .driverLicenseHyphen{margin:0 10px;display:inline-block}.user-driver-license-register-modal #licence01,.user-driver-license-register-modal #licence02,.user-driver-license-register-modal #licence03,.user-driver-license-register-modal #licence04{width:100px}.user-driver-license-register-modal #driverLicenseSearch{margin:auto}@media only screen and (max-width: 1200px){.user-detail-modal{width:800px !important}}

.unpayment-page .ant-descriptions-bordered.ant-descriptions-small{margin:5px 10px}.unpayment-page .ant-descriptions-bordered.ant-descriptions-small th.ant-descriptions-item-label{padding:5px 10px;font-size:12px}


.signin-page{position:relative;display:flex;justify-content:flex-end;align-items:center;flex-direction:row;width:100%;height:100%;background-color:#F8F8F8 !important;background-size:contain;background-repeat:no-repeat}.signin-page .container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:400px;margin:auto}.signin-page .logo{display:flex;flex-direction:row;justify-content:center;align-content:center;width:400px;height:150px;margin-top:50px}.signin-page .logo .logo__container{flex:1;height:100%;padding:20px}.signin-page .logo .logo__image{display:flex;width:100%;height:100%;background-size:contain;background-position:center bottom;background-repeat:no-repeat}.signin-page .logo .logo__image.ddingdong{background-image:url(https://s3.ap-northeast-2.amazonaws.com/honeybees-tms-resources/images/ddingdong_logo.png)}.signin-page .logo .logo__image.partners{background-image:url(https://s3.ap-northeast-2.amazonaws.com/honeybees-tms-resources/images/partners_logo.png)}.signin-page .logo .logo__image.xingxing{background-image:url(https://xingxing-resource.s3.ap-northeast-2.amazonaws.com/icon/TMS%403.png)}.signin-page .subtitle{margin-top:20px;font-size:20px;font-family:'NanumSquareRound',sans-serif}.signin-page .subtitle.bold{font-weight:bold}.signin-page .form{width:400px;margin-top:50px;padding:30px 40px;border:1px solid;border-color:#eee #dedede #ddd;border-radius:2px;background-color:#fff}.signin-page .form .form__title{margin-bottom:20px;color:#575858;font-weight:400;font-size:16px}.signin-page .form .dummy-input{display:none}.signin-page .form .userid-input{margin-bottom:20px}.signin-page .form .password-input{margin-bottom:10px}.signin-page .form .message{height:20px;margin-bottom:10px;font-size:12px;color:red}.signin-page .form .signin-button{width:90px;height:50px}.signin-page .form .controls{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.signin-page .form .controls .controls__checkbox{flex:1}.signin-page .mobile-text{display:none}.signin-page .download-messenger-app-container{display:flex;justify-content:center;align-items:center;flex-direction:row;padding-top:70px}.signin-page .download-auto-order-app-container{display:flex;justify-content:center;align-items:center;flex-direction:row;padding-top:20px}.signin-page .links{display:flex;justify-content:center;align-items:center;flex-direction:row;margin-top:20px}.signin-page .links a{height:20px;font-size:12px;color:#999}.signin-page .links a:first-child::after{content:'';width:1px;height:14px;background-color:#d9d9d9;display:inline-block;margin-left:10px;margin-right:10px;vertical-align:middle}.signin-page .version{margin-top:20px;font-size:12px;color:#999;text-align:center}.signin-page .footer{position:absolute;left:0;right:0;bottom:20px;font-size:12px;text-align:center;color:#aaa}@media only screen and (max-width: 768px){.signin-page{background-image:none;flex-direction:column;justify-content:center;height:auto;padding-right:0}.signin-page .container{width:auto;padding:20px}.signin-page .logo{width:300px;min-height:50px;margin-top:10px}.signin-page .logo .logo__container{padding:0}.signin-page .subtitle{margin-top:10px;font-size:18px}.signin-page .form{width:auto;margin-top:20px;padding:20px}.signin-page .mobile-text{display:block;padding:20px;margin-top:20px;font-size:20px}.signin-page .download-messenger-app-container{padding-top:20px}.signin-page .footer{position:relative;margin-top:20px}.signin-page .version{display:none}}

.branch-operator-new-notices .column-tag{width:10%}.branch-operator-new-notices .column-tag .ant-tag{margin:0px}

.update-status-history-calendar-modal{top:10px !important}.update-status-history-calendar-modal .ant-radio-group.ant-radio-group-default{display:none}.update-status-history-calendar-modal .update-status-add-btn,.update-status-history-calendar-modal .update-status-search-btn{margin-left:10px}.update-status-history-calendar-modal .ant-fullcalendar-date{height:150px !important}.update-status-history-calendar-modal .ant-fullcalendar-date .ant-fullcalendar-content{height:120px}.update-status-history-calendar-modal .ant-fullcalendar-date .events{list-style:none;margin:0;padding:0}.update-status-history-calendar-modal .ant-fullcalendar-date .events .ant-badge-status{overflow:hidden;white-space:nowrap;width:100%;text-overflow:ellipsis;font-size:12px}.update-status-history-calendar-modal .ant-fullcalendar-date .notes-month{text-align:center;font-size:28px}.update-status-history-calendar-modal .ant-fullcalendar-date .notes-month section{font-size:28px}.update-status-detail-modal{top:10px !important}.update-status-detail-modal .update-status-modify-btn,.update-status-detail-modal .update-status-delete-btn{margin-left:10px}.update-status-detail-modal .update-type{min-width:200px}.update-status-detail-modal .update-version{width:200px}.update-status-search-modal{top:20px !important}.update-status-search-modal .update-status-search-select{width:150px;margin-right:10px}.update-status-search-modal .update-status-search-input{width:200px}.update-status-search-modal .update-status-search-list{margin-top:20px}.dashboard-page{background:#ebebeb;padding:10px}.dashboard-page .dashboard-container{display:flex;flex-wrap:wrap;flex-direction:row}.dashboard-page .dashboard-container .dashboard-content{display:flex;flex-direction:column;flex:auto;padding:5px}.dashboard-page .dashboard-container .dashboard-content.wd-15{width:150px}.dashboard-page .dashboard-container .dashboard-content.wd-2{width:200px}.dashboard-page .dashboard-container .dashboard-content.wd-3{width:300px}.dashboard-page .dashboard-container .dashboard-content.wd-4{width:400px}.dashboard-page .dashboard-container .dashboard-content.wd-5{width:500px}.dashboard-page .dashboard-container .dashboard-content .dashboard-card{flex:auto;margin:0 0 5px 0;height:100%;border-radius:10px;box-shadow:0px 1px 1px 0px rgba(77,72,69,0.5);min-width:200px;justify-content:center;align-items:center;position:relative}.dashboard-page .dashboard-container .dashboard-content .dashboard-card .ant-card-head{padding:0 12px}.dashboard-page .dashboard-container .dashboard-content .dashboard-card .ant-card-head .ant-card-head-title{padding:10px 0;font-weight:700;font-size:18px}.dashboard-page .dashboard-container .dashboard-content .dashboard-card .ant-card-head .ant-card-head-title .live-tag{color:#ff322e;border-color:#ff322e;vertical-align:middle}.dashboard-page .dashboard-container .dashboard-content .dashboard-card .ant-card-head .info-popover{font-size:15px;padding:10px 10px 0 10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-card .ant-card-body .chartjs-render-monitor{height:-webkit-fill-available}.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body{padding:0px}.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body .ant-descriptions-bordered .ant-descriptions-item-content,.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body .ant-descriptions-bordered .ant-descriptions-item-label{background-color:#ffffff;padding:15px 12px;font-size:15px}.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body .ant-descriptions-bordered .ant-descriptions-item-label{width:35%}.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body .ant-descriptions-bordered.\--select{font-weight:800;background-color:#FFE3ED !important;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-type-select{margin-top:3px;margin-right:10px;width:140px}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-date-picker{margin-top:3px;margin-right:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-branch-select,.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-service-select{width:48%;margin:5px 5px 0px 0px}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-branch-select.wide,.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-service-select.wide{width:95% !important}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .graph-container{height:350px;margin-top:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-graph-card .add-dataset-div{float:right}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .select-type{width:150px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .raking-service-select{margin:5px 0 0 0;width:95%}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ratio-switch{float:right}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ranking-table{margin-top:5px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ranking-table .ant-table-thead>tr>th,.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ranking-table .ant-table-tbody>tr>td{padding:3px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ranking-table .children-column{font-size:12px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .ranking-table .ant-table-body{width:auto !important}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .rank-list{overflow-y:auto;height:350px;margin-top:10px;padding-left:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .rank-list .rank-item{display:flex;margin:5px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .rank-list .rank-item .rank{font-weight:700;min-width:16px;margin:2px 8px 0 0;font-size:16px;line-height:24px;color:#404040;text-align:center}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .rank-list .rank-item .region{margin:2px 0 2px 10px;font-weight:500;font-size:15px}.dashboard-page .dashboard-container .dashboard-content .dashboard-ranking-card .rank-list .rank-item .data{margin:3px 0 2px 10px;font-weight:400;font-size:13px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .dashboard-weather-time{margin-left:10px;padding:16px 0;color:rgba(0,0,0,0.65);font-weight:normal;font-size:14px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box{display:flex;flex-wrap:wrap}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .weather-grid{padding:10px;width:20%;text-align:center;box-shadow:0 0}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .dashboard-item{display:inline-block;margin:auto;min-width:120px;text-align:center;font-size:13px;font-weight:600}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .dashboard-item .weather-region-name{font-size:15px;margin-bottom:2px;margin-top:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .dashboard-item .weather-temp{margin-bottom:2px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .dashboard-item .weather-humidity{margin-bottom:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .more-btn{min-width:20px;margin:10px auto;text-align:center}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body{display:flex;margin:15px;flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item{display:inline-block;flex:auto;max-width:max-content;margin:0 10px 10px 10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .dashboard-item-container{display:inline-block}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .dashboard-item-container .update-container{display:inline-flex}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .dashboard-item-container .update-container .release-link-btn{vertical-align:middle;margin:5px 0}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .dashboard-item-container .update-container .version-box{margin:auto 10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .dashboard-item-container .update-container .version-box .version-text{font-weight:700;font-size:inherit}.date-picker-calendar .ant-calendar-footer{padding:0 1px}.date-picker-calendar .date-picker-footer{text-align:center}.date-picker-calendar .date-picker-footer .ant-btn{font-size:small}.date-picker-calendar .date-picker-footer .ant-btn+.ant-btn{margin-left:3px}.update-status-history-modal{top:20px !important}.update-status-history-modal .update-timeline-card{float:left;width:18.7%;margin:0 10px}.update-status-history-modal .update-timeline-card .ant-card-head .update-timeline-card-title{margin-left:5px}.update-status-history-modal .update-timeline-card .ant-card-body .ant-timeline .update-timeline-item{height:80px}.update-status-history-modal .update-timeline-card .ant-card-body .ant-timeline .update-timeline-item .ant-timeline-item-content{font-size:14px;font-weight:700}@media screen and (max-width: 768px){.dashboard-page .dashboard-container .dashboard-content{width:100% !important}.dashboard-page .dashboard-container .dashboard-content .ant-card-head{padding:0 5px}.dashboard-page .dashboard-container .dashboard-content .ant-card-head .ant-card-head-title{padding:10px 3px !important}.dashboard-page .dashboard-container .dashboard-content .dashboard-realtime-indicator-card .ant-card-body .ant-card-grid{font-size:10px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box{overflow-x:auto;flex-wrap:inherit}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box .weather-grid{min-width:120px}.dashboard-page .dashboard-container .dashboard-content .dashboard-weather-card .ant-card-body .weather-box::-webkit-scrollbar{height:0.5em}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body{display:inherit;margin:0}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item{margin:10px 0}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .version-text{display:inline-block;margin-right:10px !important}.dashboard-page .dashboard-container .dashboard-content .dashboard-update-status-card .ant-card-body .dashboard-item .release-link-btn{margin-bottom:5px !important}.update-status-history-modal .update-timeline-container{width:100% !important;margin:10px 0}}

.not-found-page{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#eee}.not-found-page .title{font-size:100px;font-weight:bold}.not-found-page .subtitle{margin-top:40px;font-size:24px}

.not-authorized-page{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#eee}.not-authorized-page .title{font-size:100px;font-weight:bold}.not-authorized-page .subtitle{margin-top:40px;font-size:24px}

.complaint-description{margin-bottom:10px}.complaint-description .ant-descriptions-item-label{width:10% !important}.complaint-description .description-item-isvisiblemasterapp{width:10%}.complaint-description .description-item-includeout{display:flex;align-items:center}.complaint-description .description-item-includeout .info-columns{margin-left:5px}.complaint-hot-line-page tr.ant-table-row{height:5vh}.complaint-hot-line-modal{top:20px !important}.complaint-hot-line-modal .ant-descriptions-item>span{display:block !important}.complaint-hot-line-modal th.ant-descriptions-item-label.ant-descriptions-item-colon{width:17%}.complaint-hot-line-modal .device-registration-container{display:flex;width:100%;padding:1%;border:0.5px solid lightgray;border-radius:8px}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container{flex:4.8;margin-right:2%}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form{display:flex;margin-bottom:1%}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form .device-search-with-serial-number-label{margin-right:1%;font-weight:500;flex:1.5}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form .device-search-with-serial-number-input{margin-right:1%;flex:8.5}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form{display:flex;margin-bottom:2%}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form .device-search-with-address-label{margin-right:1%;font-weight:500;flex:1.5}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form .device-search-with-address-input{margin-right:1%;flex:8.5}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list-label-and-remove-button{display:flex;justify-content:space-between;margin-bottom:1%}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list-label-and-remove-button .registrated-devices-list-label{font-weight:500}.complaint-hot-line-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list{height:44vh;overflow-y:scroll}.complaint-hot-line-modal .device-registration-container .device-location-container{flex:5.2}.complaint-hot-line-modal .device-registration-container .device-location-container .device-location-label-and-register-button{display:flex;justify-content:space-between;margin-bottom:1%}.complaint-hot-line-modal .device-registration-container .device-location-container .device-location-label-and-register-button .devcie-location-label{flex:1;font-weight:500}.complaint-hot-line-modal .device-registration-container .device-location-container .device-location-label-and-register-button .clicked-device-serial-numbers-list{flex:5}.complaint-hot-line-modal .device-registration-container .device-location-container .complaint-map-container{border-radius:8px}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-hot-line-modal-descriptions .ant-descriptions-item-label{font-weight:700}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-content-item{width:65vw}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-staff-group-office-title{display:inline-flex;justify-content:space-between;width:140px;margin-bottom:0}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-staff-group-office-title .complaint-include-staff-group-offices-check-box{margin-top:0.3%}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-staff-group-office-title .info-columns{padding-top:1.5%}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-is-visible-masterapp-title{display:inline-flex;justify-content:space-between;width:185px}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-is-visible-masterapp-title h4{font-weight:700}.complaint-hot-line-modal .complaint-hot-line-modal-container .complaint-image-input{width:65vw}.complaint-hot-line-modal .complaint-map-container{width:100%;height:500px}.complaint-hot-line-modal .complaint-map-container .clicked-xingxing-marker-for-complaint{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:#fcd700}.complaint-hot-line-modal .complaint-map-container .highlight-xingxing-marker-for-complaint{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:lightgray}.complaint-hot-line-modal .complaint-type-filter{width:65vw}.complaint-hot-line-modal .complaint-staff-group-office-select{width:65vw}.complaint-hot-line-modal .complaint-img{width:100px;height:100px;border:1px solid #d8d8d8;border-radius:5px;margin-right:1%}.complaint-hot-line-detail-modal{top:20px !important;width:95% !important}.complaint-hot-line-detail-modal .ant-descriptions-item>span{display:block !important}.complaint-hot-line-detail-modal .complaint-is-visible-masterapp-item{display:inline-flex;justify-content:space-between;width:185px}.complaint-hot-line-detail-modal .complaint-is-visible-masterapp-item h4{font-weight:700}.complaint-hot-line-detail-modal th.ant-descriptions-item-label.ant-descriptions-item-colon{width:17%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-title-container{width:700px;display:flex}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-title-container .complaint-hot-line-detail-modal-title{margin-right:0.5%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-title-container .complaint-update-and-unable-reading-btn{display:flex}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-title-container .complaint-hot-line-detail-modal-update-button{margin-right:3%;border:none;background-color:#99999a;color:white}.complaint-hot-line-detail-modal .device-registration-container{display:flex;width:100%;padding:1%;border:0.5px solid lightgray;border-radius:8px}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container{flex:4.8;margin-right:2%}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form{display:flex;margin-bottom:1%}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form .device-search-with-serial-number-label{margin-right:1%;font-weight:500;flex:2.8}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-serial-number-form .device-search-with-serial-number-input{margin-right:1%;flex:7.2}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form{display:flex;margin-bottom:2%}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form .device-search-with-address-label{margin-right:1%;font-weight:500;flex:2.8}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .device-search-with-address-form .device-search-with-address-input{margin-right:1%;flex:7.2}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list-label-and-remove-button{display:flex;justify-content:space-between;margin-bottom:1%}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list-label-and-remove-button .registrated-devices-list-label{font-weight:500}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list-update-mode{height:44vh;overflow-y:scroll}.complaint-hot-line-detail-modal .device-registration-container .device-search-and-list-container .registrated-devices-list-form .registrated-devices-list{height:53vh;overflow-y:scroll}.complaint-hot-line-detail-modal .device-registration-container .device-location-container{flex:5.2}.complaint-hot-line-detail-modal .device-registration-container .device-location-container .device-location-label-and-register-button{display:flex;justify-content:space-between;margin-bottom:1%}.complaint-hot-line-detail-modal .device-registration-container .device-location-container .device-location-label-and-register-button .devcie-location-label{font-weight:500}.complaint-hot-line-detail-modal .device-registration-container .device-location-container .complaint-map-container{border-radius:8px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container{height:70vh}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-content-item-update-mode{white-space:pre-wrap;width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-content-item{width:43.5vw;padding:0.5%;border:1px solid #d9d9d9;background-color:#ececec;border-radius:4px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-staff-group-offices-title{display:flex;justify-content:space-between;width:180px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-staff-group-offices-title h4{font-weight:700}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-out-sourced-office-item{width:43.5vw;padding:0.5%;border:1px solid #d9d9d9;background-color:#ececec;border-radius:4px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-image-items{display:flex}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-image-items .complaint-image-item{margin-right:3%;padding:1%;border:1px solid lightgray;border-radius:4px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container{display:flex}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container{flex:5;padding-right:0.9%;height:70vh;overflow-y:scroll}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-type-filter-update-mode{width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-type-filter{width:43.5vw;padding:0.5%;border:1px solid #d9d9d9;background-color:#ececec;border-radius:4px}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-detai-request-info-descriptions .ant-descriptions-item-label{margin-bottom:1%;font-weight:700}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-detai-request-info-descriptions .complaint-staff-group-office-title{display:inline-flex;justify-content:space-between;width:140px;margin-bottom:0}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-detai-request-info-descriptions .complaint-staff-group-office-title .complaint-include-staff-group-offices-check-box{margin-top:0.3%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-detai-request-info-descriptions .complaint-staff-group-office-title .info-columns{padding-top:1.5%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-content-item{white-space:pre-wrap}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-staff-group-office-select{width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-request-info-container .complaint-detail-request-info-container-card .complaint-image-input{width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container{flex:5;height:70vh;overflow-y:scroll}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-detai-answer-histories-info-descriptions .ant-descriptions-item-label{margin-bottom:1%;font-weight:700}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-detail-answer-histories-info-container-descriptions-item .complaint-detail-answer-histories-info-table{height:25.8vh}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-detail-answer-histories-info-container-descriptions-item .complaint-detail-answer-histories-info-table .answer-histories-image{display:flex;justify-content:center;margin-top:1%;margin-bottom:1%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-status-description-title{width:43.5vw;display:inline-flex;justify-content:space-between}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-status-description-title h4{font-weight:bold}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-status-description-title div{font-size:14px;font-weight:400}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-status-select{width:43.5vw;margin-bottom:1%}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-status-sub-select{width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-content-input{width:43.5vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-detail-info-container .complaint-detail-answer-histories-info-container .complaint-detail-answer-histories-info-container-card .complaint-answer-image-form .complaint-answer-image-input{width:43vw}.complaint-hot-line-detail-modal .complaint-hot-line-detail-modal-container .complaint-uploaded-img .ant-descriptions-item-content{width:100%}.complaint-hot-line-detail-modal .complaint-map-container{width:100%;height:500px}.complaint-hot-line-detail-modal .complaint-map-container .clicked-xingxing-marker-for-complaint{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:#fcd700}.complaint-hot-line-detail-modal .complaint-map-container .highlight-xingxing-marker-for-complaint{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:lightgray}.complaint-hot-line-detail-modal .complaint-img{width:100px;height:100px;border:1px solid #d8d8d8;border-radius:5px;margin-right:1%}.complaint-hot-line-detail-modal .complaint-answer-button-container{flex:3;display:flex;align-items:center}.complaint-upload-preview-img{width:100%}.complaint-tooltip-img{width:300px;height:300px}

.complaint-hot-line-page th.ant-table-align-center.ant-table-row-cell-break-word{width:10%}.complaint-hot-line-page .complanit-count-container{margin-left:10px;display:flex}.complaint-hot-line-page .complanit-count-container .complaint-count-card{margin-right:0.5%}.complaint-hot-line-page .complanit-count-container .ant-card-head{text-align:center;background-color:#f8f8f8}.complaint-hot-line-page .complanit-count-container .ant-card-body{display:flex;justify-content:space-between;padding:4px}.complaint-hot-line-page .complanit-count-container .ant-card-body .ant-statistic{text-align:center}.complaint-hot-line-page .complanit-count-container .complaint-total-count-card{flex:1}.complaint-hot-line-page .complanit-count-container .complaint-type-count-card{flex:3}.complaint-hot-line-page .complanit-count-container .complaint-unprocessed-count-card{flex:2}.complaint-hot-line-page .complanit-count-container .complaint-completed-count-card{flex:2}.complaint-hot-line-page .complaint-table .complaint-reading--blue{background-color:#DAE1FE}.complaint-hot-line-page .complaint-table .content-text{white-space:nowrap;width:10vw;overflow:hidden;text-overflow:ellipsis}.complaint-hot-line-page .complaint-table .complaint-recent-answer-content{display:flex;justify-content:center}.complaint-hot-line-page .complaint-table .complaint-recent-answer-content .recent-answer-content-text{white-space:nowrap;width:5vw;overflow:hidden;text-overflow:ellipsis}.complaint-hot-line-page .complaint-data-source-mobile-container{height:1000vh}.complaint-hot-line-page .complaint-mobile-data-source-item{border:1px solid black}.complaint-hot-line-page .complaint-table-search-button{margin-left:0.3%}

.homeapp-layout{height:100%}

.folding-section{grid-template-columns:230px auto 23px}.folding-section .folding-section--division-line::after{content:'';display:inline-block;border-bottom:1px solid #dedede;width:60%;height:1px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.folding-section .folding-section--first-stage{width:230px;z-index:1}.station-filters input,.station-filters input::placeholder{font-size:12px}.station-button--create{display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;background:#fff;border-radius:100px;height:48px;padding:0px 28px;box-shadow:rgba(0,0,0,0.2) 0px 6px 16px;font-size:17px}.station-button--create:hover{opacity:0.9;color:#0375f7}

.station-search-filter .station-name-filter .ant-input-search-button{display:inline-block;border-color:#d9d9d9;background:#fff !important;color:rgba(0,0,0,0.45)}

.menu-transition{transition:all 0.2s ease-out}

.map-control{cursor:pointer;margin:10px}.map-control .map-control-item{color:#484848;border:1px solid rgba(253,226,226,0.25);border-radius:2px;box-shadow:rgba(0,0,0,0.1) 0px 1px 3px 0px;font-size:10px;width:32px;height:32px;background:inherit;transition:all 0.2s}.map-control .map-control-item:hover{color:#0375f4}

.zone-type-list{border:1px solid rgba(0,0,0,0.3);border-radius:2px;box-shadow:rgba(0,0,0,0.1) 0px 1px 3px 0px}.zone-type-list .ant-checkbox{margin-top:3px}.zone-type-list .ant-checkbox+span{padding-right:0px;padding-left:4px}.zone-type-list .ant-checkbox-inner{width:13px;height:13px}

.station-list-panel-tab [role='tab']{font-size:11px}.station-list-dropdown-group{grid-template-columns:66px auto 64px;overflow-x:hidden}.station-list-dropdown-group span.seperator{width:0;height:70%;border-right:1px solid #ececec}.station-list-dropdown-group .ant-select-selection__placeholder,.station-list-dropdown-group .ant-select-search__field__placeholder{color:rgba(0,0,0,0.65)}

.column-group-border{border-bottom:1px solid #ebebeb !important}.smart-station-table-wrapper .count-indicator{background:#edf5fe;padding:14px 28px}.smart-station-table-wrapper .count-indicator--icon{font-size:18px}.smart-station-table-wrapper .count-indicator--inactive{background:#fafafa}.smart-station-table th{padding:0.5rem 0.18rem !important}.smart-station-table .ant-input-number-handler-wrap{display:none !important}.smart-station-table .ant-table-tbody>tr>th,.smart-station-table .ant-table-tbody>tr>td{min-width:140px;word-wrap:break-word;word-break:break-all}.smart-station-table--column{min-width:70px !important;padding:4px !important}.smart-station-table--column.column--small{min-width:60px !important;max-width:60px !important}.smart-station-table--column.column--large{min-width:140px !important;max-width:140px !important}.smart-station-table .input-number .ant-input-number-input{text-align:center !important}.smart-station-table--tooltip .ant-tooltip-inner{min-width:260px;font-size:11px;padding:8px 12px}.smart-station-table--tooltip.size-s .ant-tooltip-inner{min-width:120px}.smart-station-table--tooltip-icon{position:absolute;top:11px;right:2px}.smart-station-table tr.ant-table-row-selected td{background:#edf5fe !important}.smart-station-table tbody>tr:hover:not(.ant-table-row-selected)>td{background:#edf5fe !important}

._2QCIHoH1FPG1bCixH1Ftqo{background:#edf5fe;padding:14px 28px !important}.mnaCrPeLd121FVgwgx8dN{background:#fafafa}._2FxvD5rdqRtSTSOufPyrBq{min-width:70px !important;padding:4px !important}._9qyNP7hJ_imFqiMXIyfIw{position:absolute;top:11px;right:2px}

.station-form .ant-input-affix-wrapper .ant-input:not(:last-child){padding-right:60px}

.station-page{height:100%;margin-top:-1px}.station-page .page-loading{height:100%}.station-page .page-loading.station-type-list-page .spin-container{display:inline-flex}.station-page .page-loading.station-type-list-page .spin-container .drawing-map-container{width:70%}.station-page .page-loading.station-type-list-page .spin-container .drawing-map-container .buttons-box,.station-page .page-loading.station-type-list-page .spin-container .drawing-map-container .ant-spin-container .geodatas-box .info-box,.station-page .page-loading.station-type-list-page .ant-spin-container .geodatas-box .spin-container .drawing-map-container .info-box{margin-left:75px !important;margin-right:10px !important}.station-page .page-loading .ant-spin-container{width:100%;height:100%}.station-page .page-loading .ant-spin-container .drawing-map-container{height:100%}.station-page .page-loading .ant-spin-container .geodatas-box{z-index:999;height:inherit}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station{height:28px;background-color:white;border:1px solid black;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px;display:inline-flex;font-size:11px;line-height:2.5;margin:auto}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station p{margin-left:5px;margin-right:5px}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station .ant-btn-group{margin:auto 5px}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station .btns{font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box,.station-page .page-loading .ant-spin-container .geodatas-box .info-box{z-index:999;margin:10px;margin-left:8vw;margin-right:45px;position:relative;list-style:none;box-sizing:content-box !important;display:flex;justify-content:space-between}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address{margin-bottom:5px;height:28px;background-color:white;color:white;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px;display:inline-flex}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .btns{margin:auto 5px;height:20px;font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .info-popover{color:black}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .info-popover svg{height:100%}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups{color:black;background-color:#f5f5f500;box-shadow:none}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .ant-btn-group,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .ant-btn-group{margin:auto 5px;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .ant-btn,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .ant-btn{font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups{display:inline-table !important}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .ant-radio-group,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .ant-radio-group{margin:3px;font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .ant-btn,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .ant-btn{margin:0px;margin-right:3px;font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .address-input,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .address-input{width:200px;font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .address-input .ant-input,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .address-input .ant-input{font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs{z-index:999;width:20%;min-width:fit-content;margin:0 0 0 10px;height:auto}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content{margin-top:-16px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane{background:#fff;padding:16px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .ant-spin-container{display:inline-block}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list{width:auto;max-height:500px;min-width:220px;margin:0 0 0 10px;overflow-y:auto;z-index:999;background-color:white;color:'black'}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-badge-status-dot{width:8px;height:8px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p{margin:0}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p.\--select{float:right;font-weight:700;color:red}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item{display:inherit}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn{float:right}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.reservation-cancel,.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.data-reset{margin-right:10px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list.\--hide{display:none}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar{border-color:#fff}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab{font-size:12px;background:#f5f5f5}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active{border-color:#fff;background:#fff}.station-page .page-loading .ant-spin-container .geodatas-box.\--hide{display:none}.station-page .station-list-container{width:40%}.station-page .station-list-container .station-list-table .ant-spin-container{display:block}.station-page .station-list-container .station-list-table .ant-spin-container .ant-table-row-cell-break-word{padding:8px !important}.station-page .station-list-container .station-list-table .ant-spin-container .ant-btn-icon-only{width:25px !important}.station-page .station-list-container .station-list-table .ant-spin-container .width-4{width:4%}.station-page .station-list-container .station-list-table .ant-spin-container .station-placeable-count-input-number .ant-input-number-input{text-align:right}.station-page .station-list-container .station-list-table .ant-spin-container .station-placeable-count-input-number:hover{padding-right:16%}.station-page .station-code-mirror .fail{padding-left:5px;color:red}.station-page .station-code-mirror .success{padding-left:5px;color:blue}.station-page .address-input-v2 input{border:0;padding:14px;background:white;font-size:11px}.station-page .address-input-v2 input::placeholder{font-size:11px}.upload-modal-for-station-update{width:15% !important}.upload-modal-for-station-update .ant-modal-body{display:flex;flex-direction:column;align-items:center}

.station-page{height:100%}.station-page .page-loading{height:100%}.station-page .page-loading.station-type-list-page .ant-spin-container{display:inline-flex}.station-page .page-loading.station-type-list-page .ant-spin-container .drawing-map-container{width:70%}.station-page .page-loading.station-type-list-page .ant-spin-container .drawing-map-container .buttons-box,.station-page .page-loading.station-type-list-page .ant-spin-container .drawing-map-container .geodatas-box .info-box,.station-page .page-loading.station-type-list-page .ant-spin-container .geodatas-box .drawing-map-container .info-box{margin-left:75px !important;margin-right:10px !important}.station-page .page-loading .ant-spin-container{width:100%;height:100%}.station-page .page-loading .ant-spin-container .drawing-map-container{height:100%}.station-page .page-loading .ant-spin-container .geodatas-box{z-index:999;height:inherit}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station{height:28px;background-color:white;border:1px solid black;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px;display:inline-flex;font-size:11px;line-height:2.5;margin:auto}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station p{margin-left:5px;margin-right:5px}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station .ant-btn-group{margin:auto 5px}.station-page .page-loading .ant-spin-container .geodatas-box .info-box .selected-station .btns{font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box,.station-page .page-loading .ant-spin-container .geodatas-box .info-box{z-index:999;margin:10px;margin-left:8vw;margin-right:45px;position:relative;list-style:none;box-sizing:content-box !important;display:flex;justify-content:space-between}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address{margin-bottom:5px;height:28px;background-color:white;color:white;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px;display:inline-flex}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .btns,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .btns,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .btns{margin:auto 5px;height:20px;font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .info-popover,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .info-popover{color:black}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .backward-forward .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .backward-forward .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .info-popover svg,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .info-popover svg{height:100%}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups{color:black;background-color:#f5f5f500;box-shadow:none}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .ant-btn-group,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .ant-btn-group{margin:auto 5px;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .data-btn-groups .ant-btn,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .data-btn-groups .ant-btn{font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups{display:inline-table !important}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .ant-radio-group,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .ant-radio-group{margin:3px;font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .type-btn-groups .ant-btn,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .type-btn-groups .ant-btn{margin:0px;margin-right:3px;font-size:smaller}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .address-input,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .address-input{width:200px;font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .buttons-box .search-address .address-input .ant-input,.station-page .page-loading .ant-spin-container .geodatas-box .info-box .search-address .address-input .ant-input{font-size:11px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs{z-index:999;width:20%;min-width:fit-content;margin:0 0 0 10px;height:auto}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content{margin-top:-16px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane{background:#fff;padding:16px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .ant-spin-container{display:inline-block}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list{width:auto;max-height:500px;min-width:220px;margin:0 0 0 10px;overflow-y:auto;z-index:999;background-color:white;color:'black'}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-badge-status-dot{width:8px;height:8px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p{margin:0}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p.\--select{float:right;font-weight:700;color:red}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item{display:inherit}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn{float:right}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.reservation-cancel,.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.data-reset{margin-right:10px}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list.\--hide{display:none}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar{border-color:#fff}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab{font-size:12px;background:#F5F5F5}.station-page .page-loading .ant-spin-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active{border-color:#fff;background:#fff}.station-page .page-loading .ant-spin-container .geodatas-box.\--hide{display:none}.station-page .station-list-container{width:40%}.station-page .station-list-container .station-list-table .ant-spin-container{display:block}.station-page .station-list-container .station-list-table .ant-spin-container .ant-table-row-cell-break-word{padding:8px !important}.station-page .station-list-container .station-list-table .ant-spin-container .ant-btn-icon-only{width:25px !important}.station-page .station-list-container .station-list-table .ant-spin-container .width-4{width:4%}.station-page .station-list-container .station-list-table .ant-spin-container .station-placeable-count-input-number .ant-input-number-input{text-align:right}.station-page .station-list-container .station-list-table .ant-spin-container .station-placeable-count-input-number:hover{padding-right:16%}.station-page .station-code-mirror .fail{padding-left:5px;color:red}.station-page .station-code-mirror .success{padding-left:5px;color:blue}.upload-modal-for-station-update{width:15% !important}.upload-modal-for-station-update .ant-modal-body{display:flex;flex-direction:column;align-items:center}

.station-type-modal{width:1400px !important}.station-type-modal .ant-input{width:25%;margin-left:10px}.create-type-modal{width:1200px !important;top:0px !important}.create-type-modal .ant-modal-body{display:flex;justify-content:space-between}.create-type-modal .ant-modal-body .card-container{flex:50;margin:0 3px}.create-type-modal .ant-modal-body .ant-card{margin-bottom:10px}.create-type-modal .ant-modal-body .ant-card .ant-card-head .policy-checkbox{float:right !important}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-descriptions-title{margin:10px 0 5px 0;font-size:15px}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-descriptions-item-label{width:130px}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-descriptions-item-label .reqired-red{color:red}.create-type-modal .ant-modal-body .ant-card .ant-card-body .icon-color-description .colorSelect{width:120px}.create-type-modal .ant-modal-body .ant-card .ant-card-body .icon-color-description .colorPickBtn{clear:both;width:120px;vertical-align:top}.create-type-modal .ant-modal-body .ant-card .ant-card-body .icon-color-description .colorPickBtn .colorPreview{min-width:15px;min-height:15px;float:left;box-shadow:1px 1px #d1d1d191;border:1px solid #b2b2b2}.create-type-modal .ant-modal-body .ant-card .ant-card-body .icon-color-description .colorPickBtn .colorPreviewText{float:left;margin:0 10px;font-size:12px}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-upload.ant-upload-select{display:block}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-upload-list-text{float:left}.create-type-modal .ant-modal-body .ant-card .ant-card-body .ant-upload-list-text .anticon-download{visibility:hidden}.create-type-modal .ant-modal-body #affiliateBenefitCard .affiliate-coupon-issue-type{width:180px}.create-type-modal .ant-modal-body #affiliateBenefitCard .excel-upload-btn{border-color:#22A364;background-color:#22A364;color:#ffffff}.create-type-modal .ant-modal-body #affiliateBenefitCard .coupon-limit-count{width:100px}.create-type-modal .ant-modal-body #affiliateBenefitCard .coupon-limit-count-check{margin-left:10px}.create-type-modal .ant-modal-body #affiliateBenefitCard .affiliate-button-action-type{margin-bottom:10px}.create-type-modal .ant-modal-body #affiliateBenefitCard .colorSelect{width:auto;min-width:250px;margin-right:10px}.create-type-modal .ant-modal-body #affiliateBenefitCard .colorPickBtn{clear:both}.create-type-modal .ant-modal-body #affiliateBenefitCard .colorPickBtn .colorPreview{min-width:15px;min-height:15px;float:left;box-shadow:1px 1px #d1d1d191;border:1px solid #b2b2b2}.create-type-modal .ant-modal-body #affiliateBenefitCard .colorPickBtn .colorPreviewText{float:left;margin:0 10px;font-size:12px}.station-detail-modal{width:600px !important}.station-detail-modal .ant-descriptions-item-label{width:25%}.station-detail-modal .ant-descriptions-item-content{padding:16px 16px !important}.station-detail-modal .ant-upload-list-text .anticon-download{visibility:hidden}.affiliate-benefit-detail-modal .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff}

.region-operator-notice .filters .create-branch-notice-btn{background-color:#3aa14b;color:#fff;border-color:#fff}.region-operator-notice .filters .create-branch-notice-btn:hover,.region-operator-notice .filters .create-branch-notice-btn:focus{background-color:#fff;color:#3aa14b;border-color:#000}.region-operator-notice .table-container .column-no{width:6%}.region-operator-notice .table-container .column-no .ant-tag{margin:0px !important}.region-operator-notice .table-container .column-btn{width:4%}.region-operator-notice .table-container .pastDate{color:#bbbbbb}.region-operator-notice .table-container .ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr>td{padding:12px 12px !important}.region-operator-notice .representative-table .ant-table-tbody{font-weight:900}

.region-operator-notice-modify-modal{width:1200px !important;top:3vh !important}.region-operator-notice-modify-modal .ant-descriptions-item-label{text-align:center;width:11%}.region-operator-notice-modify-modal #noticeRepresentativeEndAt{margin-left:10px}.region-operator-notice-modify-modal .chk-all-branch{margin-bottom:5px}.region-operator-notice-modify-modal .ant-descriptions-bordered .ant-descriptions-item-label,.region-operator-notice-modify-modal .ant-descriptions-bordered .ant-descriptions-item-content{padding:8px 12px !important}.region-operator-notice-modify-modal td.description-width{width:10%}

.region-operator-notice-detail{margin:10px}.region-operator-notice-detail .region-operator-notice-detail-descrip{background-color:white}.region-operator-notice-detail .region-operator-notice-detail-descrip .ant-descriptions-item-label{width:15%;text-align:center;border-radius:5px}.region-operator-notice-detail .region-operator-notice-detail-descrip .descrip-item-type.ant-descriptions-item-content{width:33%}.region-operator-notice-detail .region-operator-notice-detail-descrip .button-group{margin-top:10px}

.developer-main .developer-main-column{margin-bottom:10px;font-weight:800}.developer-main .developer-main-row{margin-bottom:30px}

.change-geodata-type-modal{top:20px !important;width:650px !important}.change-geodata-type-modal .ant-descriptions-item-label{width:25%}.change-geodata-type-modal .featurecollection-list{margin-top:10px}.change-geodata-type-modal .featurecollection-list .ant-list-items{max-height:500px;overflow-y:scroll}.change-geodata-type-modal .featurecollection-list .ant-list-items .ant-list-item{padding:8px 0px !important}

.CodeMirror{font-family:monospace;height:inherit;color:black;direction:ltr}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{background-color:white}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:black}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid black;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0 !important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor-mark{background-color:rgba(20,255,20,0.5);-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{0%{}50%{background-color:transparent}100%{}}@-webkit-keyframes blink{0%{}50%{background-color:transparent}100%{}}@keyframes blink{0%{}50%{background-color:transparent}100%{}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-rulers{position:absolute;left:0;right:0;top:-50px;bottom:0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;top:0;bottom:0;position:absolute}.cm-s-default .cm-header{color:blue}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:bold}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3,.cm-s-default .cm-type{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta{color:#555}.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error{color:#f00}.cm-invalidchar{color:#f00}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:rgba(255,150,0,0.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:white}.CodeMirror-scroll{overflow:scroll !important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:none;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-vscrollbar,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-gutter-filler{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:none !important;border:none !important}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-gutter-wrapper ::selection{background-color:transparent}.CodeMirror-gutter-wrapper ::-moz-selection{background-color:transparent}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:transparent;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;padding:0.1px}.CodeMirror-rtl pre{direction:rtl}.CodeMirror-code{outline:none}.CodeMirror-scroll,.CodeMirror-sizer,.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute;pointer-events:none}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ffa;background-color:rgba(255,255,0,0.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:none}

.geo-data-modal{top:20px !important}.geo-data-modal .ant-descriptions-item-label{width:30%}.geo-data-modal .select-geodata-type{width:100%}.geo-data-modal .ant-list-items{max-height:540px;overflow-y:scroll}.geo-data-modal .ant-list-items .ant-list-item{padding:8px 0px !important}

.drawing-container>.page-loading{background:white;height:100%;width:100%;display:inline-flex}.drawing-container>.page-loading .ant-spin-container{height:100%;width:100%;display:inline-flex}.drawing-container{width:100%;height:100%;display:inline-flex}.drawing-container .drawing-map-container{width:100%;height:100%}.drawing-container .drawing-map-container .buttons-box{z-index:999;margin:10px;margin-left:160px;margin-right:50px;position:relative;list-style:none;box-sizing:content-box !important}.drawing-container .drawing-map-container .buttons-box .button-size--m{min-width:164px}.drawing-container .drawing-map-container .buttons-box .backward-forward,.drawing-container .drawing-map-container .buttons-box .station-type-btn,.drawing-container .drawing-map-container .buttons-box .show-buttons,.drawing-container .drawing-map-container .buttons-box .drawing-select-data,.drawing-container .drawing-map-container .buttons-box .search-address{height:28px;background-color:white;color:white;box-shadow:rgba(0,0,0,0.3) 0px 1px 2px 0.5px}.drawing-container .drawing-map-container .buttons-box .backward-forward .btns,.drawing-container .drawing-map-container .buttons-box .station-type-btn .btns,.drawing-container .drawing-map-container .buttons-box .show-buttons .btns,.drawing-container .drawing-map-container .buttons-box .drawing-select-data .btns,.drawing-container .drawing-map-container .buttons-box .search-address .btns{margin:auto 5px;height:20px;font-size:11px}.drawing-container .drawing-map-container .buttons-box .backward-forward .info-popover,.drawing-container .drawing-map-container .buttons-box .station-type-btn .info-popover,.drawing-container .drawing-map-container .buttons-box .show-buttons .info-popover,.drawing-container .drawing-map-container .buttons-box .drawing-select-data .info-popover,.drawing-container .drawing-map-container .buttons-box .search-address .info-popover{color:black}.drawing-container .drawing-map-container .buttons-box .backward-forward .info-popover svg,.drawing-container .drawing-map-container .buttons-box .station-type-btn .info-popover svg,.drawing-container .drawing-map-container .buttons-box .show-buttons .info-popover svg,.drawing-container .drawing-map-container .buttons-box .drawing-select-data .info-popover svg,.drawing-container .drawing-map-container .buttons-box .search-address .info-popover svg{height:100%}.drawing-container .drawing-map-container .buttons-box .station-type-btn{color:black;font-size:11px;margin-left:5px}.drawing-container .drawing-map-container .buttons-box .show-buttons{z-index:999}.drawing-container .drawing-map-container .buttons-box .show-buttons .show-btn{z-index:999;width:100%;height:100%;line-height:2;border-radius:0;margin:0}.drawing-container .drawing-map-container .buttons-box .drawing-select-data{z-index:999}.drawing-container .drawing-map-container .buttons-box .drawing-select-data p{color:black;font-size:12px;margin:auto 5px}.drawing-container .drawing-map-container .buttons-box .drawing-select-data p.select-data{color:red;font-weight:600}.drawing-container .drawing-map-container .buttons-box .drawing-select-data hr{width:0.1px;height:auto;border-radius:5px;border-width:1px}.drawing-container .drawing-map-container .buttons-box .drawing-select-data .show-btn{z-index:999;margin:auto 5px}.drawing-container .drawing-map-container .buttons-box .search-address{float:right;display:flex;background:transparent;border:0;box-shadow:none}.drawing-container .drawing-map-container .buttons-box .search-address .address-input{width:200px;font-size:11px}.drawing-container .drawing-map-container .buttons-box .search-address .address-input .ant-input{font-size:11px}.drawing-container .drawing-map-container .geodatas-box{z-index:999;height:inherit}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs{z-index:999;width:20%;min-width:fit-content;margin:0 0 0 10px;height:auto}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content{margin-top:-16px}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane{padding:16px;background-color:rgba(255,255,255,0.9)}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .ant-spin-container{display:inline-block}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .btn-add-geodata{padding-bottom:5px;background-color:rgba(255,255,255,0.9)}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .btn-add-geodata .ant-btn{font-size:smaller}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list{width:auto;max-height:500px;min-width:220px;margin:0;overflow-y:auto;z-index:999;background-color:white;color:'black'}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-badge-status-dot{width:8px;height:8px}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p{margin:0}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list p.\--select{float:right;font-weight:700;color:red}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item{display:inherit}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn{float:right}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.reservation-cancel,.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list .ant-list-item .show-list-btn.data-reset{margin-right:10px}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-content .ant-tabs-tabpane .drawing-list.\--hide{display:none}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-bar{border-color:#fff}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab{font-size:12px;background:#f5f5f5}.drawing-container .drawing-map-container .geodatas-box .geodatas-tabs .ant-tabs-bar .ant-tabs-tab.ant-tabs-tab-active{border-color:#fff;background:#fff}.drawing-container .drawing-map-container .geodatas-box.\--hide{display:none}.drawing-container .feature-collection-list-container{width:40%}.drawing-container .feature-collection-list-container .feature-collection-box{display:unset}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table{font-size:10.5px}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9;padding:7px 8px}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body tr.select{background-color:#ffe3ed !important}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;font-weight:600;padding:5px 8px}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.drawing-container .feature-collection-list-container .feature-collection-box .feature-collection-list-table .ant-table .ant-table-content .ant-table-body tr .red{color:red}.drawing-container .feature-collection-list-container .feature-collection-box .code-mirror-geodata{max-width:500px;width:100%;height:95%}.drawing-container .feature-collection-list-container .feature-collection-box .code-mirror-geodata .CodeMirror{height:inherit}.drawing-container .feature-collection-list-container .feature-collection-box .success{float:right;font-weight:800;color:green}.drawing-container .feature-collection-list-container .feature-collection-box .fail{float:right;font-weight:800;color:red}.drawing-container .feature-collection-list-container.\--hide{display:none}

.information-permission-management .etc-groups{margin-left:10px}.information-permission-management .table-container{margin:10px}.information-permission-management .table-container .ant-table{font-size:12px}.information-permission-management .table-container .ant-table .ant-table-body{background-color:#ffffff}.information-permission-management .table-container .ant-table .ant-table-body .width-5{width:5%}.information-permission-management .table-container .ant-table .ant-table-body th{height:20px;padding:8px 8px;text-align:center !important}.information-permission-management .table-container .ant-table .ant-table-body tr td{height:10px;font-size:11px;font-weight:600;padding:8px 8px}.information-permission-management .table-container .history-btn{background-color:#6c757d;color:#fff}.information-permission-management .table-container .history-btn:hover,.information-permission-management .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}

.geo-editor-select{flex:50;height:fit-content}.geo-editor-select .ant-descriptions-item-label{padding:8px 12px !important}.geo-editor-select .ant-descriptions-item-content{padding:5px !important}.geo-editor-select .geo-data-list{max-height:300px}.geo-editor-select .geo-data-list .ant-spin-nested-loading{width:unset !important;flex:none !important}.geo-editor-select .geo-data-list .ant-list{max-height:400px}.geo-editor-select .geo-data-list .ant-list ul{width:100%;display:grid;grid-template-rows:auto}.geo-editor-select .geo-data-list .ant-list li{padding:0px;border-bottom:1px solid #e8e8e8}.geo-editor-select .geo-data-list .geo-data-list .ant-btn-link{color:black}.geo-editor-select .geo-data-list .geo-data-list-item.focus-item{background-color:#e6f7ff;border-radius:4px}

.staff-group-modal{top:20px !important}.staff-group-modal .staff-group-set{display:flex}.staff-group-modal .staff-group-set .information-permission-common-tabs{flex:50}.staff-group-modal .staff-group-set .ant-card+.ant-card{margin-top:5px}.staff-group-modal .staff-group-set .btn-order{font-size:12px;float:right;height:22px}.staff-group-modal .staff-group-set .description-default-setting{overflow-y:scroll;max-height:40vh}.staff-group-modal .staff-group-set .center-info-tab .ant-descriptions-item-label{width:10%}.staff-group-modal .staff-group-set .ant-form-item{margin-top:12px !important}.staff-group-modal .need-resource-item .ant-form-item-label{width:18%}.staff-group-modal .need-resource-item .ant-form-item-control-wrapper{width:75%}.region-group-order-modal .info-popover{margin-left:5px}.region-group-order-modal .ant-modal-body{max-height:550px !important;overflow-y:scroll !important}

.tree-select-dropdown{max-height:350px !important}.search-conditions-component .searh-condition-group .ant-descriptions-item-label{text-align:center}.search-conditions-component .visible-none{display:none}.search-conditions-component .ant-tag-checkable{border-color:#d9d9d9}.search-conditions-component .search-condition-detail{display:flex}.search-conditions-component .search-condition-detail .ant-table{font-size:11.5px !important}.search-conditions-component .search-condition-detail .ant-table .ant-radio-group{font-size:11.5px !important}.search-conditions-component .search-condition-detail .ant-table .ant-table-body{margin:0px}.search-conditions-component .search-condition-detail .ant-table .ant-table-body tr{padding:0px !important}.search-conditions-component .search-condition-detail .ant-table .ant-table-body tr td{padding:6px !important}.search-conditions-component .search-condition-detail .ant-table .ant-table-body tr td .ant-select,.search-conditions-component .search-condition-detail .ant-table .ant-table-body tr td .ant-radio-group{margin:0px !important}.search-conditions-component .search-condition-detail .ant-table .ant-table-body .condition-title{background-color:#fafafa;font-weight:600;border-right:1px solid #ccc}.search-conditions-component .search-condition-detail .ant-table-wrapper{flex:50}.search-conditions-component .search-condition-detail .btn-delete{width:10% !important}.search-conditions-component .btn-search-condition{float:left;background-color:#2754ba;border-color:#2754ba;color:white}.search-conditions-component .btn-all-condition{float:left;border-color:#2754ba;color:#2754ba}@media only screen and (max-width: 768px){.search-conditions-component .search-condition-detail{display:block}.search-conditions-component .search-condition-detail .ant-table-body{width:100% !important}.search-conditions-component .search-condition-detail .ant-table-body .ant-input-number{width:52px !important}}

.operation-create-condition-modal{width:1000px !important}

.operation-transfer .ant-transfer-list .ant-transfer-list-header{background:#fafafa}.operation-transfer .ant-transfer-list .ant-transfer-list-header span>span:first-child{display:none;opacity:0}.operation-transfer .ant-transfer-list .ant-transfer-list-header .ant-transfer-list-header-title{position:relative;left:0px}.operation-transfer .ant-transfer-list:last-child .ant-transfer-list-header{color:#fff;background:#319cff}

.operation-detail-modal ::-webkit-scrollbar{height:0.3em !important}.operation-detail-modal .ant-modal-body{display:flex}.operation-detail-modal .ant-modal-body .operation-card{margin-top:10px;width:-webkit-fill-available !important}.operation-detail-modal .ant-modal-body .operation-card .ant-descriptions-item-label{width:20%}.operation-detail-modal .ant-modal-body .operation-card .ant-descriptions-item-content{padding:12px 12px !important}.operation-detail-modal .ant-modal-body .operation-card .ant-card .master-collect-table{display:flex}.operation-detail-modal .ant-modal-body .operation-card .ant-card .master-collect-table th{font-size:11px !important}.operation-detail-modal .ant-modal-body .operation-card .ant-card .master-collect-table td{font-size:11px !important}.operation-detail-modal .ant-modal-body .operation-card .ant-card .master-collect-table .ant-table-body{max-height:350px;overflow-y:scroll}.operation-detail-modal .ant-modal-body .operation-card .master-noti-card .ant-input,.operation-detail-modal .ant-modal-body .operation-card .master-relocation-card .ant-input{width:10%}.operation-detail-modal .ant-modal-body .operation-card .master-noti-card .ant-checkbox-wrapper,.operation-detail-modal .ant-modal-body .operation-card .master-relocation-card .ant-checkbox-wrapper{float:right;line-height:32px}.operation-detail-modal .ant-modal-body .ant-spin-nested-loading{flex:55;width:55%}.operation-detail-modal .ant-modal-body .operation-detail-page{margin:0;padding:0;height:898px;overflow-y:auto}.operation-detail-modal .ant-modal-body .operation-detail-page .operation-card{margin:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .operation-card .ant-card-body{padding:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .draw-map-box{padding:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .draw-map-box .map-container{width:100% !important;height:100% !important}.operation-detail-modal .ant-modal-body .operation-detail-page .operation-select-tree{margin-bottom:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row{height:100%}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .ant-collapse{width:200px;display:inline-block;margin:0 10px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .ant-collapse .ant-collapse-header{padding:3px 16px;padding-left:40px;font-weight:700}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .weekends-container{display:inline;vertical-align:text-bottom}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .weekends-container .weekends-list{display:inline-block;margin:0}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .price-container{margin-bottom:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .operation-name{width:auto}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .operation-change-management{width:100px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .operating-time-24Hour-chk{margin-left:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .operation-setting-update-btn{float:right}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .geofence-card{height:inherit;overflow-y:scroll;margin-left:5px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .geofence-card .draw-map-box{width:100%;height:400px;margin-top:10px}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .geofence-card .draw-map-box .map-container{width:100%;height:100%}.operation-detail-modal .ant-modal-body .operation-detail-page .ant-descriptions-row .geofence-card .geofence-setting-update-btn{float:right}.operation-detail-modal .ant-card{margin:2.5px 0px}.operation-detail-modal .bottom-light-control .ant-time-picker{margin:4px 0}.operation-detail-modal .bottom-light-control .ant-checkbox-wrapper{margin-left:5px}.operation-detail-modal .bottom-light-control .ant-descriptions-row .ant-descriptions-item-content{font-size:12px}.operation-detail-modal .bottom-light-control .ant-descriptions-row .ant-descriptions-item-label{text-align:center;padding:5px;font-size:12px;width:unset}

.operation-scooters-modal{width:600px !important;top:20px !important}.operation-scooters-modal .ant-modal-body{height:580px;overflow-y:auto}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .serial-number{width:150px;margin-bottom:10px;font-size:12px}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table{font-size:12px}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content{overflow:hidden}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#FFE3ED !important}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:5px 8px}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.operation-scooters-modal .ant-modal-body .scooter-serial-numbers .ant-table .ant-table-content .ant-table-body tr .red{color:red}

.operation-page .filters{display:flex;justify-content:space-between}.operation-page .filters .filter-item{margin:0 !important}.operation-page .filters .filter-item input{margin:0 !important}.operation-page .filters .add-operation-btn{background-color:#3aa14b;color:#fff}.operation-page .filters .add-operation-btn:hover,.operation-page .filters .add-operation-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.operation-page .filters .operation-all-update-btn{background-color:#ffc20e;color:#000;border-color:#fff}.operation-page .filters .operation-all-update-btn:hover,.operation-page .filters .operation-all-update-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.operation-page .table-container{margin:10px}.operation-page .table-container.\--hide{display:none}.operation-page .table-container .ant-table{font-size:12px}.operation-page .table-container .ant-table .ant-table-content{overflow:hidden}.operation-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.operation-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#ffe3ed !important}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:5px 8px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}.operation-page .table-container .history-btn{background-color:#6c757d;color:#fff}.operation-page .table-container .history-btn:hover,.operation-page .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}

.operation-page .filters{display:flex;justify-content:space-between}.operation-page .filters .filter-item{margin:0 !important}.operation-page .filters .filter-item input{margin:0 !important}.operation-page .filters .add-operation-btn{background-color:#3aa14b;color:#fff}.operation-page .filters .add-operation-btn:hover,.operation-page .filters .add-operation-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.operation-page .filters .operation-all-update-btn{background-color:#ffc20e;color:#000;border-color:#fff}.operation-page .filters .operation-all-update-btn:hover,.operation-page .filters .operation-all-update-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.operation-page .table-container{margin:10px}.operation-page .table-container.\--hide{display:none}.operation-page .table-container .ant-table{font-size:12px}.operation-page .table-container .ant-table .ant-table-content{overflow:hidden}.operation-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.operation-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#ffe3ed !important}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:5px 8px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.operation-page .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}.operation-page .table-container .history-btn{background-color:#6c757d;color:#fff}.operation-page .table-container .history-btn:hover,.operation-page .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}

.region-group-management-modal{top:20px !important;width:800px !important}.region-group-management-modal .ant-descriptions-item-content .region-group-zoom{width:100px}.region-group-management-modal .ant-descriptions-item-content .region-group-map-option{width:100px}.region-group-management-modal .ant-descriptions-item-content .region-list{max-height:200px;overflow:auto}.region-group-management-modal .ant-descriptions-item-content .map-container{width:100%;height:300px;margin-top:10px}.region-group-management-modal .ant-descriptions-item-content .map-container .map-content{width:100% !important;height:100% !important}.region-group-management-modal .ant-descriptions-item-content .map-container .map-content .search-address{position:absolute;z-index:99999;right:2px;top:2px}.region-group-management-map-modal{top:20px !important;height:1000px !important}.region-group-management-map-modal .region-group-zoom{width:100px}.region-group-management-map-modal .map-container{width:281px;height:500px;margin-top:10px}.region-group-management-map-modal .map-container .map-content{width:100% !important;height:100% !important}.region-group-management-map-modal .map-container .map-content .search-address{position:absolute;z-index:99999;right:2px;top:2px}

.region-management-modal{top:20px !important;width:1200px !important}.region-management-modal .region-management-container{display:flex}.region-management-modal .region-management-container .ant-card{flex:1}.region-management-modal .region-management-container .ant-card.basic-card{margin-right:5px}.region-management-modal .region-management-container .ant-card .ant-descriptions-item-content .region-group-select,.region-management-modal .region-management-container .ant-card .ant-descriptions-item-content .district-select,.region-management-modal .region-management-container .ant-card .ant-descriptions-item-content .region-speed-limit{width:70%;margin-right:10px}.region-management-modal .region-management-container .ant-card .ant-descriptions-item-content #isActiveDriverLicenseCheckSwitch{margin-right:10px}

.region-page .filters .region-group-management-move-btn,.region-page .filters .region-move-btn,.region-group-page .filters .region-group-management-move-btn,.region-group-page .filters .region-move-btn{background-color:#293338;color:#fff}.region-page .filters .region-group-management-move-btn:hover,.region-page .filters .region-group-management-move-btn:focus,.region-page .filters .region-move-btn:hover,.region-page .filters .region-move-btn:focus,.region-group-page .filters .region-group-management-move-btn:hover,.region-group-page .filters .region-group-management-move-btn:focus,.region-group-page .filters .region-move-btn:hover,.region-group-page .filters .region-move-btn:focus{background-color:#fff;color:#293338;border-color:#293338}.region-page .filters .region-add-btn,.region-page .filters .region-group-add-btn,.region-group-page .filters .region-add-btn,.region-group-page .filters .region-group-add-btn{background-color:#3aa14b;color:#fff}.region-page .filters .region-add-btn:hover,.region-page .filters .region-add-btn:focus,.region-page .filters .region-group-add-btn:hover,.region-page .filters .region-group-add-btn:focus,.region-group-page .filters .region-add-btn:hover,.region-group-page .filters .region-add-btn:focus,.region-group-page .filters .region-group-add-btn:hover,.region-group-page .filters .region-group-add-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.region-page .table-container,.region-group-page .table-container{margin:10px}.region-page .table-container.\--hide,.region-group-page .table-container.\--hide{display:none}.region-page .table-container .ant-table,.region-group-page .table-container .ant-table{font-size:12px}.region-page .table-container .ant-table .ant-table-content,.region-group-page .table-container .ant-table .ant-table-content{overflow:hidden}.region-page .table-container .ant-table .ant-table-content .ant-table-body,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.region-page .table-container .ant-table .ant-table-content .ant-table-body th,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px}.region-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#ffe3ed !important}.region-page .table-container .ant-table .ant-table-content .ant-table-body tr td,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:5px 8px}.region-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.region-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.region-page .table-container .ant-table .ant-table-content .ant-table-body tr .red,.region-group-page .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}

.role-group-management .etc-group{margin-left:10px}.role-group-management .table-container{margin:10px}.role-group-management .table-container .ant-table{font-size:11px}.role-group-management .table-container .ant-table table>colgroup{display:table-column}.role-group-management .table-container .ant-table .ant-table-content{overflow:hidden}.role-group-management .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.role-group-management .table-container .ant-table .ant-table-content .ant-table-body .width-4{width:fit-content !important}.role-group-management .table-container .ant-table .ant-table-content .ant-table-body .width-4 .ant-btn-sm{padding:0px 3px !important;font-size:small !important}.role-group-management .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;padding:7px 8px;text-align:center !important}.role-group-management .table-container .ant-table .ant-table-content .ant-table-body tr td{vertical-align:baseline;height:10px;font-size:11px;font-weight:600;padding:5px 2px}.role-group-management .table-container .history-btn{background-color:#6c757d;color:#fff}.role-group-management .table-container .history-btn:hover,.role-group-management .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}.role-group-management .table-container .copy-btn{background-color:#ffc20e;color:#000;border-color:#fff}.role-group-management .table-container .copy-btn:hover,.role-group-management .table-container .copy-btn:focus{background-color:#cca217;color:#000;border-color:#fff}

.create-access-modal{width:1100px !important;top:0px !important}.create-access-modal .ant-descriptions-item-label{width:10%}.create-access-modal .ant-modal-body{display:flex}.create-access-modal .ant-modal-body .description-role{flex:60;margin-right:10px}.create-access-modal .ant-modal-body .description-role .ant-checkbox-wrapper{margin:5px}.create-access-modal .ant-modal-body .description-feature{flex:40}.create-access-modal .ant-modal-body .description-feature .ant-descriptions-item-content{padding:8px 6px !important}.create-access-modal .ant-modal-body .description-feature th{text-align:center}.create-access-modal .ant-modal-body .description-feature .ant-btn-icon-only{margin-left:5px;min-width:16px !important;width:20px !important;height:20px;font-size:10px}.create-access-modal .ant-modal-body .description-feature .ant-btn-icon-only .anticon.anticon-plus>svg,.create-access-modal .ant-modal-body .description-feature .ant-btn-icon-only .ant-btn .anticon.anticon-minus>svg{shape-rendering:unset !important}.create-access-modal .ant-modal-body .description-feature .ant-tree{width:100%;height:480px;overflow:scroll}

.feature-management-modal{top:4vh !important}.feature-management-modal .ant-modal-body{padding:8px}.feature-management-modal th{text-align:center !important}.feature-management-modal .ant-btn-icon-only{margin-left:5px;min-width:16px !important;width:25px !important;height:25px;font-size:13px;border:none}.feature-management-modal .ant-btn-icon-only .anticon.anticon-plus>svg,.feature-management-modal .ant-btn-icon-only .ant-btn .anticon.anticon-minus>svg{shape-rendering:unset !important}.feature-management-modal .ant-tree{width:100%;height:550px;overflow:scroll}.feature-management-modal .ant-tree li .ant-tree-node-content-wrapper{height:fit-content !important}.feature-management-modal .modify-tree li .ant-tree-node-content-wrapper{height:fit-content !important}.feature-management-modal .modify-tree .ant-descriptions-item-label{padding:8px 8px !important;font-size:smaller}.feature-management-modal .modify-tree textarea{font-size:11px}.feature-management-modal .width-5{width:5%}

.create-feature-modal{width:700px !important;top:5vh !important}.create-feature-modal th{width:15%}.create-feature-modal textarea{font-size:12px}.create-feature-modal .btn-rest-api{margin-bottom:8px;display:block}.create-feature-modal .ant-descriptions-item-content{padding:10px !important}.create-feature-modal .ant-descriptions-item-label{text-align:center}

.detect-api-modal{top:4vh !important}.detect-api-modal .ant-modal-body{padding:10px !important}.detect-api-modal .ant-modal-body .ant-tabs-bar{margin:0px !important}.detect-api-modal .ant-modal-body .ant-table-selection-column{width:5%}.detect-api-modal .ant-modal-body .btn-chg-all{float:right;margin:0px}.detect-api-modal .ant-modal-body th{text-align:center !important}

.staff-management-page .ant-form-item{margin-bottom:0px}.staff-management-page .form-menu{margin-bottom:10px}.staff-management-page .ant-pagination{margin-top:20px}


.work-list-page{display:flex;flex-direction:column;justify-content:flex-start;width:auto;height:auto}.work-list-page .filters .switch-work-type-count{float:right;margin:5px 0 5px 5px}.work-list-page .filters .battery-work-radio .ant-radio-button-wrapper-checked{border-color:#ff6a00;color:#ff6a00}.work-list-page .filters .battery-work-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){box-shadow:-1px 0 0 0 #ff6a00}.work-list-page .filters .default-work-radio .ant-radio-button-wrapper-checked{border-color:#84bd00;color:#84bd00}.work-list-page .filters .default-work-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){box-shadow:-1px 0 0 0 #84bd00}.work-list-page .filters .repair-work-radio .ant-radio-button-wrapper-checked{border-color:#007fdb;color:#007fdb}.work-list-page .filters .repair-work-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){box-shadow:-1px 0 0 0 #007fdb}.work-list-page .filters .lost-work-radio .ant-radio-button-wrapper-checked{border-color:#6a67ce;color:#6a67ce}.work-list-page .filters .lost-work-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){box-shadow:-1px 0 0 0 #6a67ce}.work-list-page .filters .emergency-work-radio .ant-radio-button-wrapper-checked{border-color:#1aafd0;color:#1aafd0}.work-list-page .filters .emergency-work-radio .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){box-shadow:-1px 0 0 0 #1aafd0}.work-list-page .table-container{margin:10px}.work-list-page .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.work-list-page .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff;margin:0px;width:100%}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .ant-tag{margin:auto}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px;background-color:#f5f7f9}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:3px 8px !important}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:11px}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;text-align:center}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .center-item>div{line-height:1.2}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn-icon-only{background-color:transparent;border:0px;width:32px;height:30px;padding:0}.work-list-page .table-container .ant-table .ant-table-content .ant-table-body .scooterWorkType{width:1%}.work-list-page .table-container .ant-table .not-in-excel{display:none}.work-list-page .table-container .ant-table .for-excel{display:inline-block}.work-list-page .table-container .visible-none{display:none}.work-list-page .work-type-all-tags{margin-left:10px}.work-list-page .work-type-all-tags .work-type-tags{display:inline-flex !important}.work-list-page .work-type-all-tags .work-type-tags .tagDiv{border-radius:5px;width:fit-content;text-align:center;margin-left:8px;background-color:white;float:left;margin-bottom:5px}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .battery-work{border-radius:5px;margin:2px;font-size:13px;background-color:#ff6a00;line-height:25px;color:white}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .arrive-work{border-radius:5px;margin:2px;font-size:13px;background-color:#007fdb;line-height:25px;color:white}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .replace-work{border-radius:5px;margin:2px;font-size:13px;background-color:#6a67ce;line-height:25px;color:white}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .collect-work{border-radius:5px;margin:2px;font-size:13px;background-color:#49a942;line-height:25px;color:white}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .cancel-work{border-radius:5px;margin:2px;font-size:13px;background-color:#5f5f5f;line-height:25px;color:white}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .tagP{margin:0px 2px 0px 2px;line-height:'max-content'}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .tagP .tagSpan{display:inline-block;vertical-align:bottom}.work-list-page .work-type-all-tags .work-type-tags .tagDiv .tagP .ant-tag{vertical-align:-webkit-baseline-middle;margin-right:3px !important}.ellipsis{margin:5px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;line-height:1.2em}@media only screen and (max-width: 768px){.work-list-page{padding:0px}.work-list-page .filter{font-size:10px}.work-list-page .filter .filter-serialnumber{width:80px;margin:5px 2px}.work-list-page .filter .filter-phone{width:100px;margin:5px 2px}.work-list-page .filter .total{margin:5px 2px}.work-list-page .filter .ant-input{font-size:10px}.work-list-page .table-container>tr>td{word-wrap:break-word;word-break:break-all;overflow:hidden;text-overflow:ellipsis}}

.repair-list-page{display:flex;flex-direction:column;justify-content:flex-start;width:auto;height:auto}.repair-list-page .filters .filter-staff-name{width:100px}.repair-list-page .filters .ant-select.repair-search-option{background-color:#f5f5f5;border-top-right-radius:0;border-bottom-right-radius:0}.repair-list-page .filters .ant-select.repair-search-option .ant-select-selection--single{background-color:#f5f5f5;border-top-right-radius:0;border-bottom-right-radius:0}.repair-list-page .filters .ant-calendar-picker-input{border-top-left-radius:0;border-bottom-left-radius:0}.repair-list-page .btn-right{float:right}.repair-list-page .switch-repair-type-count{float:right;margin:5px 0 5px 5px}.repair-list-page .table-container{clear:both;margin:10px}.repair-list-page .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.repair-list-page .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff;margin:0px;width:100%}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px;background-color:#f5f7f9}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:3px 8px !important}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.repair-list-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.repair-list-page .table-container .visible-none{display:none}.repair-list-page .tagDiv{border-radius:5px;width:fit-content;text-align:center;margin-left:10px;background-color:white;float:left;margin-bottom:5px}.repair-list-page .tagDiv .work-tag{border-radius:5px;margin:2px;font-size:13px;background-color:orange;line-height:25px}.repair-list-page .tagDiv .repair-part-tag{border-radius:5px;margin:2px;font-size:13px;background-color:#ffd500;line-height:25px}.repair-list-page .tagDiv .tagP{margin:0px 10px 0px 10px;line-height:'max-content'}.repair-list-page .tagDiv .tagP .tagSpan{display:inline-block;vertical-align:bottom}.repair-list-page .tagDiv .tagP .ant-tag{vertical-align:-webkit-baseline-middle}.repair-list-page .repairChart{background-color:white}.repair-list-page .repairChart canvas{margin-bottom:30px}.ellipsis{margin:5px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;line-height:1.2em}@media only screen and (max-width: 768px){.repair-list-page{padding:0px}.repair-list-page .filters{font-size:10px}.repair-list-page .filters .filter-serialnumber{width:80px;margin:5px 2px}.repair-list-page .filters .filter-staff-name{width:100px;margin:5px 2px}.repair-list-page .filters .total{margin:5px 2px}.repair-list-page .filters .ant-input{font-size:10px}.repair-list-page .table-container .ant-col-12{display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.repair-list-page .table-container>tr>td{word-wrap:break-word;word-break:break-all;overflow:hidden;text-overflow:ellipsis}}

.scooter-check-list-page{display:flex;flex-direction:column;justify-content:flex-start;width:auto;height:auto}.scooter-check-list-page .visible-none{display:none}.scooter-check-list-page .switch-check-type-count{float:right;margin:5px 0 5px 5px}.scooter-check-list-page .tagDiv{border-radius:5px;width:fit-content;text-align:center;margin-left:10px;background-color:white;float:left;margin-bottom:5px}.scooter-check-list-page .tagDiv .check-status-tag{border-radius:5px;margin:2px;font-size:13px;background-color:#FFD500;line-height:25px}.scooter-check-list-page .tagDiv .check-report-tag{border-radius:5px;margin:2px;font-size:13px;background-color:#ff9800;line-height:25px}.scooter-check-list-page .tagDiv .tagP{margin:0px 5px 0px 5px;line-height:'max-content'}.scooter-check-list-page .tagDiv .tagP .tagSpan{display:inline-block;vertical-align:bottom}.scooter-check-list-page .tagDiv .tagP .ant-tag{vertical-align:-webkit-baseline-middle}.scooter-check-list-page .ant-tabs{clear:both;margin-left:10px;margin-right:10px;background-color:white;padding:10px}.scooter-check-list-page .ant-tabs .table-container{margin:10px}.scooter-check-list-page .ant-tabs .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.scooter-check-list-page .ant-tabs .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.scooter-check-list-page .ant-tabs .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff;margin:0px;width:100%}.scooter-check-list-page .ant-tabs .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px;background-color:#f5f7f9}.scooter-check-list-page .ant-tabs .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:3px 8px !important}.scooter-check-list-page .ant-tabs .table-container .ant-table .ant-table-content .ant-table-body .check-image-urls{display:flex}.scooter-check-list-page .ant-tabs .table-container .ant-table .ant-table-content .ant-table-body .check-image-urls img{width:80px;height:80px;margin:5px}

.battery-examination-list .pop-over{width:fit-content;display:inline-block;margin-left:5px}.battery-examination-list{background-color:white}.battery-examination-list .ant-tabs-bar{margin:5px}.error-info-table .ant-table-body{font-size:11px !important}

.batttery-realtime-status{background-color:white;padding:15px;height:100%}.batttery-realtime-status .filter .select-branch{width:100%}.batttery-realtime-status .status-info{margin:auto}.batttery-realtime-status .status-info .ant-badge-count{font-size:medium;height:25px;line-height:25px}.batttery-realtime-status .status-info .ant-table{width:10vw;margin-left:25px;font-size:11px !important}.batttery-realtime-status .status-info .ant-table td{padding:4px 8px !important}.batttery-realtime-status .body{min-height:650px}.batttery-realtime-status .body .battery-station-status{min-height:650px;display:flex;flex-direction:row;justify-content:space-around}.batttery-realtime-status .body .battery-station-status .battery-station-charge-status{flex:25}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail{flex:75}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-card-body{display:block !important}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-descriptions{width:fit-content;margin-bottom:5px}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-descriptions .ant-descriptions-item-label,.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-descriptions .ant-descriptions-item-content{font-size:12px;text-align:center}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-table-thead>tr>th,.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-table-tbody>tr>td{font-size:12px;padding:8px 8px !important}.batttery-realtime-status .body .battery-station-status .battery-station-charge-detail .ant-badge-status-dot{width:12px;height:12px}.batttery-realtime-status .body .battery-station-status .ant-card{margin:0px 10px;min-height:inherit}.batttery-realtime-status .body .battery-station-status .ant-card .ant-card-head-title{text-align:center}.batttery-realtime-status .body .battery-station-status .ant-card .ant-card-body{width:-webkit-fill-available;min-height:inherit;display:inline-grid}.batttery-realtime-status .body .battery-station-status .ant-card .box{border-radius:10px;width:11vw;height:10vh;text-align:center;line-height:10vh;font-size:medium;font-weight:bold}.batttery-realtime-status .body .battery-station-status .ant-card .green .box{border:2px solid #8DB26F;background:#D9E8D6}.batttery-realtime-status .body .battery-station-status .ant-card .green .ant-badge-count{background-color:#8DB26F}.batttery-realtime-status .body .battery-station-status .ant-card .red .box{border:2px solid #ff8300;background:#ff830040}.batttery-realtime-status .body .battery-station-status .ant-card .red .ant-badge-count{background-color:#ff8300}.batttery-realtime-status .body .contain-box{display:inline-flex;width:100%;margin:50px 0}.batttery-realtime-status .body .contain-box .red .box{border:2px solid #ff8300;background:#ff830040}.batttery-realtime-status .body .contain-box .red .ant-badge-count{background-color:#ff8300}.batttery-realtime-status .body .contain-box .green .box{border:2px solid #8DB26F;background:#D9E8D6}.batttery-realtime-status .body .contain-box .green .ant-badge-count{background-color:#8DB26F}.batttery-realtime-status .body .contain-box .box{border-radius:10px;width:11vw;height:10vh;text-align:center;line-height:10vh;font-size:medium;font-weight:bold}.batttery-realtime-status .body .title{height:30px;line-height:30px;text-align:center;font-size:15px;font-weight:bold;border-bottom:2px solid #ccc}.batttery-realtime-status .body .sidebar .error-table{width:80%;margin:auto}.batttery-realtime-status .body .battery-charge-status .ant-table-thead>tr>th,.batttery-realtime-status .body .battery-charge-status .ant-table-tbody>tr>td{padding:8px 8px}.batttery-realtime-status .body .battery-charge-status .total--red{background-color:#FFE3ED !important}


#LocationControlService #scooterUseList{background-color:white;height:93vh;position:relative}#LocationControlService #scooterUseList .filters{margin-bottom:0}#LocationControlService #scooterUseList .filters .ant-input-group>.ant-input-sm{margin:5px 0 0 0}#LocationControlService #scooterUseList .filters .ant-input-sm,#LocationControlService #scooterUseList .filters .ant-select,#LocationControlService #scooterUseList .filters .ant-input-search,#LocationControlService #scooterUseList .filters #serviceType{margin:5px 5px 0 0}#LocationControlService #scooterUseList .filters .ant-input-group>.input-group-text{width:10%;text-align:center}#LocationControlService #scooterUseList .filters .ant-input-group>#startTime,#LocationControlService #scooterUseList .filters #endTime{width:90% !important}#LocationControlService #scooterUseList .filters .ant-calendar-picker{margin:0}#LocationControlService #scooterUseList .filters .search-serial-number{width:28%}#LocationControlService #scooterUseList .filters .search-name,#LocationControlService #scooterUseList .filters .search-phone{width:25%}#LocationControlService #scooterUseList .filters .search-address{width:70%}#LocationControlService #scooterUseList .filters .search-radius{width:30%;margin:5px 0 0 0}#LocationControlService #scooterUseList .filters #searchButton{width:100%;margin:5px 0 0 0}#LocationControlService #scooterUseList .scooteruse-list-container{z-index:1000;position:inherit;background-color:white;height:100%;border-right:1px solid #e8e8e8}#LocationControlService #scooterUseList .scooteruse-list-container .ant-table-tbody>tr.\--select{background-color:#FFE3ED}#LocationControlService #scooterStatusDrawer{z-index:999;position:absolute}#LocationControlService #scooterStatusDrawer #affixButton{position:absolute;top:25%;width:54px;height:50px;left:255px}#LocationControlService #scooterStatusDrawer .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff;float:right;margin-bottom:5px;margin-right:10px}#LocationControlService #scooterStatusDrawer .excel-down-btn .excel-down-btn-icon{margin:0 3px}#LocationControlService #scooterStatusDrawer .ant-drawer-content{overflow:unset}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-header{padding:10px}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-body{padding:5px}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-body .scooter-status-table ::-webkit-scrollbar{width:0.1em}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-body .scooter-status-table .ant-table-header{margin-bottom:-14px !important}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-body .scooter-status-table .\--select{background-color:#FFE3ED !important}#LocationControlService #scooterStatusDrawer .ant-drawer-content .ant-drawer-body #scooterStatusExcelTable{display:none}#LocationControlService #locationDisplayMap{height:93vh}#LocationControlService #locationDisplayMap .map-container{width:100% !important;height:100% !important}#LocationControlService #locationDisplayMap .map-container .marker-image{max-width:none;max-height:none;position:absolute;width:55px;height:60px;left:-17px;top:-15px}#LocationControlService #locationDisplayMap .map-container .marker-number{color:white;font-weight:600;position:absolute;left:0px;top:-8px;font-size:18px;text-align:center;min-width:21px}#LocationControlService #locationDisplayMap .map-container .info-window{padding:5px;text-align:center;width:max-content;height:auto;left:1417px;top:428px;background:#FFFFFF;border:1px solid #949494;box-sizing:border-box}#LocationControlService #locationDisplayMap .map-container .info-window .address-info{text-align:left}

.operation-branches-status .filters{display:flex}.operation-branches-status .filters .select-device-type{flex:10;height:100%}.operation-branches-status .filters .select-branch{flex:80;width:100%}.operation-branches-status .ant-spin-nested-loading{clear:both}.operation-branches-status .add-dataset-div{float:left;margin:5px}.operation-branches-status .indict-info{float:right;text-align:end;font-size:11px;background-color:white;padding:5px;border-radius:5px;border:1px solid #ccc;margin-bottom:5px}.operation-branches-status .indict-info p{margin:0px}.operation-branches-status .operation-branches-charts{display:flex;margin:10px;flex-flow:wrap;justify-content:center;background-color:white}.operation-branches-status .operation-branches-charts .operation-chart-card{margin:3px;width:48%}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title p{margin:0px}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading{float:right}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading .ant-spin-container{display:flex}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading .ant-spin-container .ant-descriptions{margin-right:60px}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading .ant-spin-container .ant-descriptions .ant-descriptions-item-label,.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading .ant-spin-container .ant-descriptions .ant-descriptions-item-content{font-size:smaller;padding:4px 8px;text-align:center}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .operation-chart-status{text-align:right}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .operation-chart-status .ant-badge-status-dot{width:14px;height:14px}.operation-branches-status .operation-branches-charts .operation-chart-card .operation-chart-title .status-loading{clear:unset}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body{display:flex}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body .total-scooter-use-card{margin-right:5px;height:200px;width:50%}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body .total-scooter-use-card .chartjs-render-monitor{width:100% !important}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body .onload-count-card{height:200px;width:50%}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body .onload-count-card .chartjs-render-monitor{width:100% !important}.operation-branches-status .operation-branches-charts .operation-chart-card .ant-card-body .ant-card{flex:45}

.scooter-management-page .pop-over{width:fit-content;display:inline-block;margin-left:5px}.scooter-management-page .table-container{margin:10px}.scooter-management-page .table-container.\--hide{display:none}.scooter-management-page .table-container .ant-table{font-size:12px}.scooter-management-page .table-container .ant-table .ant-table-content{overflow:hidden}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9;padding:2px 5px}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#FFE3ED !important}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;font-weight:600;padding:2px 2px}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.scooter-management-page .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}

.hidden{display:none !important}.bg-loader{z-index:10000;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.3)}.bg-loader .loader{border:16px solid #f3f3f3;border-top:16px solid #3498db;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite;left:50%;margin-left:-50px;top:50%;margin-top:-50px;position:absolute}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ant-popover-placement-left{z-index:9999 !important}.scooter-map-page{position:relative;width:100%;height:100vh;overflow:hidden}.scooter-map-page .park-cost-info{margin-top:5px}.scooter-map-page .map-container{width:100%;height:100%}.scooter-map-page .filter-scooter-status{font-size:small}.scooter-map-page .ant-input{width:200px;margin:5px;height:25px}.scooter-map-page .region-groups{margin-left:5px;margin-right:5px;width:150px}.scooter-map-page .regions{margin-right:5px;width:130px}.scooter-map-page .scooter-total-summary{display:inline;font-size:12px}.scooter-map-page .filters{position:absolute;top:5px;left:5px;display:flex;justify-content:center;align-items:center;padding:2px;background:#ffffff;border:1px solid #444}.scooter-map-page .filters .ant-checkbox-wrapper{font-size:11px}.scooter-map-page .filters .ant-checkbox-wrapper span.ant-checkbox+span{padding-left:2px}.scooter-map-page .filters .ant-checkbox-group{font-size:11px}.scooter-map-page .filters .ant-checkbox-group-item{margin-right:2px}.scooter-map-page .filters .filter-divider{height:18px;width:1px;margin-right:5px;background:#eee}.scooter-map-page .filters .ant-checkbox-wrapper+.ant-checkbox-wrapper{margin-left:0px}.scooter-map-page .buttons{position:absolute;top:0;width:100%;background-color:#fff}.scooter-map-page .buttons.list-table{height:fit-content}.scooter-map-page .buttons.list-table .map-table{margin-top:40px}.scooter-map-page .buttons.list-table .map-table .ant-table{font-size:12px}.scooter-map-page .buttons.list-table .map-table .ant-table td.in-count{background-color:rgba(168,165,255,0.48)}.scooter-map-page .buttons.list-table .map-table .ant-table-thead>tr>th,.scooter-map-page .buttons.list-table .map-table .ant-table-tbody>tr>td{padding:6px 6px !important}.scooter-map-page .buttons .ant-select-selection--multiple{min-height:25px !important}.scooter-map-page .buttons .scooter-model{width:120px}.scooter-map-page .buttons .buttons-left{margin:5px}.scooter-map-page .buttons .buttons-left .worker-filter{display:contents}.scooter-map-page .visible-none{display:none}.scooter-map-page .buttons-right,.scooter-map-page .switch-data{text-align:-webkit-right;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:absolute;right:0;top:0}.scooter-map-page .buttons-right .btn-drop-down,.scooter-map-page .switch-data .btn-drop-down{margin:3px !important;font-size:10px !important;font-weight:bold !important;background-color:#ffc20e;color:#000;border-color:#fff}.scooter-map-page .buttons-right .btn-drop-down:hover,.scooter-map-page .switch-data .btn-drop-down:hover,.scooter-map-page .buttons-right .btn-drop-down:focus,.scooter-map-page .switch-data .btn-drop-down:focus{background-color:#cca217;color:#000;border-color:#fff}.scooter-map-page .button{display:flex;justify-content:center;align-items:center;flex-direction:row;z-index:999;width:40px;height:25px;margin:3px;font-size:10px;border:1px solid #444;background-color:#fff;cursor:pointer}.scooter-map-page .button--selected{background-color:#1585FF;color:#fff;font-weight:bold}.scooter-map-page .all-button{width:40px;height:25px}.scooter-map-page .available-button{width:60px;height:25px}.scooter-map-page .inuse-button{width:40px;height:25px}.scooter-map-page .gps-low-button{width:60px;height:25px}.scooter-map-page .locked-low-battery-button{width:50px;height:25px}.scooter-map-page .locked-half-battery-button{width:70px;height:25px}.scooter-map-page .battery-search{border:1px solid #444;width:60px;height:25px}.scooter-map-page .battery-search::placeholder{font-size:5px;font-weight:bold;text-align:center;vertical-align:center}.scooter-map-page .maintenance-button{width:40px;height:25px}.scooter-map-page .marker-cluster-button{width:80px;height:25px}.scooter-map-page .search{z-index:999;width:65px;height:25px;padding-left:5px;font-size:12px;text-transform:uppercase;border:1px solid #444}.scooter-map-page .info-container{left:50px}.scooter-map-page .info-container .info-count{color:green;font-weight:bold}.scooter-map-page .info-container.worker-count{position:absolute;right:0;left:0;top:30px;text-align:right}.scooter-map-page .selected-markers-functions{display:flex;flex-direction:row;justify-content:center;align-items:center;position:absolute;top:40px;left:5px;padding:10px;background:#ffffff;border:1px solid #444}.scooter-map-page .selected-markers-functions.selected-markers-functions--hide{display:none}.scooter-map-page .selected-markers-functions .selected-markers-function__info{font-weight:bold;margin-right:10px}.scooter-map-page .selected-markers-functions .ant-btn,.scooter-map-page .selected-markers-functions .ant-input{margin-right:5px}.scooter-map-page .scooter-marker{padding:1px 5px;font-size:10px;font-weight:900;color:#ffffff;background-color:#009dff;border-radius:4px}.scooter-map-page .scooter-marker.blue{background-color:#009dff}.scooter-map-page .scooter-marker.black{background-color:black}.scooter-map-page .scooter-marker.orange{background-color:#ff7f00}.scooter-map-page .scooter-marker.red{background-color:red}.scooter-map-page .scooter-marker.green{background-color:green}.scooter-map-page .scooter-marker.scooter-marker--selected{margin-left:-2px;margin-top:-2px;border:2px solid red}.scooter-map-page div[title]{transition:all 0.3s}.scooter-map-page .switch-data{top:35px;right:5px;display:flex;flex-direction:column;align-items:flex-end}.scooter-map-page .switch-data .ant-switch{background-color:#000}.scooter-map-page .switch-data .ant-switch-checked{background-color:#000}.scooter-map-page .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;position:absolute;right:100px;top:28px;margin-top:5px}.scooter-map-drop-down-menu{text-align:right !important}.scooter-map-drop-down-menu .ant-dropdown-menu-item{line-height:2 !important;padding:5px 5px !important}.scooter-map-drop-down-menu .ant-radio-group{font-size:11px}.scooter-map-drop-down-menu .ant-radio-group .ant-radio-button-wrapper-checked{background-color:#1890ff !important;border-color:#1890ff !important;color:white !important}.scooter-map-drop-down-menu .btn-chk{border:1px solid #888;border-radius:4px;font-size:11px !important;text-align:center;height:fit-content;margin-top:3px;margin-bottom:3px;margin-left:5px}.scooter-map-drop-down-menu .btn-chk .ant-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.scooter-map-drop-down-menu .btn-chk.ant-checkbox-wrapper-checked{background-color:#1890ff;border:1px solid #1890ff;color:white}.scooter-map-drop-down-menu .btn-checked{border:1px solid #1890ff;background-color:#1890ff;color:white;font-size:11px !important}.scooter-map-drop-down-menu .btn-unchecked{font-size:11px !important;border:1px solid #d9d9d9}@media only screen and (max-width: 768px){.scooter-map-page{height:100vh;overflow-y:hidden}.scooter-map-page .selected-markers-functions{display:none !important}.scooter-map-page .button{margin:1px}.scooter-map-page .useless-in-mobile{display:none}.scooter-map-page .search{display:fixed;top:30px;left:3px}.scooter-map-page .scooter-model{width:67px}.scooter-map-page .region-groups{width:100px}.scooter-map-page .regions{width:120px}.scooter-map-page .scooter-total-summary{display:inline-block;font-size:10px}.scooter-map-page .filters{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:200px}.scooter-map-page .filters .filter-divider{display:none}.scooter-map-page .all-button{width:30px;height:25px}.scooter-map-page .maintenance-button{width:30px;height:25px}.scooter-map-page .locked-low-battery-button{width:50px;height:25px}.scooter-map-page .ant-radio-group{margin-top:5px}.scooter-map-page .buttons .buttons-left{display:inline-grid}.scooter-map-page .buttons .buttons-left .worker-filter{display:block}.scooter-map-page .buttons-right,.scooter-map-page .switch-data{float:right;position:absoulte}.scooter-map-page .buttons-right .info-container,.scooter-map-page .switch-data .info-container{background-color:white}.scooter-map-page .buttons-right .info-container .info-count,.scooter-map-page .switch-data .info-container .info-count{font-size:11px;color:blue;font-weight:bold}.scooter-map-page .ant-checkbox-wrapper{margin-top:5px;display:inline-table}}

.center-repair-scooters-modal{top:50px !important;width:90% !important}.center-repair-scooters-modal .ant-modal-body{padding:10px}

.status-detail-modal{width:1400px !important}.status-detail-modal .detail-modal-title{display:flex;justify-content:space-between}.status-detail-modal .detail-modal-title .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff;margin-right:2%}.status-detail-modal .detail-modal-title .excel-down-btn .excel-down-btn-icon{margin:0 3px}.status-detail-modal .ant-table-row-hover>td{background:#fff !important}.status-detail-modal .ant-table-thead>tr>th,.status-detail-modal .ant-table-tbody>tr>td{padding:10px 10px !important;font-size:11px}.status-detail-modal th.onload-count{border-top:2px solid black;border-left:2px solid black}.status-detail-modal th.etc-count{border-top:2px solid black;border-right:2px solid black !important}.status-detail-modal td.onload-count{border-left:2px solid black !important}.status-detail-modal td.etc-count{border-right:2px solid black !important}.status-detail-modal td.total-count{background-color:#ffd574}.status-detail-modal td.in-available-count{background-color:#91b3f0}.status-detail-modal td.in-maintenance-count{background-color:#8dcd59ab}.status-detail-modal td.maintenance-count{background-color:#8dcd594d}.status-detail-modal td.in-repair-count{background-color:#F2D0CD}.status-detail-modal td.repair-count{background-color:#f2d0cd7d}.status-detail-modal ::-webkit-scrollbar{width:7px;height:15px}

.scooter-realtime-status{background-color:white;padding:15px}.scooter-realtime-status .filters{display:flex}.scooter-realtime-status .filters .select-device-type{flex:10;height:100%}.scooter-realtime-status .filters .select-branch{flex:80;width:100%}.scooter-realtime-status .filters .select-container{display:flex;flex-direction:column;gap:10px}.scooter-realtime-status .swith-data-all{text-align:end}.scooter-realtime-status .header{text-align:center;background-color:#ccc}.scooter-realtime-status .title{height:30px;line-height:30px;text-align:center;font-size:15px;font-weight:bold;border-bottom:2px solid #ccc}.scooter-realtime-status .contain-box{display:flex;flex-direction:column;min-height:95%}.scooter-realtime-status .contain-box .status-info{display:flex;flex-direction:column;align-items:center;margin:auto;width:10vw}.scooter-realtime-status .contain-box .status-info .ant-table{width:10vw;margin-left:25px;font-size:11px !important}.scooter-realtime-status .contain-box .status-info .ant-table td{padding:4px 8px !important}.scooter-realtime-status .contain-box .status-info .status-sub-out-standing-info{display:grid;grid-template-columns:90px 90px;grid-template-rows:20px 20px;text-align:center;border:1px solid lightgrey;border-radius:8px}.scooter-realtime-status .contain-box .status-info .status-sub-repair-done-info{display:grid;grid-template-columns:90px 90px;text-align:center;border:1px solid lightgrey;border-radius:8px}.scooter-realtime-status .contain-box .maintenance-status{margin-left:12%;margin-top:5%;margin-bottom:5%}.scooter-realtime-status .contain-box .box{display:flex;justify-content:center;align-items:center;width:100%;height:8vh;text-align:center;font-size:medium;font-weight:bold;white-space:pre-line}.scooter-realtime-status .contain-box .use-status-statistic{text-align:center;background:#ececec;border-bottom:2px solid #e8e8e8}.scooter-realtime-status .contain-box .use-status-statistic .ant-row .ant-card-bordered .ant-statistic-title{font-weight:800}.scooter-realtime-status .contain-box .use-status-statistic .ant-row .ant-card-bordered .ant-statistic-content{font-weight:bold;font-size:large}.scooter-realtime-status .contain-box .use-status-statistic .ant-row .ant-card-bordered .ant-descriptions-item-label{width:50%}.scooter-realtime-status .contain-box .use-status-statistic .ant-row .statistic-col-1{padding-right:0px !important}.scooter-realtime-status .contain-box .use-status-statistic .ant-row .statistic-col-2{padding-left:0px !important}.scooter-realtime-status .body{border:2px solid #ccc;border-radius:8px;min-height:800px;display:flex}.scooter-realtime-status .body .navi{flex:33;border-right:2px solid #ccc}.scooter-realtime-status .body .navi .box{border:2px solid #d1a239;border-radius:10px}.scooter-realtime-status .body .navi .box.distribute{border:2px solid #d1a239;border-radius:10px;background-color:#fbe8cf}.scooter-realtime-status .body .contents{flex:33;border-right:2px solid #ccc}.scooter-realtime-status .body .contents .box{border:2px solid #748dbb;border-radius:10px;background-color:#dee8fa}.scooter-realtime-status .body .contents .box.maintenance{border:2px solid #8db26f;border-radius:10px;background-color:#d9e8d6}.scooter-realtime-status .body .contents .box.repair{border:2px solid #ac5a54;border-radius:10px;background-color:#f2d0cd}.scooter-realtime-status .body .sidebar{flex:33}.scooter-realtime-status .body .sidebar .box{margin-top:5px;margin-bottom:10px}.scooter-realtime-status .body .sidebar .box.maintenance{border:2px solid #8db26f;border-radius:10px;background-color:#d9e8d6}.scooter-realtime-status .body .sidebar .box.repair{border:2px solid #ac5a54;border-radius:10px;background-color:#f2d0cd}.scooter-realtime-status .badge{width:100%}.scooter-realtime-status .badge .ant-badge-count{font-size:medium;height:25px;line-height:25px}.scooter-realtime-status .badge.deeppink .ant-badge-count{background-color:#ff8300}.scooter-realtime-status .badge.default .ant-badge-count{border:1px solid #ff8300;background-color:white;color:#ff8300}.scooter-realtime-status .badge.blue .ant-badge-count{background-color:#108ee9}.scooter-realtime-status .badge.red .ant-badge-count{background-color:#f50}.scooter-realtime-status .badge.green .ant-badge-count{background-color:#87d068}.scooter-realtime-status .ant-switch-checked{background-color:orange}.center-repair-scooters-modal{width:1000px !important}.serial-modal{top:65px !important}.serial-modal .ant-table{height:600px;overflow-y:scroll}@media only screen and (max-width: 768px){.scooter-realtime-status .filter{min-height:115px}.scooter-realtime-status .filter .select-branch{width:unset !important}.scooter-realtime-status .title{border-top:2px solid #ccc}.scooter-realtime-status .body{display:block}.scooter-realtime-status .body .navi{border:none}.scooter-realtime-status .body .contents{border:none}.scooter-realtime-status .contain-box .status-info .ant-table{width:35vw}.scooter-realtime-status .contain-box .status-info .ant-table .ant-table-body{width:fit-content}.scooter-realtime-status .contain-box .box{font-size:10px;border:none}.scooter-realtime-status .contain-box .ant-scroll-number-only>p:not(.current){visibility:hidden !important}.center-repair-scooters-modal .ant-table-body{width:auto !important}.serial-modal .ant-table-body{width:100% !important}}

._2WLTSTMCL9XT7hicuG5S7f ._4ateBH9lRRegWU7hfQb1I{display:grid;grid-template-columns:32px 358px 0.7fr 0.7fr 0.7fr 0.7fr 0.5fr 1fr;align-items:center}._2WLTSTMCL9XT7hicuG5S7f ._2zgJJnJM4FjBUOtPMJCEAT{margin:0px !important}._2WLTSTMCL9XT7hicuG5S7f ._1zYWwTc5rxeQ6JbPgclpKT{margin-left:12px !important}

.scooter-use-modal{width:800px !important}.scooter-use-modal.expanded-modal{width:1400px !important}.scooter-use-modal .ant-modal-body #scooter-use-detail-modal{flex:50}.scooter-use-modal .ant-modal-body .map-common{flex:50;height:50vh !important;margin-top:10px}.scooter-use-modal .ant-modal-body .float-left{float:left;width:49%}.scooter-use-modal .ant-modal-body .float-right{float:right;width:50%}.scooter-use-modal .ant-modal-body .width-50{width:49%}.scooter-use-modal .ant-modal-footer{clear:both}.scooter-use-modal .ant-modal-title{overflow:auto}.scooter-use-modal .ant-modal-title .ant-btn-sm{float:right;margin-right:30px}.scooter-use-modal .scooter-use-info.user,.scooter-use-modal .scooter-use-info.use,.scooter-use-modal .scooter-use-info.payment,.scooter-use-modal .scooter-use-info.discount{margin-bottom:20px}.scooter-use-modal .scooter-use-info table th{font-size:12px;width:100px}.scooter-use-modal .scooter-use-info table td{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-steps-item-content .ant-steps-item-title{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-steps-item-content .ant-steps-item-description{font-size:12px}.scooter-use-modal .scooter-use-info table td .ant-btn-link{font-size:12px;padding-left:0}.parking-img-modal{width:fit-content !important}

.scooter-status{position:relative;width:100%;height:90vh;display:inline-block}.scooter-status .map-container{width:100%;height:85%}.scooter-status .map-container .info-window{padding:5px;font-weight:900}.scooter-status .movement{margin-top:10px}@media only screen and (max-width: 768px){.scooter-status{width:375px;max-width:768px}}

.revenue-container{display:inline-flex;margin:5px 10px}.revenue-container .payment-info{margin-left:10px}.revenue-container .ant-descriptions-title{text-align:center;background-color:#fafafa;border:1px solid #e8e8e8;padding:5px;margin:0;font-size:12px;border-radius:4px 4px 0 0}.revenue-container .ant-descriptions-view{border-radius:0 0 4px 4px}.revenue-container .ant-descriptions-item-label,.revenue-container .ant-descriptions-item-content{text-align:center;padding:8px !important;font-size:12px}

.filters{clear:both;display:inline-block;width:-webkit-fill-available;justify-content:flex-start;font-size:12px;margin:10px;padding:5px 10px 5px 5px;background-color:#ffffff;border-radius:10px;border:1px solid #ccc !important}.filters input.ant-input-sm,.filters .ant-btn,.filters .ant-radio-group,.filters .top-text,.filters .ant-tag-checkable{font-size:12px;margin:5px 0 5px 5px}.filters .ant-tag-checkable{border-color:#d9d9d9}.filters .ant-checkbox{margin:10px 0 10px 10px}.filters .ant-calendar-picker,.filters .ant-time-picker{margin:5px 0 5px 5px}.filters .ant-calendar-picker .ant-calendar-picker-input,.filters .ant-calendar-picker .ant-time-picker-input,.filters .ant-time-picker .ant-calendar-picker-input,.filters .ant-time-picker .ant-time-picker-input{font-size:12px;margin:0}.filters .ant-btn-group .ant-btn:first-child{margin-left:10px !important;font-size:12px !important}.filters .ant-btn-group .ant-btn{font-size:12px !important}.filters .ant-select{font-size:12px;margin:5px 0 5px 5px}.filters .ant-select.scooter-model{width:72px}.filters .ant-select.statistics-branches{width:180px}.filters.statistics-branches{width:180px}.filter-name{width:70px}.filter-phone{width:200px}.filter-phone{width:120px}.filter-user-id{width:150px}.filter-rent-number{width:100px}.filter-serial-number{width:120px}.filter-serial-number .ant-input{padding-right:0px !important}.filter-serial-numbers{width:200px;font-size:12px;margin:5px 0 5px 5px}.filter-serial-numbers .ant-input{padding-right:0px !important}.btn-allSend,.btn-right{font-size:12px;float:right}span.filter-text{margin-left:5px}.filter-userId{width:150px}.filter-code{width:300px}.filter-userId{width:150px}.filter-code{width:300px}.filter-cpState{margin:5px 0 5px 5px}.filter-100{width:100px}.filter-120{width:120px}.filter-130{width:130px}.filter-150{width:150px}.filter-200{width:200px}.filter-300{width:300px}.filter-400{width:400px}.filter-500{width:500px}.excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.excel-down-btn .excel-down-btn-icon{margin:0 3px}.danger-btn{border-color:#ff4d4f;background-color:#ff4d4f;color:#ffffff;float:right}.danger-btn .danger-btn-icon{margin:0 3px}.green-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.green-btn .green-btn-icon{margin:0 3px}.view-only-table-check,.right{float:right}.ant-calendar-footer-extra{font-size:10px;color:red}#info-icon svg{width:1.2em;height:1.2em}.ant-modal .ant-descriptions-item-label{white-space:nowrap}@media only screen and (max-width: 768px){.filters .pc{display:none}.filters .filter-cpState{font-size:11px}}.scooter-use-list-top-page{background-color:#ffffff;margin:10px}.scooter-use-list-top-page .scooter-use-list-tabs .ant-tabs-top-bar{margin:0}.scooter-use-list-top-page .map-common-drawing{height:680px;flex:80}.scooter-use-list-top-page .button-link{background:transparent;border:0;color:#1890ff;cursor:pointer}.scooter-use-list-top-page .button-link:hover{opacity:0.7}.scooter-use-list-top-page .scooteruse-list-page,.scooter-use-list-top-page .external-service-scooteruse-list-page{display:flex;flex-direction:column;justify-content:flex-start;width:auto;height:auto}.scooter-use-list-top-page .scooteruse-list-page .filters,.scooter-use-list-top-page .external-service-scooteruse-list-page .filters{margin-bottom:0px}.scooter-use-list-top-page .scooteruse-list-page .filters .column-tripId,.scooter-use-list-top-page .external-service-scooteruse-list-page .filters .column-tripId{min-width:160px}.scooter-use-list-top-page .scooteruse-list-page .filters .ant-checkbox-wrapper,.scooter-use-list-top-page .external-service-scooteruse-list-page .filters .ant-checkbox-wrapper{margin:5px 0 5px 5px;border:1px solid #ccc;border-radius:4px;font-size:12px !important;text-align:center;height:24px;vertical-align:middle}.scooter-use-list-top-page .scooteruse-list-page .filters .ant-checkbox-wrapper.ant-checkbox-wrapper-checked,.scooter-use-list-top-page .external-service-scooteruse-list-page .filters .ant-checkbox-wrapper.ant-checkbox-wrapper-checked{background-color:#1890ff;border:1px solid #1890ff;color:white}.scooter-use-list-top-page .scooteruse-list-page .filters .ant-checkbox-wrapper .ant-checkbox,.scooter-use-list-top-page .external-service-scooteruse-list-page .filters .ant-checkbox-wrapper .ant-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.scooter-use-list-top-page .scooteruse-list-page .filter,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter{display:inline-block;justify-content:flex-start;align-items:center;width:100%;height:auto;padding:5px 10px}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag{margin:0 3px 0 5px}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-PAID,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-PAID{color:#1890ff;background:#e6f7ff;border-color:#91d5ff}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-UNPAID,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-UNPAID{color:#f5222d;background:#fff1f0;border-color:#ffa39e}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-REFUNDED,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-REFUNDED{color:#12aaaa;background:#e6fffb;border-color:#87e8de}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-COUPON,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-COUPON{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-FREEPASS,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-FREEPASS{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-USE,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-USE{color:#faad14;background:#fffbe6;border-color:#ffe58f}.scooter-use-list-top-page .scooteruse-list-page .filter .ant-tag.tag-PARTIAL_PAID,.scooter-use-list-top-page .external-service-scooteruse-list-page .filter .ant-tag.tag-PARTIAL_PAID{color:#2846c1;background:#e3ebfd;border-color:#9ab1e4}.scooter-use-list-top-page .scooteruse-list-page .scooteruse-buttons .rigth,.scooter-use-list-top-page .external-service-scooteruse-list-page .scooteruse-buttons .rigth{float:right}.scooter-use-list-top-page .scooteruse-list-page .scooteruse-buttons .excel-down-btn,.scooter-use-list-top-page .external-service-scooteruse-list-page .scooteruse-buttons .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.scooter-use-list-top-page .scooteruse-list-page .scooteruse-buttons .excel-down-btn .excel-down-btn-icon,.scooter-use-list-top-page .external-service-scooteruse-list-page .scooteruse-buttons .excel-down-btn .excel-down-btn-icon{margin:0 3px}.scooter-use-list-top-page .scooteruse-list-page .pagination-container,.scooter-use-list-top-page .external-service-scooteruse-list-page .pagination-container{display:flex;justify-content:center;align-items:center;height:42px;padding:5px}.scooter-use-list-top-page .scooteruse-list-page .red,.scooter-use-list-top-page .external-service-scooteruse-list-page .red{color:red}.scooter-use-list-top-page .scooteruse-list-page .device-enabled,.scooter-use-list-top-page .external-service-scooteruse-list-page .device-enabled{width:10px;height:10px;margin-right:5px;border-radius:5px;background-color:greenyellow}.scooter-use-list-top-page .scooteruse-list-page .device-disabled,.scooter-use-list-top-page .external-service-scooteruse-list-page .device-disabled{width:10px;height:10px;margin-right:5px;border-radius:5px;background-color:red}.ant-timeline-item-content{display:flex;flex-direction:row;justify-content:space-between}.ant-timeline-item-content .timeline-basic,.ant-timeline-item-content .timeline-detail{flex:50%}

.scooterwork-order-modal{width:1000px !important}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container{flex:3}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container h4{margin-bottom:4px}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-name-section,.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-work-type-section,.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-content-section,.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-target-section{margin-bottom:1.4%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-target-section .target-center-select .ant-select-selection__placeholder{margin-left:0.5%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-target-section .target-center-select .ant-select-selection-selected-value{margin-left:0.5%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-target-section .target-staff-select .ant-select-selection__placeholder{margin-left:0.5%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-info-container .scooterwork-order-target-section .target-staff-select .ant-select-selection-selected-value{margin-left:0.5%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container{flex:7}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .ant-card-head{padding:0px !important}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .ant-card{border-top:none;border-right:none;border-left:none}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .ant-card-body{border-right:1px solid #e7e7e8;border-left:1px solid #e7e7e8}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .customized-info-icon{width:14px;height:14px}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .customized-info-icon svg{width:100% !important;height:100% !important}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container{flex:4.8;margin-right:2%}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container .devices-search-with-serial-number-form .devices-search-with-serial-number-label{margin-right:1%;font-weight:500;flex:2}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container .devices-search-with-serial-number-form .devices-search-with-serial-number-input{margin-right:1%;flex:8}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container .devices-search-with-address-form .devices-search-with-address-label{margin-right:1%;font-weight:500;flex:2}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container .devices-search-with-address-form .devices-search-with-address-input{margin-right:1%;flex:8}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-search-and-list-container .registrated-devices-list{height:44vh}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container{flex:5.2}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container .devcie-location-label{flex:1}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container .clicked-devices-serial-numbers-list{flex:5}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container .scooterwork-order-devices-map-container{width:100%;height:500px}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container .scooterwork-order-devices-map-container .clicked-xingxing-marker-for-scooterwork-order{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:#fcd700}.scooterwork-order-modal .scooterwork-order-modal-container .scooterwork-order-devices-info-container .scooterwork-order-devices-section .devices-location-container .scooterwork-order-devices-map-container .highlight-xingxing-marker-for-scooterwork-order{width:105%;border:1px solid lightyellow;border-radius:5px;background-color:lightgray}

.scooterwork-order-detail-modal{width:1000px !important}.scooterwork-order-detail-modal .scooterwork-order-detail-modal-container .scooterwork-order-detail-info-section{display:flex;justify-content:space-between}.scooterwork-order-detail-modal .scooterwork-order-detail-modal-container .scooterwork-order-detail-info-section h4{color:gray}.scooterwork-order-detail-modal .scooterwork-order-detail-modal-container .scooterwork-order-detail-info-section:nth-child(-n+7){margin-bottom:0.6%;border-bottom:0.3px solid lightgray}.scooterwork-order-detail-modal .scooterwork-order-detail-modal-container .scooterwork-order-detail-scooters-serial-search{flex:3}.scooterwork-order-detail-modal .scooterwork-order-detail-modal-container .scooterwork-order-detail-scooters-export{flex:7}

.scooterwork-order-container .filters .add-scooter-work-order-btn{background-color:#3aa14b;color:#fff}.scooterwork-order-container .filters .add-scooter-work-order-btn:hover,.scooterwork-order-container .filters .add-scooter-work-order-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}

.emergency-collection-page .filters .app-view-setting-btn{background-color:#ffc20e;color:#000;border-color:#fff;border-radius:10px}.emergency-collection-page .filters .app-view-setting-btn:hover,.emergency-collection-page .filters .app-view-setting-btn:focus{background-color:#cca217;color:#000;border-color:#fff;border-radius:10px}.emergency-collection-page .emergency-collection-card{margin:10px}.emergency-collection-page .emergency-collection-card .ant-card-body{height:80vh}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container{display:flex}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable{min-width:594px;flex:5;font-size:10px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable *{scroll-margin-top:54px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-title{border:none;padding:0 0 5px 0}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-title .table-title-container{text-align:start;margin-bottom:2px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-title .table-title-container #info-icon{margin-left:10px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-title .table-title-container .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content{height:606px;overflow-y:scroll;overflow-x:hidden}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body{background-color:#ffffff;font-size:9px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body th{position:sticky;top:0;z-index:2;height:20px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body tr.\--select{background-color:#ffe3ed !important}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body tr td{z-index:1;height:8px;padding:2px 2px !important}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable .ant-table-content .ant-table-body tr .red{color:red}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container #emergencyCollectionTable::-webkit-scrollbar{display:none}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .ant-spin-nested-loading{flex:5}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .ant-spin-nested-loading .map-container{margin-left:10px;height:70vh}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .ant-spin-nested-loading .map-container .search-address{position:absolute;z-index:1000;right:5px;top:5px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .ant-spin-nested-loading .map-container .geofence-control{z-index:1000;display:flex;flex-direction:column;position:absolute;right:10px;bottom:20px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker{padding:1px 5px;font-size:10px;font-weight:900;color:#ffffff;background-color:#009dff;border-radius:4px}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.blue{background-color:#009dff}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.black{background-color:black}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.orange{background-color:#ff7f00}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.red{background-color:red}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.green{background-color:green}.emergency-collection-page .emergency-collection-card .ant-card-body .emergency-collection-container .scooter-marker.scooter-marker--selected{margin-left:-2px;margin-top:-2px;border:2px solid red}



.battery-group-modal{width:600px !important}.battery-group-modal .descriptions-serial-number{margin-top:5px}

.battery-group-list .filters .create-group-btn{background-color:#3aa14b;color:#fff}.battery-group-list .filters .create-group-btn:hover,.battery-group-list .filters .create-group-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.battery-group-list .table-container th{text-align:center}

.firmware-version-modal{width:1380px !important}

.latest-firmware-version-modal{width:1300px !important}.latest-firmware-version-modal .ant-modal-body{display:flex}.latest-firmware-version-modal .ant-modal-body .ant-card{flex:45}.latest-firmware-version-modal .ant-modal-body .ant-card .ant-descriptions-title{font-size:13px;margin-bottom:10px}.latest-firmware-version-modal .ant-modal-body .ant-card .ant-descriptions-item-label{font-size:12px;width:130px}.latest-firmware-version-modal .ant-modal-body .ant-card .ant-select{width:100%}

.create-firmware-version-modal{width:600px !important}.create-firmware-version-modal .anticon-loading{display:none}

.firmware-version-detail-modal{width:700px !important}.firmware-version-detail-modal .ant-descriptions-item-label{width:20%}

.firmware-list .ant-descriptions-item-label{width:8%}.firmware-list .ant-spin-nested-loading{clear:both}.firmware-list .btn-groups{float:right}.firmware-list .btn-groups .update-btn{background-color:#ffc20e;color:#000;border-color:#fff}.firmware-list .btn-groups .update-btn:hover,.firmware-list .btn-groups .update-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.firmware-list .firmware-version-stats{clear:both;margin:10px;display:flex;overflow-x:auto}.firmware-list .firmware-version-stats .ant-tabs-tab{font-size:11px !important;padding:9px !important;margin:0}.firmware-list .firmware-version-stats .ant-card .ant-card-body{display:flex}.firmware-list .firmware-version-stats .ant-card .ant-card-head{font-size:10px;min-height:40px}.firmware-list .firmware-version-stats .stats-card-inner{width:min-content;display:flex;padding:8px 8px !important}.firmware-list .firmware-version-stats .version-stats-table{width:min-content}.firmware-list .firmware-version-stats .version-stats-table .ant-table{font-size:10px}.firmware-list .firmware-version-stats .version-stats-table .ant-table .ant-table-row-cell-break-word{padding:4px 4px}.firmware-list .firmware-version-stats .omni-stats .version-stats-table,.firmware-list .firmware-version-stats .meig-stats .version-stats-table,.firmware-list .firmware-version-stats .kuickwheel-stats .version-stats-table{width:auto}.firmware-list .firmware-version-stats .ant-descriptions-item-label{font-size:11px}.firmware-list .firmware-version-stats .ant-descriptions-item-content{font-size:11px}.firmware-list .firmware-version-stats .ant-descriptions-item-content p{margin-bottom:0px}.firmware-list .table-container{clear:both}.firmware-list ::-webkit-scrollbar{width:0.4em}

.update-firmware-modal.expanded-modal{width:1400px !important}.update-firmware-modal.expanded-modal .ant-modal-body .update-form{flex:35}.update-firmware-modal.expanded-modal .ant-modal-body .update-detail-form{flex:65}.update-firmware-modal .ant-modal-body{display:flex}.update-firmware-modal .ant-modal-body .update-detail-form{margin-left:5px;flex:60}.update-firmware-modal .ant-modal-body .update-detail-form .update-status-info{height:55px;border-radius:5px;border:1px solid #ccc;padding:10px}.update-firmware-modal .ant-modal-body .update-detail-form .update-status-info .status-tag{margin-top:5px;margin-right:10px;display:inline-block}.update-firmware-modal .ant-modal-body .update-detail-form .update-status-info .select-update-result{float:right;width:80px;margin-right:10px}.update-firmware-modal .ant-modal-body .update-detail-form .update-version-info{margin-top:5px}.update-firmware-modal .ant-modal-body .update-detail-form .update-version-info .ant-card-head-title{font-size:small !important}.update-firmware-modal .ant-modal-body .update-detail-form .update-version-info .ant-descriptions{width:80%}.update-firmware-modal .ant-modal-body .update-detail-form .update-version-info .ant-descriptions .ant-descriptions-item-label{text-align:center;font-size:11px !important}.update-firmware-modal .ant-modal-body .update-detail-form .update-version-info .ant-descriptions .ant-descriptions-item-content{font-size:11px  !important;text-align:center}.update-firmware-modal .scooter-search-btn{margin-bottom:5px;background-color:#8c8c8c;border-color:#8c8c8c;color:white}.need-to-set-finish-modal{width:600px !important}

.search-firmware-update-modal{width:1400px !important}.search-firmware-update-modal .ant-modal-body{padding:0px}.search-firmware-update-modal .ant-modal-body .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,.search-firmware-update-modal .ant-modal-body .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content{padding:4px 0px;font-size:11px;text-align:center}.search-firmware-update-modal .ant-modal-body .ant-descriptions-item-label{border-bottom:1px solid #e8e8e8}.search-firmware-update-modal .ant-modal-body .ant-badge-status-text{margin:0px}

.update-firmware-detail-modal .update-detail-form{margin-left:5px;flex:60}.update-firmware-detail-modal .update-detail-form .update-status-info{height:55px;border-radius:5px;border:1px solid #ccc;padding:10px}.update-firmware-detail-modal .update-detail-form .update-status-info .status-tag{margin-top:5px;margin-right:10px;display:inline-block}.update-firmware-detail-modal .update-detail-form .update-status-info .select-update-result{float:right;width:80px;margin-right:10px}.update-firmware-detail-modal .update-detail-form .update-version-info{margin-top:5px}.update-firmware-detail-modal .update-detail-form .update-version-info .ant-card-head-title{font-size:small !important}.update-firmware-detail-modal .update-detail-form .update-version-info .ant-descriptions{width:80%}.update-firmware-detail-modal .update-detail-form .update-version-info .ant-descriptions .ant-descriptions-view{width:60%}.update-firmware-detail-modal .update-detail-form .update-version-info .ant-descriptions .ant-descriptions-item-label{text-align:center;font-size:11px !important}.update-firmware-detail-modal .update-detail-form .update-version-info .ant-descriptions .ant-descriptions-item-content{font-size:11px  !important;text-align:center}

.scooter-group-modal{width:600px !important}.scooter-group-modal .descriptions-serial-number{margin-top:5px}

.scooter-group-list .filters .create-group-btn{background-color:#3aa14b;color:#fff}.scooter-group-list .filters .create-group-btn:hover,.scooter-group-list .filters .create-group-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.scooter-group-list .table-container th{text-align:center}

.iot-history-modal{width:1000px !important}.iot-history-modal .table-container{margin:0px;margin-top:10px}

.scooter-iot-module .table-container .history-btn{background-color:#6c757d;color:#fff;border-color:#fff}.scooter-iot-module .table-container .history-btn:hover,.scooter-iot-module .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}.scooter-iot-module .table-container .add-scooter-btn{background-color:#3aa14b;color:#fff;border-color:#fff}.scooter-iot-module .table-container .add-scooter-btn:hover,.scooter-iot-module .table-container .add-scooter-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.scooter-iot-module .btn-groups{float:right}.scooter-iot-module .btn-groups .add-iot-test-btn{background-color:#3aa14b;color:#fff;border-color:#fff}.scooter-iot-module .btn-groups .add-iot-test-btn:hover,.scooter-iot-module .btn-groups .add-iot-test-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.scooter-iot-module .btn-groups .set-iot-status-btn{background-color:#ffc20e;color:#000;border-color:#fff}.scooter-iot-module .btn-groups .set-iot-status-btn:hover,.scooter-iot-module .btn-groups .set-iot-status-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.scooter-iot-module .ant-table .width-10{width:10%}.scooter-iot-module .ant-table .width-5{width:5%}.iot-change-center-modal .scooter-search-btn,.iot-test-modal .scooter-search-btn,.iot-change-status-modal .scooter-search-btn{font-size:12px;margin-bottom:5px;background-color:#8c8c8c;border-color:#8c8c8c;color:white}.change-serial-confirm-modal{width:650px !important}.iot-test-info-modal .ant-modal-confirm-body .ant-modal-confirm-content{margin-left:0px !important}.iot-test-info-modal .ant-card+.ant-card{margin-top:5px}.iot-mechanization-modal-container .ant-descriptions-item-label{width:10%}

.scooter-change-branch-history-modal{width:1200px !important}.scooter-change-branch-history-modal .ant-modal-body{display:flex}.scooter-change-branch-history-modal .ant-modal-body .textarea-serial{flex:20}.scooter-change-branch-history-modal .ant-modal-body .table-history{margin-left:5px;flex:80}

.scooter-change-branch-modal{width:900px !important}.scooter-change-branch-modal .add-searched-scooter-list .scooter-search-btn{margin-left:0.5%;margin-bottom:0.5%}.scooter-change-branch-modal .scooter-serial-number{display:flex}.scooter-change-branch-modal .scooter-serial-number .ant-spin-nested-loading{flex:50}.scooter-change-branch-modal .scooter-serial-number .scooter-control-results{margin-left:10px;flex:50}.scooter-change-branch-modal .scooter-serial-number .scooter-control-results .ant-card-body{overflow-y:scroll;max-height:580px}.scooter-change-branch-modal .scooter-serial-number .scooter-control-results .ant-card-body p{margin:0 0 5px 0}.scooter-change-branch-modal .remove-added-scooter-list-btn{width:10%;height:3%;margin-bottom:1%}.scooter-change-branch-modal .remove-added-scooter-list-btn-text{font-size:12px}.markdown-list-item{list-style:disc inside;display:list-item;margin-left:20px;border:none !important}.current-open{font-weight:bold}.current-closed{font-weight:bold;color:#ff4d4f}

.scooter-change-center-modal .add-searched-scooter-list .scooter-search-btn{margin-left:2%;margin-bottom:2%}.scooter-change-center-modal .added-scooter-list-title-container{display:flex;justify-content:space-between}.scooter-change-center-modal .added-scooter-list-title{float:right}.scooter-change-center-modal .added-scooter-list-badge{margin-left:5px !important}.scooter-change-center-modal .remove-added-scooter-list-btn{width:10%;height:3%;margin-bottom:1%}.scooter-change-center-modal .remove-added-scooter-list-btn-text{font-size:12px}

.scooter-change-marker-modal{top:20px !important}.scooter-change-marker-modal .add-searched-scooter-list .scooter-search-btn{margin-left:2%;margin-bottom:2%}.scooter-change-marker-modal .added-scooter-list-title-container{display:flex;justify-content:space-between}.scooter-change-marker-modal .added-scooter-list-title{float:right}.scooter-change-marker-modal .added-scooter-list-badge{margin-left:5px !important}.scooter-change-marker-modal .remove-added-scooter-list-btn{width:10%;height:3%;margin-bottom:1%}.scooter-change-marker-modal .remove-added-scooter-list-btn-text{font-size:12px}

.scooter-change-nickname-modal .add-searched-scooter-list .scooter-search-btn{margin-left:2%;margin-bottom:2%}.scooter-change-nickname-modal .added-scooter-list-title-container{display:flex;justify-content:space-between}.scooter-change-nickname-modal .added-scooter-list-title{float:right}.scooter-change-nickname-modal .added-scooter-list-badge{margin-left:5px !important}.scooter-change-nickname-modal .remove-added-scooter-list-btn{width:10%;height:3%;margin-bottom:1%}.scooter-change-nickname-modal .remove-added-scooter-list-btn-text{font-size:12px}

.scooter-fn-control-modal{width:min-content !important}.scooter-fn-control-modal .scooter-serial-numbers-list{display:inline-flex;height:700px}.scooter-fn-control-modal .scooter-serial-numbers-list .scooter-control-results{margin-top:20px;width:500px}.scooter-fn-control-modal .scooter-serial-numbers-list .scooter-control-results .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff;float:right}.scooter-fn-control-modal .scooter-serial-numbers-list .scooter-control-results .ant-card-head .ant-switch{float:right}.scooter-fn-control-modal .scooter-serial-numbers-list .scooter-control-results .ant-card-body{overflow-y:scroll;max-height:580px}.scooter-fn-control-modal .scooter-serial-numbers-list .scooter-control-results .ant-card-body p{margin:0 0 5px 0}.scooter-fn-control-modal .scooter-serial-numbers-list .anticon-left-square{padding:200px 0;margin:10px}.scooter-fn-control-modal .scooter-serial-numbers-list .input-serial-numbers{margin-top:20px;margin-right:10px}.scooter-fn-control-modal .add-searched-scooter-list .scooter-search-btn{margin-left:0.5%;margin-bottom:0.5%}.scooter-fn-control-modal .remove-added-scooter-list-btn{width:8%;height:3%;margin-bottom:1%}.scooter-fn-control-modal .remove-added-scooter-list-btn-text{font-size:12px}

.scooter-show-map-modal{margin:10px;display:flex}.scooter-show-map-modal .search-conditions-component{display:flow-root;margin-top:5px;margin-bottom:5px}.scooter-show-map-modal .search-conditions-component .search-condition-detail{max-height:95px;overflow-y:scroll}.scooter-show-map-modal .map-common-drawing{height:600px;flex:80}.scooter-show-map-modal .serial-numbers-container{flex:20;margin-left:10px}.scooter-show-map-modal .serial-numbers-container .modify-check-container .map-reload-btn,.scooter-show-map-modal .serial-numbers-container .modify-check-container .scooter-search-btn{float:right;font-size:12px;margin-left:10px}.scooter-show-map-modal .serial-numbers-container .modify-check-container .scooter-search-btn{background-color:#8c8c8c;border-color:#8c8c8c;color:white}.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-textarea,.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-box{height:525px;margin-top:10px}.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-textarea .ant-table-body,.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-box .ant-table-body{font-size:12px}.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-textarea .ant-table-body thead.ant-table-thead th,.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-box .ant-table-body thead.ant-table-thead th{padding:2px 5px}.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-textarea .ant-table-body tbody.ant-table-tbody td,.scooter-show-map-modal .serial-numbers-container .select-serial-numbers-box .ant-table-body tbody.ant-table-tbody td{padding:2px 2px;font-size:11px}

.map-common-drawing{width:100%;height:100%}.map-common-drawing .ant-spin-nested-loading,.map-common-drawing .ant-spin-container{width:100%;height:100%}.map-common-drawing .map-common-container{width:100%;height:100%;margin-top:10px}.map-common-drawing .map-common-container .map-common-btn{background-color:white;position:absolute;z-index:999;left:99px;top:12px}.map-common-drawing .map-common-container .map-common-btn .ant-tag{margin:3px;border:1px solid}.map-common-drawing .map-common-container .map-scooter-info{position:absolute;z-index:999;right:10px;top:12px}.map-common-drawing .map-common-container .map-scooter-info .ant-collapse-header{font-size:smaller;padding:6px 8px}.map-common-drawing .map-common-container .map-scooter-info .ant-collapse-content{font-size:smaller}.map-common-drawing .map-common-container .map-scooter-info .ant-collapse-content .ant-collapse-content-box{padding:8px;overflow-y:scroll;max-height:450px}.map-common-drawing .map-common-container .btn-control-for-scooter-use-list{z-index:999;display:flex;position:absolute;left:78px;top:12px;background-color:white}.map-common-drawing .map-common-container .btn-control-for-scooter-use-list .ant-radio-group{box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.map-common-drawing .map-common-container .btn-control-for-scooter-use-list .ant-tag{margin:3px;border:1px solid}.map-common-drawing .map-common-container .btn-control-for-scooter-use-list .ant-tag.show-marker-unvisible{border:1px solid;background-color:white;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.map-common-drawing .map-common-container .btn-control-for-scooter-use-list .ant-btn{font-size:12px;border:1px solid;background-color:white;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.map-common-drawing .map-common-container .default-btn-control{z-index:999;display:flex;flex-direction:column;position:absolute;right:10px;bottom:25px}.map-common-drawing .map-common-container .default-btn-control .ant-btn-group{margin-bottom:5px;text-align:right}.map-common-drawing .map-common-container .default-btn-control .ant-btn-group .btn-checked{border:1px solid #626262;background-color:#626262;color:white}.map-common-drawing .map-common-container .default-btn-control .ant-btn-group .btn-unchecked{border:1px solid #626262;background-color:white;color:#626262}

.scooter-status-change-modal .tree-select{width:100%}.scooter-status-change-modal .scooter-status-select{width:300px}.scooter-status-change-modal .scooter-serial-numbers-list{margin-top:10px}.scooter-status-change-modal .scooter-serial-numbers-list .scooter-serial-numbers{width:700px}.scooter-status-change-modal .scooter-serial-numbers-list .scooter-serial-numbers .ant-card-head .ant-switch{float:right}.scooter-status-change-modal .scooter-serial-numbers-list .scooter-serial-numbers .ant-card-body{overflow-y:scroll;max-height:440px}.scooter-status-change-modal .scooter-serial-numbers-list .scooter-serial-numbers .ant-card-body p{margin:0 0 5px 0}.scooter-status-change-modal .scooter-serial-numbers-list .anticon-left-square{padding:200px 0;margin:10px}.scooter-status-change-modal .scooter-serial-numbers-list .input-serial-numbers{margin-top:20px}.scooter-status-change-modal .add-searched-scooter-list .scooter-search-btn{margin-left:2%;margin-bottom:2%}.scooter-status-change-modal .added-scooter-list-title-container{display:flex;justify-content:space-between}.scooter-status-change-modal .added-scooter-list-title{float:right}.scooter-status-change-modal .added-scooter-list-badge{margin-left:5px !important}.scooter-status-change-modal .remove-added-scooter-list-btn{width:10%;height:3%;margin-bottom:1%}.scooter-status-change-modal .remove-added-scooter-list-btn-text{font-size:12px}@media only screen and (max-width: 768px){.scooter-status-change-modal .tree-select{width:280px}.scooter-status-change-modal .scooter-serial-numbers-list{display:flex !important}.scooter-status-change-modal .scooter-serial-numbers-list .ant-card-head-title{font-size:12px}}

.scooter-list-page{display:flex;flex-direction:column;justify-content:flex-start;width:100%;background-color:#ffffff}.scooter-list-page .expanded{min-height:50px}.scooter-list-page .filters{display:flex}.scooter-list-page .filters .search-conditions-component{flex:1}.scooter-list-page .filters .btn-fn{display:grid;height:fit-content}.scooter-list-page .filters .btn-fn .scooter-all-action-btn{background-color:#ffc20e;color:#000;border-color:#fff}.scooter-list-page .filters .btn-fn .scooter-all-action-btn:hover,.scooter-list-page .filters .btn-fn .scooter-all-action-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.scooter-list-page .filters .detail-search{display:flex;justify-content:space-between;width:920px}.scooter-list-page .filters .detail-search .pop-icon{display:inline-block;margin-left:5px;vertical-align:middle}.scooter-list-page .history-btn{background-color:#6c757d;color:#fff}.scooter-list-page .history-btn:hover,.scooter-list-page .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}.scooter-list-page .tree-select{min-width:15vw}.scooter-list-page .table-container{margin:0px 10px 10px 10px;background-color:#fff}.scooter-list-page .table-container .hide{display:none}.scooter-list-page .table-container .total-cost-info,.scooter-list-page .table-container .detail-cost-info{display:inline-block;width:-webkit-fill-available;text-align:center;vertical-align:middle;margin:10px}.scooter-list-page .table-container .total-cost-info.hide,.scooter-list-page .table-container .detail-cost-info.hide{display:none}.scooter-list-page .table-container .ant-table{margin:10px;flex:1;margin-left:auto;margin-right:auto}.scooter-list-page .table-container .ant-table table>colgroup{display:table-column !important}.scooter-list-page .table-container .ant-table .ant-badge-status-text{margin:0}.scooter-list-page .table-container .ant-table .ant-badge-status-dot{width:9px;height:9px}.scooter-list-page .table-container .ant-table .orders-data{height:100%}.scooter-list-page .table-container .ant-table .ant-table-title{text-align:left;border:0px !important;padding:unset;margin:5px 5px 10px 0;display:inline-block;font-weight:700}.scooter-list-page .table-container .ant-table .ant-table-body{font-size:12px}.scooter-list-page .table-container .ant-table .ant-table-body thead.ant-table-thead th{padding:2px 5px !important;text-align:center}.scooter-list-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td{padding:2px 2px !important;font-size:11px}.scooter-list-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td .right-item{justify-content:right;align-items:right;height:100%;text-align:right}.scooter-list-page .center-item{display:flex;justify-content:center;align-items:center;height:100%}.scooter-list-page .red{color:red}.scooter-list-page .table-container{flex:1}.scooter-list-page .table-container .orders-data{height:100%}.scooter-list-page .device-enabled{width:10px;height:10px;margin-right:5px;border-radius:5px;background-color:greenyellow}.scooter-list-page .device-disabled{width:10px;height:10px;margin-right:5px;border-radius:5px;background-color:red}@media only screen and (max-width: 768px){.scooter-list-page{padding:0px;width:375px;max-width:768px}.scooter-list-page .filters .tree-select{display:block}.scooter-list-page .filters .detail-search{display:block;margin:0px}.scooter-list-page .filters .detail-search .ant-col{display:contents}.scooter-list-page .filters .filter-scooter-status{font-size:11px}.scooter-list-page .filters .filter-scooter-status .ant-radio-button-wrapper{padding:0 3px}.scooter-list-page .filters .btn-allSend{display:none}.scooter-list-page .table-container .ant-table .ant-table-body{font-size:10px}.scooter-list-page .table-container .ant-table .ant-table-body thead.ant-table-thead th{padding:2px 2px}.scooter-list-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td{font-size:9px}}

.filters .add-scooter-marker{background-color:#3aa14b;color:#fff;border-color:#fff}.filters .add-scooter-marker:hover,.filters .add-scooter-marker:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.table-container .has-marker-scooters{background-color:#6c757d;color:#fff}.table-container .has-marker-scooters:hover,.table-container .has-marker-scooters:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}

.scooter-order-by-group-page .btn-apply-order{margin-right:5px;background-color:#ffc20e;font-weight:bold}.scooter-order-by-group-page .order-type-tags{clear:both;display:inline-block;width:-webkit-fill-available;justify-content:flex-start;font-size:12px;margin:0 10px;padding:5px 10px 5px 0;background-color:#ffffff;border-radius:10px;border:1px solid #ccc !important}.scooter-order-by-group-page .order-type-tags .tagP{margin-bottom:0px;margin-left:5px}.scooter-order-by-group-page .table-container .ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr>td{padding:3px 2px !important}.scooter-order-by-group-page .table-container{margin:10px}.scooter-order-by-group-page .table-container .ant-table{font-size:12px}.scooter-order-by-group-page .table-container #scooterOrderTable{background-color:white}.scooter-order-by-group-page .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.order-guide-line-modal{width:550px !important}.order-guide-line-modal pre{font-family:auto}

.order-create-modal .ant-upload-list-item .anticon-loading,.order-update-modal .ant-upload-list-item .anticon-loading{visibility:hidden !important}.order-create-modal .ant-btn-link,.order-update-modal .ant-btn-link{color:#22a364}.order-create-modal .ant-mentions,.order-update-modal .ant-mentions{font-size:small}.order-detail{width:1400px !important}.order-detail .ant-modal-header{padding:8px 15px}.order-detail .ant-modal-body{padding:14px}.order-detail .order-detail-filters{margin-bottom:10px}.order-detail .order-detail-filters .order-detail-filter{display:flex;justify-content:space-between;align-items:center}.order-detail .order-detail-filters .order-detail-filter .ant-tag{margin:0px}.order-detail .order-detail-filters .order-detail-filter .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff;float:right}.order-detail .order-detail-filters .order-detail-filter .excel-down-btn .excel-down-btn-icon{margin:0 3px}.order-detail .btn-scooter-delete{border:1px solid orangered;width:22px;height:22px;font-size:small}.order-detail .ant-table-thead>tr>th,.order-detail .ant-table-tbody>tr>td{padding:5px 5px !important;overflow-wrap:break-word !important;font-size:11px !important}.order-detail .ant-table-expand-icon-th,.order-detail .ant-table-row-expand-icon-cell{width:20px !important}.order-detail .expanded-test{display:inline-flex}.order-detail .expanded-test .expanded-test-detail{margin:0px !important}.order-detail .expanded-test .expanded-test-detail .ant-table-body{background-color:white;margin:0px !important}.order-detail .order-detail-timeline{border:1px solid #ccc;border-radius:10px}.order-detail .order-detail-timeline .ant-timeline{height:700px !important;overflow-y:scroll;padding:15px;margin:10px}.order-detail .order-detail-timeline .ant-timeline .ant-timeline-item .ant-timeline-item-content{display:block !important}.order-detail .order-detail-timeline .ant-timeline .ant-timeline-item .timeline-item{display:flex;justify-content:space-between}.order-detail .order-detail-timeline .ant-timeline .ant-timeline-item .timeline-item p{margin-bottom:5px}.order-detail .order-detail-timeline .focus-timeline{background-color:#fff00045;border-radius:10px;padding-top:10px;margin-bottom:10px}.order-detail .test-detail{font-size:x-small;margin-left:5px;width:16px;height:16px;border-radius:15px}.order-detail .ant-progress{margin-left:10px}.order-detail .ant-progress .ant-progress-text{font-size:smaller}.order-detail .create-message,.order-detail .done-message{margin-left:10px;font-size:smaller;color:#108ee9}.order-detail .done-message{color:green}.schedule-modal{width:600px !important}.schedule-modal .ant-btn-link{color:#22a364}.schedule-modal .anticon-loading{visibility:hidden !important}.schedule-modal td.schedule-title{display:flex}.modal-schedule-confirm{width:550px !important}.modal-schedule-confirm .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content{margin-top:23px;margin-left:0px}.modal-schedule-confirm .ant-card-body{height:300px;overflow:scroll}@media only screen and (max-width: 768px){.order-detail .ant-modal-body .ant-col{display:contents !important}.order-detail .ant-modal-body .ant-col .ant-table-thead{width:fit-content !important}.order-detail .ant-modal-body .ant-col .ant-table-body{width:auto !important}}

.scooter-order-by-device-page .scooter-order-by-device-btn-container{display:flex;justify-content:space-between;margin-left:10.5px;margin-right:12px}.scooter-order-by-device-page .scooter-order-by-device-btn-container .change-status-btn-container{display:flex;width:300px;justify-content:space-between}.scooter-order-by-device-page .scooter-order-by-device-btn-container .change-status-btn-container button{font-size:12px}.scooter-order-by-device-page .scooter-order-by-device-btn-container .excel-download-and-delete-btn-container{display:flex;width:190px;justify-content:space-between}.scooter-order-by-device-page .scooter-order-by-device-btn-container .excel-download-and-delete-btn-container #scooter-order-by-device-excel-download-btn{border-color:#22A364;background-color:#22A364;color:white}

.scooter-test-list .ant-table-body .ant-table-row-expand-icon-cell{width:4%}.scooter-test-list .ant-table-expanded-row .ant-table-wrapper{display:inline !important}.scooter-test-list .ant-table-expanded-row .ant-table-wrapper .ant-table{width:50%;float:right}.scooter-test-list .table-container .ant-table .ant-table-content .ant-table-body .ant-table-tbody>tr>td{padding:5px 8px !important}.scooter-test-list .statics-container{clear:both;display:inline-block;width:-webkit-fill-available;justify-content:flex-start;font-size:12px;margin:0 10px;padding:5px 10px 5px 0;background-color:#ffffff;border-radius:10px;border:1px solid #ccc !important}.scooter-test-list .statics-container .statics-complete,.scooter-test-list .statics-container .statics-in-complete{margin:0 0 5px 0}.scooter-test-list .statics-container .statics-complete .ant-tag,.scooter-test-list .statics-container .statics-in-complete .ant-tag{margin:5px 0 0 10px}.scooter-test-list .statics-container .statics-complete .incoming-summary-btn,.scooter-test-list .statics-container .statics-in-complete .incoming-summary-btn{float:right;margin:5px}.scooter-test-list .selectDeviceType{width:10%}

.test-detail-modal{width:1000px !important}.test-detail-modal .test-detail-info{display:flex}.test-detail-modal .test-detail-info .ant-descriptions{flex:40}.test-detail-modal .test-detail-info .ant-descriptions .ant-descriptions-item-label{width:10%}.test-detail-modal .test-detail-info .ant-table-wrapper{margin-left:5px;flex:60}.test-detail-modal .test-detail-info .table-container{width:55%;margin:0px !important}.test-detail-modal .test-detail-info .table-container table{font-size:small}


.statistics-page{margin:10px;background-color:#fff;height:100%;padding:10px}.statistics-page .ant-tabs-bar .ant-tabs-nav{float:left}.statistics-page .info-container :hover{opacity:0.8}.statistics-page .info-container .info-columns{margin:10px}.statistics-page .regions-container th{width:10%}.statistics-page .chart-container{padding:10px}.statistics-page .chart-container.chart--hide{display:none}.statistics-page .chart-container .map-container{margin-left:auto;margin-right:auto;width:1000px;height:550px}.statistics-page .chart-container .map-container .timepicker--hide{display:none}.statistics-page .chart-container canvas{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:80% !important;height:550px !important;padding:1%;margin-left:auto;margin-right:auto;box-shadow:0 2px 10px 0 rgba(70,76,79,0.2)}.statistics-page .table-container #signTable{width:1000px !important}.statistics-page .table-container .ant-table{margin:10px;flex:1;margin-left:auto;margin-right:auto}.statistics-page .table-container .ant-table#scooterRegionDailyTable{width:100%}.statistics-page .table-container .ant-table#scooterStatusTable{width:100%}.statistics-page .table-container .ant-table#scooterStatusTable table>colgroup{display:table-column !important}.statistics-page .table-container .ant-table .orders-data{height:100%}.statistics-page .table-container .ant-table .ant-table-body,.statistics-page .table-container .ant-table .ant-table-body-inner{font-size:12px;margin-right:1px;padding-right:0px}.statistics-page .table-container .ant-table .ant-table-body .ant-table-fixed,.statistics-page .table-container .ant-table .ant-table-body-inner .ant-table-fixed{width:130px}.statistics-page .table-container .ant-table .ant-table-body thead.ant-table-thead th,.statistics-page .table-container .ant-table .ant-table-body-inner thead.ant-table-thead th{padding:5px 5px;text-align:center}.statistics-page .table-container .ant-table .ant-table-body thead.ant-table-thead th .ant-table-column-sorter,.statistics-page .table-container .ant-table .ant-table-body-inner thead.ant-table-thead th .ant-table-column-sorter{display:unset}.statistics-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody tr.total--red,.statistics-page .table-container .ant-table .ant-table-body-inner tbody.ant-table-tbody tr.total--red{background-color:#ffe3ed}.statistics-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td,.statistics-page .table-container .ant-table .ant-table-body-inner tbody.ant-table-tbody td{padding:5px 5px;background:none;text-align:center}.statistics-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td .right-item,.statistics-page .table-container .ant-table .ant-table-body-inner tbody.ant-table-tbody td .right-item{justify-content:right;align-items:right;height:100%;text-align:right}.statistics-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td.sum,.statistics-page .table-container .ant-table .ant-table-body-inner tbody.ant-table-tbody td.sum{background-color:#d4ddff}.statistics-page .table-container .ant-table-pagination{display:flex;justify-content:center;align-items:center;height:42px;padding:5px}.statistics-page .table-size #uniqueErrorTable{width:90%}.statistics-page #uniqueErrorTable .ant-btn-link{color:black !important;font-weight:lighter;font-size:12px;height:fit-content}.statistics-page #uniqueErrorTable tr{height:30px !important}.scooter-error-stat .statistics-page{padding:10px}.scooter-error-stat .statistics-page .ant-tabs-nav-scroll{text-align:left}.statistics-region-groups{width:100px}.view-zero-data-check{float:right}.scooter-battery .table-container{height:800px;overflow-y:scroll}.scooter-battery .table-container tbody.ant-table-tbody tr.total--red td{background-color:#ffe3ed !important}.scooter-battery .table-container tbody.ant-table-tbody tr.total--red td.statsHour{background-color:white !important}.master-work-indct .table-container{background-color:white;padding:8px}.master-work-indct .table-container .ant-tag-checkable{border-color:#1890ff}.master-work-indct .table-container .ant-table-wrapper{margin-top:5px}.master-work-indct .table-container .ant-table{width:min-content;max-width:-webkit-fill-available}.master-work-indct .total-column{background-color:#ffe3ed}.master-work-indct ::-webkit-scrollbar{height:8px}

.integrated-indct .filters{display:flex;position:relative}.integrated-indct .filters .label{margin-left:20px;margin-right:30px;font-weight:800}.integrated-indct .filters .search{display:flex;gap:20px;position:relative}.integrated-indct .filters .extend-search{position:absolute;bottom:0;right:0;margin:20px}.integrated-indct .total-row{background-color:#a0b8f1;border-bottom:'1px solid #ddd'}

.ad-resource-table thead tr th{padding:10px 8px}.ad-resource-table tbody tr td{padding:8px}.ad-resource-table .ant-table-small>.ant-table-content>.ant-table-body{margin:0}.ad-resource-table--tooltip{width:240px}.ad-resource-table--tooltip.size-m{min-width:440px}.ad-resource-table--tooltip-icon{position:absolute;top:-4px;right:-6px}


.statistics-coupon-page .table-container{margin:10px 10px 10px 10px;background-color:#fff}.statistics-coupon-page .table-container .hide{display:none}.statistics-coupon-page .table-container .detail-coupon-info{display:inline-block;width:-webkit-fill-available;text-align:center;vertical-align:middle;margin:6px}.statistics-coupon-page .table-container .detail-coupon-info.hide{display:none}.statistics-coupon-page .table-container .detail-coupon-info .ant-tag{font-size:15px;padding:5px}.statistics-coupon-page .table-container .ant-checkbox-wrapper{margin:15px 0 0 15px}.statistics-coupon-page .table-container .ant-table{width:98%;margin:10px;flex:1;margin-left:auto;margin-right:auto}.statistics-coupon-page .table-container .ant-table .orders-data{height:100%}.statistics-coupon-page .table-container .ant-table .ant-table-title{text-align:left;border:0px !important;padding:unset;margin:5px 5px 10px 0;display:inline-block;font-weight:700}.statistics-coupon-page .table-container .ant-table .ant-table-body{font-size:10px}.statistics-coupon-page .table-container .ant-table .ant-table-body thead.ant-table-thead th{padding:5px 5px;text-align:center}.statistics-coupon-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody tr.total--red{background-color:#FFE3ED}.statistics-coupon-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td{padding:5px 5px}.statistics-coupon-page .table-container .ant-table .ant-table-body tbody.ant-table-tbody td .right-item{justify-content:right;align-items:right;height:100%;text-align:right}.statistics-coupon-page .table-container .ant-table-pagination{display:flex;justify-content:center;align-items:center;height:42px;padding:5px}

h1{margin:20px !important}.cp-page-statics{display:inline-block;padding:0.01em 16px;border-radius:16px}.cp-page-statics .cp-row{clear:both}.cp-page-statics .cp-row .label{float:left;width:100px;margin-top:10px !important;margin-bottom:10px !important;font-weight:500}.cp-page-statics .cp-row .value{float:left;width:300px;margin-top:10px !important;margin-bottom:10px !important;font-weight:500}

.scooter-daily-indct .table-container{background-color:white}.scooter-daily-indct .table-container .ant-tag-checkable{border-color:#1890ff}.scooter-daily-indct .table-container .ant-table-wrapper{margin-top:5px}.scooter-daily-indct .table-container .ant-table{float:left;width:min-content !important;max-width:-webkit-fill-available}.scooter-daily-indct .table-container .ant-table .ant-table-body .ant-table-fixed,.scooter-daily-indct .table-container .ant-table .ant-table-body-inner .ant-table-fixed{width:fit-content !important}.scooter-daily-indct ::-webkit-scrollbar{height:8px}

.excel-down-container{padding:30px}.excel-down-container .ant-descriptions-row .ant-descriptions-item-label{max-width:50px}.excel-down-container .ant-descriptions-row .ant-descriptions-item-content .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff;margin:0 20px}.excel-down-container .ant-descriptions-row .ant-descriptions-item-content .excel-down-btn .excel-down-btn-icon{margin:0 3px}

.branch-daily-indct .table-container{background-color:white;padding:8px}.branch-daily-indct .table-container .ant-tag-checkable{border-color:#1890ff}.branch-daily-indct .table-container .ant-table-wrapper{margin-top:5px}.branch-daily-indct .table-container .ant-table{float:left;width:min-content !important;max-width:-webkit-fill-available}.branch-daily-indct .table-container .ant-table .ant-table-body .ant-table-fixed,.branch-daily-indct .table-container .ant-table .ant-table-body-inner .ant-table-fixed{width:fit-content !important}.branch-daily-indct ::-webkit-scrollbar{height:8px}

.master-work-indct .table-container{background-color:white;padding:8px}.master-work-indct .table-container .ant-tag-checkable{border-color:#1890ff}.master-work-indct .table-container .ant-table-wrapper{margin-top:5px}.master-work-indct .table-container .ant-table{float:left;width:min-content !important;max-width:-webkit-fill-available}.master-work-indct .table-container .ant-table .ant-table-body .ant-table-fixed,.master-work-indct .table-container .ant-table .ant-table-body-inner .ant-table-fixed{width:fit-content !important}.master-work-indct ::-webkit-scrollbar{height:8px}

.accident-reception-page .accident-reception-info{margin-left:10px}.accident-reception-page .accident-reception-contanier .ant-card-head .reload-btn{margin-right:10px}.accident-reception-page .accident-reception-contanier .pdf-save-btn{background-color:#f40f02;color:#fff}.accident-reception-page .accident-reception-contanier .pdf-save-btn:hover,.accident-reception-page .accident-reception-contanier .pdf-save-btn:focus{background-color:#fff;color:#f40f02;border-color:#f40f02}.accident-reception-page .accident-reception-contanier .ant-input-disabled{color:rgba(0,0,0,0.65);background-color:#ffffff;cursor:not-allowed;opacity:1}.accident-reception-page .accident-reception-contanier .ant-select-disabled .ant-select-selection{color:rgba(0,0,0,0.65);background-color:#ffffff;cursor:not-allowed;opacity:1}.accident-reception-page .accident-reception-contanier .btn-right{font-size:12px;float:right}.accident-reception-page .accident-reception-contanier .filters{clear:both;display:inline-block;width:-webkit-fill-available;justify-content:flex-start;font-size:12px;margin:0px;padding:0px;background-color:#ffffff;border-radius:0px;border:0px solid #ccc !important}.accident-reception-page .accident-reception-contanier .filters input.ant-input-sm,.accident-reception-page .accident-reception-contanier .filters .ant-btn,.accident-reception-page .accident-reception-contanier .filters .ant-radio-group,.accident-reception-page .accident-reception-contanier .filters .top-text,.accident-reception-page .accident-reception-contanier .filters .ant-tag-checkable{font-size:12px;margin:5px 5px 0px 0px}.accident-reception-page .accident-reception-contanier .filters .ant-calendar-picker,.accident-reception-page .accident-reception-contanier .filters .ant-time-picker{margin:5px 5px 0px 0px}.accident-reception-page .accident-reception-contanier .filters .ant-calendar-picker .ant-calendar-picker-input,.accident-reception-page .accident-reception-contanier .filters .ant-calendar-picker .ant-time-picker-input,.accident-reception-page .accident-reception-contanier .filters .ant-time-picker .ant-calendar-picker-input,.accident-reception-page .accident-reception-contanier .filters .ant-time-picker .ant-time-picker-input{font-size:12px;margin:0}.accident-reception-page .accident-reception-contanier .ant-col{padding:10px}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card{margin-bottom:20px;font-size:12px}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-label{font-size:12px;font-weight:500}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content{font-size:12px;font-weight:500}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content .sms-button{width:20px;height:20px;margin-left:10px;padding:0 !important;font-size:10px}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content .sms-button:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions{width:fit-content;overflow:auto;display:initial}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions ::-webkit-scrollbar{height:7px}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view{overflow:auto}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view th,.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view td{font-size:12px;padding:3px 5px}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .row{display:flow-root}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .row .label{float:left;width:30%;margin:10px 0 0 10px !important;font-weight:500}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .row .value{float:left;width:60%;margin:10px 10px 0 0 !important;font-weight:500}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .tag-RENTAL{color:#faad14;background:#fffcef;border-color:#ffed9e}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .tag-RETURN{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.accident-reception-page .accident-reception-contanier .ant-col .user-info-card .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.accident-reception-page .accident-reception-contanier .ant-col .ant-table{font-size:10px;margin-top:10px}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content{overflow:hidden}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body{background-color:#ffffff;font-size:8px}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body th{height:20px}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr{cursor:pointer}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr.\--select{background-color:#fafafa !important}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#ffe3ed !important}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr td{height:8px;padding:2px 2px !important}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center}.accident-reception-page .accident-reception-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .red{color:red}.accident-reception-page .accident-reception-contanier .ant-col .ant-input-sm{font-size:10px}.accident-reception-page .accident-reception-contanier .ant-col .ant-input-sm.serial-number{width:100px;margin:0 5px 5px 0}.accident-reception-page .accident-reception-contanier .ant-col .ant-radio-group-small{font-size:12px;margin:0 5px 5px 0}

.coupon-events-issuance-modal .wd-60per{width:60%;margin-right:10px}.coupon-events-issuance-modal .wd-40per{width:40%;margin-right:10px}.coupon-events-issuance-modal .reqired-red{color:red}

.coupon-issuance-detail-modal{width:min-content !important;top:20px !important}.coupon-issuance-detail-modal .coupon-send-progress{margin:0 10px}.coupon-issuance-detail-modal .filters .top-text .ant-tag{margin:5px 0 5px 5px}.coupon-issuance-detail-modal .filters .top-text .count{margin-right:10px}.coupon-issuance-detail-modal .filters .coupon-re-issuance{float:right}.coupon-issuance-detail-modal .filters .filter-issuance-success{margin:5px 10px;min-width:80px;float:right}.coupon-issuance-detail-modal .filters .coupon-detail-reload{float:right}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container{min-width:1000px}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content{overflow:hidden}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content th{font-size:11px;height:20px;background-color:#f5f7f9;padding:5px 8px !important}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body td .center-item{display:flex;justify-content:center;align-items:center;height:100%}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body td .center-item .ant-badge-status-dot{width:9px;height:9px}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.coupon-issuance-detail-modal .coupon-issuance-detail-modal-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}

.coupon-events-issuance-page .filters .add-coupon-event-btn{background-color:#3aa14b;color:#fff}.coupon-events-issuance-page .filters .add-coupon-event-btn:hover,.coupon-events-issuance-page .filters .add-coupon-event-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}

.coupon-issuance-page{margin:10px;background:white}

.customer-report-page .report-container,.message-report-page .report-container,.staff-report .report-container,.user-report .report-container{padding:10px;margin:10px}.customer-report-page .report-container .ant-card-body,.message-report-page .report-container .ant-card-body,.staff-report .report-container .ant-card-body,.user-report .report-container .ant-card-body{padding:0px}.customer-report-page .report-container .ant-card-body .ant-tabs-bar,.message-report-page .report-container .ant-card-body .ant-tabs-bar,.staff-report .report-container .ant-card-body .ant-tabs-bar,.user-report .report-container .ant-card-body .ant-tabs-bar{margin-bottom:10px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics,.user-report .report-container .ant-card-body .ant-tabs-content .statistics{margin:0;font-size:12px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .ant-tag,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .ant-tag,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .ant-tag,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .ant-tag{margin:0 5px 0 10px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-total,.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-problemType,.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-checkType,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-total,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-problemType,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .statistics-checkType,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-total,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-problemType,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-checkType,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-total,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-problemType,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .statistics-checkType{float:left;max-width:800px;background:#ffffff;border:1px solid rgba(230,228,228,0.705);border-top:6px solid #FFD500;margin-left:10px;padding:5px 10px 5px 0}.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn{border-color:#22A364;background-color:#22A364;color:#ffffff;float:right}.customer-report-page .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn .excel-down-btn-icon,.message-report-page .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn .excel-down-btn-icon,.staff-report .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn .excel-down-btn-icon,.user-report .report-container .ant-card-body .ant-tabs-content .statistics .excel-down-btn .excel-down-btn-icon{margin:0 3px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container,.user-report .report-container .ant-card-body .ant-tabs-content .table-container{margin:10px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container.\--hide,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container.\--hide,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container.\--hide,.user-report .report-container .ant-card-body .ant-tabs-content .table-container.\--hide{display:none}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table{font-size:12px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content{overflow:hidden}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body th,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body th,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body th,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9;padding:7px 8px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#FFE3ED !important}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--blue,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--blue,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--blue,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--blue{background-color:#dae1ff !important}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr td,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr td,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr td,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:5px 8px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.customer-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .red,.message-report-page .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .red,.staff-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .red,.user-report .report-container .ant-card-body .ant-tabs-content .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}.customer-report-page .tag-SCOOTER_PART,.message-report-page .tag-SCOOTER_PART,.staff-report .tag-SCOOTER_PART,.user-report .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.customer-report-page .tag-PARKING,.message-report-page .tag-PARKING,.staff-report .tag-PARKING,.user-report .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.customer-report-page .tag-LOST,.message-report-page .tag-LOST,.staff-report .tag-LOST,.user-report .tag-LOST{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.customer-report-page .tag-APP,.message-report-page .tag-APP,.staff-report .tag-APP,.user-report .tag-APP{color:#47a718;background:#effde2;border-color:#a4d281}.customer-report-page .tag-RENTAL_RETURN,.message-report-page .tag-RENTAL_RETURN,.staff-report .tag-RENTAL_RETURN,.user-report .tag-RENTAL_RETURN{color:#e27806;background:#fff6e1;border-color:#e4bb77}.customer-report-page .tag-CHECK,.message-report-page .tag-CHECK,.staff-report .tag-CHECK,.user-report .tag-CHECK{color:#e27806;background:#fff6e1;border-color:#e4bb77}.customer-report-page .tag-,.message-report-page .tag-,.staff-report .tag-,.user-report .tag-{color:#12abab;background:#e6fffb;border-color:#78d0c7}@media only screen and (max-width: 768px){.ant-table-content{overflow-x:scroll !important;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.report-detail-modal .is-reading-rls-btn{margin-left:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-label{font-weight:300;font-size:13px;width:100px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content{font-weight:700}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content #reportSerialNumber,.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content #reportRefund{display:inline-block}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .right-btn{float:right;margin-left:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-RENTAL_RETURN{color:#e27806;background:#fff6e1;border-color:#e4bb77;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-APP{color:#47a718;background:#effde2;border-color:#a4d281;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-LOST{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-RENTAL{color:#e27806;background:#fff6e1;border-color:#e4bb77;font-size:15px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .tag-CHECK{color:#e27806;background:#fff6e1;border-color:#e4bb77}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-question-container .question-body{padding:10px;background:#f0f0f0;border-radius:10px;margin-bottom:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-question-container .question-image{margin-right:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-question-container .question-image .image{margin-right:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-answer-container .answer-info{display:flex}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-answer-container .answer-info .answer-staff{margin-left:auto}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-answer-container .answer-body{padding:10px;background:#f0f0f0;border-radius:10px}.report-detail-modal .report-detail-page .ant-descriptions .ant-descriptions-item-content .report-answer-container .answer-body .answer-selection{margin-bottom:10px;width:-webkit-fill-available}.report-detail-modal .report-detail-page .user-info{margin-bottom:20px}.report-detail-modal .report-detail-page .comment-container{margin-top:10px;padding:10px;background:#f0f0f0;border-radius:10px}.ant-tooltip-inner{display:inline-flex}

.incoming-data-form{display:inherit;width:100%}.incoming-data-form basic,.incoming-data-form .main-condition .incoming-status,.incoming-data-form .main-condition .incoming-type,.incoming-data-form .sub-condition .incoming-serial-number,.incoming-data-form .sub-condition .incoming-center,.incoming-data-form .sub-condition .incoming-transefer,.incoming-data-form .sub-condition .incoming-refund{margin-right:5px}.incoming-data-form .main-condition{margin:10px 0 0 0}.incoming-data-form .main-condition .incoming-status{width:25%}.incoming-data-form .main-condition .incoming-description{width:30%}.incoming-data-form .main-condition #incomingSubmit{font-size:12px;width:17%}.incoming-data-form .sub-condition{margin:10px 0 0 0}.incoming-data-form .sub-condition .incoming-serial-number{width:20%}.incoming-data-form .sub-condition .incoming-center{width:25%}.incoming-data-form .sub-condition .incoming-transefer{width:20%}.incoming-data-form .sub-condition .incoming-refund{width:25%}

.customer-report-page .ant-tabs-bar,.message-report-page .ant-tabs-bar,.staff-report .ant-tabs-bar{margin:0px}.customer-report-page .cp-top,.message-report-page .cp-top,.staff-report .cp-top{margin:10px;padding:15px 15px 5px 5px;background-color:#ffffff;border-radius:10px;border:1px solid #ccc !important}.customer-report-page .cp-top .ant-input-sm,.message-report-page .cp-top .ant-input-sm,.staff-report .cp-top .ant-input-sm{font-size:12px}.customer-report-page .cp-top .filter-name,.customer-report-page .cp-top .filter-phone,.customer-report-page .cp-top .filter-serialNumber,.message-report-page .cp-top .filter-name,.message-report-page .cp-top .filter-phone,.message-report-page .cp-top .filter-serialNumber,.staff-report .cp-top .filter-name,.staff-report .cp-top .filter-phone,.staff-report .cp-top .filter-serialNumber{margin:0 0 10px 10px;width:200px}.customer-report-page .cp-top .filter-report,.customer-report-page .cp-top .filter-checked,.message-report-page .cp-top .filter-report,.message-report-page .cp-top .filter-checked,.staff-report .cp-top .filter-report,.staff-report .cp-top .filter-checked{font-size:12px;margin:0 0 10px 10px}.customer-report-page .cp-top .top-text,.message-report-page .cp-top .top-text,.staff-report .cp-top .top-text{font-size:12px;margin-left:10px}.customer-report-page .cp-top .filter-createdDate,.message-report-page .cp-top .filter-createdDate,.staff-report .cp-top .filter-createdDate{margin:0 0 10px 10px}.customer-report-page .statistics,.message-report-page .statistics,.staff-report .statistics{margin:0 0 0 10px;font-size:12px}.customer-report-page .statistics .ant-tag,.message-report-page .statistics .ant-tag,.staff-report .statistics .ant-tag{margin:0 5px 0 10px}.customer-report-page .statistics .statistics-total,.customer-report-page .statistics .statistics-problemType,.customer-report-page .statistics .statistics-checkType,.message-report-page .statistics .statistics-total,.message-report-page .statistics .statistics-problemType,.message-report-page .statistics .statistics-checkType,.staff-report .statistics .statistics-total,.staff-report .statistics .statistics-problemType,.staff-report .statistics .statistics-checkType{float:left;max-width:500px;background:#ffffff;border:1px solid rgba(230,228,228,0.705);border-top:6px solid #FFD500;margin-left:10px;padding:5px 10px 5px 0}.customer-report-page .table-container,.message-report-page .table-container,.staff-report .table-container{margin:10px}.customer-report-page .table-container .ant-table,.message-report-page .table-container .ant-table,.staff-report .table-container .ant-table{font-size:12px}.customer-report-page .table-container .ant-table .ant-table-content,.message-report-page .table-container .ant-table .ant-table-content,.staff-report .table-container .ant-table .ant-table-content{overflow:hidden}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body,.staff-report .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body th,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body th,.staff-report .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red,.staff-report .table-container .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#FFE3ED !important}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body tr td,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body tr td,.staff-report .table-container .ant-table .ant-table-content .ant-table-body tr td{height:10px;font-size:11px;padding:7px 8px}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn,.staff-report .table-container .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .center-item,.staff-report .table-container .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center;height:100%}.customer-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .red,.message-report-page .table-container .ant-table .ant-table-content .ant-table-body tr .red,.staff-report .table-container .ant-table .ant-table-content .ant-table-body tr .red{color:red}.customer-report-page .table-container .orders-data,.message-report-page .table-container .orders-data,.staff-report .table-container .orders-data{height:100%}.customer-report-page .tag-RENTAL,.message-report-page .tag-RENTAL,.staff-report .tag-RENTAL{color:#faad14;background:#fffcef;border-color:#ffed9e}.customer-report-page .tag-RETURN,.message-report-page .tag-RETURN,.staff-report .tag-RETURN{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.customer-report-page .tag-SCOOTER_PART,.message-report-page .tag-SCOOTER_PART,.staff-report .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.customer-report-page .tag-PARKING,.message-report-page .tag-PARKING,.staff-report .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}@media only screen and (max-width: 768px){.ant-table-content{overflow-x:scroll !important;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.message-report-page .message-report-row,.message-report-page .customer-report-row,.customer-report-page .message-report-row,.customer-report-page .customer-report-row,.staff-report .message-report-row,.staff-report .customer-report-row{clear:both}.message-report-page .message-report-row .label,.message-report-page .customer-report-row .label,.customer-report-page .message-report-row .label,.customer-report-page .customer-report-row .label,.staff-report .message-report-row .label,.staff-report .customer-report-row .label{float:left;width:90px;margin:10px 0 10px 0;font-weight:500}.message-report-page .message-report-row .text-value,.message-report-page .customer-report-row .text-value,.customer-report-page .message-report-row .text-value,.customer-report-page .customer-report-row .text-value,.staff-report .message-report-row .text-value,.staff-report .customer-report-row .text-value{float:left;margin:10px 0 10px 0;font-weight:500}.message-report-page .message-report-row .message-answer,.message-report-page .customer-report-row .message-answer,.customer-report-page .message-report-row .message-answer,.customer-report-page .customer-report-row .message-answer,.staff-report .message-report-row .message-answer,.staff-report .customer-report-row .message-answer{width:80%;margin:10px 0 10px 0}.message-report-page .message-report-row .image,.message-report-page .customer-report-row .image,.customer-report-page .message-report-row .image,.customer-report-page .customer-report-row .image,.staff-report .message-report-row .image,.staff-report .customer-report-row .image{margin-right:10px}.message-report-page .message-report-container .useListCard,.customer-report-page .message-report-container .useListCard,.staff-report .message-report-container .useListCard{margin:0 5px}.message-report-page .message-report-container .useListCard .ant-card-body,.customer-report-page .message-report-container .useListCard .ant-card-body,.staff-report .message-report-container .useListCard .ant-card-body{padding:10px;flex-direction:column}.message-report-page .message-report-container .useListCard .ant-card-body div,.customer-report-page .message-report-container .useListCard .ant-card-body div,.staff-report .message-report-container .useListCard .ant-card-body div{display:flex}.message-report-page .message-report-container .useListCard .ant-card-body div.card-row,.customer-report-page .message-report-container .useListCard .ant-card-body div.card-row,.staff-report .message-report-container .useListCard .ant-card-body div.card-row{margin-bottom:2px;border-bottom:solid 0.8px}.message-report-page .message-report-container .useListCard .ant-card-body div strong,.message-report-page .message-report-container .useListCard .ant-card-body div p,.customer-report-page .message-report-container .useListCard .ant-card-body div strong,.customer-report-page .message-report-container .useListCard .ant-card-body div p,.staff-report .message-report-container .useListCard .ant-card-body div strong,.staff-report .message-report-container .useListCard .ant-card-body div p{font-size:12px;flex:1;text-align:center;margin-bottom:0.1em}.message-report-page .message-report-container .useListCard .ant-card-body div strong.date,.message-report-page .message-report-container .useListCard .ant-card-body div p.date,.customer-report-page .message-report-container .useListCard .ant-card-body div strong.date,.customer-report-page .message-report-container .useListCard .ant-card-body div p.date,.staff-report .message-report-container .useListCard .ant-card-body div strong.date,.staff-report .message-report-container .useListCard .ant-card-body div p.date{font-size:8px}.message-report-page .message-report-container .useListCard .ant-card-body div strong button,.message-report-page .message-report-container .useListCard .ant-card-body div p button,.customer-report-page .message-report-container .useListCard .ant-card-body div strong button,.customer-report-page .message-report-container .useListCard .ant-card-body div p button,.staff-report .message-report-container .useListCard .ant-card-body div strong button,.staff-report .message-report-container .useListCard .ant-card-body div p button{font-size:8px}.message-report-page .\--hide,.customer-report-page .\--hide,.staff-report .\--hide{display:none}

.freepass-page .table-container{margin:10px}.freepass-page .table-container.\--hide{display:none}.freepass-page .table-container .ant-table{font-size:11px}.freepass-page .table-container .ant-table .ant-table-content{overflow:hidden}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.freepass-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}

.freepass-refund-modal .row{margin:15px 0}.freepass-refund-modal .row .label{width:100px;text-align:end;display:inline-block;margin-right:20px}.freepass-refund-modal .row .value{display:inline-block}.freepass-refund-modal h3{color:red;text-align:center}

.private-scooter-user .visible-none{display:none}.private-scooter-user .btn-container{margin-left:10px}.private-scooter-user .btn-container .btn-add-private-user{font-size:small;margin-right:5px}.private-scooter-user .btn-container .btn-sms-user{float:right;font-size:small;margin-right:5px}.private-scooter-user .table-container{margin:10px}.private-scooter-user .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.private-scooter-user .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.private-scooter-user .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.private-scooter-user .table-container .ant-table .ant-table-content .ant-table-body .ant-table-selection-column{width:3%}.private-scooter-user .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;background-color:#f5f7f9;padding:8px 8px !important}.private-scooter-user .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:3px 8px !important}.private-scooter-user .table-container .user-limit-btn{background-color:#ffc20e;color:#000;border-color:#fff}.private-scooter-user .table-container .user-limit-btn:hover,.private-scooter-user .table-container .user-limit-btn:focus{background-color:#cca217;color:#000;border-color:#fff}.private-scooter-user-restriction-day-modal{width:350px !important}.private-scooter-user-detail-modal{width:1500px !important}

.search-suspected-user-modal .search-suspected-table .ant-table{font-size:smaller !important}.search-suspected-user-modal .search-suspected-table .ant-table td{height:47px !important}.search-suspected-user-modal .search-suspected-table .ant-table .ant-table-selection-column{width:3%}.search-suspected-user-modal .search-suspected-table .ant-table-fixed-left table{width:fit-content !important}.search-suspected-user-modal .ant-table-bordered .ant-table-thead>tr>th,.search-suspected-user-modal .ant-table-bordered .ant-table-tbody>tr>td{padding:8px 8px !important}.search-suspected-user-modal ::-webkit-scrollbar{height:0.5em !important}

.private-scooter-use-traking .ant-modal-body{display:flex}.private-scooter-use-traking .ant-modal-body .ant-badge-status-dot{width:9px;height:9px}.private-scooter-use-traking .ant-modal-body .ant-badge-status-text{margin-left:0px}

.add-private-user-modal{width:800px !important}.add-private-user-modal .add-user{display:inline-flex;height:500px}.add-private-user-modal .add-user .user-info{margin-top:20px;width:700px}.add-private-user-modal .add-user .user-info .ant-card-head .ant-switch{float:right}.add-private-user-modal .add-user .user-info .ant-card-body{overflow-y:scroll;max-height:440px}.add-private-user-modal .add-user .user-info .ant-card-body p{margin:0 0 5px 0}.add-private-user-modal .add-user .anticon-left-square{padding:200px 0;margin:10px}.add-private-user-modal .add-user .input-users-info{margin-top:20px}

.mass-refund-modal{top:20px !important}.mass-refund-modal .mass-refund-reset-discount{margin-left:10px}.mass-refund-modal .refund-type{width:18%;margin-right:10px}.mass-refund-modal .refund-sub-type{width:25%;margin-right:10px}.mass-refund-modal .reason{width:50%}.mass-refund-modal .mass-refund-list-card .ant-card-body{display:flex;height:500px;max-height:440px}.mass-refund-modal .mass-refund-list-card .ant-card-body .\--red{color:red}.mass-refund-modal .mass-refund-list-card .ant-card-body p{margin:0 0 5px 0}.mass-refund-modal .mass-refund-list-card .mass-refund-list{overflow-y:scroll;width:65%}.mass-refund-modal .mass-refund-list-card .anticon-left-square{padding:200px 0;margin:10px}.mass-refund-modal .mass-refund-list-card .input-refund-info{width:30%}

.mass-refund-detail-modal{top:20px !important}.mass-refund-detail-modal .top-text .ant-tag{margin:5px 0 5px 5px}.mass-refund-detail-modal .top-text .count{margin-right:10px}.mass-refund-detail-modal .mass-refund-state,.mass-refund-detail-modal .mass-refund-detail-keyword{float:right}

.mass-refunds-page .filters .add-mass-refund-btn{background-color:#3aa14b;color:#fff}.mass-refunds-page .filters .add-mass-refund-btn:hover,.mass-refunds-page .filters .add-mass-refund-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}

.coupon-group-page .filters .create-coupon-group-btn{background-color:#3aa14b;color:#fff}.coupon-group-page .filters .create-coupon-group-btn:hover,.coupon-group-page .filters .create-coupon-group-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.coupon-group-page .table-container{margin:10px}.coupon-group-page .table-container .ant-table{font-size:10px}.coupon-group-page .table-container .ant-table .ant-table-content{overflow:hidden}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body th{height:20px;background-color:#f5f7f9}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.coupon-group-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.group-register-modal .row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.group-register-modal .row .label{width:100px}.group-register-modal .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.group-register-modal .row .value .ant-btn{margin-left:10px !important}.group-register-modal .row .value .ant-input{width:200px}.group-register-modal .row .value .ant-input.couponGroupDescription{width:350px}@media only screen and (max-width: 768px){.ant-table-content{display:flex;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.user-coupon-page .filters .filter-issuedType,.scooter-coupon-page .filters .filter-issuedType{width:180px}.user-coupon-page .filters .group-management-btn,.user-coupon-page .filters .filter-reset,.scooter-coupon-page .filters .group-management-btn,.scooter-coupon-page .filters .filter-reset{background-color:#293338;color:#fff}.user-coupon-page .filters .group-management-btn:hover,.user-coupon-page .filters .group-management-btn:focus,.user-coupon-page .filters .filter-reset:hover,.user-coupon-page .filters .filter-reset:focus,.scooter-coupon-page .filters .group-management-btn:hover,.scooter-coupon-page .filters .group-management-btn:focus,.scooter-coupon-page .filters .filter-reset:hover,.scooter-coupon-page .filters .filter-reset:focus{background-color:#fff;color:#293338;border-color:#293338}.user-coupon-page .filters .add-coupon-btn,.scooter-coupon-page .filters .add-coupon-btn{background-color:#3aa14b;color:#fff}.user-coupon-page .filters .add-coupon-btn:hover,.user-coupon-page .filters .add-coupon-btn:focus,.scooter-coupon-page .filters .add-coupon-btn:hover,.scooter-coupon-page .filters .add-coupon-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.user-coupon-page .statistics,.scooter-coupon-page .statistics{margin-left:10px}.user-coupon-page .orders-data,.scooter-coupon-page .orders-data{height:100%}.user-coupon-page .table-container .history-btn,.scooter-coupon-page .table-container .history-btn{background-color:#6c757d;color:#fff}.user-coupon-page .table-container .history-btn:hover,.user-coupon-page .table-container .history-btn:focus,.scooter-coupon-page .table-container .history-btn:hover,.scooter-coupon-page .table-container .history-btn:focus{background-color:#fff;color:#6c757d;border-color:#6c757d}

.coupon-list-modal{width:1000px;padding:0.01em 16px;border-radius:16px}.coupon-list-modal .ant-input-search{width:250px;margin-right:20px;margin-left:10px}.coupon-list-modal .couponCodeCount{display:inline-block;margin:5px}.coupon-list-modal .couponCodeCount .ant-tag{margin-left:10px}.coupon-list-modal .couponCodeCount .ant-tag.tag-TOTAL{color:#faad14;background:#fffcef;border-color:#ffed9e}.coupon-list-modal .couponCodeCount .ant-tag.tag-ISSUED{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.coupon-list-modal .couponCodeCount .ant-tag.tag-USED{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.coupon-list-modal .ant-table-wrapper{margin:10px}

.coupon-modal .coupon-modal-page .ant-card{margin:5px 10px 15px 5px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-label{padding:8px 20px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content{padding:12px 12px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content .wd-100{width:100px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content .wd-130{width:130px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content .wd-150{width:150px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content .wd-180{width:180px}.coupon-modal .coupon-modal-page .ant-card .ant-card-body .ant-descriptions-row .ant-descriptions-item-content .wd-200{width:200px}.coupon-modal .coupon-modal-page .coupon-basic-card .coupon-name,.coupon-modal .coupon-modal-page .coupon-basic-card .coupon-description{width:80%}.coupon-modal .coupon-modal-page .coupon-group-card .couponGroupSearchPage .ant-table-wrapper{margin-top:10px}.coupon-modal .coupon-modal-page .coupon-group-card .couponGroupSearchPage .ant-table-wrapper .ant-table .ant-table-body{font-size:10px}.upload-list-inline .ant-upload-list-item{float:left;width:70%;margin-right:8px}.upload-list-inline .ant-upload-animate-enter{animation-name:uploadAnimateInlineIn}.upload-list-inline .ant-upload-animate-leave{animation-name:uploadAnimateInlineOut}

.cp-send-page .row{grid-template-columns:76px 126px auto;align-items:center;margin-bottom:10px}.cp-send-page .row .ant-select-selection-selected-value{display:flex;flex-wrap:nowrap;max-width:700px}.cp-send-page .row .label{width:100px}.cp-send-page .row .value{flex:1;display:flex;flex-direction:row;align-items:center}.cp-send-page .row .value span{margin-right:10px}.cp-send-page .row .value .ant-input-number{margin:10px}

.external-service-user .column-user-type{width:10%}.external-service-user .ant-table-selection-column{width:5%}

.user-group-page .excel-down-btn{border-color:#22a364;background-color:#22a364;color:#ffffff}.user-group-detail-modal .coupon-count{width:100px}.user-group-detail-modal .user-list-card{height:492px}.user-group-detail-modal .user-list-card .user-list{height:428px;overflow-y:scroll}.user-group-detail-modal .add-user-btn{height:492px}.user-group-detail-modal .add-user-btn .add-icon{margin:auto}.user-group-detail-modal .user-group-table .ant-descriptions-item-label{width:200px}.user-group-detail-modal .user-group-table .user-upload-card{display:grid;grid-template-rows:40px auto;height:492px}.user-group-detail-modal .user-group-table .user-group-upload{max-width:361px;height:428px;border:1px solid #e8e8e8;padding:16px;border-radius:4px}.user-group-detail-modal .user-group-table .user-group-upload .user-group-upload-dragger{height:94%}.user-group-detail-modal .user-group-table .user-group-upload .ant-upload-drag-icon{margin-bottom:10px}.user-group-detail-modal .user-group-table .user-group-upload .user-group-upload-hint{font-size:11px}.user-group-column-guide{position:absolute;top:4px;right:0}.user-group-column-guide--tooltip .ant-tooltip-inner{min-width:260px;font-size:11px;padding:8px 12px}

.scooter-user-page{margin:10px;background:white}.scooter-user-page .ant-tabs{margin:8px}.scooter-user-page .statistics{font-size:12px;margin:0 0 0 10px}.scooter-user-page .statistics .ant-tag{margin:0 5px 0 10px}.scooter-user-page .table-container{margin:10px}.scooter-user-page .table-container .\--hide{display:none}.scooter-user-page .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.scooter-user-page .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px;background-color:#f5f7f9}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:3px 8px !important}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}.scooter-user-page .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.scooter-user-page .table-container .orders-data{height:100%}.scooter-user-page .tag-active{color:#faad14;background:#fffcef;border-color:#ffed9e}.scooter-user-page .tag-ddingdong{color:#13c2c2;background:#e6fffb;border-color:#87e8de}.scooter-user-page .tag-tempDel{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.scooter-user-page .tag-deleted{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.user-detail .ant-row{padding:10px 0}.user-detail .ant-row .btn-text-info{float:left;min-width:150px}@media only screen and (max-width: 768px){.scooter-user-page .cp-top .filter-phone,.scooter-user-page .cp-top .filter-name,.scooter-user-page .cp-top .filter-joinrange,.scooter-user-page .cp-top .filter-user-id{margin:5px 5px 0 0}.scooter-user-page .cp-top .btn-allSend{display:none}.cp-page .ant-select{width:250px !important}.ant-table-content{overflow-x:scroll !important;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.seed-issuance-modal .wd-60per{width:60%;margin-right:10px}.seed-issuance-modal .wd-40per{width:40%;margin-right:10px}.seed-issuance-modal .reqired-red{color:red}.seed-issuance-modal .mb-10px{margin-bottom:10px}

.seed-issuance-detail-modal{width:min-content !important;top:20px !important}.seed-issuance-detail-modal .send-progress{margin:0 6px}.seed-issuance-detail-modal .table-container{min-width:1000px}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content{overflow:hidden}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content th{font-size:11px;height:20px;background-color:#f5f7f9;padding:5px 8px !important}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body td{height:8px;font-size:11px;padding:5px 8px !important}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body td .center-item{display:flex;justify-content:center;align-items:center;height:100%}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body td .center-item .ant-badge-status-dot{width:9px;height:9px}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body .ant-btn{font-size:12px}.seed-issuance-detail-modal .table-container .ant-table .ant-table-content .ant-table-body .red{color:red}.seed-issuance-detail-modal .filters{display:flex;justify-content:space-between}.seed-issuance-detail-modal .filters .status-indicator{display:flex;margin:5px 0 5px 5px;padding:0;column-gap:12px}.seed-issuance-detail-modal .filters .status-indicator--tag{margin:0 4px 0 0}.seed-issuance-detail-modal .filters .status-indicator li{list-style-type:none}

.seed-filters{display:flex;justify-content:space-between}.seed-filters .give-seed-btn{background-color:#3aa14b;color:#fff}.seed-filters .give-seed-btn:hover,.seed-filters .give-seed-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}

.towing-confirm-modal .ant-modal-content .ant-modal-close{color:#ffffff}.towing-confirm-modal .ant-modal-content .ant-modal-header{background-color:#1890ff}.towing-confirm-modal .ant-modal-content .ant-modal-header .ant-modal-title{color:#ffffff}.towing-confirm-modal .ant-modal-content .ant-modal-footer{text-align:center}

.user-incoming-modal{width:650px !important;top:30px}.user-incoming-modal .user-incoming-page .ant-descriptions-row .required{color:red;font-weight:700;font-size:15px}.user-incoming-modal .user-incoming-page .ant-descriptions-row .ant-btn,.user-incoming-modal .user-incoming-page .ant-descriptions-row .incoming-is-customer{margin-left:10px !important}.user-incoming-modal .user-incoming-page .ant-descriptions-row .wd-200{width:200 !important}.user-incoming-modal .user-incoming-page .ant-descriptions-row .incoming-external-service{width:120px;margin-left:10px}.user-incoming-is-customer-info .ant-tooltip-inner{font-size:12px}

.user-management-page .filters{margin:8px}.user-management-page .user-management-contanier .ant-card-head .reload-btn{margin-right:10px}.user-management-page .user-management-contanier .ant-col{padding:4px}.user-management-page .user-management-contanier .ant-col .user-info-card{margin-bottom:8px;font-size:12px}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-label{font-size:12px;font-weight:500}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content{font-size:12px;font-weight:500}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content .sms-button{width:20px;height:20px;padding:0 !important;font-size:10px}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row .ant-descriptions-item-content .sms-button:hover{color:#40a9ff;background-color:#fff;border-color:#40a9ff}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions{width:fit-content;overflow:auto;display:initial}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions ::-webkit-scrollbar{height:7px}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view{overflow:auto}.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view th,.user-management-page .user-management-contanier .ant-col .user-info-card .ant-descriptions-row #incomingHistory .ant-descriptions .ant-descriptions-view td{font-size:12px;padding:3px 5px}.user-management-page .user-management-contanier .ant-col .user-info-card .row{display:flow-root}.user-management-page .user-management-contanier .ant-col .user-info-card .row .label{float:left;width:30%;margin:10px 0 0 10px !important;font-weight:500}.user-management-page .user-management-contanier .ant-col .user-info-card .row .value{float:left;width:60%;margin:10px 10px 0 0 !important;font-weight:500}.user-management-page .user-management-contanier .ant-col .user-info-card .tag-RENTAL{color:#faad14;background:#fffcef;border-color:#ffed9e}.user-management-page .user-management-contanier .ant-col .user-info-card .tag-RETURN{color:#e97f02;background:#fff2e3;border-color:#ffcc91}.user-management-page .user-management-contanier .ant-col .user-info-card .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.user-management-page .user-management-contanier .ant-col .user-info-card .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.user-management-page .user-management-contanier .ant-col .user-purchase-card{margin-bottom:8px}.user-management-page .user-management-contanier .ant-col .user-coupon-card{margin-bottom:8px}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-SCOOTER_PART{color:#bd1550;background:#fdf0f4;border-color:#fda2c2}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-PARKING{color:#722ed1;background:#f9f0ff;border-color:#d3adf7}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-LOST{color:#2f54eb;background:#f0f5ff;border-color:#adc6ff}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-APP{color:#47a718;background:#effde2;border-color:#a4d281}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-RENTAL_RETURN{color:#e27806;background:#fff6e1;border-color:#e4bb77}.user-management-page .user-management-contanier .ant-col .user-report-card .tag-{color:#12abab;background:#e6fffb;border-color:#78d0c7}.user-management-page .user-management-contanier .ant-col .user-report-card .report-type-filter{width:-webkit-fill-available;font-size:11px}.user-management-page .user-management-contanier .ant-col .user-report-card .report-type-filter{width:-webkit-fill-available;font-size:11px}.user-management-page .user-management-contanier .ant-col .ant-table{font-size:10px;margin-top:10px}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content{overflow:hidden}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body{background-color:#ffffff;font-size:12px}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body th{height:20px}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr.not-answer--red{background-color:#ffe3ed !important}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr td{height:8px;padding:2px 2px !important}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .ant-btn{font-size:12px}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .center-item{display:flex;justify-content:center;align-items:center}.user-management-page .user-management-contanier .ant-col .ant-table .ant-table-content .ant-table-body tr .red{color:red}.user-management-page .user-management-contanier .ant-col .ant-input-sm{font-size:10px}.user-management-page .user-management-contanier .ant-col .ant-input-sm.serial-number{width:100px;margin:0 5px 5px 0}.user-management-page .user-management-contanier .ant-col .ant-radio-group-small{font-size:12px;margin:0 5px 5px 0}

.attend-user-page .list-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.attend-user-page .list-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.attend-user-page .list-container .ant-table .ant-table-placeholder{font-size:12px}.attend-user-page .list-container .ant-table .ant-table-content .ant-table-body{background-color:#ffffff}.attend-user-page .list-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px;background-color:#f5f7f9}.attend-user-page .list-container .ant-table .ant-table-content .ant-table-body td{height:30px;font-size:11px;padding:3px 8px !important}.attend-user-page .list-container .ant-table .ant-table-content .ant-table-body .center-item{display:flex;justify-content:center;align-items:center;height:100%}@media only screen and (max-width: 768px){.ant-table-content{overflow-x:scroll !important;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.seed-user-page .table-container .ant-table-tbody>tr>td{word-wrap:break-word;word-break:break-all}.seed-user-page .table-container .ant-table{table-layout:fixed;font-size:12px;width:auto}.seed-user-page .table-container .ant-table .ant-table-content .ant-table-body th{font-size:12px;height:20px}.seed-user-page .table-container .ant-table .ant-table-content .ant-table-body td{height:30px;font-size:11px;padding:3px 8px !important}@media only screen and (max-width: 768px){.ant-table-content{overflow-x:scroll !important;font-size:xx-small}.ant-table-content .ant-table-body{width:max-content}}

.pass-affiliate-page .filters .manage-pass-affiliate-btn{background-color:#293338;color:#fff}.pass-affiliate-page .filters .manage-pass-affiliate-btn:hover,.pass-affiliate-page .filters .manage-pass-affiliate-btn:focus{background-color:#fff;color:#293338;border-color:#293338}

.filters .add-pass-btn{background-color:#3aa14b;color:#fff}.filters .add-pass-btn:hover,.filters .add-pass-btn:focus{background-color:#fff;color:#3aa14b;border-color:#3aa14b}.filters .change-sequence-btn{background-color:#ffc20e;color:#000;border-color:#fff}.filters .change-sequence-btn:hover,.filters .change-sequence-btn:focus{background-color:#cca217;color:#000;border-color:#fff}

.xingxingpass-detail-modal{top:20px !important}.xingxingpass-detail-modal .ant-descriptions-item-content{font-size:12px}.xingxingpass-detail-modal .user-info{margin-bottom:50px}.xingxingpass-detail-modal .purchase-info{margin-bottom:50px}.xingxingpass-detail-modal .purchase-info .period{margin-bottom:0}.xingxingpass-refund-modal .ant-descriptions-item-content{font-size:12px}.xingxingpass-refund-modal .payment-info-card .period{margin-bottom:0}.xingxingpass-refund-modal .refund-info-card .forced-refund-price,.xingxingpass-refund-modal .refund-info-card .refund-months{width:60%}.xingxingpass-refund-modal .refund-info-card .refund-confirm-price{margin:0 0 0 10px;display:initial}


