@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&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);
}

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

.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: 4px;
  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 .blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}
html #bd #b-loading {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 500;
}
html #bd .menu-item:hover {
  background: var(--background) !important;
}
html #bd .menu-item.active {
  background: var(--background) !important;
}
html #bd .item.no-active {
  opacity: 0.5;
  cursor: default;
}
html #bd .item.active {
  background: var(--white) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
html #bd .item.active .item-content {
  border-color: var(--light-grey) !important;
}
html #bd .item.active .item-content .item-title-span {
  color: var(--black) !important;
  font-weight: 700;
}
html #bd .item.active .item-left .component-icon svg {
  opacity: 0.5;
}
html #bd .item.active .item-left .component-icon svg path {
  fill: var(--black) !important;
}
html #bd .item.selected {
  background: var(--white) !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
html #bd .item.selected .item-content {
  border-color: var(--light-grey) !important;
}
html #bd .item.selected .item-content .item-title-span {
  color: var(--black) !important;
  font-weight: 700;
}
html #bd .item.selected .item-left .component-icon svg {
  opacity: 0.5;
}
html #bd .item.selected .item-left .component-icon svg path {
  fill: var(--black) !important;
}
html #bd .filial-item {
  cursor: pointer;
}
html #bd .filial-item:hover {
  background: var(--white);
}
html #bd .filial-item.active {
  background: var(--white);
}
html #bd .mounth-item {
  cursor: pointer;
}
html #bd .mounth-item:hover {
  background: #d4dde8 !important;
  border-color: #d4dde8 !important;
}
html #bd .mounth-item.active {
  background: #d4dde8 !important;
  border-color: #d4dde8 !important;
}
html #bd .time-item {
  cursor: pointer;
}
html #bd .time-item:hover:not(.not-active) {
  background-color: #d4dde8;
}
html #bd .time-item.not-active {
  cursor: default;
}
html #bd .time-item.not-active .component-content {
  color: var(--light-grey);
}
html #bd .time-item.not-active:hover .time-item-number {
  background: none;
  color: var(--light-grey);
}
html #bd .time-item.active {
  cursor: pointer;
  background-color: #d4dde8;
}
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-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 .s-item.not-click {
  opacity: 0.5;
  cursor: default;
}
html #bd #more {
  z-index: 1000;
}
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 .type-button.active .component-button-wrap {
  background: var(--blue);
}
html #bd .type-button.active .component-button-wrap .button-title {
  color: var(--white);
}
html #bd .type-button:hover .component-button-wrap {
  background: var(--blue);
}
html #bd .type-button:hover .component-button-wrap .button-title {
  color: var(--white);
}
html #bd .shop-list .shop-item:nth-child(2n) {
  margin-left: auto;
}
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 .class-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 .class-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 .category-filial-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-filial-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 .type-button.active {
  border-color: rgb(212, 221, 232) !important;
  background: rgb(212, 221, 232) !important;
}
html #bd .type-button:hover {
  border-color: rgb(212, 221, 232) !important;
  background: rgb(212, 221, 232) !important;
}
html #bd .object-508.active {
  box-shadow: none !important;
  z-index: 20;
}
html #bd .object-508.active .object-510 {
  display: none !important;
}
html #bd .object-673.active {
  box-shadow: none !important;
  z-index: 20;
}
html #bd .object-673.active .object-676 {
  display: none !important;
}
html #bd .object-682.active {
  box-shadow: none !important;
  z-index: 20;
}
html #bd .object-682.active .object-685 {
  display: none !important;
}
html #bd .object-313.opacity-05 {
  cursor: default;
}
html #bd .object-692.opacity-05 {
  cursor: default;
}
html #bd .object-692.active {
  box-shadow: none !important;
  z-index: 20;
}
html #bd .object-692.active .object-695 {
  display: none !important;
}
html #bd .type-button.active {
  border-color: rgb(212, 221, 232) !important;
  background: rgb(212, 221, 232) !important;
}
html #bd .switch-type.active {
  justify-content: flex-end;
}
html #bd .switch-type.active .component-icon {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  o-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
}
html #bd .service-select-item.active {
  background: rgb(212, 221, 232) !important;
}
html #bd .service-select-item:hover {
  background: rgb(212, 221, 232) !important;
}
html #bd .filial-select-item.active {
  background: rgb(212, 221, 232) !important;
}
html #bd .filial-select-item:hover {
  background: rgb(212, 221, 232) !important;
}
html #bd .object-137::-webkit-scrollbar {
  width: 12px;
}
html #bd .object-137::-webkit-scrollbar-button {
  height: 0;
}
html #bd .object-137::-webkit-scrollbar-track {
  opacity: 0;
}
html #bd .object-137::-webkit-scrollbar-track-piece {
  background: none;
}
html #bd .object-137::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: rgb(212, 221, 232);
  border-radius: 20px;
}
html #bd .object-137::-webkit-scrollbar-corner {
  background-color: rgb(212, 221, 232);
}
html #bd .time-tab:hover {
  background-color: #d4dde8 !important;
  border-color: #d4dde8 !important;
}
html #bd .time-tab:hover .component-tab-title {
  color: #737373 !important;
}
html #bd .time-tab.active {
  background-color: #d4dde8 !important;
  border-color: #d4dde8 !important;
}
html #bd .time-tab.active .component-tab-title {
  color: #737373 !important;
}
html #bd .master-item {
  cursor: pointer;
}
html #bd .master-item:hover {
  background: rgb(212, 221, 232) !important;
}
html #bd .master-item:hover .master-avatar {
  border: 2px solid var(--white);
}
html #bd .master-item:hover .time-tab {
  background: rgb(212, 221, 232) !important;
  border-color: var(--white) !important;
}
html #bd .master-item:hover .time-tab:hover {
  background: var(--white) !important;
}
html #bd .master-item:hover .time-tab:hover .component-tab-title {
  color: var(--black) !important;
}
html #bd .master-item:hover .time-tab.active {
  background: var(--white) !important;
}
html #bd .master-item:hover .time-tab.active .component-tab-title {
  color: var(--black) !important;
}
html #bd .master-item.active {
  background: rgb(212, 221, 232) !important;
}
html #bd .master-item.active .master-avatar {
  border: 2px solid var(--white);
}
html #bd .master-item.active .time-tab {
  background: rgb(212, 221, 232) !important;
  border-color: var(--white) !important;
}
html #bd .master-item.active .time-tab:hover {
  background: var(--white) !important;
}
html #bd .master-item.active .time-tab:hover .component-tab-title {
  color: var(--black) !important;
}
html #bd .master-item.active .time-tab.active {
  background: var(--white) !important;
}
html #bd .master-item.active .time-tab.active .component-tab-title {
  color: var(--black) !important;
}
html #bd .auth-button:hover .component-button-wrap {
  background: #ffffff !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;
}

@media only screen and (max-width: 1280px) {
  .mobile-none {
    display: none !important;
  }
  html #bd .width-1280 {
    width: 1100px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .mobile-none {
    display: none !important;
  }
  html #bd .width-1280 {
    width: 600px !important;
  }
  html #bd #footer {
    flex-direction: column;
    justify-content: center;
  }
  html #bd #footer #footer-menu {
    margin-bottom: 10px;
  }
  html #bd #footer .component-content {
    margin-left: inherit !important;
  }
  html #bd .next-mounth {
    display: flex !important;
  }
}
@media only screen and (max-width: 740px) {
  html #bd .object-19 {
    padding: 10px !important;
    padding-top: 40px !important;
  }
  html #bd .object-20 {
    padding: 20px !important;
  }
  html #bd .object-550 {
    padding: 20px !important;
  }
  html #bd .object-308 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  html #bd .object-307 {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 600px) {
  html #bd #footer #footer-menu {
    flex-direction: column;
    margin-bottom: 0;
  }
  html #bd #footer #footer-menu .component-link {
    margin-bottom: 10px;
  }
  html #bd .shop-list {
    width: 300px !important;
    margin: 0 auto !important;
  }
  html #bd .shop-list .shop-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  html #bd .data-user {
    flex-direction: column;
  }
  html #bd .data-user .component-column {
    width: 100%;
  }
  html #bd .data-user .component-column:first-child {
    margin-bottom: 10px;
  }
  html #bd .data-user .component-column .component-input .component-input-wrap {
    padding: 15px !important;
  }
  html #bd .data-user .component-column .component-input .component-input-wrap input {
    font-size: 14px;
    line-height: 14px;
  }
  html #bd .succes-block {
    width: 100% !important;
  }
  html #bd .error-block {
    width: 100% !important;
  }
  html #bd #register-cert {
    width: 100% !important;
  }
  html #bd #active-cert {
    width: 100% !important;
  }
  html #bd .write-service-list {
    position: relative;
    top: inherit !important;
    left: inherit !important;
  }
  html #bd .write-master-list {
    position: relative;
    top: inherit !important;
    left: inherit !important;
  }
  html #bd .razdel-tabs .width-300 {
    width: 100% !important;
    margin: 5px 0 0 !important;
  }
  html #bd .online-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  html #bd .item.no-active {
    opacity: 0.5;
    cursor: default;
  }
  html #bd .write-service-list {
    border-radius: 0px;
  }
  html #bd .service-list-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }
  html #bd .filial-list-wrap {
    padding: 0 !important;
  }
  html #bd .master-list-wrap {
    padding: 0 !important;
  }
  html #bd .date-list-wrap {
    padding: 0 !important;
  }
  html #bd .write-form {
    width: 100% !important;
  }
  html #bd .write-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html #bd .s-item {
    width: 100% !important;
  }
  html #bd .category-service:last-child {
    margin-bottom: 0 !important;
  }
  html #bd .auth-content {
    width: 100% !important;
    padding: 10px !important;
  }
  html #bd .auth-form .component-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html #bd .auth-form .component-input {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html #bd .auth-form .auth-button {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  html #bd .date-date-list {
    justify-content: flex-start !important;
  }
  html #bd .profile-info {
    display: none;
  }
  html #bd .exit-link {
    display: none;
  }
  html #bd .header-logo {
    margin-right: 0 !important;
  }
  html #bd .wrap-logo {
    display: none !important;
  }
  html #bd .logo {
    display: flex !important;
  }
  html #bd .home-button {
    width: 100% !important;
    padding: 0 10px;
  }
  html #bd .object-647 {
    height: 50px !important;
  }
  html #bd .object-655 {
    height: 50px !important;
  }
  html #bd .object-508 {
    padding-left: 20px !important;
    height: 50px !important;
  }
  html #bd .object-514 {
    top: 5px !important;
  }
  html #bd .object-678 {
    top: 5px !important;
  }
  html #bd .object-688 {
    top: 5px !important;
  }
  html #bd .object-697 {
    top: 5px !important;
  }
  html #bd .object-673 {
    padding-left: 20px !important;
    height: 50px !important;
  }
  html #bd .object-682 {
    padding-left: 20px !important;
    height: 50px !important;
  }
  html #bd .object-692 {
    padding-left: 20px !important;
    height: 50px !important;
  }
  html #bd .object-209 {
    margin-top: 5px !important;
  }
  html #bd .object-295 {
    margin-top: 5px !important;
  }
  html #bd .object-301 {
    margin-top: 5px !important;
  }
  html #bd .object-562 {
    margin-top: 5px !important;
  }
  html #bd .object-564 {
    margin-top: 5px !important;
  }
  html #bd .object-567 {
    margin-top: 5px !important;
  }
  html #bd .object-570 {
    margin-top: 5px !important;
  }
  html #bd .date-list-select {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: calc(100% - 20px) !important;
  }
  html #bd .date-list-select .close-icon {
    display: flex !important;
  }
  html #bd .filial-list-select {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: calc(100% - 20px) !important;
  }
  html #bd .filial-list-select .close-icon {
    display: flex !important;
  }
  html #bd .master-list-select {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: calc(100% - 20px) !important;
  }
  html #bd .master-list-select .close-icon {
    display: flex !important;
  }
  html #bd .master-list-select .object-121 {
    padding-right: 40px !important;
  }
  html #bd .service-list-select {
    width: calc(100% - 20px) !important;
    margin: 10px !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    height: calc(100% - 20px) !important;
  }
  html #bd .service-list-select .close-icon {
    display: flex !important;
  }
}
@media only screen and (max-width: 540px) {
  html #bd .switch-type {
    left: 47% !important;
    width: 78px !important;
  }
  html #bd .object-49 {
    justify-content: flex-start;
    padding-left: 20px;
    font-size: 12px !important;
  }
  html #bd .object-47 {
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 12px !important;
  }
  html #bd .object-307 {
    flex-direction: column;
  }
  html #bd .object-137 {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 400px) {
  html #bd .switch-type {
    left: 50% !important;
    width: 65px !important;
  }
  html #bd .switch-type .component-column {
    height: 26px !important;
    width: 26px !important;
  }
  html #bd .switch-type .component-column .component-icon {
    height: 26px !important;
    width: 26px !important;
  }
  html #bd .object-43 {
    height: 38px !important;
  }
  html #bd .object-49 {
    justify-content: flex-start;
    padding-left: 10px;
    height: 38px !important;
    font-size: 10px !important;
  }
  html #bd .object-47 {
    justify-content: flex-end;
    padding-right: 10px;
    height: 38px !important;
    font-size: 10px !important;
  }
  html #bd .object-307 {
    flex-direction: column;
  }
  html #bd .category-service-item .button-title {
    font-size: 12px !important;
  }
  html #bd .object-508 {
    height: 50px !important;
    padding-left: 10px !important;
    margin-right: 50px !important;
  }
  html #bd .object-508 .object-509 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .object-647 {
    height: 50px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-right: 50px !important;
  }
  html #bd .object-655 {
    height: 50px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    margin-right: 50px !important;
  }
  html #bd .object-209 {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 10px !important;
  }
  html #bd .object-301 {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 10px !important;
  }
  html #bd .object-295 {
    font-size: 12px !important;
    line-height: 12px !important;
    margin-top: 10px !important;
  }
  html #bd .object-673 {
    height: 50px !important;
    padding-left: 10px !important;
    margin-right: 50px !important;
  }
  html #bd .object-673 .object-675 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .object-692 {
    height: 50px !important;
    padding-left: 10px !important;
    margin-right: 50px !important;
  }
  html #bd .object-692 .object-694 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .object-682 {
    height: 50px !important;
    padding-left: 10px !important;
    margin-right: 50px !important;
  }
  html #bd .object-682 .object-684 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .object-514 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    top: 10px !important;
  }
  html #bd .object-678 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    top: 10px !important;
  }
  html #bd .object-688 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    top: 10px !important;
  }
  html #bd .object-697 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    top: 10px !important;
  }
  html #bd .object-689 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }
  html #bd .object-515 {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
  }
  html #bd .service-list-select {
    padding: 10px !important;
  }
  html #bd .service-list-select .class-item {
    padding: 6px 12px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  html #bd .service-list-select .class-item .component-tab-title {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .service-list-select .service-select-item {
    height: 50px !important;
    padding: 10px !important;
  }
  html #bd .service-list-select .service-select-item .object-128 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .service-list-select .service-select-item .object-129 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .filial-list-select {
    padding: 10px !important;
  }
  html #bd .filial-list-select .category-filial {
    padding: 6px 12px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  html #bd .filial-list-select .category-filial .component-tab-title {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .filial-list-select .filial-select-item {
    height: 50px !important;
    padding: 10px !important;
  }
  html #bd .filial-list-select .filial-select-item .object-128 {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .master-list-select {
    padding: 10px !important;
  }
  html #bd .master-list-select .master-item {
    padding: 10px !important;
  }
  html #bd .master-list-select .master-item .master-avatar {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
    margin-right: 10px !important;
  }
  html #bd .master-list-select .master-item .master-content .master-title {
    margin-top: 5px !important;
  }
  html #bd .master-list-select .master-item .master-content .master-title .component-title-span {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  html #bd .master-list-select .master-item .master-content .component-content {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .master-list-select .master-item .time-tab {
    padding: 6px 12px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  html #bd .master-list-select .master-item .time-tab .component-tab-title {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  html #bd .date-list-select {
    padding: 10px !important;
  }
  html #bd .date-list-select .mounth-item {
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 5px !important;
    align-items: center;
    margin-right: 5px !important;
  }
  html #bd .date-list-select .time-tab {
    padding: 6px 12px !important;
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
  html #bd .date-list-select .time-tab .component-tab-title {
    font-size: 12px !important;
    line-height: 12px !important;
  }
}

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