body{height:100%}body>#wrapper{height:100%}.index__main-layout--PQLzw{flex:1;height:100%}.index__main-layout--PQLzw .index__app-content--2Gd6Z{flex:1;height:100%;background:#f0f1f5}
.index__center--2gmvi{display:flex;align-items:center;justify-content:center}
/* 自定义滚动条样式 */
.index__scrollbar--1-8Ii::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px !important;
  background: #ffffff !important;
  cursor: pointer;
}
.index__scrollbar--1-8Ii::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px !important;
  box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important;
  background: rgba(0, 0, 0, 0.25) !important;
  cursor: pointer !important;
}
.index__scrollbar--1-8Ii::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35) !important;
}
.index__scrollbar--1-8Ii::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important;
  border-radius: 0 !important;
  background: rgba(240, 240, 240, 0.5) !important;
  cursor: pointer !important;
}
.index__paginationBox--wX25_ .cw-pagination-wrapper div {
  word-break: keep-all !important;
}
.index__paginationBox--wX25_ .cw-pagination-wrapper .cw-pagination-input-main div {
  word-break: keep-all !important;
}
body .cw-pagination-wrapper .cw-pagination-input-main {
  word-break: keep-all !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

textarea{width:100%;min-height:34px;border:1px solid #d9d9d9;min-width:120px;box-sizing:border-box;margin:0;padding:0;font-variant:tabular-nums;list-style:none;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";height:32px;padding:6px 11px;color:rgba(0,0,0,.65);line-height:1.5;background-color:#fff;background-image:none;border-radius:2px;scrollbar-width:none;scrollbar-color:rgba(0,0,0,.25) rgba(240,240,240,.2)}textarea:focus{border-right-width:1px !important;outline:0;border-color:#03b296}textarea:active{border-color:#03b296}textarea:visited{border-color:#03b296}textarea:hover{border-color:#03b296;border-right-width:1px !important}textarea:disabled{border-color:#d9d9d9;color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1}textarea::-webkit-scrollbar{width:6px !important;height:6px !important;background:#fff !important;cursor:pointer}textarea::-webkit-scrollbar-thumb{border-radius:5px !important;box-shadow:inset 0 0 5px rgba(240,240,240,.5) !important;background:rgba(0,0,0,.25) !important;cursor:pointer !important}textarea::-webkit-scrollbar-button{display:none}textarea::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.35) !important}textarea::-webkit-scrollbar-track{box-shadow:inset 0 0 5px rgba(240,240,240,.5) !important;border-radius:0 !important;background:rgba(240,240,240,.1) !important;cursor:pointer !important}textarea::-webkit-input-placeholder{color:silver}textarea:-moz-placeholder{color:silver}textarea::-moz-placeholder{color:silver}textarea::-ms-input-placeholder{color:silver}
.editor-flow_editorElem {
  box-sizing: border-box;
  padding-top: 30px;
  background: #fff;
}
.editor-flow_editorElem .w-e-toolbar {
  border: none !important;
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.editor-flow_editorElem .w-e-text-container {
  z-index: 10 !important;
  min-height: 100px;
}
.editor-flow_editorElem .w-e-text-container .w-e-text {
  overflow-y: auto;
  white-space: pre-wrap;
}
.editor-flow_editorElem .w-e-text-container .w-e-text img {
  max-width: 80% !important;
}
.editor-flow_editorElem .w-e-text-container figure img {
  max-width: 100%;
  max-height: 100%;
}
.editor-flow_editorElem .w-e-text-container i > img {
  height: 1.5em;
  width: 1.5em;
  pointer-events: none;
  -webkit-user-drag: none;
}
.editor-flow_editorElem .w-e-text-container img.emoji {
  pointer-events: none;
  -webkit-user-drag: none;
}
.editor-flow_editorElem .w-e-tooltip {
  position: absolute;
  display: flex;
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 4px 5px 6px;
  justify-content: center;
  align-items: center;
  line-height: initial;
}
.editor-flow_editorElem .w-e-tooltip-item-wrapper {
  cursor: pointer;
  font-size: 14px;
  margin: 0 5px;
}
.editor-flow_editorElem .w-e-tooltip-up::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-tooltip-down::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-tooltip-up-left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 24%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-tooltip-down-left::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 24%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-tooltip-up-right::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-tooltip-down-right::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 75%;
  margin-left: -5px;
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.73);
}
.editor-flow_editorElem .w-e-text-container .w-e-panel-container .w-e-panel-tab-content input[type=text] {
  line-height: 20px;
}
.editor-flow_editorElem .w-e-droplist {
  width: 300px !important;
  max-width: 90vw;
}
.editor-flow_editorElem .w-e-droplist .w-e-dp-title {
  font-size: 14px;
  padding: 8px 12px;
}
.editor-flow_editorElem .w-e-droplist ul.w-e-block {
  padding: 12px !important;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 4px;
}
.editor-flow_editorElem .w-e-droplist ul.w-e-block li.w-e-item {
  width: 20px !important;
  height: 20px !important;
  border-radius: 3px !important;
  border: 1px solid #ddd !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.editor-flow_editorElem .w-e-droplist ul.w-e-block li.w-e-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #1890ff !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.editor-flow_editorElem .w-e-droplist ul.w-e-block li.w-e-item i.w-e-icon-pencil2 {
  width: 100%;
  height: 100%;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.index__leftWrap--NbYBr {
  display: flex;
}
.index__leftWrap--NbYBr .index__text--2f14W {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #253248;
  letter-spacing: 0;
  padding: 0 8px;
  -webkit-user-select: none;
          user-select: none;
  flex: 1 1 115px;
}
.index__leftWrap--NbYBr .index__btn-button--3w7Nq {
  display: flex;
}
.index__leftWrap--NbYBr .index__btn-button--3w7Nq .index__button--p44xv i:hover {
  color: #1890FF;
  cursor: pointer;
}
.index__rightWrap--33OqR {
  display: flex;
}
.index__moButton--27IDe .ant-btn {
  border-radius: 14px;
}
.index__footer--39TuX {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}
.index__footer--39TuX .index__footer-item--2FPDG {
  height: 54px;
  line-height: 54px;
  width: 100%;
  display: flex;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid white;
}
.index__footer--39TuX .index__footer-item--2FPDG:hover {
  border: 1px solid #03B296;
}
.index__footer--39TuX .index__footer-item--2FPDG .index__item-left--23JKr {
  padding-left: 24px;
  width: 30%;
}
.index__footer--39TuX .index__footer-item--2FPDG .index__item-right--3GN4q {
  width: 70%;
  font-family: PingFangSC-Semibold;
  font-size: 22px;
  color: #253248;
  letter-spacing: 0;
  padding: 0 8px;
  -webkit-user-select: none;
          user-select: none;
  margin-right: 16px;
  text-align: right;
}
.index__footer--39TuX .index__footer-item--2FPDG:nth-child(1) {
  background-color: #F6F8F8;
  margin-right: 8px;
}
.index__footer--39TuX .index__footer-item--2FPDG:nth-child(2) {
  background-color: #D4F6E8;
  margin-left: 8px;
  margin-right: 8px;
}
.index__footer--39TuX .index__footer-item--2FPDG:nth-child(3) {
  background-color: #E4EFFF;
  margin-left: 8px;
  margin-right: 8px;
}
.index__footer--39TuX .index__footer-item--2FPDG:nth-child(4) {
  background-color: #F5F5F5;
  margin-left: 8px;
}
.index__calendar-header--19Q-a {
  display: flex;
  justify-content: center;
}
.index__calendar-header--19Q-a .index__calendar-header-item--2iS66:first-child {
  border-left: 1px solid #c5ccd3;
}
.index__calendar-header--19Q-a .index__calendar-header-item--2iS66:last-child {
  border-right: 1px solid #c5ccd3;
}
.index__calendar-header--19Q-a .index__calendar-header-item--2iS66 {
  width: 14%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-top: 1px solid #c5ccd3;
  background: #f3f4f8;
}
.index__calendar-body--1fpOs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index__calendar-body--1fpOs .index__isToday--1cVIh {
  background: rgba(232, 247, 32, 0.15);
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U {
  width: 14%;
  min-height: 86px;
  box-sizing: border-box;
  border: 1px solid #c5ccd3;
  border-right: none;
  border-bottom: none;
  display: flex;
  justify-content: flex-start;
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U .date {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 32px;
  padding: 7px 0 0 5px;
  width: 29px;
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U .current {
  color: #253248;
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U .no-current {
  color: #c5ccd3;
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U .custom {
  width: calc(100% - 29px);
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U:nth-child(7n) {
  border-right: 1px solid #c5ccd3;
}
.index__calendar-body--1fpOs .index__calendar-item--33m6U:nth-child(n + 36) {
  border-bottom: 1px solid #c5ccd3;
}
.tui-full-calendar-weekday-schedule {
  border-left-style: none !important;
  border-left-width: 0 !important;
}
.tui-full-calendar-month-more-schedule {
  height: 16px !important;
  line-height: 16px !important;
  border-left-style: none !important;
  border-left-width: 0 !important;
}
.tui-full-calendar-popup-arrow-border {
  display: none !important;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.index__menu-left--2oKZc{background:url(../images/sider-bg.a5568a4c.png);padding:0 8px;overflow-y:auto}.index__menu-left--2oKZc .ant-layout-sider-children{display:flex;flex-flow:column;align-items:center}.index__menu-left--2oKZc .ant-menu{position:relative;padding:4px;margin-top:10px;background:#1c2128;width:100%}.index__menu-left--2oKZc .ant-menu .ant-menu:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#2b333a;opacity:.3}.index__menu-left--2oKZc .ant-menu-inline-collapsed .ant-menu-item{padding:0 9px !important}.index__menu-left--2oKZc .ant-menu-inline-collapsed .ant-menu-item .anticon{font-size:14px;line-height:30px}.index__menu-left--2oKZc .ant-menu-inline{border:none}.index__menu-left--2oKZc .ant-menu-inline .ant-menu-item:not(:last-child){margin-bottom:2px}.index__menu-left--2oKZc .ant-menu-item::after{border-right:none}.index__menu-left--2oKZc .ant-menu-vertical{border:none}.index__menu-left--2oKZc .ant-menu-vertical .ant-menu-item:not(:last-child){margin-bottom:2px}.index__menu-left--2oKZc .index__logo--4BW8G{display:flex;align-items:center;justify-content:center;width:100%;border-bottom:1px solid #40434d;padding:10px}.index__menu-left--2oKZc .ant-menu-item{width:100%;margin-top:2px;cursor:pointer;height:32px !important;line-height:32px;border-radius:2px;background-image:-webkit-linear-gradient(top, #4c575f, #373E44);font-family:"Microsoft Yahei","\5 FAE8F6F96C59ED1",Helvetica,Arial,sans-serif;text-shadow:0 1px 1px #000;font-size:12px;border:1px solid rgba(255,255,255,.1)}.index__menu-left--2oKZc .ant-menu-item a{color:#bcc0d6}.index__menu-left--2oKZc .ant-menu-item.index__active--3u4gD{border:1px solid rgba(255,255,255,.2);background-image:linear-gradient(-180deg, #21C9C2 0%, #12928D 100%);color:#fff}.index__menu-left--2oKZc .ant-menu-item.index__active--3u4gD a{color:#fff}.index__menu-left--2oKZc .index__sider-toggle--28ayY{height:50px;width:100%;line-height:50px;text-align:center;border-bottom:1px solid #40434d}.index__menu-left--2oKZc .index__sider-toggle--28ayY i{display:inline-block;cursor:pointer;margin-top:10px}.index__menu-left--2oKZc .index__version--1xyMm{flex:1 0 auto;position:relative}.index__menu-left--2oKZc .index__version-text--16AA5{position:absolute;bottom:10px;width:80px;left:-30px;font-size:16px;font-weight:bold;text-shadow:0 -1px 0 #858585,0 1px 10px rgba(0,0,0,.6),0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.2),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 7px 10px rgba(0,0,0,.25),0 15px 10px rgba(0,0,0,.2),0 25px 15px rgba(0,0,0,.15)}
.index__title--2gzCl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 312px;
  font-size: 14px;
  color: #000;
}
.index__description--1LXaI {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  color: #666;
  cursor: pointer;
}
.index__noticeMessage--2PxIu .ant-notification-notice-message {
  margin-bottom: 12px;
}
.index__noticeMessage--2PxIu .ant-notification-notice-close {
  top: 8px;
  right: 8px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.index__dosm-basic-layout--2WShq {
  /* 改变头部样式 */
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.index__dosm-basic-layout--2WShq .ant-breadcrumb-separator {
  display: none !important;
}
.index__dosm-basic-layout--2WShq .cw-header-out-wrapper .cw-division {
  margin: 0 10px !important;
}
.index__dosm-basic-layout--2WShq .cw-header-out-wrapper .cw-page-name {
  color: #fff !important;
}
.index__dosm-basic-layout--2WShq .ant-popover-placement-bottomRight {
  top: 37px !important;
}
.index__dosm-basic-layout--2WShq .ant-popover-placement-bottomRight .ant-popover-arrow {
  display: none;
}
.index__dosm-basic-layout--2WShq .cw-side {
  border-right: 1px solid #EFEFEF !important;
}
.index__dosm-basic-layout--2WShq .cw-side .cw-sider-bottom-box {
  color: rgba(0, 0, 0, 0.65) !important;
}
.index__dosm-basic-layout--2WShq .cw-side .cw-sider-bottom-box {
  border-top: none !important;
}
.index__dosm-basic-layout--2WShq .cw-menu-box .ant-menu-dark .cw-expand-arrow {
  color: rgba(0, 0, 0, 0.85) !important;
}
.index__dosm-basic-layout--2WShq .cw-menu-box .ant-menu-dark .ant-menu-submenu-open .cw-expand-arrow,
.index__dosm-basic-layout--2WShq .cw-menu-box .ant-menu-dark .ant-menu-submenu-active .cw-expand-arrow {
  color: #03B296 !important;
}
.index__dosm-basic-layout--2WShq .index__extra--2ti0h {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.index__dosm-basic-layout--2WShq .index__dosm-custom-content--zRdfh {
  background-color: transparent !important;
}
.index__dosm-basic-layout--2WShq .cw-content-wrapper {
  padding-top: 0 !important;
}
.index__dosm-basic-layout--2WShq .cw-content-wrapper .ant-layout-header {
  padding: 0 !important;
}
.index__dosm-basic-layout--2WShq .cw-menu-box::-webkit-scrollbar {
  width: 8px;
}
.index__dosm-basic-layout--2WShq .cw-menu-box::-webkit-scrollbar-track {
  border-radius: 10px;
}
.index__dosm-basic-layout--2WShq .cw-menu-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.index__dosm-basic-layout-fixed--2lMH1 {
  /* 设置滚动条的样式 */
  /* 滚动槽 */
  /* 滚动条滑块 */
}
.index__dosm-basic-layout-fixed--2lMH1 .cw-content-wrapper {
  padding-top: 24px !important;
}
.index__dosm-basic-layout-fixed--2lMH1 .cw-menu-box::-webkit-scrollbar {
  width: 8px;
}
.index__dosm-basic-layout-fixed--2lMH1 .cw-menu-box::-webkit-scrollbar-track {
  border-radius: 10px;
}
.index__dosm-basic-layout-fixed--2lMH1 .cw-menu-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.index__dosm-basic-layout-external--22WnE .cw-content-wrapper {
  padding: 0 !important;
}
.cw-header-logo img {
  width: 31px !important;
  height: 35.36px !important;
}
.cw-side.ant-layout-sider.ant-layout-sider-dark {
  width: 184px !important;
  max-width: 184px !important;
  min-width: 184px !important;
}
.cw-side.ant-layout-sider.ant-layout-sider-dark.ant-layout-sider-collapsed {
  width: 48px !important;
  max-width: 48px !important;
  min-width: 48px !important;
}
body .cw-layout-out .cw-content-layout .cw-content-box .cw-content-wrapper {
  padding: 0 20px;
}
.index__dosm-basic-layout-manage--2fIP9 .cw-header-out-wrapper {
  background-color: #294582;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* 解决react-viewer组件闪烁问题-先变大后变小，动画加载 */
.react-viewer-transition {
    transition: none !important;
}
/* 图片预览背景白色 */
.react-viewer-image {
    background-color: #fff;
}
.robot > .float-avatar {
    z-index: 9999999999999;
}
.ant-calendar-range-left .ant-calendar-input {
    padding-left: 26%;
}
.ant-calendar-range-right .ant-calendar-input {
    padding-left: 43%;
}
.ant-calendar-range-middle {
    padding-left: 0;
    -webkit-transform: none;
            transform: none;
}
.ant-select-selection--multiple > ul > li .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
    max-width: 90% !important;
}
.ant-select-selection--multiple .ant-select-selection__choice {
    max-width: 92% !important;
}
.ant-layout {
    height: 100%;
}
.ant-tooltip-inner{
    background:white !important;
    color:black !important;
}

@font-face {
  font-family:'CenturyGothic-Bold';
  src: url(../fonts/CenturyGothicbold.861d2261.ttf);
  font-weight: normal;
  font-style: normal;
}

/* a:hover{
    text-decoration: underline !important;
} */
/* 全局滚动条样式修改 */
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px !important;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px !important;
    background: #ffffff !important;
    cursor: pointer;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px !important;
    box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important;
    background: rgba(0, 0, 0, 0.25) !important;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.35) !important;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    /* box-shadow: inset 0 0 5px rgba(240, 240, 240, 0.5) !important; */
    border-radius: 0 !important;
    /* background: rgba(240, 240, 240, 0.5) !important; */
    cursor: pointer !important;
}

.tui-full-calendar-weekday-schedule[data-calendar-id="1"]>.tui-full-calendar-weekday-schedule-title::before,
.tui-full-calendar-month-more-schedule[data-calendar-id="1"]::before{
   content: " ";
    border-top: 1px solid;
    width: 100%;
    display: block;
    position: relative;
    top: 8px;
}

.tui-full-calendar-month-more-schedule[data-calendar-id="1"]>.tui-full-calendar-weekday-schedule-title::before{
    content:"";
    display: none !important;
}
