p {
  line-height: 1.5;
}

.dashboard {
  font-size: 13px;
  background: #f3f7fa;
}

.uppercase {
  text-transform: uppercase;
}

.dashboard span {
  font-size: 13px;
}

.dashboard__header {
  background-color: #fff;
  margin-bottom: 15px;
}

.dashboard__tab__container {
  /* height: 50px; */
  text-transform: uppercase;
}

.dashboard__tabs__item .ant-tabs-nav-list button {
  padding: 14px;
  text-transform: uppercase;
}

.dashboard__tabs__item .ant-tabs-nav-list .ant-tabs-tab-active {
  font-weight: 700;
  color: #c22026;
}

.dashboard__tabs__item .ant-tabs-ink-bar {
  background: #c22026;
}

.dashboard__tabs__item.ant-tabs > .ant-tabs-nav {
  margin: 0;
}

.dashboard__box {
  padding: 15px 14px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 7%);
  color: #2c2c2c;
  background-color: #ffffff;
  border: 1px solid #e3e7eb;
  margin-bottom: 15px;
}

.dashboard__search {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.dashboard__search > div {
  flex-grow: 1;
}

.dashboard__search__btn {
  background: #c22026;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  padding: 10px;
}

.dashboard__search__button {
  background: transparent;
  border: none;
  font-size: 18px;
  color: #fff;
  padding: 4px 20px;
}

.dashboard__search__btn:hover {
  background-color: #ffb92b;
  cursor: pointer;
}

.dashboard__search__button span {
  font-size: 18px;
}

.dashboard__search__item {
  padding: 5px 10px 10px;
  border: 1px solid #ecedee;
  border-right: none;
  height: 100%;
}

.dashboard__search__item p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3b62a2;
  font-size: 10px;
}

.dashboard__search__button {
  background: transparent !important;
  font-size: 18px !important;
  color: #fff !important;
  border: none !important;
}

.dashboard__search__item .ant-select-selector,
.dashboard__search__item .ant-picker,
.dashboard__search__item .ant-input {
  border: unset !important;
  box-shadow: unset !important;
  /* border-bottom: 1px solid #bababa !important; */
  border-radius: unset !important;
  padding-left: 0 !important;
}

.dashboard__search__item input {
  font-size: 13px !important;
}

.dashboard__search__item .dashboard__search__select .ant-select-selector {
  border-bottom: unset !important;
}

.dashboard__search__select {
  width: 100%;
  border: unset !important;
  cursor: pointer;
}

/* .dashboard__search__option {
  padding: 5px 5px 5px 10px;
  width: 160px;
  min-height: 30px;
} */

/* .dashboard__search__option::selection {
  background-color: #f5f5f5;
  color: #000;
} */

.dashboard__box__title {
  align-items: center;
  border-bottom: 1px solid #e3e7eb;
  padding: 11px 10px 9px 15px;
}

.dashboard__box__title h3 {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin: 0;
}

.dashboard__box__title h3::before {
  top: 50%;
  right: auto;
  bottom: auto;
  left: -15px;
  position: absolute;
  border-radius: 0 100px 100px 0;
  content: '';
  width: 3px;
  height: 23px;
  margin-top: -12px;
  color: #fff;
  background-color: #c22026;
}

/* .dashboard__box__list {
  height: 400px;
  overflow: hidden auto;
} */

.dashboard__box__list .ant-list-item {
  padding-left: 14px;
  justify-content: flex-start;
}

.dashboard__box__list .ant-list-item:hover {
  background-color: #edf3ff;
}

.dashboard__box__list .ant-list-item p {
  margin: 0;
}

.dashboard__box__list .ant-list-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.dashboard__box__list .ant-list-item a {
  color: #000;
  font-size: 13px;
}

.dashboard__box__list .ant-list-item a:hover {
  color: #a9526c;
}

.dashboard__box__list__date {
  min-width: 95px;
}

.dashboard__box__container {
  margin-bottom: 20px;
  /* padding: 0 14px; */
}

.dashboard__box__container__title {
  padding: 13px 0 5px 0;
  border-top: 1px solid #e3e7eb;
  display: flex;
  justify-content: space-between;
}

.dashboard__box__container__title h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.dashboard__box__container__control {
  margin-bottom: 20px;
}

.dashboard__footer {
  position: relative;
  min-height: 105px;
  clear: both;
  text-align: left;
  color: #fff;
  background: url('/static/web/images/bg_footer.png') no-repeat center center #1a3f77 scroll;
  background-size: contain;
  -webkit-background-size: contain;
  padding: 15px 0;
}

.footer-heading {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__container p {
  margin: 0;
}

.footer__container p a {
  color: white;
}

.back-to-top {
  border-radius: 50%;
  position: relative;
  z-index: 100;
  display: block;
  width: 51px;
  height: 51px;
  color: #fff;
  background-color: #ffb92b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.back-to-top:hover {
  color: #fff;
}

.dashboard__box .dashboard__box__title .main-note {
  display: flex;
  align-items: center;
}

.dashboard__box .dashboard__box__title .main-note .note-num {
  font-size: 18px;
  font-weight: 700;
  color: #c22026;
}

.dashboard__box .dashboard__box__title .main-note .note-label {
  color: #797979;
}

.dashboard__box__divider {
  position: relative;
}

.dashboard__box__divider::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  width: 1000px;
  background-color: #000;
  right: 70px;
}
.dashboard__box__divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 70px;
  height: 1px;
  width: 1000px;
  background-color: #000;
}

.dashboard__box__nulldata {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dashboard__box__nulldata span {
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .dashboard__search__btn {
    border-radius: 6px;
    width: 170px;
    display: flex;
    justify-content: center;
  }

  .dashboard__box__search {
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .dashboard__search {
    flex-direction: column;
  }

  .dashboard__search .ant-col {
    margin-bottom: 10px;
  }

  .dashboard__search__item {
    background-color: #fff;
  }

  .dashboard__search__item:nth-child(3),
  .dashboard__search__item:nth-child(3) {
    border-right: 1px solid #ecedee;
  }

  .dashboard__search__btn {
  }
}
