.ant-calendar-footer {
  display: none;
}
body {
  overflow-x: hidden;
}
.ant-menu .ant-menu-item .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ant-menu .ant-menu-item .item-box span {
  font-weight: 700;
  margin-right: 10px;
}
.ant-menu .ant-menu-item .item-box i {
  margin-right: 10px;
  font-size: 21px;
}
.ant-menu .ant-menu-item:hover {
  color: #4b53b0 !important;
}
.ant-menu .ant-menu-item-selected {
  color: #4b53b0 !important;
  background-color: #f0f1ff !important;
}
.ant-card {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.07);
}
.m-colorPicker .box h3 {
  cursor: pointer;
}
.m-colorPicker {
  position: relative;
  cursor: pointer;
  width: 27px !important;
  height: 27px !important;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.m-colorPicker .box {
  position: absolute;
  top: 30px;
  right: -90px;
  margin-left: 11px;
  z-index: 1020 !important;
}
.m-colorPicker .box .hd {
  z-index: 1020 !important;
}
.m-colorPicker .colorBtn {
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  border: 4px solid #fff;
  border-radius: 4px;
}
.m-colorPicker .colorBtn:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border: 1px solid #999;
}
.m-colorPicker .box h3 {
  cursor: pointer;
}
.ant-radio-button-wrapper span {
  font-size: 12px;
}
.ant-popover-inner-content {
  margin: 0;
  padding: 0;
}
.about-text-img-style h1 {
  font-size: 50px;
}
.about-text-img-style h2 {
  font-size: 45px;
}
.about-text-img-style h3 {
  font-size: 40px;
}
.about-text-img-style h4 {
  font-size: 35px;
}
.about-text-img-style h5 {
  font-size: 30px;
}
.about-text-img-style h6 {
  font-size: 25px;
}
.about-text-img-style img {
  width: 100%;
}
.ant-calendar-time,
.ant-calendar-footer {
  position: static !important;
}
.ant-calendar-time-picker-btn {
  position: absolute;
  top: 0;
  right: 10px;
}
.ant-calendar-date-input-wrap {
  width: 70%;
}
