.Configuration {
  margin: 0 20px;
}
.Configuration .btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Configuration .btnBlock .deleteBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Configuration .btnBlock .deleteBlock p {
  text-decoration: underline;
  cursor: pointer;
}
.Configuration .btnBlock.isNotFullTime {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Configuration .ConfigurationBlock {
  padding: 20px;
  border: 4px solid #fff3e8;
  border-radius: 0px 4px 4px 0px;
}
.Configuration .ConfigurationBlock.fullTimeBlcok {
  min-height: 500px;
}
.Configuration .ConfigurationBlock .timeTitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  margin: 0;
  margin-bottom: 16px;
  color: var(--main-color);
}
.Configuration .ConfigurationBlock .blockSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.Configuration .ConfigurationBlock .blockSelect h4 {
  margin-right: 10px;
}
.Configuration .ConfigurationBlock .blockSelect button {
  margin-left: 20px;
}
.Configuration .ConfigurationBlock .blockSelect .ivu-tooltip-inner {
  white-space: normal;
}
.Configuration .weekBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.Configuration .weekBlock .weekDate {
  width: 90px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
}
.Configuration .weekBlock .weekDate.primaryBgColor {
  color: #fff;
}
.Configuration .weekBlock .weekDate:hover {
  opacity: 0.8;
}
.Configuration .weekBlock .dateTime {
  padding: 10px 0;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
  position: relative;
}
.Configuration .weekBlock .dateTime .ivu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  color: #666;
  font-weight: 600;
  cursor: pointer;
  display: none;
}
.Configuration .weekBlock .dateTime:hover .ivu-icon {
  display: block;
}

