@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  color: var(--text);
}

h1 {
  font: var(--font-30-700);
  margin-top: 0;
}

h2 {
  font: var(--font-24-700);
}

h3 {
  font: var(--font-20-700);
}

h4 {
  font: var(--font-18-700);
}

h5 {
  font: var(--font-16-700);
}

h6 {
  font: var(--font-14-600);
}

p {
  padding: 0 0 20px 0;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 24px;
}

/*ul, ol {
  margin: 0;
  padding: 0;
  list-style-position:inside;
  list-style: none;
}*/
img {
  outline: none;
}

body a {
  color: var(--text);
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

table td {
  padding: 5px;
  white-space: normal;
}

.clear {
  clear: both;
  display: block;
}

iframe {
  border: none;
}

body {
  margin: 0;
  font: var(--font-16);
  line-height: 20px;
  color: var(--text);
  font-family: var(--main-font);
  min-height: 100%;
  position: relative;
  overflow: hidden;
  /*-ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;*/
  background-color: #f4f4f4;
}
body.no-select {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.version {
  opacity: 0;
}

.scroll {
  overflow: hidden;
  overflow-y: auto;
}
.scroll::-webkit-scrollbar {
  width: 4px;
}
.scroll::-webkit-scrollbar-button {
  height: 0;
}
.scroll::-webkit-scrollbar-track {
  opacity: 0;
}
.scroll::-webkit-scrollbar-track-piece {
  background: none;
}
.scroll::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: var(--grey);
  border-radius: var(--radius);
}
.scroll::-webkit-scrollbar-corner, .scroll #page .page-content .page-scroll::-webkit-resizer {
  background-color: var(--grey);
}

.scroll-x {
  overflow: hidden;
  overflow-x: auto;
}
.scroll-x::-webkit-scrollbar {
  height: 4px;
}
.scroll-x::-webkit-scrollbar-button {
  height: 0;
}
.scroll-x::-webkit-scrollbar-track {
  opacity: 0;
}
.scroll-x::-webkit-scrollbar-track-piece {
  background: none;
}
.scroll-x::-webkit-scrollbar-thumb {
  height: 35px;
  background-color: var(--grey);
  border-radius: var(--radius);
}
.scroll-x::-webkit-scrollbar-corner, .scroll-x #page .page-content .page-scroll::-webkit-resizer {
  background-color: var(--grey);
}

.version {
  display: none;
}

.home-head-wrap {
  background: var(--background-back);
  background-size: cover;
}

html #bd {
  /*& .sheight-0{
    & .online-waiting{
      width: 80px!important;
      flex: 0 0 80px!important;
    }
    & .online-list-wrap{
      width: 80px!important;
      flex: 0 0 80px!important;
    }
    & .master-head{
      & .component-row{
        display: none;
      }
    }
  }*/
}
html #bd #right {
  margin-left: 260px;
}
html #bd #report-right {
  margin-left: 260px;
}
html #bd.move .right-list {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html #bd .service-replace-item:hover {
  background: var(--light-grey);
}
html #bd.state {
  overflow: hidden !important;
}
html #bd .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
html #bd .menu-item:hover {
  background: var(--background) !important;
}
html #bd .menu-item:hover .menu-item-circul {
  display: flex !important;
}
html #bd .menu-item.active {
  background: var(--background) !important;
}
html #bd .menu-item.active .menu-item-circul {
  display: flex !important;
  z-index: 2;
}
html #bd .pod-menu-item:hover {
  text-decoration: underline;
}
html #bd .pod-menu-item.active {
  text-decoration: underline;
}
html #bd .product:hover {
  background-color: var(--light-white) !important;
}
html #bd #gallery {
  z-index: 2100 !important;
}
html #bd #gallery #inputGallery {
  display: flex;
  cursor: pointer;
}
html #bd #gallery #inputGallery2 {
  display: flex;
  cursor: pointer;
}
html #bd #gallery .gallery-item:hover .gallery-delete {
  display: flex !important;
}
html #bd .equipment-list .component-listItem:last-child {
  border: none !important;
}
html #bd #write-calendar-date .component-calendar {
  left: auto !important;
}
html #bd .top-item:hover {
  background: #f6f6f6 !important;
  box-shadow: 1px 1px 2px 0 rgb(174, 174, 174);
}
html #bd .top-icon svg path {
  fill: #aeaeae;
}
html #bd .top-icon:hover {
  background: #fff;
  border: 2px solid #fff !important;
}
html #bd .top-content-icon svg path {
  fill: #aeaeae;
}
html #bd .top-content-icon:hover {
  background: #fff;
  border: 1px solid #fff !important;
}
html #bd .left-start-icon svg path {
  fill: #4c7e99;
}
html #bd .left-start-icon:hover {
  background: #fff;
  border: 2px solid #fff !important;
}
html #bd .left-start-icon.active {
  background: #4c7e99;
  border: 2px solid #4c7e99 !important;
}
html #bd .left-start-icon.active svg path {
  fill: #fff;
}
html #bd #calendar-date .component-calendar {
  left: auto !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  border: none;
}
html #bd #calendar-date .component-calendar .head-left svg path {
  fill: #4c7e99;
}
html #bd #calendar-date .component-calendar .head-left:hover .component-icon {
  background: var(--white) !important;
  border-color: var(--white) !important;
}
html #bd #calendar-date .component-calendar .head-right svg path {
  fill: #4c7e99;
}
html #bd #calendar-date .component-calendar .head-right:hover .component-icon {
  background: var(--white) !important;
  border-color: var(--white) !important;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-head .day-head-item {
  width: 34px !important;
  height: 34px !important;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item {
  width: 24px !important;
  height: 24px !important;
  margin: 0 5px;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item:hover {
  background: var(--white);
  border: 1px solid transparent;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item.active {
  background: none;
  border: 1px solid #4c7e99;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item.active:hover {
  background: var(--white);
  border: 1px solid transparent;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item.this-active {
  color: var(--white);
  background: #4c7e99;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item.this-active:hover {
  background: #4c7e99;
}
html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item.day-item-empty:hover {
  background: none;
}
html #bd .time-item:first-child {
  border-top: 1px solid var(--black);
}
html #bd .time-item .time-item-head {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
html #bd .time-item.time-item-empty:hover {
  background: var(--blue) !important;
  border-color: var(--blue) !important;
}
html #bd .time-item.time-item-empty:hover .time-item-head {
  border-color: var(--dark-blue);
}
html #bd .time-item.time-status-3:hover .time-item-head-line {
  border-color: var(--dark-blue);
  background: var(--blue);
  border-color: var(--blue);
}
html #bd .time-item.time-out {
  background: var(--background);
  cursor: default;
}
html #bd .time-item.time-out:hover .time-item-head .component-content {
  opacity: 0;
}
html #bd .time-item.time-out:hover .time-item-head .component-icon {
  opacity: 0;
}
html #bd .time-item.time-out.time-active {
  background: none !important;
  border: none !important;
}
html #bd .time-item:hover .time-item-head .component-content {
  opacity: 1;
}
html #bd .time-item:hover .time-item-head .component-icon {
  opacity: 1;
}
html #bd .time-item.not-work {
  opacity: 0 !important;
  cursor: default !important;
}
html #bd .time-item.time-active {
  z-index: 100;
}
html #bd .time-item.time-active:hover {
  z-index: 101;
}
html #bd .time-item.time-active:hover .time-item-head .component-content {
  opacity: 1;
}
html #bd .time-item.time-active:hover .time-item-head .component-icon {
  opacity: 1;
}
html #bd .time-item.time-status-3 {
  z-index: 100;
}
html #bd .time-item-write {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
html #bd .time-item-write.move {
  z-index: 2000;
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg); /** Chrome & Safari **/
  -o-transform: rotate(2deg); /** Opera **/
  -moz-transform: rotate(2deg); /** Firefox **/
}
html #bd .time-item-write.stop {
  z-index: 2000;
}
html #bd .time-item-write.selected {
  outline: 2px solid var(--blue);
}
html #bd .time-item-write:hover .time-item-write-more {
  filter: opacity(100%);
}
html #bd .time-item-write:hover .time-item-write-more .component-content {
  display: block !important;
}
html #bd .online-list .master-item {
  border-right: 10px solid var(--grey);
  /*&:last-child{
    border-right: none;
  }*/
}
html #bd .online-list .master-item.master-selected {
  background: var(--light-blue);
}
html #bd .online-list .master-item.master-item-0 {
  border: none !important;
}
html #bd .sheight-0 .online-waiting {
  width: 60px !important;
  flex: 0 0 60px !important;
}
html #bd .sheight-0 .online-list-wrap {
  width: 60px !important;
  flex: 0 0 60px !important;
}
html #bd .sheight-0 .master-head .component-row {
  display: none;
}
html #bd .sheight-0 .oclock-text {
  display: none;
}
html #bd .sheight-1 .online-waiting {
  width: 80px !important;
  flex: 0 0 80px !important;
}
html #bd .sheight-1 .online-list-wrap {
  width: 80px !important;
  flex: 0 0 80px !important;
}
html #bd .sheight-1 .master-head .component-row {
  display: none;
}
html #bd .sheight-1 .oclock-text {
  font-size: 6px !important;
  line-height: 6px !important;
}
html #bd .sheight-2 .online-waiting {
  width: 100px !important;
  flex: 0 0 100px !important;
}
html #bd .sheight-2 .online-list-wrap {
  width: 100px !important;
  flex: 0 0 100px !important;
}
html #bd .sheight-2 .oclock-text {
  font-size: 8px !important;
  line-height: 8px !important;
}
html #bd .sheight-3 .oclock-text {
  font-size: 10px !important;
  line-height: 10px !important;
}
html #bd .sheight-4 .online-waiting {
  width: 140px !important;
  flex: 0 0 140px !important;
}
html #bd .sheight-4 .online-list-wrap {
  width: 140px !important;
  flex: 0 0 140px !important;
}
html #bd .sheight-4 .oclock-text {
  font-size: 12px !important;
  line-height: 12px !important;
}
html #bd .sheight-5 .online-waiting {
  width: 160px !important;
  flex: 0 0 160px !important;
}
html #bd .sheight-5 .online-list-wrap {
  width: 160px !important;
  flex: 0 0 160px !important;
}
html #bd .sheight-6 .online-waiting {
  width: 180px !important;
  flex: 0 0 180px !important;
}
html #bd .sheight-6 .online-list-wrap {
  width: 180px !important;
  flex: 0 0 180px !important;
}
html #bd .sheight-7 .online-waiting {
  width: 200px !important;
  flex: 0 0 200px !important;
}
html #bd .sheight-7 .online-list-wrap {
  width: 200px !important;
  flex: 0 0 200px !important;
}
html #bd .sheight-8 .online-waiting {
  width: 220px !important;
  flex: 0 0 220px !important;
}
html #bd .sheight-8 .online-list-wrap {
  width: 220px !important;
  flex: 0 0 220px !important;
}
html #bd .sheight-9 .online-waiting {
  width: 240px !important;
  flex: 0 0 240px !important;
}
html #bd .sheight-9 .online-list-wrap {
  width: 240px !important;
  flex: 0 0 240px !important;
}
html #bd .sheight-10 .online-waiting {
  width: 260px !important;
  flex: 0 0 260px !important;
}
html #bd .sheight-10 .online-list-wrap {
  width: 260px !important;
  flex: 0 0 260px !important;
}
html #bd .sheight-11 .online-waiting {
  width: 280px !important;
  flex: 0 0 280px !important;
}
html #bd .sheight-11 .online-list-wrap {
  width: 280px !important;
  flex: 0 0 280px !important;
}
html #bd .sheight-12 .online-waiting {
  width: 300px !important;
  flex: 0 0 300px !important;
}
html #bd .sheight-12 .online-list-wrap {
  width: 300px !important;
  flex: 0 0 300px !important;
}
html #bd .sheight-13 .online-waiting {
  width: 320px !important;
  flex: 0 0 320px !important;
}
html #bd .sheight-13 .online-list-wrap {
  width: 320px !important;
  flex: 0 0 320px !important;
}
html #bd .sheight-14 .online-waiting {
  width: 340px !important;
  flex: 0 0 340px !important;
}
html #bd .sheight-14 .online-list-wrap {
  width: 340px !important;
  flex: 0 0 340px !important;
}
html #bd .sheight-15 .online-waiting {
  width: 360px !important;
  flex: 0 0 360px !important;
}
html #bd .sheight-15 .online-list-wrap {
  width: 360px !important;
  flex: 0 0 360px !important;
}
html #bd .auth-user-item:hover {
  background: var(--white);
}
html #bd .waiting-list .time-item-write {
  position: relative !important;
}
html #bd .waiting-list .time-item-write:hover {
  z-index: 101;
}
html #bd.resize-move .time-item.time-item-empty:hover {
  background: var(--white);
  /*border:none;*/
}
html #bd .search-master-item:hover {
  background: var(--background);
}
html #bd #service-list.active {
  display: flex !important;
}
html #bd #service-list .s-item.active {
  background: #b9e6aa;
}
html #bd .service-tab:hover {
  background: var(--white) !important;
}
html #bd .service-tab:hover .component-tab-title {
  color: var(--text) !important;
}
html #bd .service-tab.active {
  background: var(--white) !important;
}
html #bd .service-tab.active .component-tab-title {
  color: var(--text) !important;
}
html #bd .service-cat-tab.active .component-button-wrap {
  background: var(--white) !important;
  border-color: var(--white) !important;
}
html #bd .service-class-tab:hover {
  background: var(--white) !important;
}
html #bd .service-class-tab:hover .component-tab-title {
  color: var(--text) !important;
}
html #bd .service-class-tab.active {
  background: var(--white) !important;
}
html #bd .service-class-tab.active .component-tab-title {
  color: var(--text) !important;
}
html #bd .s-item {
  /*&:hover{
    background: var(--white);
  }*/
}
html #bd .s-item.active {
  background: var(--white);
}
html #bd .write-service:last-child {
  border: none !important;
}
html #bd .group-icon svg path {
  fill: var(--green);
}
html #bd .write-service-list:empty {
  border: none !important;
}
html #bd #left {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0ms;
}
html #bd #create-write .window-close .component-icon {
  width: 20px !important;
  height: 20px !important;
  margin: 8px 0 8px 8px;
}
html #bd #create-write .write-center.active {
  border-top-left-radius: 0px !important;
}
html #bd #create-write .type-write-button .component-button-wrap:hover {
  background: #4c7e99 !important;
  border-color: #4c7e99 !important;
}
html #bd #create-write .type-write-button .component-button-wrap:hover .button-title {
  color: #fff !important;
}
html #bd .write-left-menu-item {
  margin-right: -1px !important;
}
html #bd .write-left-menu-item:hover {
  background: rgb(244, 244, 244);
}
html #bd .write-left-menu-item.active {
  background: rgb(244, 244, 244);
}
html #bd .client-left-menu-item {
  margin-right: -1px !important;
}
html #bd .client-left-menu-item:hover {
  background: rgb(234, 234, 234);
}
html #bd .client-left-menu-item.active {
  background: rgb(234, 234, 234);
}
html #bd .search-service-list {
  display: none;
}
html #bd .search-service-list.active {
  display: flex;
}
html #bd .search-service-list .service-search-item:hover {
  background: var(--background);
}
html #bd .search-master-list {
  display: none;
}
html #bd .search-master-list.active {
  display: flex;
}
html #bd .search-master-list .service-search-item:hover {
  background: var(--background);
}
html #bd .work-item:hover {
  background: var(--light-grey);
}
html #bd .work-item.is-over {
  background: var(--light-grey);
  cursor: default !important;
}
html #bd .work-item.is-empty {
  font-size: 18px !important;
  line-height: 18px !important;
  font-weight: 700;
}
html #bd .work-item.is-empty:hover {
  color: var(--blue);
}
html #bd .work-item.is-work {
  background: var(--blue);
}
html #bd .work-item.is-work.bg-red {
  background: var(--red);
}
html #bd .right-list.size-0 #online-left .component-content {
  height: 20px !important;
}
html #bd .right-list.size-0 #online-right .component-content {
  height: 20px !important;
}
html #bd .right-list.size-0 .master-time .time-item {
  height: 10px !important;
}
html #bd .right-list.size-0 .time-item-write .time-item-head {
  height: 10px !important;
}
html #bd .right-list.size-0 .time-item-write .time-item-head .oclock-text {
  font-size: 10px !important;
  line-height: 10px !important;
}
html #bd .right-list.size-1 #online-left .component-content {
  height: 30px !important;
}
html #bd .right-list.size-1 #online-right .component-content {
  height: 30px !important;
}
html #bd .right-list.size-1 .master-time .time-item {
  height: 15px !important;
}
html #bd .right-list.size-1 .time-item-write .time-item-head {
  height: 15px !important;
}
html #bd .right-list.size-2 #online-left .component-content {
  height: 20px !important;
}
html #bd .right-list.size-2 #online-left .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-2 #online-right .component-content {
  height: 20px !important;
}
html #bd .right-list.size-2 #online-right .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-2 .master-time .time-item {
  height: 20px !important;
}
html #bd .right-list.size-2 .time-item-write .time-item-head {
  height: 15px !important;
}
html #bd .right-list.size-3 #online-left .component-content {
  height: 25px !important;
}
html #bd .right-list.size-3 #online-left .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-3 #online-right .component-content {
  height: 25px !important;
}
html #bd .right-list.size-3 #online-right .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-3 .master-time .time-item {
  height: 25px !important;
}
html #bd .right-list.size-3 .time-item-write .time-item-head {
  height: 15px !important;
}
html #bd .right-list.size-4 #online-left .component-content {
  height: 30px !important;
}
html #bd .right-list.size-4 #online-left .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-4 #online-right .component-content {
  height: 30px !important;
}
html #bd .right-list.size-4 #online-right .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-4 .master-time .time-item {
  height: 30px !important;
}
html #bd .right-list.size-4 .time-item-write .time-item-head {
  height: 15px !important;
}
html #bd .right-list.size-5 #online-left .component-content {
  height: 35px !important;
}
html #bd .right-list.size-5 #online-left .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-5 #online-right .component-content {
  height: 35px !important;
}
html #bd .right-list.size-5 #online-right .component-content.d-none {
  display: flex;
}
html #bd .right-list.size-5 .master-time .time-item {
  height: 35px !important;
}
html #bd .right-list.size-5 .time-item-write .time-item-head {
  height: 15px !important;
}
html #bd .color-list-wrap:hover .color-list {
  opacity: 1 !important;
}
html #bd #pagination .page-link.active {
  background-color: #d3e0e8 !important;
}
html #bd #pagination2 {
  justify-content: center;
}
html #bd #pagination2 .page-link.active {
  background-color: #d3e0e8 !important;
}
html #bd .date-checked .date-check-form {
  flex: none;
}
html #bd .button-hover:hover .component-button-wrap {
  background: #fff !important;
  border-color: #fff !important;
}
html #bd #schedule .schedule-arrow-left:hover {
  background: #fff !important;
  border-color: #fff !important;
}
html #bd #schedule .schedule-arrow-right:hover {
  background: #fff !important;
  border-color: #fff !important;
}
html #bd #schedule #scale {
  margin-left: 5px !important;
}
html #bd #schedule #height {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
html #bd #schedule .revenue-wrap {
  margin-right: 0 !important;
}
html #bd #schedule .filter-link {
  display: flex !important;
}
html #bd #schedule .right-header {
  position: relative;
}
html #bd #schedule .right-header .page-hint {
  width: 30px !important;
  height: 30px !important;
  flex: 0 0 30px !important;
}
html #bd #schedule .right-header #filter {
  width: 280px;
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #schedule .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #schedule .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #schedule .work-head {
  position: relative;
}
html #bd #schedule .work-head #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #schedule .work-head #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #schedule .work-head #filter .filter-title {
  display: flex !important;
}
html #bd #cash .filter-link {
  display: flex !important;
}
html #bd #cash .right-header {
  position: relative;
}
html #bd #cash .right-header #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #cash .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #cash .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #client .filter-link {
  display: flex !important;
}
html #bd #client .right-header {
  position: relative;
}
html #bd #client .right-header #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #client .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #client .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #master .filter-link {
  display: flex !important;
}
html #bd #master .right-header {
  position: relative;
}
html #bd #master .right-header #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #master .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #master .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #service .filter-link {
  display: flex !important;
}
html #bd #service .right-header {
  position: relative;
}
html #bd #service .right-header #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #service .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #service .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #storage .filter-link {
  display: flex !important;
}
html #bd #storage .right-header {
  position: relative;
}
html #bd #storage .right-header #filter {
  display: none;
  position: absolute;
  border: 1px solid var(--light-grey);
  left: 0;
  background: var(--white);
  z-index: 500;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  padding: 10px 0 10px 10px;
  border-radius: 4px;
}
html #bd #storage .right-header #filter.active {
  display: flex;
  flex-direction: column;
}
html #bd #storage .right-header #filter .filter-title {
  display: flex !important;
}
html #bd #service-list {
  width: calc(100% - 260px);
  margin-left: 260px;
}
html #bd .shedule-client-item:hover {
  background-color: var(--light-white);
}
html #bd .type-tab:hover {
  background: var(--background) !important;
}
html #bd .type-tab .component-checkbox-arrow {
  display: none;
}
html #bd .from-tab:hover {
  background: var(--background) !important;
}
html #bd .from-tab .component-checkbox-arrow {
  display: none;
}
html #bd #create-payment .date-input .component-input-wrap {
  width: 80px !important;
  padding: 3px 0 !important;
}
html #bd #create-payment .date-input .component-date-icon {
  margin-right: 10px;
}
html #bd #create-payment .date-input .component-date-icon .component-icon {
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
}
html #bd .client-tab-item.active {
  background: var(--blue) !important;
}
html #bd .client-tab-item.active .component-tab-title {
  color: var(--white) !important;
}
html #bd .client-tab-item:hover {
  background: var(--blue) !important;
}
html #bd .client-tab-item:hover .component-tab-title {
  color: var(--white) !important;
}
html #bd .status-list.status-none {
  opacity: 0;
}
html #bd .status-list.status-none .status-item {
  cursor: default;
}
html #bd .another-icon {
  margin-left: auto !important;
}
html #bd .promo-input-right .component-loading-circul-1 {
  border-width: 1px;
}
html #bd .promo-input-right .component-loading-circul-2 {
  border-width: 1px;
}
html #bd .promo-input-right .component-loading-circul-3 {
  border-width: 1px;
}
html #bd .promo-input-right .component-loading-circul-4 {
  border-width: 1px;
}
html #bd #online-wrap.active .time-item:not(time-active) {
  z-index: 1000 !important;
  background: none !important;
}
html #bd #online-wrap.active .time-item:not(time-active):hover {
  background: var(--blue) !important;
}
html #bd #online-wrap.active .time-item.time-active {
  z-index: 3 !important;
}
html #bd .sort-arrow.top {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
html #bd .master-promo-list {
  max-height: 300px;
}
html #bd .master-promo-list .master-promo-item:last-child {
  border-bottom: none !important;
}
html #bd .master-promo-list .master-promo-item:hover {
  background: var(--background);
}
html #bd .start-input .component-input-wrap {
  padding: 5px !important;
}
html #bd .end-input .component-input-wrap {
  padding: 5px !important;
}
html #bd .start2-input .component-input-wrap {
  padding: 5px !important;
}
html #bd .end2-input .component-input-wrap {
  padding: 5px !important;
}
html #bd .message-item-wrap .message-item {
  margin-left: 10px;
}
html #bd .message-item-wrap .message-item .message-item-arrow {
  position: absolute;
  left: -14px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff !important;
  transform: rotate(270deg);
}
html #bd .message-item-wrap .message-item .message-item-arrow:not(.time-item):empty {
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff !important;
}
html #bd .message-item-wrap.align-items-flex-end .message-item {
  margin-left: 0px;
  margin-right: 10px;
}
html #bd .message-item-wrap.align-items-flex-end .message-item .message-item-arrow {
  position: absolute;
  left: auto;
  right: -14px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #d4dde8 !important;
  transform: rotate(90deg);
}
html #bd .message-item-wrap.align-items-flex-end .message-item .message-item-arrow:not(.time-item):empty {
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #d4dde8 !important;
}
html #bd .service-info-icon:hover .service-info {
  display: flex !important;
}
html #bd .service-info-icon .service-info-arrow {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #434343;
  position: absolute;
  left: 6px;
  top: -10px;
}
html #bd .service-info-icon .service-info-top .service-info-arrow {
  top: auto;
  transform: rotate(180deg);
  bottom: -10px;
}
html #bd .report-box:empty {
  border: none !important;
}
html #bd .report-box .report-item.hover {
  background: var(--light-grey);
}
html #bd .report-box .report-item.hover .report-name {
  background: var(--light-grey) !important;
}
html #bd .report-box .report-filial-item.hover {
  background: var(--light-grey);
}
html #bd .report-box .report-filial-item.hover .report-name {
  background: var(--light-grey) !important;
}
html #bd .report-box .report-service-item.hover {
  background: var(--light-grey);
}
html #bd .report-box .report-service-item.hover .report-name {
  background: var(--light-grey) !important;
}
html #bd .report-box .report-filial {
  display: none;
}
html #bd .report-box .report-filial.active {
  display: flex;
}
html #bd .cash-type-tab-item .component-tab-title {
  color: var(--black) !important;
}
html #bd .switch-type {
  background: #ee6969;
}
html #bd .switch-type.active {
  flex-direction: row-reverse;
  background: #b0daa1;
}
html #bd .switch-type.active .component-content {
  justify-content: flex-end;
  color: var(--white);
}
html #bd .service-item .service-title:hover {
  text-decoration: none !important;
}
html #bd .razdel-menu-link.active .component-icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
html #bd .tab-app-item {
  background: none;
}
html #bd .setting-time-item {
  cursor: pointer;
}
html #bd .setting-time-item:hover {
  background-color: var(--blue);
}
html #bd .setting-time-item:hover .opacity-0 {
  opacity: 1 !important;
}
html #bd .setting-time-item-30 {
  cursor: pointer;
}
html #bd .setting-time-item-30:hover {
  background-color: var(--blue);
}
html #bd .setting-time-item-30:hover .opacity-0 {
  opacity: 1 !important;
}
html #bd .shop-list .shop-item:nth-child(2n) {
  margin-left: auto;
}
html #bd .online-waiting.close {
  width: 20px !important;
  flex: 0 0 20px !important;
}
html #bd .online-waiting.close .online-filial-header .component-content {
  opacity: 0;
}
html #bd .online-waiting.close .close-filial-title {
  display: flex !important;
}
html #bd .online-waiting.close .online-list {
  opacity: 0;
}
html #bd .work-list-action.close {
  width: 20px !important;
  flex: 0 0 20px !important;
}
html #bd .work-list-action.close .action-title {
  display: none !important;
}
html #bd .work-list-action.close .action-master {
  display: none !important;
}
html #bd .online-filial.close {
  width: 20px !important;
}
html #bd .online-filial.close .online-filial-header .component-content {
  opacity: 0;
}
html #bd .online-filial.close .close-filial-title {
  display: flex !important;
}
html #bd .online-filial.close .online-list {
  opacity: 0;
}
html #bd .category-service-item.active {
  border-color: rgb(212, 221, 232) !important;
  background: rgb(212, 221, 232) !important;
  box-shadow: 0px 2px 4px 1px rgba(114, 115, 115, 0.3) !important;
}
html #bd .category-service-item:hover {
  border-color: rgb(212, 221, 232) !important;
  background: rgb(212, 221, 232) !important;
  box-shadow: 0px 2px 4px 1px rgba(114, 115, 115, 0.3) !important;
}
html #bd .write-history .history-write-item:last-child {
  border: none !important;
}
html #bd .write-right-tab.active .component-tab-title {
  color: var(--white) !important;
}
html #bd .write-right-tab:hover .component-tab-title {
  color: var(--white) !important;
}
html #bd #master-icon-info {
  background-color: rgba(25, 25, 25, 0.3);
}
html #bd .dislike-icon:not(.disabled):hover svg path {
  fill: var(--red) !important;
}
html #bd .icon-master-item:hover {
  background-color: var(--light-grey);
}
html #bd .main-role .main-role-head .role-item {
  margin-bottom: 0 !important;
}
html #bd .main-role .main-role-body {
  display: none;
}
html #bd .main-role.active {
  background: var(--background);
}
html #bd .main-role.active .main-arrow {
  transform: rotate(180deg);
}
html #bd .main-role.active .main-role-body {
  display: flex;
}
html #bd .input-error {
  border: 1px solid var(--red) !important;
}
html #bd .write-right-wrap .m-select {
  top: 0 !important;
}
html #bd .auth-button:hover .component-button-wrap {
  background: var(--white) !important;
}
html #bd .user-auth-button:hover .component-button-wrap {
  background: #8bb1c5 !important;
}
html #bd .payment-arrow.active {
  height: 40px !important;
  padding-bottom: 20px !important;
}
html #bd .type-price-box:last-child {
  margin-right: 0 !important;
}
html #bd .cash-data-list-item:last-child {
  margin-right: 0 !important;
}
html #bd .payment-type-data .comment-input input::-webkit-input-placeholder {
  color: #aeaeae;
}
html #bd .payment-type-data .comment-input input:-ms-input-placeholder {
  color: #aeaeae;
}
html #bd .payment-type-data .comment-input input::-ms-input-placeholder {
  color: #aeaeae;
}
html #bd .payment-type-data .comment-input input::placeholder {
  color: #aeaeae;
}
html #bd .revenue-item:hover {
  background: var(--light-white);
}
html #bd .left-start-icon-schedule:hover .left-start-icon-seven {
  display: flex !important;
}
html #bd .pl-position:hover .component-content {
  background: rgb(240, 240, 240) !important;
}

@media only screen and (max-width: 1330px) {
  html #bd #schedule-option {
    display: none !important;
    position: relative;
    top: auto !important;
    left: auto !important;
    padding-left: 0 !important;
    justify-content: flex-start;
  }
  html #bd #schedule-option.active {
    display: flex !important;
  }
  html #bd .mobile-option-icon {
    display: flex !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mobile-none {
    display: none !important;
  }
  html #bd {
    /*& .now-date-icon{
      display: flex!important;
    }

    & .mobile-item-buy{
      display: flex!important;
    }*/
  }
  html #bd #right {
    margin-left: 0;
  }
  html #bd #write-right {
    display: none;
  }
  html #bd #left {
    position: absolute;
    left: -260px;
    top: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1000;
  }
  html #bd #left::-webkit-scrollbar {
    width: 4px;
  }
  html #bd #left::-webkit-scrollbar-button {
    height: 0;
  }
  html #bd #left::-webkit-scrollbar-track {
    opacity: 0;
  }
  html #bd #left::-webkit-scrollbar-track-piece {
    background: none;
  }
  html #bd #left::-webkit-scrollbar-thumb {
    height: 10px;
    background-color: var(--grey);
    border-radius: var(--radius);
  }
  html #bd #left::-webkit-scrollbar-corner, html #bd #left #page .page-content .page-scroll::-webkit-resizer {
    background-color: var(--grey);
  }
  html #bd #left.active {
    left: 0px;
  }
  html #bd .user-logo {
    display: none;
  }
  html #bd .user-logo-left {
    display: flex;
  }
  html #bd .right-header {
    flex-wrap: wrap;
    position: relative;
  }
  html #bd .right-head-menu {
    display: flex;
  }
  html #bd .left-menu-link {
    display: flex;
  }
  html #bd #filter {
    display: none;
    position: absolute;
    left: 0;
    background: var(--white);
    z-index: 500;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
    padding: 10px 0 10px 10px;
    border-radius: 4px;
  }
  html #bd #filter.active {
    display: flex;
  }
  html #bd .filter-link {
    display: flex;
  }
}
@media only screen and (max-width: 600px) {
  html.touchmove {
    touch-action: none;
    overflow: hidden !important;
  }
  html.touchmove #bd {
    touch-action: none;
    overflow: hidden !important;
  }
  html.touchmove #bd #online-wrap {
    touch-action: none;
    overflow: hidden !important;
  }
  html #bd {
    /*& #shedule-input{
      flex-wrap: wrap;
    }*/
  }
  html #bd .date-text {
    display: none;
  }
  html #bd #write-left {
    display: none;
  }
  html #bd #write-left.active {
    display: flex;
  }
  html #bd .color-head {
    width: 100% !important;
  }
  html #bd .create-write-wrap {
    position: relative;
  }
  html #bd .create-write-wrap .write-left {
    display: none;
  }
  html #bd .create-write-wrap .write-right {
    position: absolute;
    right: 120%;
    height: 100% !important;
    width: 100% !important;
    z-index: 500;
    margin-left: 0 !important;
    padding: 15px !important;
    background: rgb(244, 244, 244);
    border-radius: 20px;
  }
  html #bd .create-write-wrap .write-right .write-right-head {
    flex-wrap: wrap !important;
  }
  html #bd .create-write-wrap .write-right .write-right-head .write-right-tab {
    margin-bottom: 10px !important;
  }
  html #bd .create-write-wrap .write-right .write-right-wrap .w-55 {
    width: 70% !important;
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .create-write-wrap .write-right .author-info .w-35 {
    width: 50% !important;
  }
  html #bd .chat-wrapper #message {
    margin: 0 !important;
  }
  html #bd .chat-wrapper .component-button {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  html #bd .write-mobile-info {
    display: flex;
    margin-bottom: 20px !important;
  }
  html #bd .write-date {
    width: 100% !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
  }
  html #bd .write-date .write-date-date {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  html #bd .mobile-date-box {
    display: flex;
  }
  html #bd .status-list-wrap {
    align-items: flex-start !important;
    width: 89% !important;
    padding: 0 !important;
    margin: 0 11% 10px 0 !important;
  }
  html #bd .status-list-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0);
  }
  html #bd .status-list-wrap::-webkit-scrollbar-corner, html #bd .status-list-wrap #page .page-content .page-scroll::-webkit-resizer {
    background-color: rgba(255, 255, 255, 0);
  }
  html #bd .status-list-wrap .status-list {
    justify-content: flex-start !important;
    min-width: 400px !important;
  }
  html #bd .status-list-wrap .status-list .status-item {
    width: 25% !important;
    padding: 2px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    flex-direction: column;
  }
  html #bd .status-list-wrap .status-list .status-item .item-left {
    margin-bottom: 5px;
  }
  html #bd .status-list-wrap .status-list .status-item .item-left .component-icon {
    margin-right: 0 !important;
  }
  html #bd .status-list-wrap .status-list .status-item .item-title-span {
    font-size: 11px !important;
    line-height: 11px !important;
    text-align: center;
  }
  html #bd .status-list-wrap .status-list .status-item.status-item-1 {
    width: 28% !important;
  }
  html #bd .status-list-wrap .status-list .status-item.status-item-2 {
    width: 22% !important;
  }
  html #bd .status-list-wrap .status-list .status-item.status-item-4 {
    display: none !important;
  }
  html #bd .color-cabinet-list {
    flex-direction: column;
  }
  html #bd .color-cabinet-list .color-head {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  html #bd .color-cabinet-list .cabinet-list {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  html #bd .time-item-write .bottom-line {
    height: 15px !important;
  }
  html #bd #create-payment .component-window-wrap {
    padding: 15px !important;
  }
  html #bd #create-payment .component-window-wrap .create-payment-head {
    padding-left: 70px !important;
  }
  html #bd #create-payment .component-window-wrap .create-payment-head .article-select .component-select-content {
    font-size: 14px !important;
  }
  html #bd #create-payment .component-window-wrap .payment-select .component-row {
    flex-direction: column;
  }
  html #bd #create-payment .component-window-wrap .payment-select .component-row .w-49 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  html #bd #create-payment .component-window-wrap .payment-select .component-row .w-49.first-select {
    margin-bottom: 5px !important;
  }
  html #bd #create-payment .component-window-wrap .type-price {
    flex-wrap: wrap !important;
  }
  html #bd #create-payment .component-window-wrap .type-price .type-price-box {
    max-width: 40% !important;
    margin-bottom: 10px !important;
  }
  html #bd #create-payment .component-window-wrap .cert-cash-item {
    flex-wrap: wrap !important;
  }
  html #bd #create-payment .component-window-wrap .cert-cash-item .ici-name {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    width: 100% !important;
  }
  html #bd #create-payment .component-window-wrap .cert-cash-item .ici-price {
    width: 110px !important;
  }
  html #bd #create-payment .component-window-wrap .cert-cash-item .ici-comment {
    flex: 1 0 0;
  }
  html #bd #create-payment .component-window-wrap .cert-cash-item .sci-delete {
    margin-left: 5px !important;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item {
    flex-wrap: wrap !important;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item .ici-name {
    margin-right: 0 !important;
    margin-bottom: 5px !important;
    width: 100% !important;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item .ici-price {
    width: 100px !important;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item .ici-count {
    width: 80px !important;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item .ici-sale {
    flex: 1 0 0;
  }
  html #bd #create-payment .component-window-wrap .item-cash-item .ici-delete {
    margin-left: 5px !important;
  }
  html #bd #create-payment .component-window-wrap .cash-data-list {
    flex-wrap: wrap !important;
  }
  html #bd #create-payment .component-window-wrap .cash-data-list .cash-data-list-item {
    width: 48% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  html #bd #create-payment .component-window-wrap .cash-data-list .cash-data-list-item:nth-child(even) {
    margin-left: auto !important;
  }
  html #bd #create-payment .component-window-wrap .cert-list .cert-item .cert-item-wrap {
    flex-wrap: wrap;
  }
  html #bd #create-payment .component-window-wrap .cert-list .cert-item .cert-item-wrap .cert-item-name {
    width: 50% !important;
    margin-bottom: 5px !important;
  }
  html #bd #create-payment .component-window-wrap .cert-list .cert-item .cert-item-wrap .ci-rest {
    width: 50% !important;
    margin-bottom: 5px !important;
  }
  html #bd #create-payment .component-window-wrap .cert-list .cert-item .cert-item-wrap .ci-input {
    width: 50% !important;
  }
  html #bd #left {
    position: fixed;
    left: -100%;
    width: 100% !important;
    height: 100vh !important;
  }
  html #bd #left.active {
    left: 0;
  }
  html #bd .master-arrow {
    height: 114px !important;
  }
  html #bd .master-head {
    height: 80px;
  }
  html #bd .master-head .component-content {
    margin-bottom: 0 !important;
  }
  html #bd .master-head .master-action-icon {
    display: none !important;
  }
  html #bd .now-date {
    padding-top: 5px !important;
    margin-left: auto;
    margin-right: 0 !important;
  }
  html #bd .now-date .button-title {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  html #bd #scheduleDate {
    align-items: center;
    margin: 10px 0;
  }
  html #bd #scheduleDate #scheduleArrow {
    padding-top: 0 !important;
  }
  html #bd #scheduleDate .component-column {
    padding-bottom: 0 !important;
  }
  html #bd #schedule-option {
    flex-wrap: wrap;
  }
  html #bd #schedule-option .phone-shedule-box {
    width: 183px !important;
    flex: 0 0 183px;
    margin-right: 10px !important;
    margin-top: 10px !important;
  }
  html #bd #schedule-option .search-cert-box {
    width: 183px !important;
    flex: 0 0 183px;
    margin-right: 10px !important;
    margin-top: 10px !important;
  }
  html #bd #schedule-option .filter-link {
    margin-top: 10px !important;
  }
  html #bd #schedule-option .scale-list {
    margin-top: 10px !important;
  }
  html #bd #schedule-option #revenue {
    margin-top: 10px !important;
  }
  html #bd #schedule-option #filter {
    left: auto !important;
    right: 0;
  }
  html #bd #schedule-option .scale-option {
    left: auto !important;
    right: 0;
  }
  html #bd #calendar-date {
    align-items: center;
  }
  html #bd #calendar-date .component-calendar {
    left: auto !important;
    width: 100% !important;
    max-width: 360px !important;
  }
  html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-head {
    justify-content: center;
  }
  html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-head .day-head-item {
    width: 14% !important;
    height: 36px !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
  html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center {
    justify-content: center;
  }
  html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item {
    width: 11% !important;
    height: 36px !important;
    font-size: 16px !important;
    line-height: 16px !important;
  }
  html #bd .component-window-wrap {
    width: 95% !important;
  }
  html #bd .component-window-wrap .component-button {
    width: 100% !important;
  }
  html #bd #filter {
    flex-direction: column;
    top: 40px !important;
    width: 260px;
    padding: 10px 10px 10px 10px !important;
  }
  html #bd #filter .filter-title {
    display: flex;
  }
  html #bd #filter .component-select {
    width: 100% !important;
  }
  html #bd #filter .component-input {
    width: 100% !important;
  }
  html #bd #filter .component-button {
    width: 100% !important;
  }
  html #bd .gallery-title {
    flex: 0 0 0 !important;
    height: auto !important;
    justify-content: flex-start !important;
    margin: 24px 0 10px 0 !important;
    padding-right: 40px !important;
  }
  html #bd .gallery-input {
    width: 160px !important;
    height: 140px !important;
    flex: 0 0 160px !important;
    display: none;
  }
  html #bd .gallery-item {
    width: 164px !important;
    height: 144px !important;
    flex: 0 0 164px !important;
  }
  html #bd .gallery-item .gallery-avatar {
    width: 160px !important;
    height: 140px !important;
    flex: 0 0 160px !important;
  }
  html #bd .price-list {
    flex-wrap: wrap;
  }
  html #bd .price-list .price-list-item:nth-child(1) {
    width: 32% !important;
    margin-right: 0 !important;
  }
  html #bd .price-list .price-list-item:nth-child(2) {
    width: 32% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  html #bd .price-list .price-list-item:nth-child(3) {
    width: 32% !important;
    margin-right: 0 !important;
  }
  html #bd .price-list .price-list-item:nth-child(4) {
    width: 49% !important;
    margin-right: auto !important;
  }
  html #bd .price-list .price-list-item:nth-child(5) {
    width: 49% !important;
    margin-right: 0 !important;
  }
  html #bd .gallery-bottom {
    height: 140px !important;
  }
  html #bd .gallery-arrow {
    display: none;
  }
  html #bd .product {
    flex-direction: column;
    position: relative;
    margin-bottom: 10px !important;
  }
  html #bd .product.product-top {
    padding-top: 30px !important;
  }
  html #bd .product .component-title {
    margin-bottom: 5px;
  }
  html #bd .product .component-title .component-title-span {
    display: block;
    white-space: normal;
  }
  html #bd .product .component-link {
    width: auto !important;
    margin-right: auto !important;
    flex-direction: row;
  }
  html #bd .product .component-icon {
    padding: 3px !important;
    width: 20px !important;
    height: 20px !important;
    margin-left: 5px !important;
  }
  html #bd .product .component-column {
    margin-bottom: 5px;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: flex-start;
    align-items: flex-start;
  }
  html #bd .product .component-column .resume-text {
    display: flex;
  }
  html #bd .product .storage-mobile-price .component-column {
    width: auto !important;
    max-width: none !important;
  }
  html #bd .product .storage-mobile-price .component-column.column-price {
    margin-right: 10px !important;
  }
  html #bd .product .mobile-100 {
    width: 100% !important;
    min-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html #bd .product .mobile-row {
    flex-direction: row;
  }
  html #bd .product .mobile-watch {
    display: flex !important;
  }
  html #bd .product .product-icon {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  html #bd .product .post-avatar {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 5px !important;
  }
  html #bd .product .master-avatar {
    position: absolute;
    left: 10px;
    top: 30px;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 5px !important;
  }
  html #bd .product .client-avatar {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    padding: 5px !important;
  }
  html #bd .product .eq-list {
    display: none;
  }
  html #bd .product .us-list {
    display: none;
  }
  html #bd .product.client-item .component-column {
    padding-left: 40px !important;
  }
  html #bd .color-setting .color-left {
    width: 150px !important;
  }
  html #bd .color-setting .color-left .color-status-item {
    margin-bottom: 20px !important;
  }
  html #bd .color-setting .color-right {
    width: 120px !important;
    flex: 0 0 120px !important;
  }
  html #bd .color-setting .color-right .time-item-head {
    width: auto !important;
  }
  html #bd .payment-type-data .add-button {
    width: auto !important;
  }
  html #bd .payment-type-data .deposite-name {
    width: 50% !important;
  }
  html #bd .payment-type-data .deposite-price {
    width: 25% !important;
  }
  html #bd .payment-type-data .deposite-input {
    width: 25% !important;
  }
  html #bd .payment-type-data .head-deposite-name {
    width: 50% !important;
  }
  html #bd .payment-type-data .head-deposite-price {
    width: 25% !important;
  }
  html #bd .payment-type-data .head-deposite-input {
    width: 25% !important;
  }
  html #bd .payment-type-data .ci-name {
    width: 35% !important;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  html #bd .payment-type-data .ci-price {
    width: 20% !important;
  }
  html #bd .payment-type-data .ci-rest {
    width: 20% !important;
  }
  html #bd .payment-type-data .ci-input {
    width: 25% !important;
  }
  html #bd .payment-type-data .head-ci-name {
    width: 35% !important;
  }
  html #bd .payment-type-data .head-ci-price {
    width: 20% !important;
  }
  html #bd .payment-type-data .head-ci-rest {
    width: 20% !important;
  }
  html #bd .payment-type-data .head-ci-input {
    width: 25% !important;
  }
  html #bd .right-header .page-title {
    max-width: 30% !important;
  }
  html #bd .main-report-list .item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  html #bd .main-report-list .item .component-column {
    width: 100% !important;
    flex: 1 0 0 !important;
  }
  html #bd .zp-info {
    flex-direction: column;
  }
  html #bd .filter-wrap {
    position: static !important;
  }
  html #bd .filter-wrap #filter {
    left: 0 !important;
  }
  html #bd .component-hint {
    display: none;
  }
  html #bd .storage-title {
    margin-top: 20px !important;
  }
  html #bd .gallery-list-wrap {
    overflow: hidden;
    overflow-x: auto;
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar {
    height: 4px;
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar-button {
    height: 0;
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar-track {
    opacity: 0;
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar-track-piece {
    background: none;
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar-thumb {
    height: 35px;
    background-color: var(--grey);
    border-radius: var(--radius);
  }
  html #bd .gallery-list-wrap::-webkit-scrollbar-corner, html #bd .gallery-list-wrap #page .page-content .page-scroll::-webkit-resizer {
    background-color: var(--grey);
  }
  html #bd .post-item {
    padding-left: 50px !important;
  }
  html #bd .post-item .post-avatar {
    left: 10px !important;
    right: auto !important;
  }
  html #bd .waiting-button .button-title {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .m-item {
    padding-left: 50px !important;
  }
  html #bd .m-item .master-avatar {
    left: 10px !important;
    right: auto !important;
  }
  html #bd .cert-avatar {
    display: none !important;
  }
  html #bd .sertificate-item .status-select {
    width: 120px !important;
  }
  html #bd .head-item {
    display: none;
  }
  html #bd #online-right {
    display: none;
  }
  html #bd .master-arrow {
    opacity: 0;
  }
  html #bd .shop-list {
    width: 100% !important;
  }
  html #bd .shop-list .shop-item {
    margin: 0 auto 20px !important;
  }
  html #bd .button-add .component-button-wrap {
    padding: 0px !important;
    background: none;
  }
  html #bd .button-add .component-button-wrap .button-left .component-icon {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
  }
  html #bd .button-add .component-button-wrap .button-left .component-icon svg path {
    fill: var(--green) !important;
  }
  html #bd .button-add .component-button-wrap .button-title {
    display: none;
  }
  html #bd .button-sale .component-button-wrap {
    padding: 0px !important;
    background: none;
  }
  html #bd .button-sale .component-button-wrap .button-left .component-icon {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
  }
  html #bd .button-sale .component-button-wrap .button-left .component-icon svg path {
    fill: var(--red) !important;
  }
  html #bd .button-sale .component-button-wrap .button-title {
    display: none;
  }
  html #bd .online-filial-header-office {
    display: none !important;
  }
  html #bd .online-filial-wrap {
    height: 34px !important;
  }
  html #bd #schedule .page-hint {
    display: none !important;
  }
  html #bd #schedule #right {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  html #bd #schedule #online-left {
    flex: 0 0 42px !important;
    width: 42px !important;
  }
  html #bd #schedule #online-left .left-time {
    font-size: 12px;
    line-height: 14px;
  }
  html #bd #schedule #online-right {
    flex: 0 0 42px !important;
    width: 42px !important;
  }
  html #bd #schedule #online-right .right-time {
    font-size: 12px;
    line-height: 14px;
  }
  html #bd .write-center {
    padding: 15px !important;
    padding-top: 60px !important;
  }
  html #bd .write-center .type-write-button {
    width: 112px !important;
  }
  html #bd .write-center .cabinet-promo-list {
    flex-direction: column;
  }
  html #bd .write-center .cabinet-promo-list .cabinet-list {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  html #bd .write-center .write-service-list {
    padding-right: 40px !important;
  }
  html #bd .write-center .write-master-list {
    padding-right: 40px !important;
  }
  html #bd .write-center .color-list {
    top: 37px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    padding: 10px !important;
    height: auto !important;
  }
  html #bd #notify {
    width: 280px !important;
    margin-left: -140px !important;
  }
}
@media only screen and (max-width: 470px) {
  html #bd #schedule-option .phone-shedule-box {
    width: 68% !important;
    flex: 0 0 68% !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  html #bd #schedule-option .search-cert-box {
    width: 74% !important;
    flex: 0 0 74% !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 330px) {
  html #bd .component-window-wrap {
    width: 100% !important;
  }
  html #bd #calendar-date .component-calendar .component-calendar-body .component-calendar-body-center .day-item {
    width: 10.5% !important;
  }
}

/*# sourceMappingURL=style.css.map */
