.appointment-change[data-v-6db12f84] {
  font-size: 14px;
}
.appointment-change .color-tip[data-v-6db12f84] {
  text-align: right;
}
.appointment-change .color-tip .item[data-v-6db12f84] {
  width: 460px;
  margin: 0 20px 10px 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.appointment-change .color-tip .color[data-v-6db12f84] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.appointment-change .color-tip .color1[data-v-6db12f84] {
  background: var(--color-primary);
}
.appointment-change .el-select[data-v-6db12f84] {
  width: 100%;
}
.appointment-change .item[data-v-6db12f84] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  margin-bottom: 20px;
}
.appointment-change .item .label[data-v-6db12f84] {
  font-weight: bold;
  color: #222;
  margin-right: 10px;
  width: 80px;
}
.appointment-change .item .value[data-v-6db12f84] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.appointment-change[data-v-6db12f84] .el-calendar {
  width: 500px;
}
.appointment-change[data-v-6db12f84] .el-calendar .data-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.appointment-change[data-v-6db12f84] .el-calendar .data-td .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
.appointment-change[data-v-6db12f84] .el-calendar .prev,
.appointment-change[data-v-6db12f84] .el-calendar .next {
  background-color: #fff !important;
  color: #ddd !important;
}
.appointment-change[data-v-6db12f84] .el-calendar .el-calendar-day:hover {
  cursor: default;
}
.appointment-change[data-v-6db12f84] .el-calendar td.is-selected {
  background-color: #fff;
}
.appointment-change[data-v-6db12f84] .el-calendar td.current .el-calendar-day {
  padding: 0;
}
.appointment-change[data-v-6db12f84] .el-calendar td.current .check-text {
  color: #fff;
  background-color: var(--color-primary);
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.appointment-change[data-v-6db12f84] .el-calendar td.current .text {
  background-color: #eee;
}
.appointment-change[data-v-6db12f84] .el-calendar td.current .no-select {
  cursor: default;
  background-color: #fff !important;
  color: #ddd !important;
}
.appointment-change[data-v-6db12f84] .el-calendar td.current .can-select {
  cursor: pointer;
  color: #fff;
  background-color: var(--color-primary);
}
.appointment-change[data-v-6db12f84] .el-calendar .el-calendar-day {
  height: 50px;
}
.appointment-change[data-v-6db12f84] .el-calendar .el-calendar__body {
  padding: 12px 0px 35px 0px;
}
.appointment-all[data-v-6db12f84] {
  font-size: 14px;
  overflow: hidden;
}
.appointment-all[data-v-6db12f84] .el-dialog {
  margin-top: 5vh !important;
}
.appointment-all .records[data-v-6db12f84] {
  margin: 20px 0;
}
.appointment-all .records .header[data-v-6db12f84] {
  border-bottom: 1px solid #DCDFE6;
  padding-bottom: 10px;
  margin-right: 0;
}
.appointment-all .records .content[data-v-6db12f84] {
  margin: 20px 0;
}
.appointment-all .records .content .recort-item[data-v-6db12f84] {
  margin: 10px 0;
}
.appointment-all .records i[data-v-6db12f84] {
  color: var(--color-primary);
  cursor: pointer;
}
.appointment-all .item[data-v-6db12f84] {
  border: 1px solid #DCDFE6;
  padding: 15px;
}
.appointment-all .item .line[data-v-6db12f84] {
  margin-bottom: 20px;
}
.appointment-all .item .left[data-v-6db12f84] {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.appointment-all .item .left .img[data-v-6db12f84] {
  width: 100%;
  height: 100%;
}
.appointment-all .item .left .img .image-slot img[data-v-6db12f84] {
  width: 100%;
  height: 100%;
}
.appointment-all .item .center[data-v-6db12f84] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.appointment-all .item .right[data-v-6db12f84] {
  width: 200px;
  text-align: right;
}
.appointment-all .label[data-v-6db12f84] {
  font-weight: bold;
  color: #222;
  margin-right: 10px;
}
.appointment-all .line-1[data-v-6db12f84] {
  font-size: 16px;
  font-weight: bold;
}
.appointment-all .line-1 .name[data-v-6db12f84] {
  margin-right: 15px;
  color: var(--color-primary);
}
.appointment-all .line-3[data-v-6db12f84] {
  margin-bottom: 0px;
}
.appointment-all .line-3 .icon[data-v-6db12f84] {
  margin-right: 10px;
}
.middle-content-calendar .search-top[data-v-55ab1ee6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.middle-content-calendar .search-top .flex-top-start[data-v-55ab1ee6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.middle-content-calendar .search-top .flex-top-start[data-v-55ab1ee6] .search-tags {
  min-width: 100px !important;
}
.middle-content-calendar .search-top .flexTopEnd[data-v-55ab1ee6] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.middle-content-calendar .calendar-color-tips[data-v-55ab1ee6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.middle-content-calendar .calendar-color-tips .item[data-v-55ab1ee6] {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.middle-content-calendar .calendar-color-tips .calendar-color[data-v-55ab1ee6] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
}
.middle-content-calendar .calendar-color-tips .calendar-color1[data-v-55ab1ee6] {
  background: #e0f1e1;
}
.middle-content-calendar .calendar-color-tips .calendar-color2[data-v-55ab1ee6] {
  background: #fce3cd;
}
.middle-content-calendar .calendar-color-tips .calendar-color3[data-v-55ab1ee6] {
  background: #efefef;
}
.middle-content-calendar .calendar-color-tips .calendar-color4[data-v-55ab1ee6] {
  background: #f7d7db;
}
.middle-content-calendar[data-v-55ab1ee6] .holiday {
  background-color: #f7d7db !important;
}
.middle-content-calendar[data-v-55ab1ee6] .cv-day.outsideOfMonth {
  background-color: #fff;
}
.middle-content-calendar last lastInstance .el-icon-s-fold[data-v-55ab1ee6] {
  width: 33px;
  height: 33px;
}
.middle-content-calendar .fold-btn[data-v-55ab1ee6] {
  font-size: 30px;
  padding: 0;
}
.middle-content-calendar .fold-btn i[data-v-55ab1ee6] {
  background-color: #fff;
}
.middle-content-calendar[data-v-55ab1ee6] .el-collapse {
  border: 0;
}
.middle-content-calendar[data-v-55ab1ee6] .el-collapse-item__header {
  font-size: 18px;
  border: 0;
  background-color: #ffffff;
}
.middle-content-calendar[data-v-55ab1ee6] .el-collapse-item__wrap {
  border: 0;
}
[data-v-58e1b4b5] .sub-Tables .el-table__body-wrapper.is-scrolling-none {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.ctv78{
    overflow-x: auto;
}
.ctv78-span{
    padding: 3px;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;
}


.ctgv78{
    line-height: 1.2;
}


.caev78{
    line-height: 1.2;
}


.cratev78{
    line-height: 1.2;
}


.cattachmentv78{
    line-height: 1.5;
}
.cattachmentv78 span{
    text-decoration: underline;
    cursor: pointer;
}

.icon-right-set {
  position: absolute;
  right: 2px;
  top: -28px;
  cursor: pointer;
  height: 28px;
}
.lang-item-box {
  margin-bottom: 10px;
}
.lang-item-box .el-input-group__prepend {
  min-width: 75px;
  padding: 0 10px;
  text-align: center;
}
.formPadding {
  padding: 0 !important;
}
.secondary-icon-num {
  min-width: 15px;
  background: #e79d66;
  border-radius: 15px;
  max-height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  margin-left: 10px;
  color: #ffffff;
}
.secondary-icon-num .secondary-icon-num-text {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.secondary-icon-add {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  text-align: center;
  line-height: 15px;
  background: #2c99d4;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}
.secondary_unit {
  width: 100%;
  min-height: 40px;
  color: #333333;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.secondary_unit_left {
  width: 40%;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secondary_unit_right {
  width: 60%;
  min-height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.colorRed {
  color: red;
  margin: 0 5px;
}
.add_secondary_UOM {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add_secondary_UOM_btn {
  color: #727cf5;
  cursor: pointer;
}
.secondary_unit_tabs {
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.tabs-item ul {
  margin: 0;
  padding: 0;
}
.tabs-item ul li {
  list-style: none;
  width: 100%;
  height: 50px;
}
.item_options_box-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
}
.item_options_box-card2 .tabs-item {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_options_box-card2 .tabs-item .tabs-item-text {
  width: 5%;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item_options_box-card2 .tabs-item .tabs-item-select {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item_options_box-card2 .tabs-item .tabs-item-input {
  width: 40%;
}
.item_options_box-card2 .tabs-item .tabs-item-input input {
  width: 100% !important;
}
.item_options_box-card2 .tabs-item .tabs-item-select2 {
  width: 20%;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.item_options_box-card2 .del-icon {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_options_box-card2 .del-icon i {
  cursor: pointer;
}
.imgCutter-defult .img-cutter-box .img-cutter-src2 {
  width: 100px;
  height: 100px;
}
[data-v-35c6545b] .scheduler-dialog {
  padding: 30px 0;
}
[data-v-35c6545b] .scheduler-dialog .el-dialog {
  margin-top: unset !important;
  margin-bottom: unset;
  padding: unset;
  height: 100%;
}
.duration-time-tit[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.duration-time-tit .duration-reqired[data-v-35c6545b] {
  color: #FA5C7C;
  margin-right: 4px;
}
.bord-bottom2[data-v-35c6545b] {
  border-bottom: 2px solid #eee;
}
.tip-tit[data-v-35c6545b] {
  color: #999;
  line-height: 1.5;
}
.fontsize22[data-v-35c6545b] {
  font-size: 22px;
}
.width100-btn[data-v-35c6545b] {
  width: 100%;
}
.flexend-center[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.itemMaster-item-attribute-c[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.booktime-title[data-v-35c6545b] {
  line-height: 24px;
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
.booktime-between[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.width35[data-v-35c6545b] {
  width: 35%;
}
.mar-left5[data-v-35c6545b] {
  margin-left: 5px;
}
[data-v-35c6545b] .el-collapse-item__wrap {
  border: 0;
}
.shopDia[data-v-35c6545b] .el-dialog {
  min-height: 500px;
}
.ex-form-responsive .el-form-item[data-v-35c6545b] {
  margin-top: 0 !important;
}
.flex-icon[data-v-35c6545b] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
i[data-v-35c6545b] {
  cursor: pointer;
  margin-right: 15px;
  color: var(--color-primary);
}
.use[data-v-35c6545b] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #eee;
}
.no-use[data-v-35c6545b] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f7d7db;
  margin-right: 5px;
  border: 1px solid #eee;
}
.grid-content-tit[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: bold;
}
.grid-content[data-v-35c6545b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.time-str[data-v-35c6545b] {
  margin-left: 5px;
  color: var(--color-primary);
}
.hour-time[data-v-35c6545b] .hour-picker {
  width: 100%;
}
.timeDia[data-v-35c6545b] .el-dialog {
  min-height: 820px !important;
}
.button-new-tag {
  margin-left: 10px;
  height: 32px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.input-new-tag-nnn {
  width: 90px !important;
  vertical-align: bottom;
}
.descriptionTab {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.descriptionTab .descriptionTab-box-card {
  margin: 10px 0;
}
.descriptionTab .descriptionTab-box-card .el-card__body {
  padding: 10px;
}
.descriptionTab .descriptionTab-block {
  margin-bottom: 10px;
}
.tag_newInfo {
  color: #6C757D !important;
  border-color: #e2e3e5 !important;
  background-color: #f0f1f2 !important;
  font-size: 12px !important;
}
.head1-item[data-v-13b368df] .rightside-head1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-weight: bold;
  font-size: 14px;
}

.fa-list-ul {
	padding: 10px;
}

