@charset "UTF-8";
/* FOR DELETE  */
.dashboard-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dashboard-page .page-header {
  display: none;
}
.dashboard-page .dashboard-content {
  width: calc(100% - 280px);
  padding-right: 30px;
}
.dashboard-page .dashboard-info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.dashboard-page .dashboard-statistic {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 50%;
}
.dashboard-page .dashboard-statistic .statistic-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.dashboard-page .dashboard-statistic .statistic-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.dashboard-page .dashboard-statistic .statistic-block__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px;
}
.dashboard-page .dashboard-statistic .statistic-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.dashboard-page .dashboard-statistic .statistic-block__item {
  width: 20%;
  padding: 0 2px;
}
.dashboard-page .dashboard-statistic .statistic-block__item:first-child .statistic-block__item-inner {
  background-color: #FFF;
}
.dashboard-page .dashboard-statistic .statistic-block__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.dashboard-page .dashboard-statistic .statistic-block__item-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.dashboard-page .dashboard-statistic .statistic-block__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-page .dashboard-fund {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 25%;
}
.dashboard-page .dashboard-fund .fund-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.dashboard-page .dashboard-fund .fund-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #64E050);
}
.dashboard-page .dashboard-fund .fund-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 7px;
  position: relative;
  align-items: center;
}
.dashboard-page .dashboard-fund .fund-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.dashboard-page .dashboard-fund .fund-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-page .dashboard-fund .fund-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.dashboard-page .dashboard-clients {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 12.5%;
}
.dashboard-page .dashboard-clients.client-red .clients-block:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.dashboard-page .dashboard-clients .clients-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.dashboard-page .dashboard-clients .clients-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.dashboard-page .dashboard-clients .clients-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px;
  position: relative;
  align-items: center;
}
.dashboard-page .dashboard-clients .clients-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.dashboard-page .dashboard-clients .clients-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dashboard-page .dashboard-sites {
  width: 100%;
}
.dashboard-page .dashboard-sites__filter {
  width: 100%;
  margin: 15px 0 5px 0;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.dashboard-page .dashboard-sites__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #B6B6B6;
  cursor: pointer;
  margin-right: 15px;
}
.dashboard-page .dashboard-sites__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.dashboard-page .dashboard-sites__filter-item:last-child {
  margin-right: 0;
}
.dashboard-page .dashboard-sites .sites-block .sites-info {
  overflow: auto;
}
.dashboard-page .dashboard-sites .sites-block .sites-info .manage-table {
  min-width: 810px;
  max-width: 100%;
}
.dashboard-page .dashboard-sites .sites-block .sites-info .manage-table .vuetable-head-wrapper th {
  line-height: 36px;
}
.dashboard-page .dashboard-sites .sites-block .sites-info .manage-table .vuetable-head-wrapper th:first-child, .dashboard-page .dashboard-sites .sites-block .sites-info .manage-table .vuetable-head-wrapper th:last-child {
  text-align: center;
}
.dashboard-page .dashboard-aside {
  width: 280px;
}
.dashboard-page .dashboard-board {
  width: 100%;
}
.dashboard-page .dashboard-board__calendar {
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
.dashboard-page .dashboard-board__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.dashboard-page .dashboard-board__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.dashboard-page .dashboard-board__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.dashboard-page .dashboard-board__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.dashboard-page .dashboard-board__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.dashboard-page .dashboard-board__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.dashboard-page .dashboard-board__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.dashboard-page .dashboard-board__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.dashboard-page .dashboard-board__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.dashboard-page .dashboard-board__top {
  width: 100%;
  align-items: center;
  position: relative;
  padding-right: 50px;
  margin-bottom: 15px;
}
.dashboard-page .dashboard-board__top-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 15px;
}
.dashboard-page .dashboard-board__top-btn {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #FC5A45;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.dashboard-page .dashboard-board__top-btn span {
  font-size: 16px;
  color: #FFF;
}
.dashboard-page .dashboard-board__filter {
  width: calc(100% + 6px);
  margin: 0 -3px;
}
.dashboard-page .dashboard-board__filter-item {
  margin: 0 3px 5px 3px;
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
}
.dashboard-page .dashboard-board__filter-item.is-active {
  background-color: #000000;
  cursor: default;
  color: #FFF;
}
.dashboard-page .dashboard-board .board-projects {
  width: 100%;
  justify-content: space-between;
}
.dashboard-page .dashboard-board .board-projects__item {
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 10px;
}
.dashboard-page .dashboard-board .board-projects__item:last-child {
  margin-bottom: 0;
}
.dashboard-page .dashboard-board .board-projects__item-title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 5px;
}
.dashboard-page .dashboard-board .board-projects__item-info {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
}
.dashboard-page .dashboard-board .board-projects__item-info span {
  margin-left: 6px;
}
.dashboard-page .dashboard-board .board-projects__item-managers {
  width: calc(100% + 5px);
  margin: 0 -2.5px;
}
.dashboard-page .dashboard-board .board-projects__item-manager {
  height: 18px;
  padding: 0 10px;
  line-height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin: 0 2.5px 5px 2.5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.dashboard-page .dashboard-board .board-projects__item-status {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.dashboard-page .dashboard-board .board-projects__item-status--deadline div {
  background-color: #FC5A45;
}
.dashboard-page .dashboard-board .board-projects__item-status--deadline span {
  color: #FC5A45 !important;
}
.dashboard-page .dashboard-board .board-projects__item-status--deadline span .icon-clock {
  color: #FC5A45 !important;
}
.dashboard-page .dashboard-board .board-projects__item-status--implementation div {
  background-color: #48C73D;
}
.dashboard-page .dashboard-board .board-projects__item-status--rework div {
  background-color: #7EA1BB;
}
.dashboard-page .dashboard-board .board-projects__item-status--closed div {
  background-color: #000000;
}
.dashboard-page .dashboard-board .board-projects__item-status--frozen div {
  background-color: #B6B6B6;
}
.dashboard-page .dashboard-board .board-projects__item-status--grade div {
  background-color: #BB877D;
}
.dashboard-page .dashboard-board .board-projects__item-status div {
  padding: 0 10px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}
.dashboard-page .dashboard-board .board-projects__item-status span {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
  align-items: center;
}
.dashboard-page .dashboard-board .board-projects__item-status span.hot {
  color: #FC5A45;
}
.dashboard-page .dashboard-board .board-projects__item-status span.hot .icon-clock {
  color: #FC5A45;
}
.dashboard-page .dashboard-board .board-projects__item-status span .icon-clock {
  color: #222120;
  font-size: 11px;
  margin-left: 5px;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .dashboard-page .dashboard-content {
    width: calc(100% - 250px);
    padding-right: 20px;
  }
  .dashboard-page .dashboard-aside {
    width: 250px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-inner {
    padding: 5px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 7px 40px 7px 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner {
    padding: 7px 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .dashboard-page .dashboard-content {
    width: calc(100% - 250px);
    padding-right: 15px;
  }
  .dashboard-page .dashboard-aside {
    width: 250px;
  }
  .dashboard-page .dashboard-statistic {
    width: 100%;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-inner {
    padding: 5px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-fund {
    width: 50%;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 7px 40px 7px 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-clients {
    width: 25%;
  }
  .dashboard-page .dashboard-clients .clients-block__inner {
    padding: 7px 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .dashboard-page .dashboard-content {
    width: calc(100% - 225px);
    padding-right: 10px;
  }
  .dashboard-page .dashboard-aside {
    width: 225px;
  }
  .dashboard-page .dashboard-statistic {
    width: 100%;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-inner {
    padding: 5px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-fund {
    width: 50%;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 7px 40px 7px 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-clients {
    width: 25%;
  }
  .dashboard-page .dashboard-clients .clients-block__inner {
    padding: 7px 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dashboard-page .dashboard-content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .dashboard-page .dashboard-aside {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-page .dashboard-statistic {
    width: 100%;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-inner {
    padding: 5px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-fund {
    width: 50%;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 7px 40px 7px 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-clients {
    width: 25%;
  }
  .dashboard-page .dashboard-clients .clients-block__inner {
    padding: 7px 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-board .board-projects__item {
    width: calc(50% - 7.5px);
  }
  .dashboard-page .dashboard-board .board-projects__item:last-child {
    margin-bottom: 15px;
  }
  .dashboard-page .dashboard-board .board-projects__item-status {
    align-self: flex-end;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .dashboard-page .dashboard-content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .dashboard-page .dashboard-aside {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-page .dashboard-info {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px;
  }
  .dashboard-page .dashboard-statistic {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .dashboard-page .dashboard-statistic .statistic-block {
    padding: 3px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__inner {
    padding: 3px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-inner {
    padding: 3px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 9px;
  }
  .dashboard-page .dashboard-fund {
    width: 46%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .dashboard-page .dashboard-fund .fund-block {
    padding: 3px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 5px 30px 5px 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 9px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-icon {
    right: 5px;
  }
  .dashboard-page .dashboard-clients {
    width: 27%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .dashboard-page .dashboard-clients .clients-block {
    padding: 3px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner {
    padding: 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 9px;
  }
  .dashboard-page .dashboard-board__calendar {
    margin-bottom: 15px;
  }
  .dashboard-page .dashboard-board__top {
    margin-bottom: 10px;
  }
  .dashboard-page .dashboard-board .board-projects__item {
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .dashboard-page .dashboard-content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .dashboard-page .dashboard-aside {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
  .dashboard-page .dashboard-info {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px;
  }
  .dashboard-page .dashboard-statistic {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item {
    width: 33.3%;
    flex-grow: 1;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item:last-child, .dashboard-page .dashboard-statistic .statistic-block__item:nth-last-child(2) {
    margin-top: 2px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-statistic .statistic-block__item-title {
    font-size: 9px;
  }
  .dashboard-page .dashboard-fund {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner {
    padding: 5px 35px 5px 10px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-fund .fund-block__inner-icon {
    right: 7px;
  }
  .dashboard-page .dashboard-clients {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-count {
    font-size: 16px;
  }
  .dashboard-page .dashboard-clients .clients-block__inner-title {
    font-size: 10px;
  }
  .dashboard-page .dashboard-sites__filter-item {
    font-size: 16px;
    margin-right: 7px;
  }
  .dashboard-page .dashboard-board__calendar {
    margin-bottom: 15px;
  }
  .dashboard-page .dashboard-board__top {
    margin-bottom: 10px;
  }
  .dashboard-page .dashboard-board .board-projects__item {
    margin-bottom: 5px;
  }
}
.sites-page .page-header {
  display: none;
}
.sites-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.sites-page__filter {
  margin-right: 15px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.sites-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.sites-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.sites-page__filter-item:last-child {
  margin-right: 0;
}
.sites-page__subfilter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-right: 15px;
}
.sites-page__subfilter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.sites-page__subfilter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.sites-page__subfilter-item:last-child {
  margin-right: 0;
}
.sites-page .sites-table .vuetable-head-wrapper thead tr th:nth-child(1), .sites-page .sites-table .vuetable-head-wrapper thead tr th:nth-child(2) {
  text-align: center;
}

@media (max-width: 767px) {
  .sites-page__top {
    margin-bottom: 10px;
  }
  .sites-page__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sites-page__filter-item {
    font-size: 15px;
    margin-right: 8px;
  }
  .sites-page__subfilter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .sites-page__subfilter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
}
.site-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.site-page .page-header {
  display: none;
}
.site-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  padding-right: 95px;
}
.site-page__top .page-actions {
  position: absolute;
  right: 0;
}
.site-page__tabs {
  margin: 5px 0 5px auto;
}
.site-page__tabs-tab {
  color: #A3A3A3;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  cursor: pointer;
  margin-right: 15px;
}
.site-page__tabs-tab:last-child {
  margin-right: 0;
}
.site-page__tabs-tab.is-active {
  color: #000000;
  cursor: default;
}
.site-page__select {
  margin-bottom: 25px;
}
.site-page .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.site-page .el-row .el-col {
  padding: 0 5px !important;
}
.site-page .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.site-page .el-row .el-col .form-input.invalid .input-label span, .site-page .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.site-page .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.site-page .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.site-page .el-row .el-col .form-input .input-label__title span, .site-page .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.site-page .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.site-page .el-row .el-col .form-input .input-label input:hover {
  border-color: #000000;
}
.site-page .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.site-page .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.site-page .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.site-page .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover {
  border-color: #000000;
}
.site-page .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.site-page .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.site-page .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.site-page__info {
  align-items: center;
  margin-right: 10px;
}
.site-page__info-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  margin-right: 10px;
  cursor: pointer;
}
.site-page__info-back span {
  font-size: 10px;
  color: #FFF;
}
.site-page__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-right: 10px;
}
.site-page__details {
  margin: 10px 0 5px 0;
}
.site-page__details-item {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  margin-right: 8px;
  font-weight: 500;
  font-size: 10px;
  white-space: nowrap;
  margin-bottom: 5px;
}
.site-page__details-item:last-child {
  margin-right: 0;
}
.site-page__details-item--status {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  color: #402495;
}
.site-page__details-item--important {
  background-color: #D24444;
  border: 1px solid #D24444;
  color: #FFF;
}
.site-page__details-item--service {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  color: #000000;
}
.site-page .site-content {
  width: calc(100% - 280px);
  padding-right: 30px;
}
.site-page .site-content__wrapper {
  width: 100%;
}
.site-page .site-content__title {
  width: 100%;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 25px;
}
.site-page .site-content__title-button {
  margin-left: auto;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  cursor: pointer;
}
.site-page .site-content__title-button:hover {
  color: #000000;
}
.site-page .site-content__button {
  width: 100%;
  margin-top: 25px;
}
.site-page .site-tasks {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.site-page .site-tasks .task {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding: 6px 0;
  min-width: 650px;
  align-items: center;
}
.site-page .site-tasks .task:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.site-page .site-tasks .task__create {
  margin-right: 10px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  background: #FFF;
  border: 1px solid #EFEFEF;
  color: #000000;
  white-space: nowrap;
}
.site-page .site-tasks .task__date {
  height: 18px;
  padding: 0 10px;
  background-color: #D24444;
  border-radius: 9px;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  white-space: nowrap;
}
.site-page .site-tasks .task__description {
  flex-grow: 1;
  align-items: center;
  margin-left: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.site-page .site-tasks .task__description-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  align-items: center;
  margin-right: 10px;
}
.site-page .site-tasks .task__description-text span {
  margin-left: 5px;
  font-size: 14px;
  color: #000000;
}
.site-page .site-tasks .task__performer {
  min-width: 100px;
  margin: 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  align-items: center;
}
.site-page .site-tasks .task__status {
  margin-left: 10px;
  height: 14px;
  padding: 0 10px;
  align-items: center;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  border-radius: 6px;
  white-space: nowrap;
}
.site-page .site-tasks .task__status--deadline {
  background-color: #FC5A45;
}
.site-page .site-tasks .task__status--in_work {
  background-color: #48C73D;
}
.site-page .site-tasks .task__status--rework {
  background-color: #3E4D9A;
}
.site-page .site-tasks .task__status--approval {
  background-color: #6F7DC5;
}
.site-page .site-tasks .task__status--closed {
  background-color: #000000;
}
.site-page .site-tasks .task__status--frozen {
  background-color: #B6B6B6;
}
.site-page .site-tasks .task__status--grade {
  background-color: #BB877D;
}
.site-page .site-tasks .task__status--statement {
  background-color: #6F7DC5;
}
.site-page .site-tasks .task__status--on_completion {
  background-color: #3E4D9A;
}
.site-page .site-tasks .task__buttons-btn {
  margin-right: 5px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
}
.site-page .site-tasks .task__buttons-btn:last-child {
  margin-right: 0;
}
.site-page .site-tasks .task__buttons-btn--red {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
}
.site-page .site-tasks .task__buttons-btn--white {
  background: #FFF;
  border: 1px solid #EFEFEF;
  color: #000000;
}
.site-page .site-tasks .task__buttons-btn--white:hover {
  border-color: #000000;
}
.site-page .site-tasks .task__delete {
  margin-left: 10px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
  align-items: center;
}
.site-page .site-tasks .task__delete:hover {
  color: #FC5A45;
}
.site-page .site-tasks__add {
  margin-left: auto;
}
.site-page .site-tasks__add:hover {
  color: #FC5A45;
}
.site-page .site-tasks__add span {
  font-size: 20px !important;
  margin-left: 10px;
}
.site-page .services-categories {
  margin: -20px -10px 0 -10px;
  width: calc(100% + 20px);
}
.site-page .services-categories__wrap {
  width: 100%;
}
.site-page .services-categories__group {
  width: 100%;
}
.site-page .services-categories__group-title {
  display: block;
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #EEE;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 15px;
}
.site-page .services-categories__item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 25%;
  min-width: 20%;
  padding: 0 10px;
  position: relative;
  margin-top: 20px;
  align-items: flex-end;
}
.site-page .services-categories__item-top {
  width: 100%;
  margin-bottom: 7px;
}
.site-page .services-categories__item-icon {
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
  align-items: center;
  align-self: flex-start;
}
.site-page .services-categories__item-icon img {
  width: 100%;
}
.site-page .services-categories__item-title {
  flex-grow: 1;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  align-self: flex-start;
  margin-bottom: 5px;
}
.site-page .services-categories__item-title.has-logo {
  max-width: calc(100% - 26px);
}
.site-page .services-categories__item-title input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.site-page .services-categories__item-title input:checked + span {
  color: #402495;
}
.site-page .services-categories__item-title input:checked + span + .services-categories__item-checkbox span.icon-check-circle {
  display: block;
}
.site-page .services-categories__item-title input:checked + span + .services-categories__item-checkbox span.icon-circle {
  display: none;
}
.site-page .services-categories__item-title input + span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #BEBEBE;
}
.site-page .services-categories__item-title .services-categories__item-checkbox span {
  font-family: "devmark" !important;
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
}
.site-page .services-categories__item-title .services-categories__item-checkbox span.icon-check-circle {
  display: none;
}
.site-page .services-categories__item-title .services-categories__item-checkbox span.icon-circle {
  color: #CECECE;
  margin-top: 2px;
}
.site-page .services-categories__item-info {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #BEBEBE;
  cursor: pointer;
  margin-top: 2px;
}
.site-page .services-categories__item-info:hover {
  color: #402495;
}
.site-page .services-categories__item-recommendation {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #BEBEBE;
  cursor: pointer;
  margin-top: 2px;
}
.site-page .services-categories__item-recommendation.is-completed {
  color: #402495;
}
.site-page .services-categories__item .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.site-page .services-categories__item .el-row .el-col {
  padding: 0 5px !important;
}
.site-page .services-categories__item .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.site-page .services-categories__item .el-row .el-col .form-input.invalid .input-label span, .site-page .services-categories__item .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label__title span, .site-page .services-categories__item .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label input:hover {
  border-color: #000000;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover {
  border-color: #000000;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.site-page .services-categories__item .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.site-page .services-list {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.site-page .services-list .service {
  width: 25%;
  padding: 0 7.5px 15px 7.5px;
}
.site-page .services-list .service.active .service__top-title {
  color: #000000;
}
.site-page .services-list .service.active .service__field-label {
  background-color: #FFF;
}
.site-page .services-list .service.active .service__field-value {
  color: #000000;
}
.site-page .services-list .service__top {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.site-page .services-list .service__top-icon {
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
  align-items: center;
}
.site-page .services-list .service__top-icon img {
  width: 100%;
}
.site-page .services-list .service__top-info {
  margin: 0 10px;
  font-size: 18px;
  color: #BEBEBE;
  cursor: pointer;
}
.site-page .services-list .service__top-info:hover {
  color: #402495;
}
.site-page .services-list .service__top-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #BEBEBE;
  margin-right: 5px;
}
.site-page .services-list .service__top-actions {
  margin-left: auto;
  align-items: center;
}
.site-page .services-list .service__top-actions .el-switch {
  line-height: 14px;
  height: 14px;
}
.site-page .services-list .service__top-actions .el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -11px;
}
.site-page .services-list .service__top-actions .el-switch__core {
  width: 26px !important;
  height: 14px;
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.site-page .services-list .service__top-actions .el-switch__core:after {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
}
.site-page .services-list .service__fields {
  flex: 0 0 calc(100% + 10px);
  max-width: calc(100% + 10px);
  margin: 0 -5px;
}
.site-page .services-list .service__field {
  width: 38%;
  padding: 0 5px;
}
.site-page .services-list .service__field:nth-child(2) {
  width: 24%;
}
.site-page .services-list .service__field:last-child .service__field-label {
  background-color: #EFEFEF !important;
}
.site-page .services-list .service__field-label {
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 5px 10px;
  flex-direction: column;
}
.site-page .services-list .service__field-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  display: inline-block;
  margin-bottom: 5px;
}
.site-page .services-list .service__field-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #BEBEBE;
  border: none;
  background-color: transparent;
}
.site-page .usability-checklist {
  width: 100%;
}
.site-page .usability-checklist__item {
  width: 100%;
  align-items: center;
  border-radius: 5px;
  padding: 1px 15px 6px 15px;
}
.site-page .usability-checklist__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.site-page .usability-checklist__item.is-completed .usability-checklist__item-check {
  border-color: #402495;
  background-color: #402495;
}
.site-page .usability-checklist__item.is-completed .usability-checklist__item-check span {
  display: block;
}
.site-page .usability-checklist__item-check {
  border: 1px solid #CECECE;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.site-page .usability-checklist__item-check span {
  font-size: 8px;
  color: #FFF;
  display: none;
}
.site-page .usability-checklist__item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin-right: 10px;
}
.site-page .usability-checklist__item-status {
  color: #FC5A45;
}
.site-page .usability-checklist__item-add {
  height: 18px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  padding: 0 5px 0 10px;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  border-radius: 9px;
  margin: 5px 10px 0 0;
  cursor: pointer;
  white-space: nowrap;
}
.site-page .usability-checklist__item-add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.site-page .usability-checklist__item-add:hover span {
  color: #FC5A45;
}
.site-page .usability-checklist__item-add span {
  font-size: 11px;
  color: #FFF;
  padding: 0;
  margin-left: 5px;
}
.site-page .usability-checklist__item-performer {
  height: 18px;
  align-items: center;
  border: 1px solid #EFEFEF;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  border-radius: 9px;
  cursor: pointer;
  white-space: nowrap;
  margin: 5px 10px 0 0;
}
.site-page .usability-checklist__item-performer:hover {
  border-color: #000000;
}
.site-page .usability-checklist__item-report {
  margin-left: auto;
}
.site-page .usability-checklist__item-report .report-upload {
  height: 18px;
  padding: 5px 5px 5px 10px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #402495;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
}
.site-page .usability-checklist__item-report .report-upload:hover {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.site-page .usability-checklist__item-report .report-upload:hover span {
  color: #FFF;
}
.site-page .usability-checklist__item-report .report-upload__input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.site-page .usability-checklist__item-report .report-upload span {
  font-size: 10px;
  color: #402495;
  margin-left: 10px;
}
.site-page .usability-checklist__item-report .report-download {
  align-items: center;
  margin-top: 5px;
}
.site-page .usability-checklist__item-report .report-download__link {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #402495 !important;
  align-items: center;
}
.site-page .usability-checklist__item-report .report-download__link span {
  margin-left: 10px;
  font-size: 12px;
  color: #402495;
}
.site-page .usability-checklist__item-report .report-download__edit {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #FC5A45;
  background: #FC5A45;
  position: relative;
  cursor: pointer;
}
.site-page .usability-checklist__item-report .report-download__edit:hover {
  background-color: #FFF;
}
.site-page .usability-checklist__item-report .report-download__edit:hover span {
  color: #FC5A45;
}
.site-page .usability-checklist__item-report .report-download__edit-input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.site-page .usability-checklist__item-report .report-download__edit span {
  font-size: 9px;
  color: #FFF;
}
.site-page .rating-wrapper {
  width: 100%;
}
.site-page .rating-wrapper .rating-filter {
  margin-bottom: 15px;
  width: 100%;
  align-items: center;
}
.site-page .rating-wrapper .rating-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.site-page .rating-wrapper .rating-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.site-page .rating-wrapper .rating-filter__item input:checked + .rating-filter__item-inner {
  background-color: #000000;
  border-color: #000000;
}
.site-page .rating-wrapper .rating-filter__item input:checked + .rating-filter__item-inner .rating-filter__item-title {
  color: #FFF;
}
.site-page .rating-wrapper .rating-filter__item input:checked + .rating-filter__item-inner .rating-filter__item-edit {
  color: #FFF;
}
.site-page .rating-wrapper .rating-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  border-radius: 9px;
}
.site-page .rating-wrapper .rating-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.site-page .rating-wrapper .rating-filter__item-edit {
  margin-left: 7px;
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.site-page .rating-wrapper .rating-filter__item-edit:hover {
  color: #30BE50;
}
.site-page .rating-wrapper .rating-filter__add {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  cursor: pointer;
  margin-bottom: 5px;
}
.site-page .rating-wrapper .rating-filter__add:hover {
  background-color: #FFF;
}
.site-page .rating-wrapper .rating-filter__add:hover span {
  color: #FC5A45;
}
.site-page .rating-wrapper .rating-filter__add span {
  font-size: 10px;
  color: #FFF;
}
.site-page .rating-block {
  flex-grow: 1;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-right: 10px;
  align-content: flex-start;
  position: relative;
}
.site-page .rating-block__wrapper {
  width: 100%;
}
.site-page .rating-block__column {
  width: 12.5%;
  min-width: 125px;
  padding: 0 5px;
}
.site-page .rating-block__column:first-child {
  padding-left: 0;
}
.site-page .rating-block__column:last-child {
  padding-right: 0;
}
.site-page .rating-block__column.irecommend {
  min-width: 140px;
}
.site-page .rating-block__column.prodoctor {
  min-width: 140px;
}
.site-page .rating-block__column:nth-child(5), .site-page .rating-block__column:nth-child(8) {
  min-width: 140px;
}
.site-page .rating-block__column.is-disabled .column-top__shield {
  display: block;
}
.site-page .rating-block__column.is-disabled .column-top__row .rating-value {
  color: #B9B9B9;
}
.site-page .rating-block__column.is-disabled .column-top__row .block-switch__title {
  color: #B9B9B9;
}
.site-page .rating-block__column.is-disabled .column-top__row .block-link__title {
  color: #B9B9B9;
}
.site-page .rating-block__column.is-disabled .column-top__row .block-link__icon {
  color: #B9B9B9;
}
.site-page .rating-block__column.is-disabled .column-content__row-shield {
  display: block;
}
.site-page .rating-block__column.is-disabled .column-content__row-value {
  color: #B9B9B9;
}
.site-page .rating-block__column .column-top {
  width: 100%;
  padding: 8px;
  background-color: #F7F7F7;
  border-radius: 4px;
  flex-direction: column;
  position: relative;
}
.site-page .rating-block__column .column-top__row {
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.site-page .rating-block__column .column-top__row:last-child {
  margin-bottom: 0;
}
.site-page .rating-block__column .column-top__row .rating-value {
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
.site-page .rating-block__column .column-top__row .rating-value span {
  margin-left: 5px;
}
.site-page .rating-block__column .column-top__row .rating-icon {
  width: 18px;
  min-width: 18px;
  margin-left: 5px;
}
.site-page .rating-block__column .column-top__row .block-switch {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  z-index: 15;
}
.site-page .rating-block__column .column-top__row .block-switch__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch {
  margin-left: 5px;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch.is-checked .el-switch__core:after {
  margin-left: 10px;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch.is-checked + span {
  color: #000000;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.site-page .rating-block__column .column-top__row .block-switch .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.site-page .rating-block__column .column-top__row .block-link {
  height: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 10px;
  flex-grow: 1;
  margin-right: 5px;
  background-color: #FFF;
  border-radius: 9px;
}
.site-page .rating-block__column .column-top__row .block-link:hover {
  background-color: #402495;
}
.site-page .rating-block__column .column-top__row .block-link:hover .block-link__title {
  color: #FFF;
}
.site-page .rating-block__column .column-top__row .block-link:hover .block-link__icon {
  color: #FFF;
}
.site-page .rating-block__column .column-top__row .block-link__title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
}
.site-page .rating-block__column .column-top__row .block-link__icon {
  font-size: 12px;
  color: #402495;
}
.site-page .rating-block__column .column-top__row .edit-button {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  cursor: pointer;
}
.site-page .rating-block__column .column-top__row .edit-button:hover span {
  color: #30BE50;
}
.site-page .rating-block__column .column-top__row .edit-button span {
  font-size: 12px;
  color: #B9B9B9;
}
.site-page .rating-block__column .column-top__shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.site-page .rating-block__column .column-content {
  width: 100%;
}
.site-page .rating-block__column .column-content__row {
  height: 36px;
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.site-page .rating-block__column .column-content__row-shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.site-page .rating-block__column .column-content__row-input {
  width: calc(100% - 15px);
  padding: 2px 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  margin-right: 5px;
  border-radius: 5px;
}
.site-page .rating-block__column .column-content__row-input:hover {
  border-color: #000000;
}
.site-page .rating-block__column .column-content__row-value {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.site-page .rating-block__column .column-content__row-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.site-page .rating-block__column .column-content__row-edit:hover {
  color: #30BE50;
}
.site-page .rating-block__column .column-content__row-save {
  font-size: 14px;
  cursor: pointer;
}
.site-page .rating-months {
  align-content: flex-start;
  width: 115px;
}
.site-page .rating-months__top {
  padding: 0 10px 8px 10px;
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #EEEEEE;
  align-items: flex-end;
}
.site-page .rating-months__top-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #B9B9B9;
}
.site-page .rating-months__list {
  width: 100%;
}
.site-page .rating-months__list-item {
  width: 100%;
  align-items: center;
  padding: 0 10px;
  height: 36px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
}
.site-page .positions .positions-requests {
  width: 210px;
}
.site-page .positions .positions-table {
  width: calc(100% - 210px);
}
.site-page .performers-categories {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.site-page .performers-categories__item {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 33.3%;
  padding: 0 15px;
  position: relative;
  align-content: flex-start;
  margin-top: 20px;
}
.site-page .performers-categories__item:last-child:after {
  display: none;
}
.site-page .performers-categories__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background-color: #EEEEEE;
}
.site-page .performers-categories__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 7px;
  white-space: nowrap;
}
.site-page .performers-categories__item-info {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.site-page .performers-categories__item-info:hover {
  color: #402495;
}
.site-page .performers-categories__list {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.site-page .performers-categories__list-item {
  height: 18px;
  align-items: center;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-bottom: 10px;
}
.site-page .performers-categories__list-item:hover span {
  display: inline-block;
}
.site-page .performers-categories__list-item span {
  cursor: pointer;
  color: #000000;
  font-size: 8px;
  margin-left: 8px;
  margin-top: 1px;
  display: none;
}
.site-page .performers-categories__list-item span:hover {
  color: #FC5A45;
}
.site-page .performers-categories__add-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background: #FC5A45;
  border-radius: 50%;
}
.site-page .performers-categories__add-btn span {
  font-size: 10px;
  color: #FFF;
}
.site-page .additional-rate {
  width: 100%;
  padding: 0 10px;
}
.site-page .additional-rate__list {
  width: 100%;
  margin-top: 15px;
  margin-top: 15px;
}
.site-page .additional-rate__list-item {
  height: 18px;
  align-items: center;
  padding: 0 5px 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 10px;
}
.site-page .additional-rate__list-item span {
  cursor: pointer;
  color: #000000;
  font-size: 8px;
  margin-left: 5px;
  margin-top: 1px;
}
.site-page .additional-rate__list-item span:hover {
  color: #FC5A45;
}
.site-page .additional-rate__add-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background: #FC5A45;
  border-radius: 50%;
}
.site-page .additional-rate__add-btn span {
  font-size: 10px;
  color: #FFF;
}
.site-page .site-tabs {
  width: 100%;
  margin-top: 30px;
}
.site-page .site-tabs__top {
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.site-page .site-tabs__list {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 10px 0;
  position: relative;
}
.site-page .site-tabs__list-item {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  display: block !important;
}
.site-page .site-tabs__list-item.is-active {
  color: #000000;
  cursor: default;
}
.site-page .site-tabs__list-item:last-child {
  margin-right: 0;
}
.site-page .site-tabs__add {
  margin-left: 15px;
  height: 28px;
  padding: 0 10px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
}
.site-page .site-tabs__add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.site-page .site-tabs__add:hover span {
  color: #FC5A45;
}
.site-page .site-tabs__add span {
  margin-left: 10px;
  font-size: 12px;
  color: #FFF;
}
.site-page .site-tabs__content {
  width: 100%;
}
.site-page .site-tabs__content-text {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.site-page .site-tabs__content-text span {
  font-size: 14px;
  color: #FC5A45;
  margin-right: 10px;
}
.site-page .site-tabs__content-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.site-page .site-tabs__content .manage-table {
  min-width: 900px;
}
.site-page .site-tabs__content .manage-table.tasks-table .vuetable-head-wrapper .vuetable thead tr th {
  padding-bottom: 4px;
}
.site-page .site-tabs__content .manage-table .vuetable-head-wrapper {
  height: auto;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.site-page .site-tabs__content .manage-table .vuetable-body .td-actions {
  align-items: center;
  position: absolute;
  right: 0;
}
.site-page .site-tabs__content .manage-table .vuetable-body .td-actions__item {
  font-size: 14px;
  color: #BEBEBE;
  margin-left: 10px;
  cursor: pointer;
}
.site-page .site-tabs__content .manage-table .vuetable-body .td-actions__item.icon-copy:hover {
  color: #402495;
}
.site-page .site-tabs__content .manage-table .vuetable-body .td-actions__item.icon-edit:hover {
  color: #48C73D;
}
.site-page .site-tabs__content .manage-table .vuetable-body .td-actions__item.icon-delete:hover {
  color: #FC5A45;
}
.site-page .site-tabs__content .manage-table .description-td {
  align-items: center;
  position: relative;
  width: 100%;
  padding-right: 50px;
}
.site-page .site-tabs__content .manage-table .performer-td {
  width: 100%;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.site-page .site-tabs__content .manage-table .comment-td {
  width: 100%;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.site-page .site-tabs__content .manage-table .access-td {
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.site-page .site-tabs__content .manage-table .access-td__icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.site-page .site-tabs__content .manage-table .access-td__value {
  white-space: nowrap;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  border-radius: 6px;
  height: 10px;
  background-color: #ECECEC;
  color: #ECECEC;
}
.site-page .site-tabs__content .manage-table .access-td__value.show-text {
  color: #000000;
  background-color: transparent;
}
.site-page .site-tabs__content .manage-table .access-td__text {
  margin-left: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.site-page .site-tabs__content .manage-table .task-td {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.site-page .site-tabs__content .manage-table .task-td__title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  white-space: normal;
  word-break: break-all;
}
.site-page .site-tabs__content .manage-table .status-td {
  width: 100%;
  justify-content: center;
}
.site-page .site-tabs__content .manage-table .status-td__status {
  height: 14px;
  padding: 0 10px;
  align-items: center;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  border-radius: 6px;
  white-space: nowrap;
}
.site-page .site-tabs__content .manage-table .status-td__status--deadline {
  background-color: #FC5A45;
}
.site-page .site-tabs__content .manage-table .status-td__status--in_work {
  background-color: #48C73D;
}
.site-page .site-tabs__content .manage-table .status-td__status--rework {
  background-color: #3E4D9A;
}
.site-page .site-tabs__content .manage-table .status-td__status--approval {
  background-color: #6F7DC5;
}
.site-page .site-tabs__content .manage-table .status-td__status--closed {
  background-color: #000000;
}
.site-page .site-tabs__content .manage-table .status-td__status--frozen {
  background-color: #B6B6B6;
}
.site-page .site-tabs__content .manage-table .status-td__status--grade {
  background-color: #BB877D;
}
.site-page .site-tabs__content .manage-table .status-td__status--statement {
  background-color: #6F7DC5;
}
.site-page .site-tabs__content .manage-table .status-td__status--on_completion {
  background-color: #3E4D9A;
}
.site-page .site-tabs__content .manage-table .appointed-td {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.site-page .site-tabs__content .manage-table .appointed-td__rounded {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 4px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions {
  margin-left: 10px;
  align-items: center;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-save {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-save:hover {
  color: #30BE50;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-edit:hover {
  color: #30BE50;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-delete {
  font-size: 14px;
  color: #B9B9B9;
  margin-left: 10px;
  cursor: pointer;
}
.site-page .site-tabs__content .manage-table .appointed-td__actions-delete:hover {
  color: #FC5A45;
}
.site-page .changes-list {
  width: 100%;
}
.site-page .changes-list__item {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding: 5px 0;
}
.site-page .changes-list__item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.site-page .changes-list__item-top {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
}
.site-page .changes-list__item-version {
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.site-page .changes-list__item-date {
  font-weight: 500;
  font-size: 9px;
  color: #BEBEBE;
  margin-left: 10px;
}
.site-page .changes-list__item-text {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin: 0;
  text-wrap: wrap;
}
.site-page .site-aside {
  width: 280px;
  align-content: flex-start;
}
.site-page .site-aside__members {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.site-page .site-aside__member {
  height: 18px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-bottom: 10px;
}
.site-page .site-aside__member:last-child {
  margin-bottom: 0;
}
.site-page .site-aside__member-name {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
}
.site-page .site-aside__member-service {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-page .site-aside__member-date {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #D24444;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
  max-width: 100px;
}
.site-page .site-aside__member-date .el-date-editor.el-input,
.site-page .site-aside__member-date .el-date-editor.el-input__inner {
  width: 100%;
  height: 15px;
}
.site-page .site-aside__member-date .el-date-editor.el-input .el-input__inner,
.site-page .site-aside__member-date .el-date-editor.el-input__inner .el-input__inner {
  height: 100%;
  line-height: 18px;
  border: 0;
  padding: 0;
  text-align: center;
}
.site-page .site-aside__task {
  width: 100%;
  margin-bottom: 10px;
}
.site-page .site-aside__task-btn {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.site-page .site-aside__task-btn--copied {
  background-color: #75C559;
  color: #FFF;
}
.site-page .site-aside__task-btn--copied span {
  color: #FFF !important;
}
.site-page .site-aside__task-btn span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.site-page .site-aside__report {
  width: 100%;
  margin-bottom: 10px;
}
.site-page .site-aside__report-download {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.site-page .site-aside__report-download span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.site-page .site-aside__report-empty {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.site-page .site-aside__report-empty span {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.site-page .site-aside__report-add {
  position: relative;
  margin-left: 10px;
}
.site-page .site-aside__report-add:hover .add-button {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.site-page .site-aside__report-add:hover .add-button__icon {
  color: #FFF;
}
.site-page .site-aside__report-add:hover .add-block {
  display: block;
}
.site-page .site-aside__report-add .add-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.site-page .site-aside__report-add .add-button__icon {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.site-page .site-aside__report-add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.site-page .site-aside__report-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.site-page .site-aside__report-add .add-block__link {
  width: 100%;
}
.site-page .site-aside__report-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.site-page .site-aside__report-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.site-page .site-aside__report-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.site-page .site-aside__report-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.site-page .site-aside__report-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.site-page .site-aside__info {
  width: 100%;
  margin-bottom: 25px;
  padding: 15px;
  background-color: #F6F6F6;
  border-radius: 5px;
}
.site-page .site-aside__info-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 10px;
}
.site-page .site-aside__info-block {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}
.site-page .site-aside__info-block .el-textarea__inner {
  transition: 0.3s linear all;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  padding: 5px 10px;
  resize: vertical;
  min-height: 60px;
}
.site-page .site-aside__info-block .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.site-page .site-aside__info-block .el-textarea__inner:not(:placeholder-shown), .site-page .site-aside__info-block .el-textarea__inner:hover, .site-page .site-aside__info-block .el-textarea__inner:focus {
  border-color: #000000;
}
.site-page .site-aside__info-block span {
  white-space: pre-line;
}
.site-page .site-aside__info-btn {
  padding: 0 10px;
  height: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.site-page .site-aside__info-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.site-page .site-aside__calendar {
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
}
.site-page .site-aside__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.site-page .site-aside__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.site-page .site-aside__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.site-page .site-aside__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.site-page .site-aside__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.site-page .site-aside__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.site-page .site-aside__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.site-page .site-aside__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.site-page .site-aside__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.site-page .site-aside .site-info {
  width: 100%;
}
.site-page .site-aside .site-info__block {
  width: 100%;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px 60px 15px 15px;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.site-page .site-aside .site-info__block-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.site-page .site-aside .site-info__block-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.site-page .site-aside .site-info__block-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #402495;
  align-items: center;
  justify-content: center;
}
.site-page .site-aside .site-info__block-icon span {
  font-size: 18px;
  color: #FFF;
}
.site-page .site-aside .site-details {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.site-page .site-aside .site-details .site-detail {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 50%;
}
.site-page .site-aside .site-details .site-detail .detail-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.site-page .site-aside .site-details .site-detail .detail-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.site-page .site-aside .site-details .site-detail .detail-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.site-page .site-aside .site-details .site-detail .detail-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.site-page .site-aside .site-details .site-detail .detail-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 12px;
  position: relative;
  align-items: center;
}
.site-page .site-aside .site-details .site-detail .detail-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.site-page .site-aside .site-details .site-detail .detail-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.site-page .analytics-content {
  width: 100%;
}
.site-page .analytics-content__tables {
  width: 100%;
}
.site-page .analytics-content__filter {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 5px;
}
.site-page .analytics-content__filter-item {
  color: #A3A3A3;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-right: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.site-page .analytics-content__filter-item:hover {
  color: #402495;
}
.site-page .analytics-content__filter-item:last-child {
  margin-right: 0;
}
.site-page .analytics-content__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.site-page .analytics-content__subfilter {
  padding-bottom: 10px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.site-page .analytics-content__subfilter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.site-page .analytics-content__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.site-page .analytics-content__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.site-page .analytics-content__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.site-page .analytics-content__subfilter-item span:hover {
  color: #000000;
}
.site-page .analytics-content__subfilter-item:last-child {
  margin-right: 0;
}
.site-page .analytics-details {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 15px -7.5px;
}
.site-page .analytics-details__column {
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.site-page .analytics-details__column:first-child {
  width: 18%;
}
.site-page .analytics-details__column:nth-child(2) {
  width: 28%;
  padding-bottom: 15px;
}
.site-page .analytics-details__column:last-child {
  width: 54%;
  justify-content: space-between;
}
.site-page .analytics-details__column:last-child .details-block {
  width: calc(33.3% - 10px);
}
.site-page .analytics-details__column-inner {
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  width: 100%;
  height: 100%;
  padding: 5px;
  align-content: flex-start;
}
.site-page .analytics-details .details-block {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 4px 4px 20px 0 #ECEEF1;
  padding: 12px 65px 12px 15px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.site-page .analytics-details .details-block__value {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 4px;
  align-items: center;
}
.site-page .analytics-details .details-block__value-percent {
  margin-left: 10px;
  height: 14px;
  align-items: center;
  padding: 0 5px;
  border-radius: 7px;
  background-color: #FC5A45;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.site-page .analytics-details .details-block__title {
  color: #000000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  white-space: nowrap;
}
.site-page .analytics-details .details-block__icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: #402495;
  border-radius: 50%;
  text-align: center;
}
.site-page .analytics-details .details-block__icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.site-page .analytics-details .details-applications {
  margin-bottom: 15px;
  width: calc(24% - 10px);
}
.site-page .analytics-details .details-applications.applications-red .applications-block:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.site-page .analytics-details .details-applications .applications-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.site-page .analytics-details .details-applications .applications-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #64E050);
}
.site-page .analytics-details .details-applications .applications-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 6.2px 7px;
  position: relative;
  align-items: center;
}
.site-page .analytics-details .details-applications .applications-block__inner-count {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
  align-items: center;
}
.site-page .analytics-details .details-applications .applications-block__inner-count span {
  margin-left: 10px;
  height: 14px;
  align-items: center;
  padding: 0 5px;
  border-radius: 7px;
  background-color: #402495;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.site-page .analytics-details .details-applications .applications-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-page .analytics-details .details-calls {
  margin-bottom: 15px;
  width: calc(52% - 10px);
}
.site-page .analytics-details .details-calls .calls-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.site-page .analytics-details .details-calls .calls-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.site-page .analytics-details .details-calls .calls-block__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px;
}
.site-page .analytics-details .details-calls .calls-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.site-page .analytics-details .details-calls .calls-block__item {
  width: 33.3%;
  padding: 0 2px;
}
.site-page .analytics-details .details-calls .calls-block__item:first-child .calls-block__item-inner {
  background-color: #FFF;
}
.site-page .analytics-details .details-calls .calls-block__item:first-child .calls-block__item-value {
  font-size: 20px;
}
.site-page .analytics-details .details-calls .calls-block__item:first-child .calls-block__item-title {
  font-size: 12px;
}
.site-page .analytics-details .details-calls .calls-block__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.site-page .analytics-details .details-calls .calls-block__item-value {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
  justify-content: space-between;
  align-items: center;
}
.site-page .analytics-details .details-calls .calls-block__item-percent {
  margin-left: 5px;
  height: 14px;
  align-items: center;
  padding: 0 5px;
  border-radius: 7px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
}
.site-page .analytics-details .details-calls .calls-block__item-percent--red {
  background-color: #FC5A45;
}
.site-page .analytics-details .details-calls .calls-block__item-percent--black {
  background-color: #000000;
}
.site-page .analytics-details .details-calls .calls-block__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-page .analytics-details .details-traffic {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
  margin-bottom: 10px;
}
.site-page .analytics-details .details-traffic__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px;
}
.site-page .analytics-details .details-traffic__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.site-page .analytics-details .details-traffic__item {
  width: 33.3%;
  padding: 0 2px;
}
.site-page .analytics-details .details-traffic__item:first-child .details-traffic__item-inner {
  background-color: #FFF;
}
.site-page .analytics-details .details-traffic__item:first-child .details-traffic__item-value {
  font-size: 20px;
}
.site-page .analytics-details .details-traffic__item:first-child .details-traffic__item-title {
  font-size: 12px;
}
.site-page .analytics-details .details-traffic__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.site-page .analytics-details .details-traffic__item-value {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
  align-items: center;
}
.site-page .analytics-details .details-traffic__item-circle {
  margin-left: 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
.site-page .analytics-details .details-traffic__item-circle--violet {
  background-color: #6562EA;
}
.site-page .analytics-details .details-traffic__item-circle--red {
  background-color: #FC5A45;
}
.site-page .analytics-details .details-traffic__item-circle--blue {
  background-color: #58AEDE;
}
.site-page .analytics-details .details-traffic__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-page .applications {
  width: 50%;
  padding-right: 15px;
  min-height: auto;
}
.site-page .applications__table {
  max-width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.site-page .calls {
  width: 50%;
  padding-left: 15px;
}
.site-page .calls__table {
  max-width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 1200px) and (max-width: 1540px) {
  .site-page .services-categories__item {
    max-width: 33.3%;
    min-width: 33.3%;
  }
  .site-page .services-list .service {
    width: 33.3%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .site-page .site-content {
    width: calc(100% - 250px);
    padding-right: 15px;
  }
  .site-page .site-aside {
    width: 250px;
  }
  .site-page .services-categories__item {
    max-width: 50%;
    min-width: 50%;
  }
  .site-page .services-list .service {
    width: 50%;
  }
  .site-page .analytics-details__column:first-child {
    width: 36%;
  }
  .site-page .analytics-details__column:nth-child(2) {
    width: 64%;
  }
  .site-page .analytics-details__column:last-child {
    width: 100%;
  }
  .site-page .applications {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .site-page .calls {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .site-page .site-content {
    width: calc(100% - 225px);
    padding-right: 15px;
  }
  .site-page .site-aside {
    width: 225px;
  }
  .site-page .services-categories__item {
    max-width: 100%;
    min-width: 100%;
  }
  .site-page .services-list .service {
    width: 50%;
  }
  .site-page .usability-checklist__item {
    flex-wrap: wrap;
    padding: 1px 10px 6px 10px;
  }
  .site-page .usability-checklist__item-title {
    margin-right: 5px;
  }
  .site-page .performers-categories {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .site-page .performers-categories__item {
    max-width: 50%;
    padding: 0 10px;
  }
  .site-page .site-tabs__list-item {
    font-size: 16px;
    margin-right: 8px;
  }
  .site-page__tabs-tab {
    font-size: 20px;
    margin-right: 10px;
  }
  .site-page .analytics-details__column:first-child {
    width: 36%;
  }
  .site-page .analytics-details__column:nth-child(2) {
    width: 64%;
  }
  .site-page .analytics-details__column:last-child {
    width: 100%;
  }
  .site-page .applications {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .site-page .calls {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-page__top {
    margin-bottom: 5px;
  }
  .site-page .site-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .site-page .site-content__title {
    margin-top: 15px;
  }
  .site-page .site-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .site-page .site-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-page .site-aside__member {
    margin-right: 10px;
  }
  .site-page .site-aside__member:last-child {
    margin-right: 0;
  }
  .site-page .site-aside__task {
    width: auto;
    margin-right: 10px;
  }
  .site-page .site-aside__report {
    width: auto;
  }
  .site-page .site-aside__info {
    margin-bottom: 15px;
  }
  .site-page .site-aside .site-info {
    justify-content: space-between;
  }
  .site-page .site-aside .site-info__block {
    width: calc(50% - 5px);
    padding: 10px 55px 10px 10px;
    margin-bottom: 10px;
  }
  .site-page .site-aside .site-info__block-price {
    font-size: 16px;
  }
  .site-page .site-aside .site-info__block-icon {
    right: 10px;
  }
  .site-page .services-categories {
    margin-top: -15px;
  }
  .site-page .services-categories__item {
    max-width: 50%;
    min-width: 50%;
    margin-top: 15px;
  }
  .site-page .services-list .service {
    width: 50%;
  }
  .site-page .usability-checklist__item {
    flex-wrap: wrap;
  }
  .site-page .usability-checklist__item-title {
    margin-right: 5px;
  }
  .site-page .performers-categories {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .site-page .performers-categories__item {
    max-width: 50%;
    padding: 0 10px;
  }
  .site-page .site-tabs__list-item {
    font-size: 16px;
    margin-right: 8px;
  }
  .site-page__tabs {
    margin: 10px 0 15px auto;
    width: 100%;
  }
  .site-page__tabs-tab {
    font-size: 18px;
  }
  .site-page .analytics-details__column:first-child {
    width: 36%;
    margin-bottom: 0;
  }
  .site-page .analytics-details__column:nth-child(2) {
    width: 64%;
    padding-bottom: 0;
  }
  .site-page .analytics-details__column:last-child {
    width: 100%;
  }
  .site-page .applications {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .site-page .applications .applications-table {
    min-width: 700px;
  }
  .site-page .calls {
    width: 100%;
    padding-left: 0;
  }
  .site-page .calls .calls-table {
    min-width: 700px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .site-page__top {
    margin-bottom: 5px;
  }
  .site-page__info-title {
    font-size: 18px;
  }
  .site-page .site-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .site-page .site-content__title {
    margin-top: 15px;
  }
  .site-page .rating-block {
    margin-right: 5px;
  }
  .site-page .rating-block__wrapper {
    width: 100%;
  }
  .site-page .rating-block__column {
    padding: 0 2px;
    min-width: 110px;
  }
  .site-page .rating-block__column.irecommend {
    min-width: 130px;
  }
  .site-page .rating-block__column.prodoctor {
    min-width: 130px;
  }
  .site-page .rating-block__column:nth-child(5), .site-page .rating-block__column:nth-child(8) {
    min-width: 130px;
  }
  .site-page .rating-block__column .column-top {
    padding: 8px 5px;
  }
  .site-page .rating-block__column .column-content {
    width: 100%;
  }
  .site-page .rating-block__column .column-content__row {
    padding: 0 5px;
  }
  .site-page .rating-months__list-item {
    padding: 0 5px;
    font-size: 10px;
  }
  .site-page .site-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .site-page .site-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-page .site-aside__member {
    margin-right: 10px;
  }
  .site-page .site-aside__member:last-child {
    margin-right: 0;
  }
  .site-page .site-aside__task {
    width: auto;
    margin-right: 10px;
  }
  .site-page .site-aside__report {
    width: auto;
  }
  .site-page .site-aside__info {
    margin-bottom: 15px;
  }
  .site-page .site-aside .site-info {
    justify-content: space-between;
  }
  .site-page .site-aside .site-info__block {
    width: calc(50% - 5px);
    padding: 10px 55px 10px 10px;
    margin-bottom: 10px;
  }
  .site-page .site-aside .site-info__block:first-child {
    width: 100%;
  }
  .site-page .site-aside .site-info__block:last-child {
    margin-bottom: 10px;
  }
  .site-page .site-aside .site-info__block-price {
    font-size: 16px;
  }
  .site-page .site-aside .site-info__block-icon {
    right: 10px;
  }
  .site-page .services-categories {
    margin-top: -10px;
  }
  .site-page .services-categories__item {
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  .site-page .services-list .service {
    width: 100%;
  }
  .site-page .usability-checklist__item {
    flex-wrap: wrap;
    padding: 1px 10px 6px 10px;
  }
  .site-page .usability-checklist__item-title {
    margin-right: 5px;
  }
  .site-page .performers-categories {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .site-page .performers-categories__item {
    max-width: 100%;
    min-width: 50%;
    padding: 0 10px;
    margin-top: 15px;
  }
  .site-page .site-tabs {
    margin-top: 20px;
  }
  .site-page .site-tabs__list-item {
    font-size: 14px;
    margin-right: 5px;
  }
  .site-page .pagination-wrapper .pagination-info-and-pagination {
    justify-content: flex-start;
  }
  .site-page__tabs {
    margin: 10px 0 15px auto;
    width: 100%;
  }
  .site-page__tabs-tab {
    font-size: 18px;
  }
  .site-page .analytics-details {
    margin-bottom: 0;
  }
  .site-page .analytics-details__column:first-child {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .site-page .analytics-details__column:first-child .details-block {
    width: calc(50% - 7.5px);
  }
  .site-page .analytics-details__column:nth-child(2) {
    width: 100%;
    padding-bottom: 0;
  }
  .site-page .analytics-details__column:last-child {
    width: 100%;
  }
  .site-page .analytics-details__column:last-child .details-block {
    width: 100%;
  }
  .site-page .analytics-details__column:last-child .details-applications {
    width: calc(50% - 7.5px);
  }
  .site-page .analytics-details__column:last-child .details-calls {
    width: 100%;
  }
  .site-page .applications {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .site-page .applications .applications-table {
    min-width: 700px;
  }
  .site-page .calls {
    width: 100%;
    padding-left: 0;
  }
  .site-page .calls .calls-table {
    min-width: 700px;
  }
  .site-page .analytics-content__filter-item {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .site-page__top {
    margin-bottom: 5px;
  }
  .site-page__info {
    margin-right: 0;
  }
  .site-page__info-title {
    font-size: 18px;
    margin-right: 0;
  }
  .site-page__details-item {
    margin-right: 5px;
    padding: 0 7px;
  }
  .site-page .site-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .site-page .site-content__title {
    margin-top: 15px;
    font-size: 14px;
  }
  .site-page .rating-block {
    margin-right: 5px;
  }
  .site-page .rating-block__wrapper {
    width: 100%;
  }
  .site-page .rating-block__column {
    padding: 0 2px;
    min-width: 110px;
  }
  .site-page .rating-block__column.irecommend {
    min-width: 130px;
  }
  .site-page .rating-block__column.prodoctor {
    min-width: 130px;
  }
  .site-page .rating-block__column:nth-child(5), .site-page .rating-block__column:nth-child(8) {
    min-width: 130px;
  }
  .site-page .rating-block__column .column-top {
    padding: 8px 5px;
  }
  .site-page .rating-block__column .column-content {
    width: 100%;
  }
  .site-page .rating-block__column .column-content__row {
    padding: 0 5px;
  }
  .site-page .rating-months__list-item {
    padding: 0 5px;
    font-size: 10px;
  }
  .site-page .site-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .site-page .site-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .site-page .site-aside__member {
    margin-right: 10px;
  }
  .site-page .site-aside__member:last-child {
    margin-right: 0;
  }
  .site-page .site-aside__report {
    justify-content: space-between;
  }
  .site-page .site-aside__info {
    margin-bottom: 15px;
  }
  .site-page .site-aside .site-info {
    justify-content: space-between;
  }
  .site-page .site-aside .site-info__block {
    width: 100%;
    padding: 10px 55px 10px 15px;
    margin-bottom: 5px;
  }
  .site-page .site-aside .site-info__block:last-child {
    margin-bottom: 5px;
  }
  .site-page .services-categories {
    margin-top: -10px;
  }
  .site-page .services-categories__item {
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
  .site-page .services-list .service {
    width: 100%;
  }
  .site-page .usability-checklist__item {
    flex-wrap: wrap;
    padding: 1px 10px 6px 10px;
  }
  .site-page .usability-checklist__item-title {
    margin-right: 5px;
  }
  .site-page .performers-categories {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
  .site-page .performers-categories__item {
    max-width: 100%;
    min-width: 50%;
    padding: 0 10px;
    margin-top: 15px;
  }
  .site-page .site-tabs {
    margin-top: 20px;
  }
  .site-page .site-tabs__list-item {
    font-size: 12px;
    margin-right: 5px;
  }
  .site-page .site-tabs__add {
    margin-left: 5px;
    height: 25px;
    padding: 0 5px;
    border-radius: 12.5px;
  }
  .site-page .site-tabs__add span {
    margin-left: 5px;
  }
  .site-page .pagination-wrapper .pagination-info-and-pagination {
    justify-content: flex-start;
  }
  .site-page__tabs {
    margin: 10px 0 15px auto;
    width: 100%;
  }
  .site-page__tabs-tab {
    font-size: 18px;
  }
  .site-page .analytics-details {
    margin-bottom: 0;
  }
  .site-page .analytics-details__column {
    margin-bottom: 10px;
  }
  .site-page .analytics-details__column:first-child {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .site-page .analytics-details__column:first-child .details-block {
    width: calc(50% - 5px);
  }
  .site-page .analytics-details__column:nth-child(2) {
    width: 100%;
    padding-bottom: 0;
  }
  .site-page .analytics-details__column:last-child {
    width: 100%;
  }
  .site-page .analytics-details__column:last-child .details-block {
    width: calc(50% - 5px);
  }
  .site-page .analytics-details__column:last-child .details-applications {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .site-page .analytics-details__column:last-child .details-applications .applications-block {
    padding: 3px;
  }
  .site-page .analytics-details__column:last-child .details-applications .applications-block__inner {
    padding: 3px 5px;
  }
  .site-page .analytics-details__column:last-child .details-applications .applications-block__inner-count {
    font-size: 16px;
  }
  .site-page .analytics-details__column:last-child .details-applications .applications-block__inner-title {
    font-size: 10px;
  }
  .site-page .analytics-details__column:last-child .details-calls {
    width: 100%;
  }
  .site-page .analytics-details__column-inner {
    padding: 3px;
  }
  .site-page .analytics-details .details-block {
    margin-bottom: 10px;
    padding: 8px 45px 8px 10px;
  }
  .site-page .analytics-details .details-block__icon {
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .site-page .analytics-details .details-block__icon span {
    font-size: 16px;
    margin-top: 7px;
  }
  .site-page .analytics-details .details-block__value {
    font-size: 16px;
  }
  .site-page .analytics-details .details-block__title {
    font-size: 10px;
  }
  .site-page .analytics-details .details-traffic__inner {
    padding: 3px;
  }
  .site-page .analytics-details .details-traffic__item:first-child .details-traffic__item-value {
    font-size: 16px;
  }
  .site-page .analytics-details .details-traffic__item:first-child .details-traffic__item-title {
    font-size: 10px;
  }
  .site-page .analytics-details .details-traffic__item-inner {
    padding: 3px 5px;
  }
  .site-page .analytics-details .details-traffic__item-value {
    font-size: 14px;
  }
  .site-page .analytics-details .details-traffic__item-title {
    font-size: 9px;
  }
  .site-page .analytics-details .details-calls .calls-block {
    padding: 3px;
  }
  .site-page .analytics-details .details-calls .calls-block__inner {
    padding: 3px;
  }
  .site-page .analytics-details .details-calls .calls-block__item:first-child .calls-block__item-value {
    font-size: 16px;
  }
  .site-page .analytics-details .details-calls .calls-block__item:first-child .calls-block__item-title {
    font-size: 10px;
  }
  .site-page .analytics-details .details-calls .calls-block__item-inner {
    padding: 3px 5px;
  }
  .site-page .analytics-details .details-calls .calls-block__item-value {
    font-size: 14px;
  }
  .site-page .analytics-details .details-calls .calls-block__item-title {
    font-size: 9px;
  }
  .site-page .applications {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .site-page .applications .applications-table {
    min-width: 700px;
  }
  .site-page .calls {
    width: 100%;
    padding-left: 0;
  }
  .site-page .calls .calls-table {
    min-width: 700px;
  }
  .site-page .analytics-content__filter-item {
    font-size: 16px;
    margin-right: 10px;
  }
}
.clients-page .page-header {
  display: none;
}
.clients-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.clients-page__filter {
  margin-right: 20px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.clients-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.clients-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.clients-page__filter-item:last-child {
  margin-right: 0;
}
.clients-page__subfilter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.clients-page__subfilter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.clients-page__subfilter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.clients-page__subfilter-item:last-child {
  margin-right: 0;
}
.clients-page .clients-content {
  width: 100%;
}

@media (max-width: 767px) {
  .clients-page__top {
    margin-bottom: 10px;
  }
  .clients-page__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .clients-page__filter-item {
    font-size: 15px;
    margin-right: 8px;
  }
  .clients-page__subfilter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .clients-page__subfilter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
}
.client-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.client-page .page-header {
  display: none;
}
.client-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  padding-right: 85px;
}
.client-page__top .page-actions {
  position: absolute;
  right: 0;
}
.client-page__info {
  align-items: center;
}
.client-page__info-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  margin-right: 10px;
  cursor: pointer;
}
.client-page__info-back span {
  font-size: 10px;
  color: #FFF;
}
.client-page__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-right: 10px;
}
.client-page .client-content {
  width: calc(100% - 280px);
  padding-right: 30px;
}
.client-page .client-content__title {
  width: 100%;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  margin-top: 25px;
}
.client-page .client-content__chart {
  width: 100%;
  margin-bottom: 30px;
}
.client-page .client-content__table-btn {
  margin-bottom: 15px;
  height: 28px;
  padding: 0 6px 0 15px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 40px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #FFF;
  cursor: pointer;
  z-index: 10;
}
.client-page .client-content__table-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.client-page .client-content__table-btn:hover span {
  color: #FC5A45;
}
.client-page .client-content__table-btn span {
  font-size: 14px;
  color: #FFF;
  margin-left: 10px;
}
.client-page .client-content .sites-block .sites-info .manage-table .vuetable-head-wrapper table {
  height: 100%;
}
.client-page .client-content .sites-block .sites-info vuetable-body-wrapper.fixed-header {
  overflow: initial;
}
.client-page .finance-chart {
  width: 100%;
  padding: 15px 5px 5px 5px;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
}
.client-page .finance-chart__colors {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
}
.client-page .finance-chart__colors-item {
  margin-bottom: 5px;
  align-items: center;
  margin-right: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.client-page .finance-chart__colors-item:last-child {
  margin-right: 0;
}
.client-page .finance-chart__colors-item div {
  width: 14px;
  min-width: 14px;
  height: 6px;
  border-radius: 3px;
  margin-right: 6px;
}
.client-page .finance-chart__block {
  flex: 0 0 calc(100% + 10px);
  margin: 0 -5px;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.client-page .finance-chart .chart {
  width: 100%;
}
.client-page .finance-chart .chart .chart-item {
  flex-grow: 1;
  max-width: 20%;
  min-width: 70px;
  padding: 0 5px;
}
.client-page .finance-chart .chart .chart-item__top {
  width: 100%;
  height: 80px;
  justify-content: center;
  position: relative;
}
.client-page .finance-chart .chart .chart-item__top-expense {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 2px 2px 0 0;
  background-color: #DDDCF4;
}
.client-page .finance-chart .chart .chart-item__top-incoming {
  position: absolute;
  bottom: 0;
  width: 60%;
  border-radius: 2px 2px 0 0;
  background-color: #6562EA;
}
.client-page .finance-chart .chart .chart-item__bottom {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.client-page .finance-chart .chart .chart-item__bottom-month {
  color: #B6B6B6;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  margin: 10px 0 -1px 0;
}
.client-page .finance-chart .chart .chart-item__bottom-price {
  display: inline-block;
  margin-top: 2px;
  color: #000000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.client-page .finance-chart .chart .chart-item__bottom-total {
  width: 100%;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 7px;
}
.client-page .client-aside {
  width: 280px;
}
.client-page .client-aside__members {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.client-page .client-aside__member {
  height: 18px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  padding: 0 0 0 10px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-bottom: 10px;
}
.client-page .client-aside__member:last-child {
  margin-bottom: 0;
}
.client-page .client-aside__member-name {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
}
.client-page .client-aside__calendar {
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
}
.client-page .client-aside__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.client-page .client-aside__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.client-page .client-aside__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.client-page .client-aside__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.client-page .client-aside__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.client-page .client-aside__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.client-page .client-aside__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.client-page .client-aside__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.client-page .client-aside__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.client-page .client-aside .client-info {
  width: 100%;
}
.client-page .client-aside .client-info__block {
  width: 100%;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px 60px 15px 15px;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.client-page .client-aside .client-info__block-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.client-page .client-aside .client-info__block-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-page .client-aside .client-info__block-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #402495;
  align-items: center;
  justify-content: center;
}
.client-page .client-aside .client-info__block-icon span {
  font-size: 18px;
  color: #FFF;
}
.client-page .client-aside .client-details {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.client-page .client-aside .client-details .client-detail {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 50%;
}
.client-page .client-aside .client-details .client-detail .detail-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.client-page .client-aside .client-details .client-detail .detail-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.client-page .client-aside .client-details .client-detail .detail-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.client-page .client-aside .client-details .client-detail .detail-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.client-page .client-aside .client-details .client-detail .detail-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 12px;
  position: relative;
  align-items: center;
}
.client-page .client-aside .client-details .client-detail .detail-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.client-page .client-aside .client-details .client-detail .detail-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .client-page .client-content {
    width: calc(100% - 250px);
    padding-right: 15px;
  }
  .client-page .client-aside {
    width: 250px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .client-page .client-content {
    width: calc(100% - 225px);
    padding-right: 15px;
  }
  .client-page .client-aside {
    width: 225px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .client-page__top {
    margin-bottom: 5px;
  }
  .client-page .client-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .client-page .client-content__title {
    margin-top: 15px;
  }
  .client-page .client-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .client-page .client-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .client-page .client-aside__member {
    margin-right: 10px;
  }
  .client-page .client-aside__member:last-child {
    margin-right: 0;
  }
  .client-page .client-aside .client-info {
    justify-content: space-between;
  }
  .client-page .client-aside .client-info__block {
    width: calc(33.3% - 5px);
    padding: 10px 55px 10px 10px;
    margin-bottom: 10px;
  }
  .client-page .client-aside .client-info__block-price {
    font-size: 16px;
  }
  .client-page .client-aside .client-info__block-icon {
    right: 10px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .client-page__top {
    margin-bottom: 5px;
  }
  .client-page__info-title {
    font-size: 18px;
  }
  .client-page .client-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .client-page .client-content__title {
    margin-top: 15px;
  }
  .client-page .client-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .client-page .client-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .client-page .client-aside__member {
    margin-right: 10px;
  }
  .client-page .client-aside__member:last-child {
    margin-right: 0;
  }
  .client-page .client-aside__info {
    margin-bottom: 15px;
  }
  .client-page .client-aside .client-info {
    justify-content: space-between;
  }
  .client-page .client-aside .client-info__block {
    width: calc(50% - 5px);
    padding: 10px 55px 10px 10px;
    margin-bottom: 10px;
  }
  .client-page .client-aside .client-info__block:first-child {
    width: 100%;
  }
  .client-page .client-aside .client-info__block:last-child {
    margin-bottom: 10px;
  }
  .client-page .client-aside .client-info__block-price {
    font-size: 16px;
  }
  .client-page .client-aside .client-info__block-icon {
    right: 10px;
  }
}
@media (max-width: 400px) {
  .client-page__top {
    margin-bottom: 5px;
  }
  .client-page__info-title {
    font-size: 16px;
  }
  .client-page .client-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .client-page .client-content__title {
    margin-top: 15px;
    font-size: 14px;
  }
  .client-page .client-aside {
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }
  .client-page .client-aside__members {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .client-page .client-aside__member {
    margin-right: 10px;
  }
  .client-page .client-aside__member:last-child {
    margin-right: 0;
  }
  .client-page .client-aside__info {
    margin-bottom: 15px;
  }
  .client-page .client-aside .client-info {
    justify-content: space-between;
  }
  .client-page .client-aside .client-info__block {
    width: 100%;
    padding: 10px 55px 10px 15px;
    margin-bottom: 5px;
  }
  .client-page .client-aside .client-info__block:last-child {
    margin-bottom: 5px;
  }
}
.employees-page .page-header {
  display: none;
}
.employees-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.employees-page__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 10px 0;
}
.employees-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
}
.employees-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.employees-page__filter-item:last-child {
  margin-right: 0;
}
.employees-page .page-actions {
  margin-left: auto;
}
.employees-page .page-actions .page-actions__item--create {
  margin-left: 10px;
}
.employees-page .employees-content {
  width: 100%;
}
.employees-page .employees-content .manage-table {
  min-width: 775px;
  max-width: 100%;
}
.employees-page .employees-content .manage-table .vuetable-head-wrapper .vuetable thead tr th {
  line-height: 36px;
  position: relative;
}
.employees-page .employees-content .manage-table .vuetable-head-wrapper .vuetable thead tr th:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 1px;
  height: 1px;
  background-color: #EEEEEE;
}

@media (min-width: 767px) and (max-width: 991px) {
  .employees-page__filter {
    order: 2;
    width: 100%;
  }
  .employees-page .page-actions {
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .employees-page__filter {
    order: 2;
  }
  .employees-page__filter-item {
    font-size: 15px;
    margin-right: 10px;
  }
  .employees-page .page-actions {
    order: 1;
  }
}
@media (max-width: 576px) {
  .employees-page__top {
    margin-bottom: 15px;
  }
  .employees-page__filter {
    order: 2;
  }
  .employees-page__filter-item {
    font-size: 14px;
    margin-right: 5px;
  }
  .employees-page .page-actions {
    order: 1;
  }
}
.employee-page .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.employee-page .page-header {
  display: none;
}
.employee-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  position: relative;
  padding-right: 45px;
}
.employee-page__top .page-actions {
  position: absolute;
  right: 0;
}
.employee-page__info {
  align-items: center;
}
.employee-page__info-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  margin-right: 10px;
  cursor: pointer;
}
.employee-page__info-back span {
  font-size: 10px;
  color: #FFF;
}
.employee-page__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-right: 10px;
}
.employee-page .employee-content {
  width: calc(100% - 280px);
  padding-right: 30px;
  position: relative;
}
.employee-page .employee-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 30px;
  height: 1px;
  background-color: #EEEEEE;
}
.employee-page .employee-content__title {
  width: 100%;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin: 20px 0 15px 0;
}
.employee-page .employee-content__title span {
  color: #BEBEBE;
  margin: 10px 0;
}
.employee-page .employee-content__title-btn {
  height: 24px;
  border-radius: 12px;
  padding: 0 5px 0 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FFF;
  border: 1px solid #402495;
  background-color: #402495;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.employee-page .employee-content__title-btn:hover {
  background-color: #FFF;
  color: #402495;
}
.employee-page .employee-content__title-btn:hover span {
  color: #402495;
}
.employee-page .employee-content__title-btn span {
  font-size: 14px;
  color: #FFF;
  margin-left: 10px;
}
.employee-page__filter {
  padding-bottom: 10px;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.employee-page__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
  white-space: nowrap;
}
.employee-page__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.employee-page__filter-item:last-child {
  margin-right: 0;
}
.employee-page__table {
  width: 100%;
  overflow-x: auto;
}
.employee-page__table .task-amount {
  overflow: initial !important;
}
.employee-page__table .task-amount__inner {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.employee-page__table .task-amount__actions {
  align-items: center;
}
.employee-page__table .task-amount__actions-add {
  position: relative;
  margin-left: 10px;
}
.employee-page__table .task-amount__actions-add:hover .add-button {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.employee-page__table .task-amount__actions-add:hover .add-button__icon {
  color: #FFF;
}
.employee-page__table .task-amount__actions-add:hover .add-block {
  display: block;
}
.employee-page__table .task-amount__actions-add .add-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.employee-page__table .task-amount__actions-add .add-button__icon {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.employee-page__table .task-amount__actions-add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.employee-page__table .task-amount__actions-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.employee-page__table .task-amount__actions-add .add-block__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
}
.employee-page__table .task-amount__actions-add .add-block__file {
  padding: 8px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.employee-page__table .task-amount__actions-add .add-block__file-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.employee-page__table .task-amount__actions-add .add-block__file-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.employee-page__table .task-amount__actions-add .add-block__file-icon span {
  font-size: 10px;
  color: #FFF;
}
.employee-page__table .task-amount__actions-add .add-block__link {
  width: 100%;
  margin-top: 8px;
}
.employee-page__table .task-amount__actions-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.employee-page__table .task-amount__actions-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.employee-page__table .task-amount__actions-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.employee-page__table .task-amount__actions-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.employee-page__table .task-amount__actions-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.employee-page__table .task-amount__actions-files {
  position: relative;
  margin-left: 10px;
}
.employee-page__table .task-amount__actions-files:hover .files-button {
  color: #402495;
}
.employee-page__table .task-amount__actions-files:hover .files-button__icon {
  color: #402495;
  transform: rotate(180deg);
}
.employee-page__table .task-amount__actions-files:hover .files-block {
  display: block;
}
.employee-page__table .task-amount__actions-files .files-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
}
.employee-page__table .task-amount__actions-files .files-button__icon {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.employee-page__table .task-amount__actions-files .files-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.employee-page__table .task-amount__actions-files .files-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.employee-page__table .task-amount__actions-files .files-block .files-list {
  width: 100%;
}
.employee-page__table .task-amount__actions-files .files-block .files-list__item {
  width: 100%;
  align-items: center;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.employee-page__table .task-amount__actions-files .files-block .files-list__item:last-child {
  border-bottom: 0;
}
.employee-page__table .task-amount__actions-files .files-block .files-list__item-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.employee-page__table .task-amount__actions-files .files-block .files-list__item-delete {
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.employee-page__table .task-amount__actions-files .files-block .files-list__item-delete:hover {
  color: #FC5A45;
}
.employee-page__table .manage-table {
  min-width: 800px;
}
.employee-page__table .manage-table .vuetable-head-wrapper {
  height: auto;
}
.employee-page .employee-aside {
  width: 280px;
}
.employee-page .employee-aside__calendar {
  width: 100%;
  margin-bottom: 15px;
  justify-content: space-between;
}
.employee-page .employee-aside__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.employee-page .employee-aside__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.employee-page .employee-aside__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.employee-page .employee-aside__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.employee-page .employee-aside__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.employee-page .employee-aside__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.employee-page .employee-aside__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.employee-page .employee-aside__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.employee-page .employee-aside__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.employee-page .employee-aside .employee-info {
  width: 100%;
}
.employee-page .employee-aside .employee-info__block {
  width: 100%;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px 60px 15px 15px;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.employee-page .employee-aside .employee-info__block-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-page .employee-aside .employee-info__block-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-page .employee-aside .employee-info__block-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #402495;
  align-items: center;
  justify-content: center;
}
.employee-page .employee-aside .employee-info__block-icon span {
  font-size: 18px;
  color: #FFF;
}
.employee-page .employee-aside .employee-information {
  margin-bottom: 15px;
  width: 100%;
}
.employee-page .employee-aside .employee-information .information-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.employee-page .employee-aside .employee-information .information-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.employee-page .employee-aside .employee-information .information-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.employee-page .employee-aside .employee-information .information-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.employee-page .employee-aside .employee-information .information-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 40px 9px 12px;
  position: relative;
  align-items: center;
}
.employee-page .employee-aside .employee-information .information-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-page .employee-aside .employee-information .information-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-page .employee-aside .employee-information .information-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.employee-page .employee-aside .employee-details {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.employee-page .employee-aside .employee-details .employee-detail {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 50%;
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 12px;
  position: relative;
  align-items: center;
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-page__button {
  width: 100%;
  margin-top: 25px;
}
.employee-page .el-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.employee-page .el-row .el-col {
  padding: 0 7.5px !important;
}
.employee-page .el-row .el-col .text-bold {
  font-weight: 700;
}
.employee-page .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.employee-page .el-row .el-col .form-input.invalid .input-label span, .employee-page .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.employee-page .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.employee-page .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.employee-page .el-row .el-col .form-input .input-label__title span, .employee-page .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.employee-page .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input, .employee-page .el-row .el-col .form-input .input-label__title:hover + .el-select input {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.employee-page .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .employee-page .el-row .el-col .form-input .input-label input:hover, .employee-page .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label textarea {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #172b4d;
  transition: 0.3s linear all;
  min-height: 80px !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  word-break: break-word;
}
.employee-page .el-row .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label textarea:not(:placeholder-shown), .employee-page .el-row .el-col .form-input .input-label textarea:hover, .employee-page .el-row .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.employee-page .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .employee-page .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.employee-page .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.employee-page .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.employee-page .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.employee-page .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.employee-page .el-row .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.employee-page .el-row .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.employee-page .el-row .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.employee-page .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.employee-page .el-row .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.employee-page .el-row .el-col .form-input .input-label .el-date-editor:hover input, .employee-page .el-row .el-col .form-input .input-label .el-date-editor:focus input {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label .el-textarea {
  margin-top: 25px;
}
.employee-page .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding: 10px;
  resize: vertical;
  word-break: break-word;
}
.employee-page .el-row .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.employee-page .el-row .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .employee-page .el-row .el-col .form-input .input-label .el-textarea__inner:hover, .employee-page .el-row .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.employee-page .el-row .el-col .label-wrapper .input-label {
  display: block;
  position: relative;
}
.employee-page .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.employee-page .el-row .el-col .label-wrapper .input-label__title span, .employee-page .el-row .el-col .label-wrapper .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload {
  width: 100%;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 5px;
  line-height: normal;
  text-align: left;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload:hover {
  border-color: #402495;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  height: auto;
  background: transparent;
  border: 0;
  margin-right: auto;
  margin-left: 10px !important;
  margin-top: 20px;
  padding: 0;
  display: block !important;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 20;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 2px;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-status-label {
  display: none;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete {
  font-family: "devmark" !important;
  color: #FC5A45;
  font-size: 10px;
  font-style: normal;
  display: block;
}
.employee-page .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete:before {
  content: "\e926";
}
.employee-page .el-row .el-col .label-wrapper .input-label .el-input-number {
  width: 100%;
}
.employee-page .el-row .el-col .label-wrapper .input-label .el-input-number__decrease, .employee-page .el-row .el-col .label-wrapper .input-label .el-input-number__increase {
  display: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .employee-page .employee-content {
    width: calc(100% - 250px);
    padding-right: 15px;
  }
  .employee-page .employee-content:before {
    right: 15px;
  }
  .employee-page .employee-aside {
    width: 250px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .employee-page .employee-content {
    width: calc(100% - 230px);
    padding-right: 15px;
  }
  .employee-page .employee-content:before {
    right: 15px;
  }
  .employee-page .employee-aside {
    width: 230px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .employee-page .employee-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .employee-page .employee-content:before {
    right: 0;
  }
  .employee-page .employee-content__title {
    font-size: 15px;
  }
  .employee-page .employee-aside {
    width: 100%;
    order: 1;
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-information {
    width: calc(33.3% - 5px);
    margin-bottom: 10px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-info {
    width: calc(66.6% - 5px);
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-info__block {
    padding: 13px 45px 13px 7px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .employee-page .employee-aside .employee-info__block-price {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-info__block-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-info__block-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-details {
    width: calc(66.6% - 5px);
    justify-content: space-between;
    margin: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-icon {
    right: 7px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .employee-page__info-title {
    font-size: 16px;
  }
  .employee-page .employee-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .employee-page .employee-content:before {
    right: 0;
  }
  .employee-page .employee-content__title {
    font-size: 14px;
    margin: 20px 0 10px 0;
  }
  .employee-page .employee-aside {
    width: 100%;
    order: 1;
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-information {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    order: 1;
  }
  .employee-page .employee-aside .employee-information .information-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-info {
    width: 100%;
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-info__block {
    padding: 13px 45px 13px 7px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .employee-page .employee-aside .employee-info__block-price {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-info__block-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-info__block-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-details {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-icon {
    right: 7px;
  }
}
@media (max-width: 400px) {
  .employee-page__info-title {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
  }
  .employee-page .employee-content {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .employee-page .employee-content:before {
    right: 0;
  }
  .employee-page .employee-content__title {
    font-size: 14px;
    margin: 20px 0 10px 0;
    width: 100%;
  }
  .employee-page .employee-aside {
    width: 100%;
    order: 1;
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-information {
    width: 100%;
    margin-bottom: 5px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-information .information-block__inner-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-info {
    width: 100%;
    justify-content: space-between;
  }
  .employee-page .employee-aside .employee-info__block {
    padding: 13px 45px 13px 7px;
    width: 100%;
    margin-bottom: 5px;
  }
  .employee-page .employee-aside .employee-info__block-price {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-info__block-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-info__block-icon {
    right: 7px;
  }
  .employee-page .employee-aside .employee-details {
    width: 100%;
    justify-content: space-between;
    margin: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner {
    padding: 7px 30px 7px 7px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-count {
    font-size: 16px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-title {
    font-size: 11px;
  }
  .employee-page .employee-aside .employee-details .employee-detail .detail-block__inner-icon {
    right: 7px;
  }
}
.tasks-page {
  overflow: hidden;
  margin-bottom: -15px;
}
.tasks-page .page-header {
  display: none;
}
.tasks-page .content-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 25px);
  margin-bottom: -15px;
}
.tasks-page__top {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
}
.tasks-page__top-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.tasks-page__top-btn {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-right: 10px;
}
.tasks-page__top-btn:hover {
  border-color: #000000;
}
.tasks-page__top-btn:last-child {
  margin-right: 0;
}
.tasks-page__top-btn span {
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
}
.tasks-page__top .dashboard-list {
  margin-top: 10px;
}
.tasks-page__top .dashboard-list__item {
  max-width: 175px;
  margin-right: 10px;
}
.tasks-page__top .dashboard-list__item:last-child {
  margin-right: 0;
  margin-bottom: 10px !important;
}
.tasks-page__filter {
  align-items: center;
  margin: 5px 25px 5px 0;
}
.tasks-page__filter-item {
  display: flex;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  align-items: center;
  margin-right: 5px;
}
.tasks-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.tasks-page__filter-item:last-child {
  margin-right: 0;
}
.tasks-page__filter-item div {
  margin-left: 15px;
  width: 28px;
  height: 28px;
  background-color: #402495;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
}
.tasks-page__filter-item div span {
  font-size: 16px;
  color: #FFF;
}
.tasks-page__filter-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-left: 15px;
}
.tasks-page__filter .form-input {
  margin-left: 5px;
}
.tasks-page__filter .form-input .input-label__title {
  display: none;
}
.tasks-page__filter .form-input .input-label .el-select {
  width: 100%;
}
.tasks-page__filter .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.tasks-page__filter .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.tasks-page__filter .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.tasks-page__subfilter {
  max-width: 100%;
}
.tasks-page__subfilter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
  margin: 5px 6px 5px 0;
}
.tasks-page__subfilter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.tasks-page__subfilter-item:last-child {
  margin-right: 0;
}
.tasks-page__subfilter-add {
  padding: 0 7px;
  height: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  align-items: center;
  margin: 5px 0 5px 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
}
.tasks-page__subfilter-add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.tasks-page__employees {
  max-width: 100%;
  align-items: center;
}
.tasks-page__employees-item {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #FFF;
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  margin: 5px 6px 5px 0;
  overflow: hidden;
}
.tasks-page__employees-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.tasks-page__employees-item:last-child {
  margin-right: 0;
}
.tasks-page__employees-count {
  margin: 5px 0;
  padding: 0 7px;
  height: 18px;
  background-color: #EAEAEA;
  border: 1px solid #EAEAEA;
  border-radius: 9px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #7B7B7B;
  cursor: pointer;
}
.tasks-page__employees-count:hover {
  background-color: #FFF;
  color: #000000;
}
.tasks-page__employees-add {
  padding: 0 7px;
  height: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  align-items: center;
  margin: 5px 0 5px 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
}
.tasks-page__employees-add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.tasks-page .dashboards-content {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
  overflow: hidden;
  overflow-x: auto;
  border-top: 1px solid #EEEEEE;
  flex-grow: 1;
  padding-top: 15px;
}
.tasks-page .dashboard-groups {
  height: 100%;
}
.tasks-page .dashboard-groups .dashboard-group {
  width: 15%;
  min-width: 175px;
  padding: 0 7.5px;
  flex-direction: column;
}
.tasks-page .dashboard-groups .dashboard-group__title {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  justify-content: space-between;
}
.tasks-page .dashboard-groups .dashboard-group__title-edit {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  margin-right: 5px !important;
  margin-left: 5px;
}
.tasks-page .dashboard-groups .dashboard-group__title-edit:hover {
  background-color: #000000;
  border-color: #000000;
}
.tasks-page .dashboard-groups .dashboard-group__title-edit:hover span {
  color: #FFF;
}
.tasks-page .dashboard-groups .dashboard-group__title-edit span {
  color: #000000;
  font-size: 14px;
}
.tasks-page .dashboard-groups .dashboard-group__create {
  width: 100%;
  padding: 5px 5px 5px 10px;
  background: #FFF;
  border-radius: 12px;
  margin-bottom: 10px;
}
.tasks-page .dashboard-groups .dashboard-group__create:hover .dashboard-group__create-color {
  display: flex;
}
.tasks-page .dashboard-groups .dashboard-group__create.is-focused .dashboard-group__create-color {
  display: flex;
}
.tasks-page .dashboard-groups .dashboard-group__create-title {
  position: relative;
  padding-right: 25px;
  align-items: center;
}
.tasks-page .dashboard-groups .dashboard-group__create-title .title-input {
  border: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  height: 20px;
}
.tasks-page .dashboard-groups .dashboard-group__create-add {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #FC5A45;
  border: 1px solid #FC5A45;
}
.tasks-page .dashboard-groups .dashboard-group__create-add:hover {
  background-color: #FFF;
}
.tasks-page .dashboard-groups .dashboard-group__create-add:hover span {
  color: #FC5A45;
}
.tasks-page .dashboard-groups .dashboard-group__create-add span {
  color: #FFF;
  font-size: 10px;
}
.tasks-page .dashboard-groups .dashboard-group__create-color {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #EFEFEF;
  position: relative;
  align-items: center;
  margin-top: 5px;
  display: none;
  justify-content: space-between;
}
.tasks-page .dashboard-groups .dashboard-group__create-color .color-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.tasks-page .dashboard-groups .dashboard-group__create-color .el-color-picker {
  height: 25px;
}
.tasks-page .dashboard-groups .dashboard-group__create-color .el-color-picker__trigger {
  height: 25px;
  width: 25px;
  padding: 2px;
}
.tasks-page .dashboard-list {
  width: 100%;
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.tasks-page .dashboard-list__item {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 25px 10px 10px;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.tasks-page .dashboard-list__item:last-child {
  margin-bottom: 0;
}
.tasks-page .dashboard-list__item-icon {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #FFF;
  transform: rotate(180deg);
}
.tasks-page .dashboard-list__item-title {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 110%;
  color: #FFF;
  margin-bottom: 5px;
}
.tasks-page .dashboard-list__item-bottom {
  width: 100%;
}
.tasks-page .dashboard-list__item-info {
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 9px;
  padding: 0 5px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  margin-right: 5px;
}
.tasks-page .dashboard-list__item-info:last-child {
  margin-right: 0;
}
.tasks-page .dashboard-list__item-info span {
  margin-left: 5px;
}
.tasks-page .tasks-content {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
  overflow: hidden;
  overflow-x: auto;
  border-top: 1px solid #EEEEEE;
  flex-grow: 1;
  padding-top: 15px;
}
.tasks-page .tasks-block {
  height: 100%;
}
.tasks-page .tasks-block .tasks-column {
  width: 19%;
  min-width: 19%;
  padding: 0 7.5px;
}
.tasks-page .tasks-block .tasks-column .tasks-list {
  display: block !important;
}
.tasks-page .tasks-block .tasks-column__inner {
  height: 100%;
  flex-direction: column;
}
.tasks-page .tasks-block .tasks-column__top {
  width: 100%;
  padding-right: 50px;
  position: relative;
  margin-bottom: 10px;
}
.tasks-page .tasks-block .tasks-column__top-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
.tasks-page .tasks-block .tasks-column__actions {
  position: absolute;
  right: 0;
  align-items: center;
}
.tasks-page .tasks-block .tasks-column__actions-item {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  cursor: pointer;
}
.tasks-page .tasks-block .tasks-column__actions-item:last-child {
  margin-right: 0;
}
.tasks-page .tasks-block .tasks-column__actions-item--create {
  background: #FC5A45;
  border: 1px solid #FC5A45;
}
.tasks-page .tasks-block .tasks-column__actions-item--create:hover {
  background-color: #FFF;
}
.tasks-page .tasks-block .tasks-column__actions-item--create:hover span {
  color: #FC5A45;
}
.tasks-page .tasks-block .tasks-column__actions-item--create span {
  color: #FFF;
  font-size: 10px;
}
.tasks-page .tasks-block .tasks-column__actions-item--settings {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  margin-right: 5px !important;
}
.tasks-page .tasks-block .tasks-column__actions-item--settings:hover {
  background-color: #000000;
  border-color: #000000;
}
.tasks-page .tasks-block .tasks-column__actions-item--settings:hover span {
  color: #FFF;
}
.tasks-page .tasks-block .tasks-column__actions-item--settings span {
  color: #000000;
  font-size: 14px;
}
.tasks-page .tasks-block .tasks-column__create {
  width: 100%;
  padding: 5px 5px 5px 10px;
  background: #FFF;
  border-radius: 12px;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
}
.tasks-page .tasks-block .tasks-column__create-input {
  width: 100%;
  border: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  height: 20px;
  margin-right: 5px;
}
.tasks-page .tasks-block .tasks-column .tasks-list {
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  display: none;
  position: relative;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item {
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 8px 8px 3px 8px;
  cursor: pointer;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-deadline {
  color: #FC5A45;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--deadline:hover {
  border-color: #FC5A45;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--in_work:hover {
  border-color: #48C73D;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--rework:hover {
  border-color: #3E4D9A;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--approval:hover {
  border-color: #6F7DC5;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--closed:hover {
  border-color: #000000;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--frozen:hover {
  border-color: #B6B6B6;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--grade:hover {
  border-color: #A52A2A;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--statement:hover {
  border-color: #6F7DC5;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item--on_completion:hover {
  border-color: #3E4D9A;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-unreaded {
  margin-left: auto;
  min-width: 15px;
  height: 15px;
  border: 1px solid #FC5A45;
  color: #FC5A45;
  font-size: 10px;
  padding: 0 3px;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item:last-child {
  margin-bottom: 0;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  padding-right: 24px;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-title {
  width: 100%;
  font-weight: 400;
  font-size: 11px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-title a {
  color: #B6B6B6;
  align-items: center;
  line-height: 110%;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-title a span {
  color: #B6B6B6;
  margin: 0 3px;
  font-size: 8px;
  line-height: 110%;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-title a:hover {
  color: #402495;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-title a:hover span {
  color: #402495;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-info {
  width: 100%;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-info span {
  margin-left: 6px;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-managers {
  width: 100%;
  align-items: center;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-manager {
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin: 0 3px 5px 0;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-manager span {
  font-size: 10px;
  margin-right: 3px;
  color: #000000;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status {
  align-items: center;
  margin-bottom: 5px;
  padding: 0 7px;
  height: 15px;
  line-height: 15px;
  border-radius: 9px;
  font-size: 10px;
  color: #FFF;
  white-space: nowrap;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--deadline {
  background-color: #FC5A45;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--on_correction {
  background-color: #00CED1;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--in_work {
  background-color: #48C73D;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--rework {
  background-color: #3E4D9A;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--approval {
  background-color: #6F7DC5;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--closed {
  background-color: #000000;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--frozen {
  background-color: #B6B6B6;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--grade {
  background-color: #BB877D;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--statement {
  background-color: #6F7DC5;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item-status--on_completion {
  background-color: #3E4D9A;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority {
  cursor: pointer;
  position: absolute;
  right: 0;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority .el-popover {
  right: 0;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority__icon {
  font-size: 16px;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority__icon .icon-coffee1 {
  color: rgb(178, 184, 191);
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority__icon .icon-flash-circle {
  color: rgb(128, 95, 227);
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-priority__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-information {
  cursor: pointer;
  position: absolute;
  right: 21px;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-information .el-popover {
  right: 0;
}
.tasks-page .tasks-block .tasks-column .tasks-list__item .task-information__icon {
  font-size: 16px;
  color: #FC5A45;
}

.el-popover .task-information__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.el-popover .task-information__text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  max-width: 300px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .tasks-page .tasks-content {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding-bottom: 20px;
  }
  .tasks-page .tasks-block .tasks-column {
    padding: 0 5px;
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  .tasks-page .tasks-content {
    width: calc(100% + 10px);
    margin: 0 -5px;
    padding-bottom: 35px;
  }
  .tasks-page .tasks-block .tasks-column {
    padding: 0 5px;
    min-width: 230px;
  }
}
.finance-page .page-header {
  display: none;
}
.finance-page .dashboard-details {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.finance-page .dashboard-details__item {
  width: 25%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.finance-page .dashboard-details__item-inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
}
.finance-page .dashboard-details__item-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.finance-page .dashboard-details__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.finance-page .dashboard-details__item-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.finance-page .dashboard-details__item-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.finance-page .el-tabs {
  margin-top: 15px;
}
.finance-page__info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 10px -7.5px;
}
.finance-page__info-top {
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 7.5px;
}
.finance-page__info-title {
  color: #000000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-right: 20px;
  margin-bottom: 10px;
}
.finance-page__info .finance-profit {
  width: 18%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.finance-page__info .finance-profit__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
  align-content: center;
}
.finance-page__info .finance-profit__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.finance-page__info .finance-profit__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.finance-page__info .finance-profit__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.finance-page__info .finance-profit__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.finance-page__info .finance-incoming {
  width: 18%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.finance-page__info .finance-incoming__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
  align-content: center;
}
.finance-page__info .finance-incoming__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.finance-page__info .finance-incoming__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.finance-page__info .finance-incoming__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.finance-page__info .finance-incoming__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.finance-page__info .finance-expenses {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 46%;
}
.finance-page__info .finance-expenses .expenses-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.finance-page__info .finance-expenses .expenses-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.finance-page__info .finance-expenses .expenses-block__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 7px 2px 7px;
}
.finance-page__info .finance-expenses .expenses-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.finance-page__info .finance-expenses .expenses-block__item {
  padding: 0 2px;
}
.finance-page__info .finance-expenses .expenses-block__item-wrap {
  flex: 1;
}
.finance-page__info .finance-expenses .expenses-block__item-wrap .expenses-block__item {
  min-width: 18%;
  flex-grow: 1;
  margin-bottom: 5px;
}
.finance-page__info .finance-expenses .expenses-block__item.first {
  width: 20%;
  min-width: 20%;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.finance-page__info .finance-expenses .expenses-block__item.first .expenses-block__item-inner {
  background-color: #FFF;
  padding: 5px;
  cursor: default;
}
.finance-page__info .finance-expenses .expenses-block__item.first .expenses-block__item-value {
  font-size: 20px;
}
.finance-page__info .finance-expenses .expenses-block__item.first .expenses-block__item-title {
  color: #402495;
  font-size: 12px;
}
.finance-page__info .finance-expenses .expenses-block__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
  cursor: pointer;
}
.finance-page__info .finance-expenses .expenses-block__item-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.finance-page__info .finance-expenses .expenses-block__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.finance-page__info .finance-services {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 18%;
}
.finance-page__info .finance-services .services-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
  height: 100%;
}
.finance-page__info .finance-services .services-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.finance-page__info .finance-services .services-block__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 7px 2px 7px;
  height: 100%;
}
.finance-page__info .finance-services .services-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
  height: 100%;
}
.finance-page__info .finance-services .services-block__item {
  padding: 0 2px;
}
.finance-page__info .finance-services .services-block__item-wrap {
  width: 65px;
  min-width: 65px;
}
.finance-page__info .finance-services .services-block__item-wrap .services-block__item {
  width: 100%;
  margin-bottom: 5px;
}
.finance-page__info .finance-services .services-block__item.first {
  flex-grow: 1;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.finance-page__info .finance-services .services-block__item.first .services-block__item-inner {
  background-color: #FFF;
  padding: 0 5px;
}
.finance-page__info .finance-services .services-block__item.first .services-block__item-value {
  font-size: 18px;
}
.finance-page__info .finance-services .services-block__item.first .services-block__item-title {
  color: #402495;
  font-size: 12px;
}
.finance-page__info .finance-services .services-block__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.finance-page__info .finance-services .services-block__item-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 3px;
}
.finance-page__info .finance-services .services-block__item-value--blue {
  color: #402495;
}
.finance-page__info .finance-services .services-block__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.finance-page__info .finance-fund {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 18%;
}
.finance-page__info .finance-fund .fund-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.finance-page__info .finance-fund .fund-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #64E050);
}
.finance-page__info .finance-fund .fund-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 7px;
  position: relative;
  align-items: center;
  align-content: center;
}
.finance-page__info .finance-fund .fund-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.finance-page__info .finance-fund .fund-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.finance-page__info .finance-fund .fund-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.finance-page .finance-chart {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 10px 10px 0 10px;
}
.finance-page .finance-chart__chart {
  flex-grow: 1;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.finance-page .finance-chart__chart .chart {
  width: 100%;
}
.finance-page .finance-chart__chart .chart .chart-item {
  flex-grow: 1;
  max-width: 20%;
  min-width: 70px;
  padding: 0 5px;
}
.finance-page .finance-chart__chart .chart .chart-item__top {
  width: 100%;
  height: 80px;
  justify-content: center;
  position: relative;
}
.finance-page .finance-chart__chart .chart .chart-item__top-expense {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 2px 2px 0 0;
  background-color: #DDDCF4;
}
.finance-page .finance-chart__chart .chart .chart-item__top-incoming {
  position: absolute;
  bottom: 0;
  width: 60%;
  border-radius: 2px 2px 0 0;
  background-color: #6562EA;
}
.finance-page .finance-chart__chart .chart .chart-item__top-margin {
  position: absolute;
  width: 60%;
  z-index: 2;
  border-radius: 2px 2px 0 0;
  background-color: #FC5A45;
}
.finance-page .finance-chart__chart .chart .chart-item__top-margin + .chart-item__top-incoming {
  border-radius: 0;
}
.finance-page .finance-chart__chart .chart .chart-item__bottom {
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.finance-page .finance-chart__chart .chart .chart-item__bottom-month {
  color: #B6B6B6;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: inline-block;
  margin: 10px 0 -1px 0;
}
.finance-page .finance-chart__chart .chart .chart-item__bottom-price {
  display: inline-block;
  margin-top: 2px;
  color: #000000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.finance-page .finance-chart__chart .chart .chart-item__bottom-margin {
  width: 100%;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #7B7B7B;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 7px;
  background-color: #F6F6F6;
}
.finance-page .finance-chart__info {
  margin-left: 30px;
}
.finance-page .finance-chart__filter {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 15px;
}
.finance-page .finance-chart__filter-item {
  margin-right: 6px;
  margin-bottom: 9px;
  position: relative;
}
.finance-page .finance-chart__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.finance-page .finance-chart__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.finance-page .finance-chart__filter-item span {
  display: flex;
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.finance-page .finance-chart__filter-item span:hover {
  color: #000000;
}
.finance-page .finance-chart__filter-item:last-child {
  margin-right: 0;
}
.finance-page .finance-chart__details {
  flex-direction: column;
  margin-bottom: 10px;
}
.finance-page .finance-chart__detail {
  align-items: center;
  margin-bottom: 10px;
}
.finance-page .finance-chart__detail:last-child {
  margin-bottom: 0;
}
.finance-page .finance-chart__detail-color {
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 3px;
  margin-right: 8px;
}
.finance-page .finance-chart__detail-info {
  flex-direction: column;
}
.finance-page .finance-chart__detail-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.finance-page .finance-chart__detail-value {
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.finance-page__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.finance-page__filter {
  margin-right: 30px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.finance-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.finance-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.finance-page__filter-item:last-child {
  margin-right: 0;
}
.finance-page__subfilter {
  padding-bottom: 10px;
  margin-right: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.finance-page__subfilter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.finance-page__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.finance-page__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.finance-page__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.finance-page__subfilter-item span:hover {
  color: #000000;
}
.finance-page__subfilter-item:last-child {
  margin-right: 0;
}
.finance-page__calendar {
  width: 280px;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 10px;
}
.finance-page__calendar + .page-actions {
  margin-left: 20px;
}
.finance-page__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.finance-page__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.finance-page__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.finance-page__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.finance-page__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.finance-page__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.finance-page__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.finance-page__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.finance-page__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.finance-page .page-actions {
  margin-bottom: 15px;
}
.finance-page .finance-content {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.finance-page .finance-content .manage-table {
  min-width: 1300px;
}
.finance-page .opuy-table {
  width: 100%;
  padding: 0 7.5px;
}
.finance-page .opuy-table__inner {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.finance-page .opuy-table__top {
  width: 100%;
  border-bottom: 1px solid #EEE;
}
.finance-page .opuy-table__top-title {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  color: #000000;
  align-items: center;
}
.finance-page .opuy-table__top-title:first-child {
  flex-grow: 0;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #EEE;
}
.finance-page .opuy-table__row {
  width: 100%;
  border-bottom: 1px solid #EEE;
}
.finance-page .opuy-table__row--total {
  background-color: #f6f6f6;
}
.finance-page .opuy-table__row--title {
  background-color: #d8d8d8;
  padding: 3px 0;
}
.finance-page .opuy-table__row-title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.finance-page .opuy-table__row-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  line-height: 110%;
}
.finance-page .opuy-table__row-column:first-child {
  flex-grow: 0;
  width: 250px;
  min-width: 250px;
  border-right: 1px solid #EEE;
  font-size: 14px;
  font-weight: 500;
}
.finance-page .opuy-table__row-column .statistics {
  width: 100%;
  padding-left: 30px;
  margin-top: 3px;
}
.finance-page .opuy-table__row-column .statistics span {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  line-height: 110%;
  margin-bottom: 2px;
}
.finance-page .opuy-table__row-column .statistics span:nth-child(3) {
  color: #402495;
}
.finance-page .opuy-table__row-column .statistics span:nth-child(4) {
  color: #FC5A45;
}
.finance-page .opuy-table__row-row {
  width: 100%;
  margin-bottom: 2px;
}
.finance-page .opuy-table__row-row:first-child {
  margin-top: 21px;
}
.finance-page .opuy-table__row-row:nth-child(3) {
  color: #402495;
}
.finance-page .opuy-table__row-row:nth-child(4) {
  color: #FC5A45;
}

@media (min-width: 1340px) and (max-width: 1540px) {
  .finance-page__info .finance-expenses .expenses-block__item.first {
    width: 25%;
    min-width: 25%;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .finance-page .dashboard-details__item-inner {
    padding: 10px 60px 10px 10px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 16px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 10px;
  }
  .finance-page__info .finance-profit {
    width: 17%;
  }
  .finance-page__info .finance-profit__inner {
    padding: 12px 55px 12px 15px;
  }
  .finance-page__info .finance-profit__inner-price {
    font-size: 16px;
  }
  .finance-page__info .finance-incoming {
    width: 17%;
  }
  .finance-page__info .finance-incoming__inner {
    padding: 12px 55px 12px 15px;
  }
  .finance-page__info .finance-incoming__inner-price {
    font-size: 16px;
  }
  .finance-page__info .finance-incoming .incoming-block__item.first .incoming-block__item-value {
    font-size: 18px;
  }
  .finance-page__info .finance-fund .fund-block__inner-value {
    font-size: 16px;
  }
  .finance-page__info .finance-expenses {
    width: 44%;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first {
    width: 25%;
    min-width: 25%;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first .expenses-block__item-value {
    font-size: 16px;
  }
  .finance-page__info .finance-services {
    width: 22%;
  }
  .finance-page__info .finance-services .services-block__item.first .services-block__item-value {
    font-size: 16px;
  }
  .finance-page__calendar + .page-actions {
    margin-left: auto;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .finance-page .dashboard-details__item {
    width: 50%;
  }
  .finance-page .dashboard-details__item-inner {
    padding: 10px 60px 10px 10px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 16px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 10px;
  }
  .finance-page__info .finance-profit {
    order: 2;
    width: 33.33%;
  }
  .finance-page__info .finance-incoming {
    order: 1;
    width: 33.33%;
  }
  .finance-page__info .finance-services {
    order: 3;
    width: 33.33%;
  }
  .finance-page__info .finance-expenses {
    order: 4;
    width: 100%;
  }
  .finance-page__calendar + .page-actions {
    margin-left: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .finance-page .dashboard-details__item {
    width: 50%;
  }
  .finance-page .dashboard-details__item-inner {
    padding: 10px 60px 10px 10px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 16px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 10px;
  }
  .finance-page__info .finance-profit {
    order: 2;
    width: 33.33%;
  }
  .finance-page__info .finance-incoming {
    order: 1;
    width: 33.33%;
  }
  .finance-page__info .finance-services {
    order: 3;
    width: 33.33%;
  }
  .finance-page__info .finance-expenses {
    order: 4;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .finance-page .dashboard-details__item {
    width: 50%;
  }
  .finance-page .dashboard-details__item-inner {
    padding: 10px 60px 10px 10px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 16px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 10px;
  }
  .finance-page__top {
    margin-bottom: 0;
  }
  .finance-page__subfilter {
    width: 100%;
    margin-right: 0;
  }
  .finance-page__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .finance-page__filter-item {
    padding: 0 5px;
    margin-right: 5px;
    font-size: 15px;
  }
  .finance-page__info {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px 10px -5px;
  }
  .finance-page__info-top {
    margin-bottom: 10px;
  }
  .finance-page__info .finance-profit {
    padding: 0 5px;
    order: 2;
    width: 50%;
  }
  .finance-page__info .finance-profit__inner {
    padding: 12px 50px 12px 10px;
  }
  .finance-page__info .finance-profit__inner-price {
    font-size: 16px;
  }
  .finance-page__info .finance-profit__inner-title {
    font-size: 10px;
  }
  .finance-page__info .finance-profit__inner-icon {
    right: 10px;
  }
  .finance-page__info .finance-incoming {
    padding: 0 5px;
    order: 1;
    width: 50%;
  }
  .finance-page__info .finance-incoming__inner {
    padding: 12px 50px 12px 10px;
  }
  .finance-page__info .finance-incoming__inner-price {
    font-size: 16px;
  }
  .finance-page__info .finance-incoming__inner-title {
    font-size: 10px;
  }
  .finance-page__info .finance-incoming__inner-icon {
    right: 10px;
  }
  .finance-page__info .finance-services {
    order: 3;
    width: 100%;
  }
  .finance-page__info .finance-services .services-block__item.first .services-block__item-value {
    font-size: 16px;
  }
  .finance-page__info .finance-services .services-block__item.first .services-block__item-title {
    font-size: 10px;
  }
  .finance-page__info .finance-expenses {
    padding: 0 5px;
    order: 4;
    width: 100%;
  }
  .finance-page__info .finance-expenses .expenses-block__inner {
    padding: 7px 5px;
  }
  .finance-page__info .finance-expenses .expenses-block__inner-value {
    font-size: 16px;
  }
  .finance-page__info .finance-expenses .expenses-block__inner-title {
    font-size: 10px;
  }
  .finance-page__info .finance-expenses .expenses-block__inner-icon {
    right: 10px;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first {
    width: 30%;
    min-width: 30%;
  }
}
@media (max-width: 576px) {
  .finance-page .dashboard-details {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px;
  }
  .finance-page .dashboard-details__item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .finance-page .dashboard-details__item-inner {
    padding: 5px 50px 5px 7.5px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 14px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 10px;
  }
  .finance-page .dashboard-details__item-icon {
    right: 7.5px;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first {
    width: 45%;
    min-width: 45%;
  }
  .finance-page__calendar + .page-actions {
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .finance-page .dashboard-details {
    flex: 0 0 100%;
    margin: 0;
  }
  .finance-page .dashboard-details__item {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  .finance-page .dashboard-details__item-inner {
    padding: 5px 55px 5px 10px;
  }
  .finance-page .dashboard-details__item-price {
    font-size: 16px;
  }
  .finance-page .dashboard-details__item-title {
    font-size: 12px;
  }
  .finance-page .dashboard-details__item-icon {
    right: 10px;
  }
  .finance-page__info .finance-incoming {
    width: 100%;
  }
  .finance-page__info .finance-profit {
    width: 100%;
  }
  .finance-page__info .finance-expenses {
    width: 100%;
  }
  .finance-page__info .finance-expenses .expenses-block__item-inner {
    padding: 4px 10px;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first {
    width: 50%;
    min-width: 50%;
  }
  .finance-page__info .finance-expenses .expenses-block__item.first .expenses-block__item-value {
    font-size: 16px;
  }
}
.settings-page {
  width: 100%;
}
.settings-page .heading h1 {
  margin-top: 0;
}
.settings-page .el-tabs__header {
  margin-bottom: 0;
}
.settings-page .el-tabs__item {
  font-size: 16px;
  padding: 0 10px;
}
.settings-page .page {
  padding: 0 !important;
}
.settings-page__tabs {
  width: 100%;
}
.settings-page__tabs .el-tabs__nav-wrap {
  overflow: initial !important;
}
.settings-page__tabs .el-tabs__nav-prev, .settings-page__tabs .el-tabs__nav-next {
  display: none !important;
}
.settings-page__tabs .el-tabs__nav-scroll {
  overflow: hidden;
  overflow-x: auto;
  position: relative;
}
.settings-page .positions-table .vuetable-body-wrapper .vuetable-body tr td,
.settings-page .roles-table .vuetable-body-wrapper .vuetable-body tr td,
.settings-page .cashbox-table .vuetable-body-wrapper .vuetable-body tr td,
.settings-page .payment-destination-table .vuetable-body-wrapper .vuetable-body tr td,
.settings-page .dashboard-groups-table .vuetable-body-wrapper .vuetable-body tr td,
.settings-page .notifications-table .vuetable-body-wrapper .vuetable-body tr td {
  padding: 0 6px !important;
}
.settings-page .manage-table tbody tr {
  cursor: pointer;
}
.settings-page .manage-table tbody tr:nth-child(odd) {
  background-color: #F6F6F6;
}
.settings-page .manage-table tbody tr.selected-table-row {
  background-color: #48C73D;
  cursor: default;
}
.settings-page .manage-table tbody tr.selected-table-row td {
  color: #FFFFFF;
}
.settings-page .manage-table tbody tr.selected-table-row td .has-icon .icon-warning-circle:hover {
  color: #FFF;
}
.settings-page .manage-table .vuetable-body-wrapper .vuetable-body tr td:after {
  bottom: 0;
  left: 0;
  right: 0;
}
.settings-page .manage-table .vuetable-body-wrapper .vuetable-body tr td .has-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.settings-page .manage-table .vuetable-body-wrapper .vuetable-body tr td .has-icon .icon-warning-circle {
  font-size: 14px;
  margin-left: 10px;
  color: #000000;
}
.settings-page .manage-table .vuetable-body-wrapper .vuetable-body tr td .has-icon .icon-warning-circle:hover {
  color: #48C73D;
}
.settings-page .document-database .page-header {
  display: none;
}
.settings-page .document-database__top {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 9px 10px 0 10px;
  margin-bottom: 25px;
}
.settings-page .document-database__search {
  flex-grow: 1;
  max-width: 100%;
  margin-right: 15px;
  align-items: center;
  margin-bottom: 9px;
}
.settings-page .document-database__search-icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.settings-page .document-database__search-input {
  height: 18px;
  border: 0;
  background-color: transparent;
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  min-width: 320px;
}
.settings-page .document-database__filter {
  max-width: 100%;
  overflow-x: auto;
}
.settings-page .document-database__filter-item {
  margin-right: 6px;
  margin-bottom: 9px;
  position: relative;
}
.settings-page .document-database__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.settings-page .document-database__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.settings-page .document-database__filter-item span {
  display: flex;
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.settings-page .document-database__filter-item span:hover {
  color: #000000;
}
.settings-page .document-database__filter-item:last-child {
  margin-right: 0;
}
.settings-page .document-database .documents-list {
  width: 100%;
}
.settings-page .document-database .documents-list__item {
  width: 100%;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #EEEEEE;
}
.settings-page .document-database .documents-list__item-info {
  width: 240px;
  min-width: 240px;
  padding-right: 15px;
  align-content: flex-start;
}
.settings-page .document-database .documents-list__item-site {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  color: #000000;
}
.settings-page .document-database .documents-list__item-name {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
  margin-bottom: 8px;
}
.settings-page .document-database .documents-list__item-add {
  align-items: center;
  margin-right: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FC5A45;
  cursor: pointer;
}
.settings-page .document-database .documents-list__item-add span {
  font-size: 12px;
  color: #FC5A45;
  margin-left: 5px;
}
.settings-page .document-database .documents-list__item-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #402495;
  cursor: pointer;
  align-items: center;
}
.settings-page .document-database .documents-list__item-button span {
  margin-left: 5px;
  font-size: 10px;
  color: #402495;
}
.settings-page .document-database .documents-list__item .documents {
  flex-grow: 1;
  justify-content: space-between;
}
.settings-page .document-database .documents-list__item .documents .document-block {
  width: calc(33.3% - 8px);
  max-width: 100%;
  margin-bottom: 15px;
  padding: 8px 12px;
  align-items: center;
  background-color: #F6F6F6;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.settings-page .document-database .documents-list__item .documents .document-block__icon {
  font-size: 18px;
  color: #000000;
}
.settings-page .document-database .documents-list__item .documents .document-block__info {
  flex-grow: 1;
  padding: 0 10px;
}
.settings-page .document-database .documents-list__item .documents .document-block__info-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 2px;
}
.settings-page .document-database .documents-list__item .documents .document-block__info-details {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-download {
  cursor: pointer;
  margin-right: 10px;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-download:hover span {
  color: #30BE50;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-download span {
  font-size: 14px;
  color: #000000;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-delete {
  cursor: pointer;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-delete:hover span {
  color: #FC5A45;
}
.settings-page .document-database .documents-list__item .documents .document-block__actions-delete span {
  font-size: 14px;
  color: #B9B9B9;
}
.settings-page .settings-tasks .page-header {
  display: none;
}
.settings-page .settings-tasks__top {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 9px 10px 0 10px;
  margin-bottom: 25px;
}
.settings-page .settings-tasks__search {
  flex-grow: 1;
  max-width: 100%;
  margin-right: 15px;
  align-items: center;
  margin-bottom: 9px;
}
.settings-page .settings-tasks__search-icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.settings-page .settings-tasks__search-input {
  height: 18px;
  border: 0;
  background-color: transparent;
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  min-width: 320px;
}
.settings-page .settings-tasks__filter {
  max-width: 100%;
  overflow-x: auto;
}
.settings-page .settings-tasks__filter-item {
  margin-right: 6px;
  margin-bottom: 9px;
  position: relative;
}
.settings-page .settings-tasks__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.settings-page .settings-tasks__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.settings-page .settings-tasks__filter-item span {
  display: flex;
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.settings-page .settings-tasks__filter-item span:hover {
  color: #000000;
}
.settings-page .settings-tasks__filter-item:last-child {
  margin-right: 0;
}
.settings-page .settings-tasks .tasks-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.settings-page .settings-tasks .tasks-table__button {
  margin-left: auto;
  height: 18px;
  align-items: center;
  padding: 0 5px 0 10px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
  margin-bottom: -12px;
  z-index: 10;
}
.settings-page .settings-tasks .tasks-table__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.settings-page .settings-tasks .tasks-table__button:hover span {
  color: #FC5A45;
}
.settings-page .settings-tasks .tasks-table__button span {
  font-size: 10px;
  color: #FFF;
  margin-left: 10px;
}
.settings-page .settings-tasks .tasks-table .manage-table {
  width: 100%;
  min-width: 1000px;
}
.settings-page .settings-tasks .tasks-table .manage-table .vuetable-head-wrapper {
  height: auto;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.settings-page .settings-tasks .tasks-table .manage-table tbody tr {
  cursor: default;
}
.settings-page .settings-tasks .tasks-table .manage-table tbody tr:nth-child(odd) {
  background-color: #FFF;
}
.settings-page .settings-tasks .tasks-table .manage-table tbody tr.selected-table-row {
  background-color: #FFF;
}
.settings-page .settings-tasks .tasks-table .manage-table tbody tr.selected-table-row td {
  color: #000000;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-task {
  width: 100%;
  align-items: center;
  white-space: normal;
  padding: 5px 0;
  word-break: break-word;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-task__number {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  width: 25px;
  min-width: 25px;
  text-align: center;
  margin-right: 5px;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description {
  width: 100%;
  align-items: center;
  position: relative;
  white-space: normal;
  padding: 5px 45px 5px 0;
  word-break: break-word;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description__actions {
  position: absolute;
  right: 0;
  align-items: center;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description__actions-edit {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description__actions-edit:hover {
  color: #30BE50;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description__actions-delete {
  font-size: 14px;
  color: #BEBEBE;
  margin-left: 10px;
  cursor: pointer;
}
.settings-page .settings-tasks .tasks-table .manage-table .td-description__actions-delete:hover {
  color: #FC5A45;
}
.settings-page .services {
  width: 100%;
}
.settings-page .services .services-list {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.settings-page .services .services-list__item {
  width: 20%;
  padding: 0 7.5px 15px 7.5px;
}
.settings-page .services .services-list__item.active .services-list__item-title {
  color: #000000;
}
.settings-page .services .services-list__item-inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 10px;
  align-items: center;
}
.settings-page .services .services-list__item-icon {
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
  align-items: center;
}
.settings-page .services .services-list__item-icon img {
  width: 100%;
}
.settings-page .services .services-list__item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #BEBEBE;
  margin-right: 5px;
}
.settings-page .services .services-list__item-actions {
  margin-left: auto;
  align-items: center;
}
.settings-page .services .services-list__item-actions .el-switch {
  line-height: 14px;
  height: 14px;
}
.settings-page .services .services-list__item-actions .el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -11px;
}
.settings-page .services .services-list__item-actions .el-switch__core {
  width: 26px !important;
  height: 14px;
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.settings-page .services .services-list__item-actions .el-switch__core:after {
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
}
.settings-page .services .services-list__item-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin-right: 8px;
}
.settings-page .services .services-list__item-edit:hover {
  color: #30BE50;
}
.settings-page .services__button {
  height: 36px;
  padding: 0 10px 0 15px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-top: 5px;
}
.settings-page .services__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.settings-page .services__button:hover span {
  color: #FC5A45;
}
.settings-page .services__button span {
  font-size: 16px;
  color: #FFF;
  margin-left: 10px;
}
.settings-page .services__title {
  margin: 35px 0 20px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  display: block;
  width: 100%;
}
.settings-page .services__filter {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.settings-page .services__filter:last-child {
  margin-right: 0;
}
.settings-page .services__filter-item {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.settings-page .services__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.settings-page .services__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.settings-page .services__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.settings-page .services__filter-item:last-child {
  margin-right: 0;
}
.settings-page .services .services-reports {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.settings-page .services .services-reports .services-report {
  width: 50%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.settings-page .services .services-reports .services-report__inner {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 4px 4px 4px 10px;
}
.settings-page .services .services-reports .services-report__info {
  align-items: center;
  padding: 0 10px 0 25px;
  position: relative;
  flex-direction: column;
}
.settings-page .services .services-reports .services-report__info-image {
  position: absolute;
  left: 0;
  width: 18px;
  min-width: 18px;
}
.settings-page .services .services-reports .services-report__info-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 4px;
  cursor: pointer;
}
.settings-page .services .services-reports .services-report__info-title:hover {
  color: #402495;
}
.settings-page .services .services-reports .services-report__info-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}
.settings-page .services .services-reports .services-report__info-btn {
  height: 20px;
  padding: 0 5px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 10px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
  margin-top: 5px;
}
.settings-page .services .services-reports .services-report__info-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.settings-page .services .services-reports .services-report__link {
  height: 20px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 9px;
  padding: 0 7px 0 10px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: 15px;
}
.settings-page .services .services-reports .services-report__link:hover {
  background-color: #000000;
  color: #FFF;
}
.settings-page .services .services-reports .services-report__link:hover span {
  color: #FFF;
}
.settings-page .services .services-reports .services-report__link span {
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
}
.settings-page .services .services-reports .services-report__details-column {
  flex-direction: column;
  padding: 7px 25px 7px 10px;
  margin-right: 4px;
  background-color: #F7F7F7;
  border-radius: 9px;
  min-width: 95px;
  position: relative;
  justify-content: center;
}
.settings-page .services .services-reports .services-report__details-column:last-child {
  margin-right: 0;
}
.settings-page .services .services-reports .services-report__details-column .icon-edit {
  position: absolute;
  right: 5px;
  font-size: 12px;
  color: #EFEFEF;
  cursor: pointer;
}
.settings-page .services .services-reports .services-report__details-column .icon-edit:hover {
  color: #30BE50;
}
.settings-page .services .services-reports .services-report__details-column .icon-check-circle-1 {
  position: absolute;
  right: 5px;
  font-size: 12px;
  color: #30BE50;
  cursor: pointer;
}
.settings-page .services .services-reports .services-report__details-price {
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 7px;
}
.settings-page .services .services-reports .services-report__details-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
}
.settings-page .services .services-reports .services-report__details-input {
  width: 60px;
  height: 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4.2px;
}
.settings-page .checklists {
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
.settings-page .checklists .checklist {
  width: calc(50% - 10px);
}
.settings-page .checklists .checklist--grey .checklist-block {
  background-color: #F6F6F6;
  border-radius: 14px;
  padding: 10px;
}
.settings-page .checklists .checklist .checklist-block {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto;
  margin-bottom: 10px;
}
.settings-page .checklists .checklist .checklist-block__row {
  width: 100%;
  align-items: center;
  padding: 7px 7px 7px 5px;
  border-radius: 5px;
  background-color: #FFF;
}
.settings-page .checklists .checklist .checklist-block__row:nth-child(odd) {
  background-color: #F6F6F6;
}
.settings-page .checklists .checklist .checklist-block__row.is-selected {
  background-color: #402495;
}
.settings-page .checklists .checklist .checklist-block__row.is-selected .checklist-block__row-number, .settings-page .checklists .checklist .checklist-block__row.is-selected .checklist-block__row-title, .settings-page .checklists .checklist .checklist-block__row.is-selected .checklist-block__row-action {
  color: #FFF;
}
.settings-page .checklists .checklist .checklist-block__row.is-active .checklist-block__row-number, .settings-page .checklists .checklist .checklist-block__row.is-active .checklist-block__row-title {
  color: #000000;
}
.settings-page .checklists .checklist .checklist-block__row-number {
  width: 24px;
  min-width: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  color: #A3A3A3;
  margin-right: 5px;
}
.settings-page .checklists .checklist .checklist-block__row .el-switch {
  margin-left: 5px;
}
.settings-page .checklists .checklist .checklist-block__row .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.settings-page .checklists .checklist .checklist-block__row .el-switch.is-checked .el-switch__core:after {
  margin-left: 10px;
}
.settings-page .checklists .checklist .checklist-block__row .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.settings-page .checklists .checklist .checklist-block__row .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.settings-page .checklists .checklist .checklist-block__row-title {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #A3A3A3;
  margin-left: 10px;
  flex-grow: 1;
  white-space: normal;
  word-break: break-word;
}
.settings-page .checklists .checklist .checklist-block__row-action {
  margin-left: 10px;
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.settings-page .checklists .checklist .checklist-block__row-action.icon-arrows-vertical:hover {
  color: #0C94FF;
}
.settings-page .checklists .checklist .checklist-block__row-action.icon-edit:hover {
  color: #30BE50;
}
.settings-page .checklists .checklist .checklist-block__row-action.icon-delete:hover {
  color: #FC5A45;
}
.settings-page .checklists .checklist__button {
  height: 18px;
  align-items: center;
  padding: 0 5px 0 10px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
}
.settings-page .checklists .checklist__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.settings-page .checklists .checklist__button:hover span {
  color: #FC5A45;
}
.settings-page .checklists .checklist__button span {
  font-size: 10px;
  color: #FFF;
  margin-left: 10px;
  font-weight: 700;
}
.settings-page .checklists .seo-checklist {
  width: 100%;
  justify-content: space-between;
}
.settings-page .checklists .usability .checklist {
  width: 100%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .settings-page .document-database .documents-list__item .documents .document-block {
    width: calc(50% - 8px);
  }
  .settings-page .settings-tasks .add-task__column.task {
    min-width: 100%;
  }
  .settings-page .settings-tasks .add-task__column.department {
    width: 30%;
    padding-left: 0;
  }
  .settings-page .settings-tasks .add-task__column.employee {
    width: 30%;
  }
  .settings-page .settings-tasks .add-task__column.date {
    width: 40%;
  }
  .settings-page .services .services-list__item {
    width: 25%;
  }
  .settings-page .services .services-reports .services-report {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .settings-page .el-tabs__item {
    font-size: 15px;
    padding: 0 7px;
  }
  .settings-page .document-database .documents-list__item .documents .document-block {
    width: 100%;
  }
  .settings-page .settings-tasks .add-task__column.task {
    min-width: 100%;
  }
  .settings-page .settings-tasks .add-task__column.department {
    width: 30%;
    padding-left: 0;
  }
  .settings-page .settings-tasks .add-task__column.employee {
    width: 30%;
  }
  .settings-page .settings-tasks .add-task__column.date {
    width: 40%;
  }
  .settings-page .services .services-list__item {
    width: 33.3%;
  }
  .settings-page .services .services-reports .services-report {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .settings-page .el-tabs__item {
    font-size: 14px;
    padding: 0 5px;
  }
  .settings-page .services .services-list__item {
    width: 50%;
  }
  .settings-page .services .services-reports .services-report__link {
    margin-right: 0;
  }
  .settings-page .services .services-reports .services-report__details {
    min-width: 100%;
    margin-top: 5px;
  }
  .settings-page .services .services-reports .services-report__details-column {
    flex-grow: 1;
  }
}
@media (max-width: 576px) {
  .settings-page .el-tabs__item {
    padding: 0 2.5px;
  }
  .settings-page .document-database__top {
    margin-bottom: 10px;
  }
  .settings-page .document-database__filter-item {
    margin-right: 5px;
  }
  .settings-page .document-database__filter-item span {
    padding: 0 5px;
  }
  .settings-page .document-database .documents-list__item {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .settings-page .document-database .documents-list__item-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .settings-page .document-database .documents-list__item .documents .document-block {
    margin-bottom: 10px;
  }
  .settings-page .settings-tasks__top {
    margin-bottom: 10px;
  }
  .settings-page .settings-tasks__filter-item {
    margin-right: 5px;
  }
  .settings-page .settings-tasks__filter-item span {
    padding: 0 5px;
  }
  .settings-page .settings-tasks .add-task__column.department {
    width: 50%;
  }
  .settings-page .settings-tasks .add-task__column.employee {
    width: 50%;
  }
  .settings-page .settings-tasks .add-task__column.date {
    width: 100%;
  }
  .settings-page .settings-page .checklists .checklist {
    width: 100%;
    margin-bottom: 25px;
  }
  .settings-page .settings-page .checklists .checklist .checklist-block {
    padding: 5px;
  }
  .settings-page .settings-page .checklists .checklist .checklist-block__row {
    padding: 5px;
  }
  .settings-page .settings-page .checklists .checklist .checklist-block__row-number {
    width: 20px;
    min-width: 20px;
    font-size: 11px;
  }
  .settings-page .settings-page .checklists .checklist .checklist-block__row-title {
    margin-left: 5px;
    font-size: 11px;
  }
  .settings-page .settings-page .checklists .checklist .checklist-block__row-action {
    margin-left: 7px;
  }
  .settings-page .services .services-list {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px;
  }
  .settings-page .services .services-list__item {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
}
@media (max-width: 400px) {
  .settings-page .settings-tasks .add-task__column.department {
    width: 100%;
  }
  .settings-page .settings-tasks .add-task__column.employee {
    width: 100%;
  }
  .settings-page .services .services-list__item {
    width: 100%;
  }
}
.login-page {
  width: 100%;
  justify-content: center;
}
.login-page__form {
  width: 360px;
  background-color: #FFF;
  padding: 45px 50px 20px 50px;
  min-height: 100vh;
  align-content: flex-start;
}
.login-page__form-logo {
  width: 110px;
  margin-left: auto;
  margin-bottom: 30px;
}
.login-page__form-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin: 0 0 15px 0;
}
.login-page__form .form-footer {
  margin-top: 20px;
  align-items: center;
}
.login-page__form .form-footer .recovery {
  margin-left: 20px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
  cursor: pointer;
}
.login-page__form .form-footer .recovery:hover {
  color: #000000;
}

.my-reports {
  width: 100%;
}
.my-reports .page-header {
  display: none;
}
.my-reports__info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 15px -7.5px;
}
.my-reports__info .reports-profit {
  width: 20%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.my-reports__info .reports-profit__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
}
.my-reports__info .reports-profit__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.my-reports__info .reports-profit__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.my-reports__info .reports-profit__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.my-reports__info .reports-profit__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.my-reports__info .reports-received {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 20%;
}
.my-reports__info .reports-received .received-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.my-reports__info .reports-received .received-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.my-reports__info .reports-received .received-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 12px;
  position: relative;
  align-items: center;
}
.my-reports__info .reports-received .received-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.my-reports__info .reports-received .received-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-reports__info .reports-received .received-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.my-reports__info .reports-worked {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 20%;
}
.my-reports__info .reports-worked .worked-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.my-reports__info .reports-worked .worked-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.my-reports__info .reports-worked .worked-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 12px;
  position: relative;
  align-items: center;
}
.my-reports__info .reports-worked .worked-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.my-reports__info .reports-worked .worked-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-reports__info .reports-worked .worked-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.my-reports__info .reports-completed {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 20%;
}
.my-reports__info .reports-completed .completed-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.my-reports__info .reports-completed .completed-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #64E050);
}
.my-reports__info .reports-completed .completed-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 12px;
  position: relative;
  align-items: center;
}
.my-reports__info .reports-completed .completed-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.my-reports__info .reports-completed .completed-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.my-reports__info .reports-completed .completed-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.my-reports__top {
  width: 100%;
  align-items: center;
}
.my-reports__top-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #000000;
  margin-right: 15px;
  margin-bottom: 15px;
}
.my-reports__top-actions {
  margin-left: auto;
}
.my-reports__calendar {
  width: 280px;
  margin-bottom: 15px;
  justify-content: space-between;
}
.my-reports__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.my-reports__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.my-reports__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.my-reports__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.my-reports__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.my-reports__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.my-reports__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.my-reports__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.my-reports__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.my-reports__search {
  width: 340px;
  padding: 0;
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  margin-left: 15px;
}
.my-reports__search-input {
  width: 100%;
  height: 28px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  padding: 0 20px 0 10px;
}
.my-reports__search-input:hover {
  border-color: #000000;
}
.my-reports__search-icon {
  font-size: 14px;
  position: absolute;
  right: 7px;
  color: #000000;
  cursor: pointer;
}
.my-reports__content {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.my-reports .add-task {
  width: 100%;
  min-width: 1200px;
  margin-bottom: 15px;
}
.my-reports .add-task__top {
  width: 100%;
  border-top: 1px solid #EEEEEE;
}
.my-reports .add-task__top-title {
  padding: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  justify-content: space-between;
}
.my-reports .add-task__top-title:first-child {
  padding-left: 0;
}
.my-reports .add-task__top-title.project {
  width: 18%;
}
.my-reports .add-task__top-title.task {
  width: 30%;
}
.my-reports .add-task__top-title.issued {
  width: 11%;
}
.my-reports .add-task__top-title.type {
  width: 11%;
}
.my-reports .add-task__top-title.time {
  width: 19%;
}
.my-reports .add-task__top-title.sum {
  width: 13%;
}
.my-reports .add-task__top-title span {
  flex-grow: 1;
  padding: 0;
}
.my-reports .add-task__content {
  width: 100%;
  align-items: flex-start;
}
.my-reports .add-task__content-column {
  padding: 6px;
  justify-content: space-between;
}
.my-reports .add-task__content-column:first-child {
  padding-left: 0;
}
.my-reports .add-task__content-column.project {
  width: 18%;
}
.my-reports .add-task__content-column.task {
  width: 30%;
}
.my-reports .add-task__content-column.issued {
  width: 11%;
}
.my-reports .add-task__content-column.type {
  width: 11%;
}
.my-reports .add-task__content-column.time {
  width: 19%;
}
.my-reports .add-task__content-column.sum {
  width: 13%;
  align-items: center;
}
.my-reports .add-task__content-column .el-input__inner {
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
}
.my-reports .add-task__content-column .el-date-editor.el-input {
  width: 100%;
}
.my-reports .add-task__content-column .el-date-editor.el-input .el-input__inner {
  text-align: center;
}
.my-reports .add-task__content-column .el-textarea__inner {
  height: 30px;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
}
.my-reports .add-task__content-column .form-input {
  width: 100%;
  position: relative;
}
.my-reports .add-task__content-column .form-input.invalid .el-input__inner {
  border-color: #FC5A45 !important;
}
.my-reports .add-task__content-column .form-input.invalid .el-input__inner:hover {
  border-color: #FC5A45 !important;
}
.my-reports .add-task__content-column .form-input .error-messages {
  position: absolute;
  left: 0;
}
.my-reports .add-task__content-column .form-input .error-messages p {
  margin: 3px 0 0 0;
  font-size: 10px;
  color: #FC5A45;
}
.my-reports .add-task__content-column .form-input .input-label__title {
  display: none;
}
.my-reports .add-task__content-column .form-input .el-select {
  width: 100%;
}
.my-reports .add-task__content-column .form-input .el-select .el-input__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding-left: 12px;
  transition: 0.3s linear all;
}
.my-reports .add-task__content-column .form-input .el-select .el-input__inner:hover, .my-reports .add-task__content-column .form-input .el-select .el-input__inner:focus {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .form-input .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .form-input .el-input {
  width: 100%;
}
.my-reports .add-task__content-column .form-input .el-input__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 12px;
  transition: 0.3s linear all;
}
.my-reports .add-task__content-column .form-input .el-input__inner:not(:-moz-placeholder-shown) {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .form-input .el-input__inner:not(:placeholder-shown), .my-reports .add-task__content-column .form-input .el-input__inner:hover, .my-reports .add-task__content-column .form-input .el-input__inner:focus {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .form-input .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .form-input .el-textarea {
  width: 100%;
}
.my-reports .add-task__content-column .form-input .el-textarea__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 5px 15px;
  transition: 0.3s linear all;
}
.my-reports .add-task__content-column .form-input .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .form-input .el-textarea__inner:not(:placeholder-shown), .my-reports .add-task__content-column .form-input .el-textarea__inner:hover, .my-reports .add-task__content-column .form-input .el-textarea__inner:focus {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .form-input .el-textarea__inner:disabled {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .half-input {
  width: calc(50% - 6px);
}
.my-reports .add-task__content-column .half-input .el-date-editor {
  width: 100% !important;
  background: #FFF;
  border-radius: 5px;
  padding: 0;
  transition: 0.3s linear all;
}
.my-reports .add-task__content-column .half-input .el-date-editor .el-input__inner:hover, .my-reports .add-task__content-column .half-input .el-date-editor .el-input__inner:focus {
  border-color: #000000 !important;
}
.my-reports .add-task__content-column .half-input .el-date-editor.is-disabled .el-input__inner {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .half-input .el-date-editor:disabled .el-input__inner {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .half-input .el-date-editor .el-input__inner {
  border-radius: 5px;
  text-align: center;
  padding: 0;
}
.my-reports .add-task__content-column .half-input .el-date-editor .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.my-reports .add-task__content-column .full-input {
  width: 100%;
}
.my-reports .add-task__content-column .minute-input {
  width: 100%;
  position: relative;
  align-items: center;
}
.my-reports .add-task__content-column .minute-input__formatted {
  position: absolute;
  right: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.my-reports .add-task__content-column .minute-input .el-input__inner {
  padding-right: 80px;
}
.my-reports .add-task__button {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  background-color: #FC5A45;
}
.my-reports .add-task__button span {
  font-size: 10px;
  color: #FFF;
}
.my-reports__table {
  width: 100%;
  min-width: 1200px;
}
.my-reports__table .manage-table .vuetable-head-wrapper {
  height: auto;
}
.my-reports__table .manage-table .vuetable-head-wrapper .vuetable thead tr th {
  padding: 0 6px;
}
.my-reports__table .manage-table .vuetable-body .add-task__content-column {
  padding: 6px 0;
}
.my-reports__table .site-task {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.my-reports__table .task-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.my-reports__table .task-date .el-input {
  width: 100%;
}
.my-reports__table .task-date .el-input__inner {
  text-align: center;
  padding: 0 15px;
}
.my-reports__table .amount__inner {
  width: 100%;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  position: relative;
  padding-right: 50px;
}
.my-reports__table .amount__icons {
  align-items: center;
  position: absolute;
  right: 0;
}
.my-reports__table .amount__icons-item {
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #B9B9B9;
}
.my-reports__table .amount__icons-item.icon-copy:hover {
  color: #402495;
}
.my-reports__table .amount__icons-item.icon-edit:hover {
  color: #48C73D;
}
.my-reports__table .amount__icons-item.icon-delete:hover {
  color: #FC5A45;
}

@media (min-width: 767px) and (max-width: 991px) {
  .my-reports__info .reports-profit {
    width: 33.3%;
  }
  .my-reports__info .reports-received {
    width: 33.3%;
  }
  .my-reports__info .reports-worked {
    width: 33.3%;
  }
  .my-reports__info .reports-completed {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .my-reports__info {
    flex: 0 0 calc(100% + 10px);
    margin: 0 -5px 15px -5px;
  }
  .my-reports__info .reports-profit {
    width: 33.3%;
    padding: 0 5px;
  }
  .my-reports__info .reports-profit__inner {
    padding: 12px 50px 12px 10px;
  }
  .my-reports__info .reports-profit__inner-price {
    font-size: 16px;
  }
  .my-reports__info .reports-profit__inner-icon {
    right: 10px;
  }
  .my-reports__info .reports-received {
    width: 33.3%;
    padding: 0 5px;
  }
  .my-reports__info .reports-received .received-block__inner {
    padding: 7px 35px 7px 7px;
  }
  .my-reports__info .reports-received .received-block__inner-value {
    font-size: 16px;
  }
  .my-reports__info .reports-received .received-block__inner-icon {
    right: 10px;
  }
  .my-reports__info .reports-worked {
    width: 33.3%;
    padding: 0 5px;
  }
  .my-reports__info .reports-worked .worked-block__inner {
    padding: 7px 35px 7px 7px;
  }
  .my-reports__info .reports-worked .worked-block__inner-value {
    font-size: 16px;
  }
  .my-reports__info .reports-worked .worked-block__inner-icon {
    right: 10px;
  }
  .my-reports__info .reports-completed {
    width: 33.3%;
    padding: 0 5px;
  }
  .my-reports__info .reports-completed .completed-block__inner {
    padding: 7px 35px 7px 7px;
  }
  .my-reports__info .reports-completed .completed-block__inner-value {
    font-size: 16px;
  }
  .my-reports__info .reports-completed .completed-block__inner-icon {
    right: 10px;
  }
  .my-reports__top-actions {
    width: 100%;
    margin-left: 0;
  }
  .my-reports__search {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .my-reports__info .reports-profit {
    width: 50%;
  }
  .my-reports__info .reports-received {
    width: 50%;
  }
  .my-reports__info .reports-worked {
    width: 50%;
  }
  .my-reports__info .reports-completed {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .my-reports__info .reports-profit {
    width: 100%;
    margin-bottom: 10px;
  }
  .my-reports__info .reports-received {
    width: 100%;
    margin-bottom: 10px;
  }
  .my-reports__info .reports-worked {
    width: 100%;
    margin-bottom: 10px;
  }
  .my-reports__info .reports-completed {
    width: 100%;
    margin-bottom: 10px;
  }
}
.debts-page .page-header {
  display: none;
}
.debts-page__info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 10px -7.5px;
}
.debts-page__info .debts-debt {
  width: 20%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.debts-page__info .debts-debt__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
}
.debts-page__info .debts-debt__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.debts-page__info .debts-debt__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.debts-page__info .debts-debt__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.debts-page__info .debts-debt__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.debts-page__info .legal-entities {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 20%;
}
.debts-page__info .legal-entities .clients-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.debts-page__info .legal-entities .clients-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.debts-page__info .legal-entities .clients-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 7px;
  position: relative;
  align-items: center;
}
.debts-page__info .legal-entities .clients-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.debts-page__info .legal-entities .clients-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.debts-page__info .legal-entities .clients-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.debts-page__info .physical-faces {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 20%;
}
.debts-page__info .physical-faces .clients-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.debts-page__info .physical-faces .clients-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #64E050);
}
.debts-page__info .physical-faces .clients-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 40px 7px 7px;
  position: relative;
  align-items: center;
}
.debts-page__info .physical-faces .clients-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.debts-page__info .physical-faces .clients-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.debts-page__info .physical-faces .clients-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.debts-page__info .debtors-debt {
  width: 20%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.debts-page__info .debtors-debt__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 65px 12px 15px;
  position: relative;
  align-items: center;
}
.debts-page__info .debtors-debt__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.debts-page__info .debtors-debt__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.debts-page__info .debtors-debt__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #FC5A45;
}
.debts-page__top {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
}
.debts-page__top-btn {
  margin-left: 15px;
  height: 28px;
  padding: 0 15px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  border-radius: 14px;
  cursor: pointer;
  margin-bottom: 15px;
}
.debts-page__top-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.debts-page__top-btn--white {
  background-color: #FFF;
  color: #FC5A45;
}
.debts-page__top-btn--white:hover {
  background-color: #FC5A45;
  color: #FFF;
}
.debts-page__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.debts-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.debts-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.debts-page__filter-item:last-child {
  margin-right: 0;
}
.debts-page__subfilter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-left: auto;
  margin-bottom: 5px;
}
.debts-page__subfilter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.debts-page__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.debts-page__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.debts-page__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.debts-page__subfilter-item:last-child {
  margin-right: 0;
}
.debts-page__clients {
  width: 100%;
  margin-bottom: 25px;
}
.debts-page__clients .users-block .users .users-list__item-icon {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
  margin-right: 5px;
}
.debts-page__clients .users-block .users .users-list__item-icon.icon-mail {
  margin-left: 10px;
}
.debts-page__clients .users-block .users .users-list__item-icon.icon-mail:hover {
  color: #30BE50;
}
.debts-page__clients .users-block .users .users-list__item-icon.icon-telegram:hover {
  color: #402495;
}
.debts-page__clients .users-block .users .users-list__item-icon--green {
  color: #30BE50;
}
.debts-page__clients .users-block .users .users-list__item-icon--blue {
  color: #402495;
}
.debts-page__clients .users-block .users .users-list__item-icon--sbis {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #747474;
}
.debts-page__clients .users-block .users .users-list__item-icon--sbis.active {
  background-color: #0C94FF;
}
.debts-page__clients .users-block .users .users-list__item-icon--sbis .icon-sbis {
  font-size: 16px;
  color: #FFF;
}
.debts-page__clients .users-info {
  overflow: auto;
}
.debts-page__clients .users-info .manage-table {
  min-width: 1050px;
  max-width: 100%;
}
.debts-page__clients .users-info .purpose-td {
  width: 100%;
  align-items: center;
  padding-right: 240px;
  position: relative;
}
.debts-page__clients .users-info .purpose-td__title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.debts-page__clients .users-info .purpose-td__actions {
  position: absolute;
  right: 0;
}
.debts-page__clients .users-info .purpose-td__actions-button {
  height: 18px;
  padding: 0 7.5px;
  align-items: center;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  cursor: pointer;
  margin-right: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-button--add {
  border: 1px solid #EFEFEF;
  background: #FFF;
  color: #402495;
}
.debts-page__clients .users-info .purpose-td__actions-button--add:hover {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-button--add:hover span {
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-button--add span {
  font-size: 10px;
  color: #402495;
  margin-left: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-button--btn {
  background-color: #F7F7F7;
  color: #000000;
}
.debts-page__clients .users-info .purpose-td__actions-button--btn:hover {
  background-color: #000000;
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-button--btn:hover span {
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-button--btn span {
  font-size: 10px;
  color: #000000;
  margin-left: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-check {
  font-size: 18px;
  cursor: pointer;
}
.debts-page__clients .users-info .purpose-td__actions-check .path1:before {
  color: #FC5A45;
}
.debts-page__clients .users-info .purpose-td__actions-check .path2:before {
  color: #FC5A45;
}
.debts-page__clients .users-info .purpose-td__actions .el-upload-list {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.debts-page__clients .users-info .purpose-td__actions-add {
  position: relative;
  margin-right: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-add:hover .add-button {
  background-color: #402495;
  border-color: #402495;
}
.debts-page__clients .users-info .purpose-td__actions-add:hover .add-button__icon {
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-add:hover .add-block {
  display: block;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-button {
  height: 18px;
  width: 18px;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-button__icon {
  font-size: 12px;
  color: #402495;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__file {
  padding: 8px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__file-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__file-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__file-icon span {
  font-size: 10px;
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link {
  width: 100%;
  margin-top: 8px;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.debts-page__clients .users-info .purpose-td__actions-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.debts-page__clients .users-info .purpose-td__actions-files {
  position: relative;
  margin-right: 5px;
  /* &:hover {

       .files-button {
           color: $blue;

           &__icon {
               color: $blue;
               transform: rotate(180deg);
           }
       }
       .files-block {
           display: block;
       }
   }*/
}
.debts-page__clients .users-info .purpose-td__actions-files .files-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-button__icon {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  padding-top: 5px;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list {
  width: 100%;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list__item {
  width: 100%;
  align-items: center;
  padding: 8px 0;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list__item:last-child {
  border-bottom: 0;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list__item-title {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list__item-delete {
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.debts-page__clients .users-info .purpose-td__actions-files .files-block .files-list__item-delete:hover {
  color: #FC5A45;
}
.debts-page__clients .users-info .amount-td {
  width: 100%;
  align-items: center;
  position: relative;
  padding-right: 50px;
}
.debts-page__clients .users-info .amount-td__value {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.debts-page__clients .users-info .amount-td__input {
  height: 28px;
  width: 100%;
  padding: 0 30px 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page__clients .users-info .amount-td__actions {
  position: absolute;
  right: 0;
}
.debts-page__clients .users-info .amount-td__actions span {
  font-size: 14px;
  cursor: pointer;
  margin-right: 15px;
}
.debts-page__clients .users-info .amount-td__actions span:last-child {
  margin-right: 0;
}
.debts-page__clients .users-info .amount-td__actions span.icon-edit {
  color: #B9B9B9;
}
.debts-page__clients .users-info .amount-td__actions span.icon-edit:hover {
  color: #30BE50;
}
.debts-page__clients .users-info .amount-td__actions span.icon-check-circle-1 {
  color: #FC5A45;
}
.debts-page__clients .users-info .amount-td__actions span.icon-check-circle-1:hover {
  color: #30BE50;
}
.debts-page__clients .users-info .amount-td__actions span.icon-delete {
  color: #B9B9B9;
}
.debts-page__clients .users-info .amount-td__actions span.icon-delete:hover {
  color: #FC5A45;
}
.debts-page .debts-content {
  width: 100%;
}
.debts-page .debts-content__block {
  width: 100%;
  margin-top: 25px;
}
.debts-page .debts-content__block-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 10px;
}
.debts-page .debts-content .manage-table .vuetable-body-wrapper {
  overflow: initial !important;
}
.debts-page .debts-content .manage-table .vuetable-body-wrapper .vuetable-body tr td {
  overflow: initial !important;
}
.debts-page .debts-content .manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded.text-hidden {
  overflow: hidden;
  padding-right: 6px;
}
.debts-page .debts-content .manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded.text-hidden:before {
  display: none;
}
.debts-page .debts-content__table {
  width: 100%;
}
.debts-page .debts-content__table-row {
  width: 100%;
}
.debts-page .debts-content__table-row:first-child .debts-content__table-column div {
  border-top: 1px solid #EEEEEE;
}
.debts-page .debts-content__table-column {
  padding: 0 6px;
  /*&.purpose {
      width: 30%;

      div {
          font-weight: 500;
          font-size: 10px;
          line-height: 100%;
          color: #000000;
      }
  }*/
}
.debts-page .debts-content__table-column:first-child {
  padding-left: 0;
}
.debts-page .debts-content__table-column.client {
  width: 20%;
}
.debts-page .debts-content__table-column.client .client-td {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  padding-right: 20px;
  position: relative;
}
.debts-page .debts-content__table-column.client .client-td__icon {
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.debts-page .debts-content__table-column.projects {
  width: 44%;
}
.debts-page .debts-content__table-column.projects .projects-list {
  width: 100%;
}
.debts-page .debts-content__table-column.projects .projects-list__item {
  padding: 0 8px;
  height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  align-items: center;
  margin: 2px 4px 2px 0;
  width: auto;
  /* &:nth-child(3) {
       margin-right: 0;
       background-color: #F6F6F6;
       color: #7B7B7B;
   }*/
}
.debts-page .debts-content__table-column.projects .projects-add {
  height: 18px;
  padding: 0 8px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #BEBEBE;
  align-items: center;
  cursor: pointer;
}
.debts-page .debts-content__table-column.projects .projects-add:hover {
  border-color: #000000;
  color: #000000;
}
.debts-page .debts-content__table-column.email {
  width: 18%;
}
.debts-page .debts-content__table-column.email div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page .debts-content__table-column.date {
  width: 8%;
}
.debts-page .debts-content__table-column.date div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page .debts-content__table-column.debt {
  width: 10%;
}
.debts-page .debts-content__table-column.debt .debt__td {
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
  position: relative;
  padding-right: 21px;
}
.debts-page .debts-content__table-column.debt .debt__td-price {
  width: 100%;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  border: 0 !important;
}
.debts-page .debts-content__table-column.debt .debt__td-price--red {
  color: #FC5A45;
}
.debts-page .debts-content__table-column.debt .debt__td-price--input {
  height: 28px;
  width: 100%;
  padding: 0 30px 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.debts-page .debts-content__table-column.debt .debt__td-actions {
  position: absolute;
  right: 0;
  border: 0 !important;
  width: auto;
  padding: 0;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span {
  font-size: 14px;
  cursor: pointer;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-edit {
  color: #B9B9B9;
  margin-right: 15px;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-edit:hover {
  color: #30BE50;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-check-circle-1 {
  color: #FC5A45;
  margin-right: 15px;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-check-circle-1:hover {
  color: #30BE50;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-delete {
  color: #B9B9B9;
}
.debts-page .debts-content__table-column.debt .debt__td-actions span.icon-delete:hover {
  color: #FC5A45;
}
.debts-page .debts-content__table-column div {
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  border-bottom: 1px solid #EEEEEE;
}
.debts-page .debts-content__table-number {
  width: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  margin-right: 8px;
}
.debts-page__formation {
  width: 100%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .debts-page__info .debts-debt {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .legal-entities {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .physical-faces {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .debtors-debt {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .debts-page__info .debts-debt {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .legal-entities {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .physical-faces {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
  .debts-page__info .debtors-debt {
    width: 33.3%;
    max-width: 50%;
    flex-grow: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .debts-page__info .debts-debt {
    width: 50%;
    max-width: 100%;
    flex-grow: 1;
  }
  .debts-page__info .legal-entities {
    width: 50%;
    max-width: 100%;
    flex-grow: 1;
  }
  .debts-page__info .physical-faces {
    width: 50%;
    max-width: 100%;
    flex-grow: 1;
  }
  .debts-page__info .debtors-debt {
    width: 50%;
    max-width: 100%;
    flex-grow: 1;
  }
  .debts-page__top-btn {
    margin-left: auto;
  }
  .debts-page__filter {
    width: 100%;
  }
  .debts-page__filter-item {
    font-size: 16px;
    margin-right: 5px;
  }
  .debts-page__subfilter {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .debts-page__info .debts-debt {
    width: 100%;
  }
  .debts-page__info .legal-entities {
    width: 100%;
  }
  .debts-page__info .physical-faces {
    width: 100%;
  }
  .debts-page__info .debtors-debt {
    width: 100%;
  }
  .debts-page__top-btn {
    margin-left: auto;
  }
  .debts-page__filter {
    width: 100%;
  }
  .debts-page__filter-item {
    font-size: 16px;
    margin-right: 5px;
  }
  .debts-page__subfilter {
    margin-left: 0;
    width: 100%;
  }
  .debts-page__subfilter-item {
    margin-right: 4px;
  }
  .debts-page__subfilter-item span {
    padding: 0 5px;
  }
  .debts-page__clients {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .debts-page__clients .users-block {
    overflow: initial;
  }
  .debts-page__clients .users-info {
    overflow: initial;
  }
}
.plan-page .page-header {
  display: none;
}
.plan-page__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
  padding-right: 45px;
}
.plan-page__top .page-actions {
  position: absolute;
  right: 0;
  padding-bottom: 10px;
}
.plan-page__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
}
.plan-page__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.plan-page__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.plan-page__filter-item:last-child {
  margin-right: 0;
}
.plan-page__subfilters {
  width: 100%;
  margin-bottom: 5px;
}
.plan-page__subfilter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.plan-page__subfilter:last-child {
  margin-right: 0;
}
.plan-page__subfilter-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.plan-page__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.plan-page__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.plan-page__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.plan-page__subfilter-item:last-child {
  margin-right: 0;
}
.plan-page .plan-content {
  width: 100%;
}
.plan-page .plan-content__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
}
.plan-page .plan-content .sites-block .sites .sites-search__input {
  background-color: #FFF;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
  padding: 0 15px;
  font-weight: 500;
  font-size: 10px;
  color: #BEBEBE;
}
.plan-page .plan-content .sites-block .sites-info .manage-table {
  min-width: 1120px;
  max-width: 100%;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .vuetable-head-wrapper .vuetable thead tr th {
  line-height: 36px;
  position: relative;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .vuetable-head-wrapper .vuetable thead tr th:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 1px;
  height: 1px;
  background-color: #EEEEEE;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours {
  width: 100%;
  align-items: center;
  position: relative;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__value {
  padding: 0 25px 0 7px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon {
  position: absolute;
  right: 3px;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon .icon-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin-right: 2px;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon .icon-edit:hover {
  color: #30BE50;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon .icon-check-circle1 {
  font-size: 18px;
  cursor: pointer;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon .icon-check-circle1 .path1:before {
  color: #FC5A45;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__icon .icon-check-circle1 .path2:before {
  color: #FC5A45;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__input {
  width: calc(100% + 6px);
  height: 28px;
  margin: -7.4px -3px;
  padding: 0 25px 0 7px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__input:not(:placeholder-shown), .plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__input:hover, .plan-page .plan-content .sites-block .sites-info .manage-table .td-hours__input:focus {
  border-color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment {
  width: 100%;
  align-items: center;
  position: relative;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__value {
  padding: 0 20px 0 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon {
  position: absolute;
  right: 3px;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon .icon-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin-right: 2px;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon .icon-edit:hover {
  color: #30BE50;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon .icon-check-circle1 {
  font-size: 18px;
  cursor: pointer;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon .icon-check-circle1 .path1:before {
  color: #FC5A45;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__icon .icon-check-circle1 .path2:before {
  color: #FC5A45;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__input {
  width: calc(100% + 6px);
  height: 28px;
  margin: -7.4px -3px;
  padding: 0 25px 0 7px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__input:not(:placeholder-shown), .plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__input:hover, .plan-page .plan-content .sites-block .sites-info .manage-table .td-comment__input:focus {
  border-color: #000000;
}
.plan-page .plan-content .sites-block .sites-info__total {
  width: 100%;
  min-width: 1120px;
  margin-top: -16px;
}
.plan-page .plan-content .sites-block .sites-info__total-column {
  padding: 0 3px;
}
.plan-page .plan-content .sites-block .sites-info__total-column.hours {
  width: 12%;
}
.plan-page .plan-content .sites-block .sites-info__total-column.time {
  width: 10%;
}
.plan-page .plan-content .sites-block .sites-info__total-column .total-block {
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 10px;
  flex-direction: column;
}
.plan-page .plan-content .sites-block .sites-info__total-column .total-block__title {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.plan-page .plan-content .sites-block .sites-info__total-column .total-block__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

@media (max-width: 991px) {
  .plan-page__filter-item {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .plan-page__filter-item {
    font-size: 14px;
    margin-right: 5px;
  }
  .plan-page__subfilter-item {
    margin-right: 5px;
  }
  .plan-page__subfilter-item span {
    padding: 0 5px;
  }
}
.reports .page-header {
  display: none;
}
.reports__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.reports__filter {
  margin-right: 20px;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.reports__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.reports__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.reports__filter-item:last-child {
  margin-right: 0;
}
.reports__subfilter {
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.reports__subfilter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.reports__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.reports__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.reports__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
}
.reports__subfilter-item:last-child {
  margin-right: 0;
}
.reports__calendar {
  width: 280px;
  justify-content: space-between;
  margin-left: 15px;
  margin-bottom: 10px;
}
.reports__calendar + .page-actions {
  margin-left: 30px;
}
.reports__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.reports__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.reports__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.reports__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.reports__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.reports__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.reports__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.reports__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.reports__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.reports .reports-content {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.reports .projects-reports {
  width: 100%;
  min-width: 1300px;
}
.reports .projects-reports__site {
  width: 100%;
  align-items: center;
}
.reports .projects-reports__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.reports .projects-reports__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.reports .projects-reports__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.reports .projects-reports__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.reports .projects-reports__download {
  margin-left: auto;
  height: 18px;
  padding: 0 5px 0 10px;
  background-color: #F7F7F7;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.reports .projects-reports__download:hover {
  background-color: #000000;
  color: #FFF;
}
.reports .projects-reports__download:hover span {
  color: #FFF;
}
.reports .projects-reports__download span {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.reports .projects-reports__check {
  margin-left: auto;
  height: 18px;
  padding: 0 5px 0 10px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.reports .projects-reports__check:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.reports .projects-reports__check:hover span {
  color: #FC5A45;
}
.reports .projects-reports__check span {
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
}
.reports .projects-reports .manage-table .vuetable-body-wrapper .vuetable-body .table-project span {
  cursor: pointer;
}
.reports .employees-reports__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.reports .employees-reports__filter {
  margin-right: 40px;
}
.reports .employees-reports__filter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.reports .employees-reports__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.reports .employees-reports__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.reports .employees-reports__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.reports .employees-reports__filter-item:last-child {
  margin-right: 0;
}
.reports .employees-reports__subfilter:last-child {
  margin-right: 0;
}
.reports .employees-reports__subfilter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.reports .employees-reports__subfilter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.reports .employees-reports__subfilter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.reports .employees-reports__subfilter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.reports .employees-reports__subfilter-item:last-child {
  margin-right: 0;
}
.reports .employees-reports .manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon {
  padding-right: 50px;
}
.reports .employees-reports .manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon span.icon-delete {
  right: 0;
  top: 2px;
}
.reports .employees-reports .manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon span.icon-edit {
  right: 27px;
  top: 2px;
}

@media (min-width: 767px) and (max-width: 991px) {
  .reports__calendar {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .reports__filter {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .reports__filter {
    margin-bottom: 5px;
  }
  .reports__filter-item {
    font-size: 14px;
    margin-right: 8px;
  }
  .reports__subfilter {
    margin-bottom: 5px;
    width: 100%;
  }
  .reports__subfilter-item {
    margin-right: 5px;
  }
  .reports__calendar {
    margin-left: auto;
  }
}
.report .page-header {
  display: none;
}
.report__top {
  width: 100%;
  align-items: center;
}
.report__info {
  align-items: center;
  margin-bottom: 15px;
}
.report__info-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 10px;
}
.report__info-back span {
  font-size: 10px;
  color: #FFF;
}
.report__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-right: 10px;
}
.report__buttons {
  margin-bottom: 15px;
  margin-left: auto;
}
.report__buttons-btn {
  height: 36px;
  border-radius: 18px;
  padding: 0 10px 0 15px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FFF;
  margin-left: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.report__buttons-btn--red {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
}
.report__buttons-btn--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.report__buttons-btn--red:hover span {
  color: #FC5A45;
}
.report__buttons-btn--blue {
  border: 1px solid #402495;
  background-color: #402495;
}
.report__buttons-btn--blue:hover {
  background-color: #FFF;
  color: #402495;
}
.report__buttons-btn--blue:hover span {
  color: #402495;
}
.report__buttons-btn span {
  font-size: 16px;
  color: #FFF;
  margin-left: 10px;
}
.report__filter {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.report__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
  white-space: nowrap;
}
.report__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.report__filter-item:last-child {
  margin-right: 0;
}
.report .report-content {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.report .report-content__inner {
  min-width: 1300px;
}
.report .report-content__block {
  width: 100%;
  margin-top: 8px;
}
.report .report-content__block-title {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  line-height: 110%;
  color: #000000;
  margin-top: 0;
}
.report .report-content__block-title b {
  font-weight: 700;
}
.report .report-content__table {
  width: 100%;
}
.report .report-content__table-row {
  width: 100%;
}
.report .report-content__table-row:first-child .report-content__table-column .column-inner {
  border-top: 1px solid #EEEEEE;
}
.report .report-content__table-column {
  padding: 0 6px;
}
.report .report-content__table-column:first-child {
  padding-left: 0;
}
.report .report-content__table-column:last-child {
  padding-right: 0;
}
.report .report-content__table-column.employee {
  width: 15%;
}
.report .report-content__table-column.employee div {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.report .report-content__table-column.task {
  width: 28%;
}
.report .report-content__table-column.task div {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.report .report-content__table-column.task .column-inner {
  padding: 6px 0;
}
.report .report-content__table-column.task .column-inner span {
  display: block;
  width: 100%;
  padding: 0 12px;
}
.report .report-content__table-column.task .column-inner a {
  word-break: break-word;
}
.report .report-content__table-column.date {
  width: 8%;
}
.report .report-content__table-column.date div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-content__table-column.type-time {
  width: 10%;
}
.report .report-content__table-column.type-time div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-content__table-column.time {
  width: 14%;
}
.report .report-content__table-column.time div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-content__table-column.hour {
  width: 7%;
}
.report .report-content__table-column.hour div {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-content__table-column.hour .column-inner {
  padding: 6px 0;
}
.report .report-content__table-column.hour .column-inner span {
  display: block;
  width: 100%;
  padding: 0 12px;
}
.report .report-content__table-column.sum {
  width: 7%;
}
.report .report-content__table-column.sum div {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.report .report-content__table-column.status {
  width: 11%;
}
.report .report-content__table-column.status .status__td {
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
.report .report-content__table-column.status .status__td-switch {
  align-items: center;
}
.report .report-content__table-column.status .status__td-switch .el-switch {
  margin-right: 10px;
  border: 0;
  padding: 0;
}
.report .report-content__table-column.status .status__td-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.report .report-content__table-column.status .status__td-switch .el-switch.is-checked + .switch-on {
  display: block;
}
.report .report-content__table-column.status .status__td-switch .el-switch.is-checked + .switch-on + .switch-off {
  display: none;
}
.report .report-content__table-column.status .status__td-switch .el-switch + .switch-on {
  display: none;
}
.report .report-content__table-column.status .status__td-switch .switch-on {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-content__table-column.status .status__td-switch .switch-off {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.report .report-content__table-column.status .status__td-icon {
  font-size: 16px;
  cursor: pointer;
}
.report .report-content__table-column.status .status__td-icon.icon-edit {
  color: #B9B9B9;
}
.report .report-content__table-column.status .status__td-icon.icon-edit:hover {
  color: #000000;
}
.report .report-content__table-column.status .status__td-icon.icon-check-circle-1 {
  color: #FC5A45;
}
.report .report-content__table-column.status .status__td-icon.icon-check-circle-1:hover {
  color: #30BE50;
}
.report .report-content__table-column .column-inner {
  align-items: center;
  width: 100%;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  border-bottom: 1px solid #EEEEEE;
}
.report .report-content__table-column .column-inner .form-input {
  width: 100%;
}
.report .report-content__table-column .column-inner .form-input .el-input__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 12px;
  transition: 0.3s linear all;
  width: 100%;
}
.report .report-content__table-column .column-inner .form-input .el-input__inner:hover {
  border-color: #000000 !important;
}
.report .report-content__table-column .column-inner .form-input .el-textarea__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 12px;
  transition: 0.3s linear border-color;
  resize: vertical;
  width: 100%;
  min-height: 75px;
}
.report .report-content__table-column .column-inner .form-input .el-textarea__inner:hover {
  border-color: #000000 !important;
}
.report .report-content__table-number {
  width: 16px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  margin-right: 8px;
}
.report .report-content__total {
  width: 100%;
  margin-top: 20px;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #402495;
}
.report .report-content__total b {
  font-weight: 700;
}
.report .report-titles {
  border-top: 1px solid #EEEEEE;
  width: 100%;
}
.report .report-titles__item {
  padding: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.report .report-titles__item:first-child {
  padding-left: 0;
}
.report .report-titles__item:last-child {
  padding-right: 0;
}
.report .report-titles__item span {
  padding: 0 12px;
}
.report .report-titles__item.employee {
  width: 15%;
}
.report .report-titles__item.task {
  width: 28%;
}
.report .report-titles__item.date {
  width: 8%;
}
.report .report-titles__item.type-time {
  width: 10%;
}
.report .report-titles__item.time {
  width: 14%;
  justify-content: space-between;
}
.report .report-titles__item.hour {
  width: 7%;
}
.report .report-titles__item.price {
  width: 18%;
  align-items: center;
}
.report .report-add {
  width: 100%;
  margin-bottom: 25px;
}
.report .report-add__field {
  padding: 0 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-add__field:first-child {
  padding-left: 0;
}
.report .report-add__field:last-child {
  padding-right: 0;
}
.report .report-add__field.employee {
  width: 15%;
}
.report .report-add__field.task {
  width: 28%;
}
.report .report-add__field.date {
  width: 8%;
}
.report .report-add__field.type-time {
  width: 10%;
}
.report .report-add__field.time {
  width: 14%;
  justify-content: space-between;
}
.report .report-add__field.hour {
  width: 7%;
}
.report .report-add__field.price {
  width: 18%;
  align-items: center;
}
.report .report-add__field .el-input__inner {
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
}
.report .report-add__field .el-date-editor.el-input {
  width: 100%;
}
.report .report-add__field .el-date-editor.el-input .el-input__inner {
  text-align: center;
}
.report .report-add__field .form-input {
  width: 100%;
  position: relative;
}
.report .report-add__field .form-input.invalid .el-input__inner {
  border-color: #FC5A45 !important;
}
.report .report-add__field .form-input.invalid .el-input__inner:hover {
  border-color: #FC5A45 !important;
}
.report .report-add__field .form-input .error-messages {
  position: absolute;
  left: 0;
}
.report .report-add__field .form-input .error-messages p {
  margin: 3px 0 0 0;
  font-size: 10px;
  color: #FC5A45;
}
.report .report-add__field .form-input .input-label__title {
  display: none;
}
.report .report-add__field .form-input .el-select {
  width: 100%;
}
.report .report-add__field .form-input .el-select .el-input__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding-left: 12px;
  transition: 0.3s linear all;
}
.report .report-add__field .form-input .el-select .el-input__inner:hover {
  border-color: #000000 !important;
}
.report .report-add__field .form-input .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.report .report-add__field .form-input .el-input {
  width: 100%;
}
.report .report-add__field .form-input .el-input__inner {
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 12px;
  transition: 0.3s linear all;
}
.report .report-add__field .form-input .el-input__inner:hover {
  border-color: #000000 !important;
}
.report .report-add__field .form-input .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.report .report-add__field .half-input {
  width: calc(50% - 6px);
}
.report .report-add__field .half-input .el-date-editor {
  width: 100% !important;
  background: #FFF;
  border-radius: 5px;
  padding: 0;
  transition: 0.3s linear all;
}
.report .report-add__field .half-input .el-date-editor:hover {
  border-color: #000000 !important;
}
.report .report-add__field .half-input .el-date-editor.is-disabled {
  border-color: #EFEFEF !important;
}
.report .report-add__field .half-input .el-date-editor:disabled {
  border-color: #EFEFEF !important;
}
.report .report-add__field .half-input .el-date-editor .el-input__inner {
  border: 0;
  border-radius: 5px;
  text-align: center;
  padding: 0;
}
.report .report-add__field .half-input .el-date-editor .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.report .report-add__field .full-input {
  width: 100%;
}
.report .report-add__field .minute-input {
  width: 100%;
  position: relative;
  align-items: center;
}
.report .report-add__field .minute-input__formatted {
  position: absolute;
  right: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.report .report-add__field .minute-input .el-input__inner {
  padding-right: 80px;
}
.report .report-add__button {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  background-color: #FC5A45;
}
.report .report-add__button span {
  font-size: 10px;
  color: #FFF;
}
.report .report-filter {
  width: 100%;
  margin-bottom: 10px;
}
.report .report-filter__field {
  padding: 0 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.report .report-filter__field:first-child {
  padding-left: 0;
}
.report .report-filter__field:last-child {
  padding-right: 0;
}
.report .report-filter__field.employee {
  width: 15%;
}
.report .report-filter__field.task {
  width: 28%;
}
.report .report-filter__field.date {
  width: 8%;
}
.report .report-filter__field.type-time {
  width: 10%;
}
.report .report-filter__field.time {
  width: 14%;
}
.report .report-filter__field.hour {
  width: 7%;
}
.report .report-filter__field.sum {
  width: 7%;
  align-items: center;
}
.report .report-filter__field.status {
  width: 11%;
  align-items: center;
}
.report .report-filter__field .el-input__inner {
  border: 0 !important;
  border-bottom: 1px solid #EFEFEF !important;
}
.report .report-filter__field .el-date-editor.el-input {
  width: 100%;
}
.report .report-filter__field .el-date-editor.el-input .el-input__inner {
  text-align: center;
}
.report .report-filter__field-title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
  padding: 6px 12px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.report .report-filter__field .form-input {
  width: 100%;
  position: relative;
}
.report .report-filter__field .form-input.invalid .el-input__inner {
  border-color: #FC5A45 !important;
}
.report .report-filter__field .form-input.invalid .el-input__inner:hover {
  border-color: #FC5A45 !important;
}
.report .report-filter__field .form-input .error-messages {
  position: absolute;
  left: 0;
}
.report .report-filter__field .form-input .error-messages p {
  margin: 3px 0 0 0;
  font-size: 10px;
  color: #FC5A45;
}
.report .report-filter__field .form-input .input-label__title {
  display: none;
}
.report .report-filter__field .form-input .el-select {
  width: 100%;
}
.report .report-filter__field .form-input .el-select .el-input__inner {
  background: #FFF;
  border: 0 !important;
  border-bottom: 1px solid #EFEFEF !important;
  padding-left: 12px;
  transition: 0.3s linear all;
}
.report .report-filter__field .form-input .el-select .el-input__inner:hover {
  border-color: #000000 !important;
}
.report .report-filter__field .form-input .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.report .report-filter__field .form-input .el-input {
  width: 100%;
}
.report .report-filter__field .form-input .el-input__inner {
  background: #FFF;
  border-bottom: 1px solid #EFEFEF !important;
  padding: 0 12px;
  transition: 0.3s linear all;
}
.report .report-filter__field .form-input .el-input__inner:hover {
  border-color: #000000 !important;
}
.report .report-filter__field .form-input .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.report .report-table {
  width: 100%;
}

@media (max-width: 576px) {
  .report__info {
    min-width: 100%;
  }
  .report__info-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .report__info-title {
    font-size: 14px;
  }
  .report__buttons-btn {
    height: 30px;
    border-radius: 15px;
    padding: 0 5px 0 10px;
    font-size: 11px;
    margin-left: 5px;
  }
  .report__buttons-btn:first-child {
    margin-left: 0;
  }
  .report__buttons-btn span {
    margin-left: 5px;
  }
}
.applications {
  width: 100%;
  background-color: #FFF;
  min-height: 100vh;
}
.applications__content {
  width: 66%;
  padding: 30px 4% 30px 13%;
  align-items: flex-start;
  align-content: flex-start;
}
.applications__content-site {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FC5A45;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 35px;
}
.applications__content-title {
  display: block;
  width: 100%;
  margin: 0 0 3px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.applications__content-text {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #B5B5B5;
}
.applications__fields {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.applications__fields .el-col {
  padding: 0 7.5px !important;
}
.applications__fields .el-col .text-bold {
  font-weight: 700;
}
.applications__fields .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.applications__fields .el-col .form-input.invalid .input-label span, .applications__fields .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.applications__fields .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.applications__fields .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: auto;
  padding: 0 10px;
  z-index: 10;
}
.applications__fields .el-col .form-input .input-label__title span, .applications__fields .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.applications__fields .el-col .form-input .input-label__title:hover + .el-date-editor input {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.applications__fields .el-col .form-input .input-label input:hover {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label textarea {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  transition: 0.3s linear all;
}
.applications__fields .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label textarea:not(:placeholder-shown), .applications__fields .el-col .form-input .input-label textarea:hover, .applications__fields .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label .el-select {
  width: 100%;
}
.applications__fields .el-col .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.applications__fields .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.applications__fields .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.applications__fields .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.applications__fields .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.applications__fields .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.applications__fields .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
}
.applications__fields .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.applications__fields .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.applications__fields .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.applications__fields .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.applications__fields .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.applications__fields .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.applications__fields .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.applications__fields .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.applications__fields .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.applications__fields .el-col .form-input .input-label .el-date-editor:hover input {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label .el-textarea__inner {
  padding: 20px 10px 15px 10px;
  resize: vertical;
  min-height: 100px !important;
}
.applications__fields .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.applications__fields .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .applications__fields .el-col .form-input .input-label .el-textarea__inner:hover, .applications__fields .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.applications__fields .el-col .label-wrapper .input-label {
  display: block;
  position: relative;
}
.applications__fields .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: auto;
  padding: 0 10px;
  z-index: 10;
}
.applications__fields .el-col .label-wrapper .input-label__title span, .applications__fields .el-col .label-wrapper .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload {
  width: 100%;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 5px;
  line-height: normal;
  text-align: left;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload:hover {
  border-color: #402495;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  height: auto;
  background: transparent;
  border: 0;
  margin-right: auto;
  margin-left: 10px !important;
  margin-top: 20px;
  padding: 0;
  display: block !important;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 20;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 2px;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-status-label {
  display: none;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete {
  font-family: "devmark" !important;
  color: #FC5A45;
  font-size: 10px;
  font-style: normal;
  display: block;
}
.applications__fields .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete:before {
  content: "\e926";
}
.applications__fields .el-col .label-wrapper .input-label .el-input-number {
  width: 100%;
}
.applications__fields .el-col .label-wrapper .input-label .el-input-number__decrease, .applications__fields .el-col .label-wrapper .input-label .el-input-number__increase {
  display: none;
}
.applications__fields .application-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.applications__fields .application-upload .label-wrapper .input-label:hover {
  border-color: #402495;
}
.applications__fields .application-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.applications__fields .application-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
  position: absolute;
  width: auto;
  padding: 0 10px;
  z-index: 10;
}
.applications__fields .application-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.applications__fields .application-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.applications__fields .application-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.applications__fields .application-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.applications__fields .application-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.applications__fields .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.applications__fields .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.applications__fields .upload-documents__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.applications__fields .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.applications__fields .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.applications__fields .upload-documents__delete:hover {
  color: #FC5A45;
}
.applications__fields-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #A8A8A8;
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 0 7.5px;
}
.applications__fields-text b {
  font-weight: 500;
  color: #000000;
}
.applications__field {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.applications__field--half {
  width: calc(50% - 7.5px);
}
.applications__field-title {
  display: block;
  width: 100%;
  position: absolute;
  top: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: #BEBEBE;
}
.applications__field-textarea {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 25px 10px 10px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  resize: vertical;
  min-height: 90px;
}
.applications__field-textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.applications__field-textarea:not(:placeholder-shown), .applications__field-textarea:hover, .applications__field-textarea:focus {
  border-color: #000000;
}
.applications__field-textarea:disabled:hover {
  border-color: #EFEFEF;
}
.applications__field-input {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 25px 10px 10px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  height: 48px;
}
.applications__field-input:hover {
  border-color: #000000;
}
.applications__field-input:disabled:hover {
  border-color: #EFEFEF;
}
.applications__upload {
  display: block;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
}
.applications__upload:hover {
  border-color: #000000;
}
.applications__upload-inner {
  width: 100%;
  border: 1px dashed #FC5A45;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 10px 10px 10px 40px;
}
.applications__upload-inner:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  font-size: 18px;
  color: #212735;
}
.applications__upload-title {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.applications__upload-text {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.applications__upload-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.applications .upload-files {
  width: 100%;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.applications .upload-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.applications .upload-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.applications .upload-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.applications .upload-files__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.applications .upload-files__delete:hover {
  color: #FC5A45;
}
.applications .attached-files {
  width: 100%;
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.applications .attached-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.applications .attached-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.applications .attached-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.applications .attached-files__download {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}
.applications .attached-files__download:hover {
  color: #48C73D;
}
.applications__button {
  margin-top: 35px;
  height: 49px;
  align-items: center;
  border-radius: 40px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.applications__button--red {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.applications__button--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.applications__button--grey {
  background-color: #F8F9FC;
  color: #A9A9A9;
}
.applications__button--grey:hover {
  background-color: #000000;
  color: #FFF;
}
.applications__aside {
  width: 34%;
  background-color: #F8F9FC;
  padding: 30px 13% 30px 40px;
  align-items: flex-start;
  align-content: flex-start;
}
.applications__aside-logo {
  width: 135px;
  margin-bottom: 40px;
}
.applications__aside-logo-img {
  width: 100%;
}
.applications__aside .task-list {
  width: 100%;
  margin-bottom: 45px;
  flex-direction: column;
}
.applications__aside .task-list__item {
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.applications__aside .task-list__item.active {
  cursor: default;
}
.applications__aside .task-list__item.active:before {
  content: "";
  position: absolute;
  left: -42px;
  height: 100%;
  width: 4px;
  background-color: #402495;
  border-radius: 4px;
}
.applications__aside .task-list__item.active .task-list__item-icon {
  color: #402495;
}
.applications__aside .task-list__item.active .task-list__item-title {
  color: #402495;
}
.applications__aside .task-list__item.canceled {
  cursor: not-allowed;
}
.applications__aside .task-list__item.canceled .task-list__item-icon {
  color: #979797;
}
.applications__aside .task-list__item.canceled .task-list__item-title {
  color: #979797;
}
.applications__aside .task-list__item:last-child {
  margin-bottom: 0;
}
.applications__aside .task-list__item-icon {
  font-size: 18px;
  color: #000000;
}
.applications__aside .task-list__item-title {
  padding-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
}
.applications__callback {
  width: 100%;
  flex-direction: column;
}
.applications__callback-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 4px;
}
.applications__callback-text {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #AFAFAF;
  margin-bottom: 10px;
}
.applications__callback-phone {
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000000 !important;
}
.applications__callback-phone span {
  font-size: 18px;
  color: #000000;
  margin-right: 10px;
}

.applications-page .page-header {
  display: none;
}
.applications-page .applications-content {
  width: 100%;
}
.applications-page .applications-content .applications-tab {
  width: 100%;
}
.applications-page .applications-content .applications-tab__top {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding-top: 10px;
  margin-bottom: 15px;
}
.applications-page .applications-content .applications-tab__top-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #402495;
}
.applications-page .applications-content .applications-tab__content {
  width: 100%;
}
.applications-page .applications-content .applications-tab__add {
  width: 100%;
  margin-bottom: 15px;
}
.applications-page .applications-content .applications-tab__add .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.applications-page .applications-content .applications-tab__add .el-row .el-col {
  padding: 0 5px !important;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.project, .applications-page .applications-content .applications-tab__add .el-row .el-col.employee {
  width: 19%;
  margin-bottom: 10px;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.description {
  width: 33%;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.description .form-input {
  width: 100%;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.description .form-input .input-label input {
  padding-right: 85px;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.description .description__button {
  position: absolute;
  right: 10px;
  height: 26px;
  padding: 0 10px;
  align-items: center;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 13px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.description .description__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.link {
  width: 29%;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.link .form-input {
  width: 100%;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.link .form-input .input-label input {
  padding-right: 65px;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.link .link__button {
  position: absolute;
  right: 10px;
  height: 26px;
  padding: 0 10px;
  align-items: center;
  background: #F7F7F7;
  border-radius: 13px;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col.link .link__button:hover {
  background-color: #000000;
  color: #FFF;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input.invalid .input-label span, .applications-page .applications-content .applications-tab__add .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label__title span, .applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input:hover, .applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover, .applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:focus {
  border-color: #000000;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.applications-page .applications-content .applications-tab__add .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.applications-page .applications-content .applications-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.applications-page .applications-content .applications-table__site {
  width: 100%;
  align-items: center;
}
.applications-page .applications-content .applications-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  cursor: pointer;
}
.applications-page .applications-content .applications-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.applications-page .applications-content .applications-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.applications-page .applications-content .applications-table__attachments {
  width: 100%;
  align-items: center;
}
.applications-page .applications-content .applications-table__attachments-download {
  height: 18px;
  align-items: center;
  padding: 0 5px 0 10px;
  background-color: #F7F7F7;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.applications-page .applications-content .applications-table__attachments-download:hover {
  background-color: #000000;
  color: #FFF;
}
.applications-page .applications-content .applications-table__attachments-download:hover span {
  color: #FFF;
}
.applications-page .applications-content .applications-table__attachments-download span {
  font-size: 10px;
  color: #000000;
  margin-left: 5px;
}
.applications-page .applications-content .applications-table__attachments-empty {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  margin-right: 10px;
}
.applications-page .applications-content .applications-table__attachments-add {
  height: 18px;
  align-items: center;
  padding: 0 10px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
  margin-right: 10px;
  margin-left: auto;
}
.applications-page .applications-content .applications-table__attachments-add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.applications-page .applications-content .applications-table__attachments-delete {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.applications-page .applications-content .applications-table__attachments-delete:hover {
  color: #FC5A45;
}
.applications-page .applications-content .applications-table .manage-table {
  min-width: 1200px;
}
.applications-page .applications-content .links-tab {
  width: 100%;
}
.applications-page .applications-content .links-tab .links-block {
  width: 100%;
  align-items: flex-start;
  overflow-x: auto;
}
.applications-page .applications-content .links-tab .links-block .employees {
  width: 270px;
  padding-right: 20px;
  position: relative;
}
.applications-page .applications-content .links-tab .links-block .employees:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 5px;
  height: calc(100% - 5px);
  width: 1px;
  background-color: #EEEEEE;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-search__input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 5px;
  padding: 0 25px 0 15px;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-search__icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-list {
  width: 100%;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-list__item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  height: 37px;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-list__item-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-list__item-title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s linear all;
}
.applications-page .applications-content .links-tab .links-block .employees .employees-list__item-title:hover {
  color: #402495;
}
.applications-page .applications-content .links-tab .links-block .links-info {
  width: calc(100% - 270px);
  min-width: 600px;
}
.applications-page .applications-content .links-tab .links-block .links-info__header {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  color: #BEBEBE;
  height: 36px;
}
.applications-page .applications-content .links-tab .links-block .links-info .links-list {
  width: 100%;
}
.applications-page .applications-content .links-tab .links-block .links-info .links-list__item {
  width: 100%;
  height: 37px;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
}
.applications-page .applications-content .links-tab .links-block .links-info .links-list__item-btn {
  height: 18px;
  padding: 0 10px;
  background-color: #F7F7F7;
  border-radius: 9px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
}
.applications-page .applications-content .links-tab .links-block .links-info .links-list__item-btn:hover {
  background-color: #000000;
  color: #FFF;
}
.applications-page .applications-content .links-tab .links-block .links-info .links-list__item-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.applications-page .manage-table {
  min-width: 785px;
  max-width: 100%;
}
.applications-page .manage-table .vuetable-head-wrapper {
  height: auto;
}
.applications-page .manage-table .vuetable-head-wrapper th {
  padding: 0 6px 5px 6px !important;
  position: relative;
}
.applications-page .manage-table .vuetable-head-wrapper th:after {
  content: "";
  position: absolute;
  bottom: 1px;
  height: 1px;
  left: 6px;
  right: 6px;
  background-color: #EEEEEE;
}
.applications-page .manage-table .vuetable-body-wrapper .vuetable-body tr td:after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 1px;
  height: 1px;
  background-color: #EEEEEE;
}

@media (min-width: 1340px) and (max-width: 1540px) {
  .applications__content {
    padding: 30px 4% 30px 13%;
  }
  .applications__aside {
    padding: 30px 13% 30px 30px;
  }
  .applications__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .applications__content {
    padding: 30px 4% 30px 13%;
  }
  .applications__content-text {
    margin-bottom: 30px;
  }
  .applications__aside {
    padding: 30px 13% 30px 30px;
  }
  .applications__aside .task-list__item.active:before {
    left: -32px;
  }
  .applications-page .applications-content .links-tab .links-block .employees {
    width: 250px;
    padding-right: 15px;
  }
  .applications-page .applications-content .links-tab .links-block .employees:after {
    right: 7px;
  }
  .applications-page .applications-content .links-tab .links-block .links-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .applications__content {
    padding: 30px 4% 30px 10%;
  }
  .applications__content-site {
    margin-bottom: 30px;
  }
  .applications__content-text {
    margin-bottom: 25px;
  }
  .applications__aside {
    padding: 30px 10% 30px 30px;
  }
  .applications__aside .task-list__item.active:before {
    left: -32px;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.project, .applications-page .applications-content .applications-tab__add .el-row .el-col.employee {
    width: 50%;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.description, .applications-page .applications-content .applications-tab__add .el-row .el-col.link {
    width: 50%;
  }
  .applications-page .applications-content .links-tab .links-block .employees {
    width: 250px;
    padding-right: 15px;
  }
  .applications-page .applications-content .links-tab .links-block .employees:after {
    right: 7px;
  }
  .applications-page .applications-content .links-tab .links-block .links-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .applications__content {
    padding: 25px 3% 25px 5%;
  }
  .applications__content-site {
    margin-bottom: 25px;
  }
  .applications__content-title {
    font-size: 20px;
  }
  .applications__content-text {
    margin-bottom: 20px;
  }
  .applications__aside {
    padding: 25px 5% 25px 25px;
  }
  .applications__aside .task-list__item.active:before {
    left: -27px;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.project, .applications-page .applications-content .applications-tab__add .el-row .el-col.employee {
    width: 50%;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.description, .applications-page .applications-content .applications-tab__add .el-row .el-col.link {
    width: 50%;
  }
  .applications-page .applications-content .links-tab .links-block .employees {
    width: 200px;
    padding-right: 10px;
  }
  .applications-page .applications-content .links-tab .links-block .employees:after {
    right: 5px;
  }
  .applications-page .applications-content .links-tab .links-block .employees .employees-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .applications-page .applications-content .links-tab .links-block .employees .employees-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
  .applications-page .applications-content .links-tab .links-block .links-info {
    width: calc(100% - 200px);
  }
}
@media (max-width: 767px) {
  .applications__content {
    padding: 20px 15px 20px 15px;
  }
  .applications__content-site {
    margin-bottom: 20px;
  }
  .applications__content-title {
    font-size: 18px;
  }
  .applications__content-text {
    margin-bottom: 15px;
  }
  .applications__aside {
    padding: 20px 15px 20px 15px;
  }
  .applications__aside .task-list__item.active:before {
    left: -17px;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.project, .applications-page .applications-content .applications-tab__add .el-row .el-col.employee {
    width: 50%;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.description, .applications-page .applications-content .applications-tab__add .el-row .el-col.link {
    width: 50%;
  }
  .applications-page .applications-content .links-tab .links-block .employees {
    width: 200px;
    padding-right: 10px;
  }
  .applications-page .applications-content .links-tab .links-block .employees:after {
    right: 5px;
  }
  .applications-page .applications-content .links-tab .links-block .employees .employees-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .applications-page .applications-content .links-tab .links-block .employees .employees-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
  .applications-page .applications-content .links-tab .links-block .links-info {
    width: calc(100% - 200px);
  }
}
@media (max-width: 576px) {
  .applications__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .applications__content-site {
    margin-bottom: 20px;
  }
  .applications__content-title {
    font-size: 18px;
  }
  .applications__content-text {
    margin-bottom: 15px;
  }
  .applications__aside {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .applications__aside .task-list__item.active:before {
    left: -15px;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.project, .applications-page .applications-content .applications-tab__add .el-row .el-col.employee {
    width: 100%;
  }
  .applications-page .applications-content .applications-tab__add .el-row .el-col.description, .applications-page .applications-content .applications-tab__add .el-row .el-col.link {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .applications__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .applications__content-site {
    margin-bottom: 15px;
  }
  .applications__content-title {
    font-size: 16px;
  }
  .applications__content-text {
    margin-bottom: 10px;
  }
  .applications__fields .el-col-12 {
    width: 100%;
  }
}
.access-page__info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 10px -7.5px;
}
.access-page__sites {
  width: 100%;
  margin-bottom: 25px;
}
.access-page__sites .sites-block .sites .sites-list__item-title {
  flex-grow: initial;
  flex-basis: auto;
}
.access-page__sites .sites-info {
  overflow: auto;
}
.access-page__sites .sites-info .manage-table {
  min-width: 785px;
  max-width: 100%;
}
.access-page__sites .sites-info .access-td__inner {
  width: 100%;
  align-items: center;
}
.access-page__sites .sites-info .access-td__inner-link {
  width: 50%;
  margin-bottom: 3px;
  padding-right: 5px;
}
.access-page__sites .sites-info .access-td__inner-link a {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495 !important;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.access-page__sites .sites-info .access-td__inner-link span {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.access-page__sites .sites-info .access-td__inner-login, .access-page__sites .sites-info .access-td__inner-password {
  width: 50%;
  padding-left: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.access-page__sites .sites-info .access-td__inner-login--empty, .access-page__sites .sites-info .access-td__inner-password--empty {
  color: #BEBEBE;
}
.access-page__sites .sites-info .access-td__inner-login span, .access-page__sites .sites-info .access-td__inner-password span {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  margin-right: 5px;
}
.access-page__sites .sites-info .access-td__inner-btn {
  width: 50%;
  padding-right: 5px;
}
.access-page__sites .sites-info .access-td__inner-btn--add {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  text-decoration: underline;
  color: #402495;
  cursor: pointer;
}
.access-page__sites .sites-info .access-td__inner-btn--add:hover {
  text-decoration: none;
}
.access-page__sites .sites-info .access-td__inner-btn--change {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  text-decoration: underline;
  color: #BEBEBE;
  cursor: pointer;
}
.access-page__sites .sites-info .access-td__inner-btn--change:hover {
  color: #000000;
  text-decoration: none;
}
.access-page .access-content {
  width: 100%;
}
.access-page .access-content__inner {
  width: 100%;
}

.contracts-page .page-header {
  display: none;
}
.contracts-page .el-tabs__item {
  font-size: 18px;
}
.contracts-page .create-contract__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 10px;
}
.contracts-page .create-contract .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.contracts-page .create-contract .el-row .el-col {
  padding: 0 5px !important;
  width: 20%;
  margin-bottom: 10px;
}
.contracts-page .create-contract .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.contracts-page .create-contract .el-row .el-col .form-input.invalid .input-label span, .contracts-page .create-contract .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label__title span, .contracts-page .create-contract .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .contracts-page .create-contract .el-row .el-col .form-input .input-label input:hover, .contracts-page .create-contract .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover, .contracts-page .create-contract .el-row .el-col .form-input .input-label .el-select .el-input__inner:focus {
  border-color: #000000;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.contracts-page .create-contract .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.contracts-page .create-contract .choose-service {
  width: 100%;
  margin-top: 30px;
}
.contracts-page .create-contract .choose-service .services-list {
  width: calc(100% + 8px);
  margin: 0 -4px;
  margin-bottom: 20px;
}
.contracts-page .create-contract .choose-service .services-list__item {
  padding: 0 4px;
  margin-bottom: 8px;
  position: relative;
}
.contracts-page .create-contract .choose-service .services-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.contracts-page .create-contract .choose-service .services-list__item-input:checked + .services-list__item-inner {
  border: 1px solid #402495;
  background-color: #402495;
}
.contracts-page .create-contract .choose-service .services-list__item-input:checked + .services-list__item-inner .services-list__item-title {
  color: #FFF;
}
.contracts-page .create-contract .choose-service .services-list__item-input:checked + .services-list__item-inner .services-list__item-checkbox .icon-check {
  display: block;
}
.contracts-page .create-contract .choose-service .services-list__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.contracts-page .create-contract .choose-service .services-list__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.contracts-page .create-contract .choose-service .services-list__item-checkbox {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.contracts-page .create-contract .choose-service .services-list__item-checkbox .icon-check {
  font-size: 8px;
  color: #402495;
  display: none;
}
.contracts-page .create-contract .technical-task {
  width: 100%;
  margin-bottom: 30px;
}
.contracts-page .create-contract .technical-task__top {
  width: 100%;
  justify-content: space-between;
}
.contracts-page .create-contract .technical-task__top-button {
  margin-left: 15px;
  height: 18px;
  background-color: #402495;
  border: 1px solid #402495;
  border-radius: 9px;
  align-items: center;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
}
.contracts-page .create-contract .technical-task__top-button:hover {
  background-color: #FFF;
  color: #402495;
}
.contracts-page .create-contract .technical-task__top-button:hover span {
  color: #402495;
}
.contracts-page .create-contract .technical-task__top-button span {
  margin-left: 10px;
  font-size: 10px;
  color: #FFF;
}
.contracts-page .create-contract .technical-task .options-list {
  flex-grow: 1;
  margin: 0 -4px;
  margin-bottom: 20px;
}
.contracts-page .create-contract .technical-task .options-list__item {
  padding: 0 4px;
  margin-bottom: 8px;
  position: relative;
}
.contracts-page .create-contract .technical-task .options-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.contracts-page .create-contract .technical-task .options-list__item-input:checked + .options-list__item-inner {
  border: 1px solid #402495;
  background-color: #402495;
}
.contracts-page .create-contract .technical-task .options-list__item-input:checked + .options-list__item-inner .options-list__item-title {
  color: #FFF;
}
.contracts-page .create-contract .technical-task .options-list__item-input:checked + .options-list__item-inner .options-list__item-checkbox .icon-check {
  display: block;
}
.contracts-page .create-contract .technical-task .options-list__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.contracts-page .create-contract .technical-task .options-list__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.contracts-page .create-contract .technical-task .options-list__item-checkbox {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.contracts-page .create-contract .technical-task .options-list__item-checkbox .icon-check {
  font-size: 8px;
  color: #402495;
  display: none;
}
.contracts-page .create-contract .tasks-table {
  width: 100%;
}
.contracts-page .create-contract .tasks-table__row {
  width: 100%;
  margin-bottom: 10px;
}
.contracts-page .create-contract .tasks-table__column {
  padding: 5px 10px;
  background-color: #F7F7F7;
  align-items: center;
  min-height: 32px;
  border-radius: 5px;
}
.contracts-page .create-contract .tasks-table__column.title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.contracts-page .create-contract .tasks-table__column.price {
  width: 20%;
  min-width: 20%;
  margin-left: 4px;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  padding-right: 60px;
}
.contracts-page .create-contract .tasks-table__column-input {
  height: 22px;
  width: 100%;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.contracts-page .create-contract .tasks-table__column-actions {
  position: absolute;
  right: 10px;
}
.contracts-page .create-contract .tasks-table__column-actions span {
  font-size: 14px;
  cursor: pointer;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-edit {
  color: #B9B9B9;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-edit:hover {
  color: #30BE50;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-check-circle-1 {
  color: #FC5A45;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-check-circle-1:hover {
  color: #30BE50;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-delete {
  color: #B9B9B9;
  margin-left: 10px;
}
.contracts-page .create-contract .tasks-table__column-actions span.icon-delete:hover {
  color: #FC5A45;
}
.contracts-page .create-contract .add-task {
  width: 100%;
}
.contracts-page .create-contract .add-task .el-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.contracts-page .create-contract .add-task .el-row .el-col {
  padding: 0 !important;
  margin-bottom: 10px;
}
.contracts-page .create-contract .add-task .el-row .el-col.task-title {
  flex-grow: 1;
}
.contracts-page .create-contract .add-task .el-row .el-col.task-price {
  width: 20%;
  min-width: 20%;
  margin-left: 4px;
  position: relative;
  align-items: center;
}
.contracts-page .create-contract .add-task .el-row .el-col.task-price .form-input {
  width: 100%;
}
.contracts-page .create-contract .add-task .el-row .el-col.task-price .form-input .el-input__inner {
  padding-right: 40px;
}
.contracts-page .create-contract .add-task__button {
  position: absolute;
  right: 7px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 50%;
  cursor: pointer;
}
.contracts-page .create-contract .add-task__button:hover {
  background-color: #FFF;
}
.contracts-page .create-contract .add-task__button:hover span {
  color: #FC5A45;
}
.contracts-page .create-contract .add-task__button span {
  font-size: 14px;
  color: #FFF;
}
.contracts-page .create-contract .payment-templates {
  width: 100%;
  margin-bottom: 10px;
}
.contracts-page .create-contract__total {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.contracts-page .create-contract__total b {
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 20px;
}
.contracts-page .create-contract__total span {
  font-weight: 400;
  margin-bottom: 10px;
  margin-right: 20px;
}
.contracts-page .create-contract .contracts-list {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 25px;
}
.contracts-page .database-contracts__top {
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 9px 10px 0 10px;
  margin-bottom: 25px;
}
.contracts-page .database-contracts__search {
  flex-grow: 1;
  max-width: 100%;
  margin-right: 15px;
  align-items: center;
  margin-bottom: 9px;
}
.contracts-page .database-contracts__search-icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .database-contracts__search-input {
  height: 18px;
  border: 0;
  background-color: transparent;
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  min-width: 320px;
}
.contracts-page .database-contracts__filter {
  max-width: 100%;
  overflow-x: auto;
}
.contracts-page .database-contracts__filter-item {
  margin-right: 6px;
  margin-bottom: 9px;
  position: relative;
}
.contracts-page .database-contracts__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.contracts-page .database-contracts__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.contracts-page .database-contracts__filter-item span {
  display: flex;
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.contracts-page .database-contracts__filter-item span:hover {
  color: #000000;
}
.contracts-page .database-contracts__filter-item:last-child {
  margin-right: 0;
}
.contracts-page .database-contracts .contracts-list {
  width: 100%;
}
.contracts-page .database-contracts .contracts-list__item {
  width: 100%;
  padding: 15px 0 0 0;
  border-bottom: 1px solid #EEEEEE;
}
.contracts-page .database-contracts .contracts-list__item-info {
  width: 240px;
  min-width: 240px;
  padding-right: 15px;
  align-content: flex-start;
}
.contracts-page .database-contracts .contracts-list__item-name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  color: #000000;
}
.contracts-page .database-contracts .contracts-list__item-date {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
  margin-bottom: 8px;
}
.contracts-page .database-contracts .contracts-list__item-button {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #402495;
  cursor: pointer;
  align-items: center;
}
.contracts-page .database-contracts .contracts-list__item-button span {
  margin-left: 5px;
  font-size: 10px;
  color: #402495;
}
.contracts-page .database-contracts .contracts-list__item .contracts {
  flex-grow: 1;
  justify-content: space-between;
}
.contracts-page .database-contracts .contracts-list__item .contracts .contract-block {
  width: calc(50% - 8px);
}
.contracts-page .contract-templates__top {
  padding: 20px 45px 40px 0;
  width: 100%;
  align-items: center;
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.contracts-page .contract-templates__top-button {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
  background: #FC5A45;
  border: 1px solid #FC5A45;
}
.contracts-page .contract-templates__top-button:hover {
  background-color: #FFF;
}
.contracts-page .contract-templates__top-button:hover span {
  color: #FC5A45;
}
.contracts-page .contract-templates__top-button span {
  color: #FFF;
  font-size: 20px;
}
.contracts-page .contract-templates__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.contracts-page .contract-templates__filter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.contracts-page .contract-templates__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.contracts-page .contract-templates__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.contracts-page .contract-templates__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.contracts-page .contract-templates__filter-item span:hover {
  color: #000000;
}
.contracts-page .contract-templates__filter-item:last-child {
  margin-right: 0;
}
.contracts-page .contract-templates__content {
  width: calc(100% + 30px);
  margin: 0 -15px;
  align-items: flex-start;
}
.contracts-page .contract-templates__column {
  width: 33.3%;
  padding: 0 20px;
  margin-bottom: 25px;
}
.contracts-page .contract-templates__column-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 12px;
}
.contracts-page .contract-templates__column-contracts {
  width: 100%;
}
.contracts-page .contract-templates__column-contracts .contract-block {
  width: 100%;
}
.contracts-page .contract-services {
  padding-top: 20px;
  border-top: 1px solid #EEEEEE;
}
.contracts-page .contract-services__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
}
.contracts-page .contract-services__categories {
  width: 300px;
  min-width: 300px;
  padding-right: 30px;
}
.contracts-page .contract-services__categories .categories-list {
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 15px;
}
.contracts-page .contract-services__categories .categories-list__item {
  width: 100%;
  align-items: center;
  border-radius: 5px;
  background-color: #FFF;
  padding: 7px 10px;
}
.contracts-page .contract-services__categories .categories-list__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.contracts-page .contract-services__categories .categories-list__item-delete {
  margin-left: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #B9B9B9;
}
.contracts-page .contract-services__categories .categories-list__item-delete:hover {
  color: #FC5A45;
}
.contracts-page .contract-services__categories .categories-list__item-edit {
  margin-left: auto;
  cursor: pointer;
  font-size: 14px;
  color: #B9B9B9;
}
.contracts-page .contract-services__categories .categories-list__item-edit:hover {
  color: #30BE50;
}
.contracts-page .contract-services__categories .add-category {
  width: 100%;
}
.contracts-page .contract-services__categories .add-category__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 5px;
}
.contracts-page .contract-services__categories .add-category__field {
  width: 100%;
  align-items: center;
  position: relative;
}
.contracts-page .contract-services__categories .add-category__field input::-webkit-input-placeholder {
  color: #BEBEBE;
}
.contracts-page .contract-services__categories .add-category__field input::-moz-placeholder {
  color: #BEBEBE;
}
.contracts-page .contract-services__categories .add-category__field input:-moz-placeholder {
  color: #BEBEBE;
}
.contracts-page .contract-services__categories .add-category__field input:-ms-input-placeholder {
  color: #BEBEBE;
}
.contracts-page .contract-services__categories .add-category__field-input {
  width: 100%;
  height: 28px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  padding: 0 30px 0 10px;
}
.contracts-page .contract-services__categories .add-category__field-input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.contracts-page .contract-services__categories .add-category__field-input:not(:placeholder-shown), .contracts-page .contract-services__categories .add-category__field-input:hover, .contracts-page .contract-services__categories .add-category__field-input:focus {
  border-color: #000000;
}
.contracts-page .contract-services__categories .add-category__field-btn {
  width: 18px;
  height: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
}
.contracts-page .contract-services__categories .add-category__field-btn:hover {
  background-color: #FFF;
}
.contracts-page .contract-services__categories .add-category__field-btn:hover span {
  color: #FC5A45;
}
.contracts-page .contract-services__categories .add-category__field-btn span {
  font-size: 12px;
  color: #FFF;
}
.contracts-page .contract-services__content {
  width: calc(100% - 300px);
}
.contracts-page .contract-services__filter {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
}
.contracts-page .contract-services__filter-item {
  margin-right: 6px;
  margin-bottom: 10px;
  position: relative;
}
.contracts-page .contract-services__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.contracts-page .contract-services__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.contracts-page .contract-services__filter-item span {
  display: flex;
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.contracts-page .contract-services__filter-item span:hover {
  color: #000000;
}
.contracts-page .contract-services__filter-item:last-child {
  margin-right: 0;
}
.contracts-page .contract-services__add {
  width: 100%;
  margin-bottom: 15px;
}
.contracts-page .contract-services__add .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.contracts-page .contract-services__add .el-row .el-col {
  padding: 0 5px !important;
}
.contracts-page .contract-services__add .el-row .el-col.service-field {
  width: 46%;
  margin-bottom: 10px;
}
.contracts-page .contract-services__add .el-row .el-col.price-field {
  width: 12%;
  margin-bottom: 10px;
}
.contracts-page .contract-services__add .el-row .el-col.category-field {
  width: 30%;
  margin-bottom: 10px;
  align-items: center;
}
.contracts-page .contract-services__add .el-row .el-col .form-input {
  width: 100%;
}
.contracts-page .contract-services__add .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.contracts-page .contract-services__add .el-row .el-col .form-input.invalid .input-label span, .contracts-page .contract-services__add .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label__title span, .contracts-page .contract-services__add .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label input {
  height: 28px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .contracts-page .contract-services__add .el-row .el-col .form-input .input-label input:hover, .contracts-page .contract-services__add .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover, .contracts-page .contract-services__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:focus {
  border-color: #000000;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.contracts-page .contract-services__add .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.contracts-page .contract-services__add-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  margin-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
  white-space: nowrap;
}
.contracts-page .contract-services__add-button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.contracts-page .contract-services__add-button:hover span {
  color: #FC5A45;
}
.contracts-page .contract-services__add-button span {
  font-size: 10px;
  color: #FFF;
  margin-left: 10px;
}
.contracts-page .contract-services .services-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.contracts-page .contract-services .services-table__name {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: normal;
  padding: 5px 0;
}
.contracts-page .contract-services .services-table__name-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.contracts-page .contract-services .services-table__category {
  position: relative;
  padding-right: 50px;
  display: flex;
  align-items: center;
  width: 100%;
}
.contracts-page .contract-services .services-table__category .td-actions {
  align-items: center;
  position: absolute;
  right: 0;
}
.contracts-page .contract-services .services-table__category .td-actions__item {
  font-size: 14px;
  color: #BEBEBE;
  margin-left: 10px;
  cursor: pointer;
}
.contracts-page .contract-services .services-table__category .td-actions__item.icon-edit:hover {
  color: #48C73D;
}
.contracts-page .contract-services .services-table__category .td-actions__item.icon-floppy-disk:hover {
  color: #48C73D;
}
.contracts-page .contract-services .services-table__category .td-actions__item.icon-delete:hover {
  color: #FC5A45;
}
.contracts-page .contract-services .services-table .manage-table {
  min-width: 620px;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-head-wrapper .vuetable thead tr th {
  padding: 0 5px;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody {
  width: 100%;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td:after {
  left: 5px;
  right: 5px;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input {
  width: 100%;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input .input-label__title {
  display: none;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input .el-select {
  width: 100%;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input .el-input__inner {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  transition: 0.3s linear all;
}
.contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input .el-input__inner:hover, .contracts-page .contract-services .services-table .manage-table .vuetable-body-wrapper tbody tr td .form-input .el-input__inner:focus {
  border-color: #000000;
}
.contracts-page__button {
  height: 36px;
  padding: 0 10px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  align-items: center;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FFF;
  cursor: pointer;
  margin-right: 15px;
}
.contracts-page__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.contracts-page__button:hover span {
  color: #FC5A45;
}
.contracts-page__button:last-child {
  margin-right: 0;
}
.contracts-page__button span {
  font-size: 16px;
  color: #FFF;
  margin-left: 10px;
}
.contracts-page__button--white {
  background-color: #FFF;
  color: #000000;
}
.contracts-page__button--white:hover {
  background-color: #FC5A45;
  color: #FFF;
}
.contracts-page__button--white:hover span {
  color: #FFF;
}
.contracts-page__button--white span {
  color: #000000;
}
.contracts-page__button--grey {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  color: #BEBEBE;
}
.contracts-page__button--grey:hover {
  background-color: #000000;
  color: #FFF;
}
.contracts-page .contract-block {
  width: 700px;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 8px 12px;
  align-items: center;
  background-color: #F6F6F6;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
}
.contracts-page .contract-block__icon {
  font-size: 18px;
  color: #000000;
}
.contracts-page .contract-block__info {
  flex-grow: 1;
  padding: 0 10px;
}
.contracts-page .contract-block__info-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 2px;
}
.contracts-page .contract-block__info-details {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
}
.contracts-page .contract-block__actions-edit {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .contract-block__actions-edit:hover span {
  color: #30BE50;
}
.contracts-page .contract-block__actions-edit span {
  font-size: 14px;
  color: #B9B9B9;
}
.contracts-page .contract-block__actions-delete {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .contract-block__actions-delete:hover span {
  color: #FC5A45;
}
.contracts-page .contract-block__actions-delete span {
  font-size: 14px;
  color: #B9B9B9;
}
.contracts-page .contract-block__actions-change {
  height: 22px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FFF;
  border-radius: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B9B9B9;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .contract-block__actions-change:hover {
  color: #402495;
}
.contracts-page .contract-block__actions-change:hover span {
  color: #402495;
}
.contracts-page .contract-block__actions-change span {
  font-size: 14px;
  color: #B9B9B9;
  margin-left: 10px;
}
.contracts-page .contract-block__actions-doc {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #CBCBCB;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .contract-block__actions-doc:hover {
  background-color: #402495;
}
.contracts-page .contract-block__actions-doc span {
  font-size: 14px;
  color: #FFF;
}
.contracts-page .contract-block__actions-download {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #CBCBCB;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 10px;
}
.contracts-page .contract-block__actions-download:hover {
  background-color: #30BE50;
}
.contracts-page .contract-block__actions-download span {
  font-size: 14px;
  color: #FFF;
}
.contracts-page .contract-block__actions-pdf {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #CBCBCB;
  border-radius: 6px;
  cursor: pointer;
}
.contracts-page .contract-block__actions-pdf:hover {
  background-color: #FC5A45;
}
.contracts-page .contract-block__actions-pdf span {
  font-size: 14px;
  color: #FFF;
}
.contracts-page .block-switch {
  cursor: pointer;
  align-items: center;
}
.contracts-page .block-switch:hover span {
  color: #000000;
}
.contracts-page .block-switch span {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #A3A3A3;
}
.contracts-page .block-switch .el-switch {
  margin-right: 10px;
}
.contracts-page .block-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.contracts-page .block-switch .el-switch.is-checked + span {
  color: #000000;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .contracts-page .create-contract .el-row .el-col {
    width: 25%;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block {
    width: 100%;
  }
  .contracts-page .contract-templates__column {
    width: 50%;
  }
  .contracts-page .contract-services__categories {
    width: 255px;
    min-width: 255px;
    padding-right: 25px;
  }
  .contracts-page .contract-services__content {
    width: calc(100% - 255px);
  }
  .contracts-page .contract-services__add .el-row .el-col.service-field {
    width: 40%;
  }
  .contracts-page .contract-services__add .el-row .el-col.category-field {
    width: 43%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .contracts-page .create-contract .el-row .el-col {
    width: 33.3%;
  }
  .contracts-page .create-contract .tasks-table__column.price {
    width: 25%;
    min-width: 25%;
  }
  .contracts-page .create-contract .add-task .el-row .el-col.task-price {
    width: 25%;
    min-width: 25%;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block {
    width: 100%;
  }
  .contracts-page .contract-templates__content {
    width: calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .contracts-page .contract-templates__column {
    width: 50%;
    padding: 0 7.5px;
  }
  .contracts-page .contract-services__categories {
    width: 250px;
    min-width: 250px;
    padding-right: 20px;
  }
  .contracts-page .contract-services__content {
    width: calc(100% - 250px);
  }
  .contracts-page .contract-services__add .el-row .el-col.service-field {
    width: 100%;
  }
  .contracts-page .contract-services__add .el-row .el-col.price-field {
    width: 35%;
  }
  .contracts-page .contract-services__add .el-row .el-col.category-field {
    width: 65%;
  }
  .contracts-page .contract-block__actions-delete, .contracts-page .contract-block__actions-edit, .contracts-page .contract-block__actions-change, .contracts-page .contract-block__actions-doc {
    margin-right: 5px;
  }
  .contracts-page .contract-block__actions-change {
    padding: 0 5px;
  }
  .contracts-page .contract-block__actions-change span {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .contracts-page .el-tabs__header {
    margin-bottom: 0;
  }
  .contracts-page .el-tabs__item {
    font-size: 16px;
  }
  .contracts-page .create-contract .choose-service {
    margin-top: 10px;
  }
  .contracts-page .create-contract .choose-service .services-list {
    margin-bottom: 10px;
  }
  .contracts-page .create-contract .el-row .el-col {
    width: 33.3%;
  }
  .contracts-page .create-contract .technical-task {
    margin-bottom: 10px;
  }
  .contracts-page .create-contract .technical-task .options-list {
    margin-bottom: 10px;
  }
  .contracts-page .create-contract .tasks-table__column.price {
    width: 25%;
    min-width: 25%;
  }
  .contracts-page .create-contract .add-task .el-row .el-col.task-price {
    width: 25%;
    min-width: 25%;
  }
  .contracts-page .database-contracts__top {
    margin-bottom: 10px;
  }
  .contracts-page .database-contracts .contracts-list__item {
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .contracts-page .database-contracts .contracts-list__item-info {
    padding-right: 15px;
    width: 100%;
    margin-bottom: 10px;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts {
    width: 100%;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block {
    width: 100%;
    margin-bottom: 10px;
  }
  .contracts-page .contract-templates__filter {
    padding: 15px 0 20px 0;
  }
  .contracts-page .contract-templates__content {
    width: calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .contracts-page .contract-templates__column {
    width: 100%;
    padding: 0 7.5px;
    margin-bottom: 10px;
  }
  .contracts-page .contract-templates__column-contracts .contract-block {
    margin-bottom: 10px;
  }
  .contracts-page .contract-services {
    padding-top: 15px;
  }
  .contracts-page .contract-services__categories {
    width: 100%;
    min-width: 250px;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .contracts-page .contract-services__content {
    width: 100%;
  }
  .contracts-page .contract-services__add .el-row .el-col.service-field {
    width: 100%;
  }
  .contracts-page .contract-services__add .el-row .el-col.price-field {
    width: 35%;
  }
  .contracts-page .contract-services__add .el-row .el-col.category-field {
    width: 65%;
  }
  .contracts-page .contract-block__actions-delete, .contracts-page .contract-block__actions-edit, .contracts-page .contract-block__actions-change, .contracts-page .contract-block__actions-doc {
    margin-right: 5px;
  }
  .contracts-page .contract-block__actions-change {
    padding: 0 5px;
  }
  .contracts-page .contract-block__actions-change span {
    font-size: 12px;
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .contracts-page .el-tabs__item {
    font-size: 15px;
    padding: 2.5px;
  }
  .contracts-page .create-contract .el-row .el-col {
    width: 50%;
  }
  .contracts-page .create-contract .choose-service .services-list__item {
    padding: 0 2px;
    margin-bottom: 5px;
  }
  .contracts-page .create-contract .choose-service .services-list__item-inner {
    padding: 0 3px 0 6px;
  }
  .contracts-page .create-contract .choose-service .services-list__item-checkbox {
    margin-left: 5px;
  }
  .contracts-page .create-contract .technical-task__top {
    flex-wrap: wrap;
  }
  .contracts-page .create-contract .technical-task__top-button {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .contracts-page .create-contract .technical-task .options-list {
    width: 100%;
    order: 2;
  }
  .contracts-page .create-contract .technical-task .options-list__item {
    padding: 0 3px;
    margin-bottom: 5px;
  }
  .contracts-page .create-contract .technical-task .options-list__item-inner {
    padding: 0 3px 0 5px;
  }
  .contracts-page .create-contract .technical-task .options-list__item-checkbox {
    margin-left: 5px;
  }
  .contracts-page .create-contract .tasks-table__column.price {
    width: 40%;
    min-width: 40%;
  }
  .contracts-page .create-contract .add-task .el-row .el-col.task-price {
    width: 40%;
    min-width: 40%;
  }
  .contracts-page .create-contract__total b {
    margin-right: 15px;
  }
  .contracts-page .create-contract__total span {
    margin-right: 10px;
  }
  .contracts-page .create-contract .contract-block {
    flex-wrap: wrap;
  }
  .contracts-page .create-contract .contract-block__info {
    width: calc(100% - 18px);
  }
  .contracts-page .create-contract .contract-block__actions {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block {
    flex-wrap: wrap;
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block__info {
    width: calc(100% - 18px);
  }
  .contracts-page .database-contracts .contracts-list__item .contracts .contract-block__actions {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .contracts-page .contract-templates__filter {
    padding: 15px 0;
    margin-bottom: 5px;
  }
  .contracts-page .contract-templates__column-contracts .contract-block {
    flex-wrap: wrap;
  }
  .contracts-page .contract-templates__column-contracts .contract-block__info {
    width: calc(100% - 18px);
  }
  .contracts-page .contract-templates__column-contracts .contract-block__actions {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .contracts-page .contract-services__add .el-row .el-col.price-field {
    width: 100%;
  }
  .contracts-page .contract-services__add .el-row .el-col.category-field {
    width: 100%;
  }
  .contracts-page .contract-services__filter-item {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .contracts-page .contract-services__filter-item span {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .contracts-page .el-tabs__item {
    font-size: 14px;
  }
  .contracts-page .create-contract .el-row .el-col {
    width: 100%;
  }
  .contracts-page .create-contract .tasks-table__row {
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
  }
  .contracts-page .create-contract .tasks-table__column.title {
    width: 100%;
  }
  .contracts-page .create-contract .tasks-table__column.price {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 3px;
  }
  .contracts-page .create-contract .add-task .el-row {
    flex-wrap: wrap;
  }
  .contracts-page .create-contract .add-task .el-row .el-col.task-title {
    width: 100%;
  }
  .contracts-page .create-contract .add-task .el-row .el-col.task-price {
    width: 100%;
    margin-left: 0;
    margin-top: 3px;
  }
  .contracts-page .create-contract__total b {
    margin-right: 10px;
  }
  .contracts-page .create-contract__total span {
    margin-right: 5px;
  }
  .contracts-page .contract-services__add-button {
    padding: 0 3px 0 7px;
    margin-left: 7px;
  }
  .contracts-page .contract-services__add-button span {
    margin-left: 5px;
  }
}
.knowledge-base {
  padding: 0 15px 0 0 !important;
}
.knowledge-base .content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.knowledge-base .page-header {
  display: none;
}
.knowledge-base__aside {
  padding: 0 0 25px 30px;
  width: 270px;
  background-color: #F6F6F6;
  min-height: 100vh;
}
.knowledge-base__aside-title {
  align-items: center;
  height: 70px;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin: 0;
  padding-left: 15px;
  position: relative;
}
.knowledge-base__aside-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  right: 0;
  height: 1px;
  background-color: #E2E2E2;
}
.knowledge-base__categories {
  width: 100%;
  align-content: flex-start;
}
.knowledge-base__categories-item {
  width: 100%;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  justify-content: space-between;
  position: relative;
  min-height: 37px;
  cursor: pointer;
}
.knowledge-base__categories-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 15px;
  right: 0;
  height: 1px;
  background-color: #E2E2E2;
}
.knowledge-base__categories-item:hover {
  color: #402495;
}
.knowledge-base__categories-item:hover span {
  color: #402495;
}
.knowledge-base__categories-item.active {
  background: #402495;
  color: #FFF;
  z-index: 1;
  cursor: default;
}
.knowledge-base__categories-item.active:after {
  display: none;
}
.knowledge-base__categories-item.active span {
  color: #FFF;
}
.knowledge-base__categories-item span {
  font-size: 14px;
  color: #000000;
  margin-left: 10px;
}
.knowledge-base__subcategories {
  width: 250px;
  min-width: 250px;
  margin-right: 30px;
  align-content: flex-start;
}
.knowledge-base__subcategories-item {
  width: 100%;
  align-items: center;
  position: relative;
  padding: 11px 0;
  flex-grow: 1;
  justify-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  min-height: 37px;
}
.knowledge-base__subcategories-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #E2E2E2;
}
.knowledge-base__subcategories-item:hover {
  color: #402495;
}
.knowledge-base__subcategories-item:hover .item-info {
  color: #402495;
}
.knowledge-base__subcategories-item:hover .item-info__count {
  color: #402495;
}
.knowledge-base__subcategories-item.active {
  color: #402495;
}
.knowledge-base__subcategories-item.active .item-info {
  color: #402495;
}
.knowledge-base__subcategories-item.active .item-info__count {
  color: #402495;
  font-weight: 700;
}
.knowledge-base__subcategories-item .item-info {
  flex-grow: 1;
  justify-content: space-between;
  cursor: pointer;
}
.knowledge-base__subcategories-item .item-info__count {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #DFDFDF;
  margin-left: 5px;
}
.knowledge-base__subcategories-item .icon-delete {
  font-size: 12px;
  margin-left: 10px;
  color: #DFDFDF;
  cursor: pointer;
}
.knowledge-base__subcategories-item .icon-delete:hover {
  color: #FC5A45;
}
.knowledge-base__subcategories-item .icon-edit {
  font-size: 12px;
  margin-left: 10px;
  color: #DFDFDF;
  cursor: pointer;
}
.knowledge-base__subcategories-item .icon-edit:hover {
  color: #30BE50;
}
.knowledge-base__content {
  width: calc(100% - 270px);
  margin-top: 70px;
  position: relative;
  padding: 0 5px 20px 20px;
}
.knowledge-base__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 5px;
  height: 1px;
  background-color: #E2E2E2;
}
.knowledge-base__content-button {
  height: 18px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #402495;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-top: 20px;
  cursor: pointer;
}
.knowledge-base__content-button:hover {
  background-color: #402495;
  color: #FFF;
}
.knowledge-base__posts {
  flex-grow: 1;
  align-content: flex-start;
}
.knowledge-base__posts .posts-list {
  flex: 0 0 calc(100% + 40px);
  margin: 0 -20px;
  align-content: flex-start;
}
.knowledge-base__posts .posts-list__item {
  width: 50%;
  padding: 10px 20px 0 20px;
}
.knowledge-base__posts .posts-list__item-inner {
  height: 100%;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}
.knowledge-base__posts .posts-list__item-image {
  width: 100px;
}
.knowledge-base__posts .posts-list__item-image img {
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.knowledge-base__posts .posts-list__item-info {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.knowledge-base__posts .posts-list__item-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  cursor: pointer;
}
.knowledge-base__posts .posts-list__item-title:hover {
  color: #402495;
}
.knowledge-base__posts .posts-list__item-actions {
  width: 100%;
  align-items: center;
}
.knowledge-base__posts .posts-list__item-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.knowledge-base__posts .posts-list__item-link span {
  font-size: 12px;
  color: #402495;
  margin-right: 5px;
}
.knowledge-base__posts .posts-list__item-edit {
  margin-left: auto;
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.knowledge-base__posts .posts-list__item-edit:hover {
  color: #30BE50;
}
.knowledge-base__posts .posts-list__item-delete {
  margin-left: 10px;
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.knowledge-base__posts .posts-list__item-delete:hover {
  color: #FC5A45;
}

@media (min-width: 1200px) and (max-width: 1540px) {
  .knowledge-base__aside {
    padding: 0 0 25px 20px;
    width: 250px;
  }
  .knowledge-base__content {
    width: calc(100% - 250px);
    padding: 0 5px 20px 15px;
  }
  .knowledge-base__subcategories {
    margin-right: 25px;
  }
  .knowledge-base__posts .posts-list {
    flex: 0 0 calc(100% + 30px);
    margin: 0 -15px;
  }
  .knowledge-base__posts .posts-list__item {
    padding: 10px 15px 0 15px;
  }
  .knowledge-base__posts .posts-list__item-inner {
    padding-bottom: 20px;
  }
  .knowledge-base__posts .posts-list__item-info {
    padding-left: 15px;
  }
  .knowledge-base__posts .posts-list__item-title {
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .knowledge-base__aside {
    padding: 0 0 20px 10px;
    width: 200px;
  }
  .knowledge-base__aside-title {
    height: 50px;
  }
  .knowledge-base__categories-item {
    font-size: 12px;
    padding: 10px;
  }
  .knowledge-base__categories-item:after {
    left: 10px;
  }
  .knowledge-base__content {
    width: calc(100% - 200px);
    padding: 0 5px 20px 15px;
    margin-top: 50px;
  }
  .knowledge-base__subcategories {
    margin-right: 15px;
    width: 200px;
    min-width: 200px;
  }
  .knowledge-base__subcategories-item a {
    font-size: 11px;
  }
  .knowledge-base__posts .posts-list {
    flex: 0 0 calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .knowledge-base__posts .posts-list__item {
    padding: 10px 7.5px 0 7.5px;
  }
  .knowledge-base__posts .posts-list__item-inner {
    padding-bottom: 15px;
  }
  .knowledge-base__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .knowledge-base__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .knowledge-base__aside {
    padding: 0 0 20px 10px;
    width: 200px;
  }
  .knowledge-base__aside-title {
    height: 50px;
  }
  .knowledge-base__categories-item {
    font-size: 12px;
    padding: 10px;
  }
  .knowledge-base__categories-item:after {
    left: 10px;
  }
  .knowledge-base__content {
    width: calc(100% - 200px);
    padding: 0 5px 20px 15px;
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .knowledge-base__subcategories {
    margin-right: 0;
  }
  .knowledge-base__posts {
    min-width: 100%;
    margin-top: 20px;
  }
  .knowledge-base__posts .posts-list {
    flex: 0 0 calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .knowledge-base__posts .posts-list__item {
    padding: 10px 7.5px 0 7.5px;
  }
  .knowledge-base__posts .posts-list__item-inner {
    padding-bottom: 15px;
  }
  .knowledge-base__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .knowledge-base__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .knowledge-base {
    padding: 0 !important;
  }
  .knowledge-base__aside {
    padding: 0 15px 20px 15px;
    width: 100%;
    min-height: auto;
  }
  .knowledge-base__aside-title {
    height: 45px;
  }
  .knowledge-base__categories-item {
    border-radius: 5px;
  }
  .knowledge-base__content {
    width: 100%;
    padding: 0 15px 20px 15px;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .knowledge-base__content:before {
    left: 15px;
    right: 15px;
  }
  .knowledge-base__subcategories {
    margin-right: 0;
    max-width: 100%;
    width: auto;
    min-width: 250px;
  }
  .knowledge-base__posts {
    min-width: 100%;
    margin-top: 20px;
  }
  .knowledge-base__posts .posts-list {
    flex: 0 0 calc(100% + 15px);
    margin: 0 -7.5px;
  }
  .knowledge-base__posts .posts-list__item {
    padding: 10px 7.5px 0 7.5px;
  }
  .knowledge-base__posts .posts-list__item-inner {
    padding-bottom: 15px;
  }
  .knowledge-base__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .knowledge-base__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .knowledge-base__aside {
    padding: 0 15px 20px 15px;
  }
  .knowledge-base__categories-item {
    padding: 7px 10px;
    min-height: auto;
  }
  .knowledge-base__categories-item:after {
    left: 10px;
    right: 10px;
  }
  .knowledge-base__subcategories-item a {
    padding: 7px 10px;
    min-height: auto;
  }
  .knowledge-base__posts .posts-list {
    flex: 0 0 100%;
    margin: 0;
  }
  .knowledge-base__posts .posts-list__item {
    width: 100%;
    padding: 10px 0 0 0;
  }
}
.post-page {
  width: 100%;
  padding: 0 50px 25px 50px !important;
}
.post-page .page-header {
  display: none;
}
.post-page__title {
  height: 70px;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  border-bottom: 1px solid #E2E2E2;
  margin: 0;
}
.post-page__breadcrumbs {
  width: 100%;
  margin: 20px 0 15px 0;
}
.post-page__breadcrumbs-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
}
.post-page__breadcrumbs-item:last-child {
  margin-right: 0;
  cursor: default;
}
.post-page__breadcrumbs-item span {
  font-size: 12px;
  color: #402495;
  margin-right: 8px;
}
.post-page .post {
  width: 100%;
}
.post-page .post__content {
  flex-grow: 1;
}
.post-page .post__content-title {
  display: block;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #000000;
}
.post-page .post__content iframe {
  width: 80%;
  aspect-ratio: 16/9;
  height: 100%;
}
.post-page .post__content img {
  max-width: 100%;
}
.post-page .post__posts {
  width: 360px;
  min-width: 360px;
  margin-left: 15%;
}
.post-page .post__posts-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #CECECE;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.post-page .post__posts .posts-list {
  width: 100%;
  align-content: flex-start;
}
.post-page .post__posts .posts-list__item {
  width: 100%;
  padding: 10px 0 25px 0;
  border-bottom: 1px solid #EEEEEE;
}
.post-page .post__posts .posts-list__item-image {
  width: 60px;
  border-radius: 5px;
  overflow: hidden;
}
.post-page .post__posts .posts-list__item-image img {
  width: 100%;
}
.post-page .post__posts .posts-list__item-info {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.post-page .post__posts .posts-list__item-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.post-page .post__posts .posts-list__item-link {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.post-page .post__posts .posts-list__item-link span {
  font-size: 12px;
  color: #402495;
  margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1540px) {
  .post-page {
    padding: 0 35px 25px 35px !important;
  }
  .post-page .post__content-title {
    font-size: 20px;
  }
  .post-page .post__posts {
    margin-left: 10%;
  }
  .post-page .post__posts-title {
    font-size: 20px;
  }
  .post-page .post__posts .posts-list__item {
    padding: 10px 0 20px 0;
  }
  .post-page .post__posts .posts-list__item-info {
    padding-left: 15px;
  }
  .post-page .post__posts .posts-list__item-title {
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .post-page {
    padding: 0 20px 25px 20px !important;
  }
  .post-page__title {
    height: 50px;
  }
  .post-page .post__content-title {
    font-size: 18px;
  }
  .post-page .post__posts {
    margin-left: 5%;
    width: 300px;
    min-width: 300px;
  }
  .post-page .post__posts-title {
    font-size: 18px;
  }
  .post-page .post__posts .posts-list__item {
    padding: 10px 0 15px 0;
  }
  .post-page .post__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .post-page .post__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .post-page {
    padding: 0 15px 20px 15px !important;
  }
  .post-page__title {
    height: 50px;
  }
  .post-page__breadcrumbs {
    margin: 15px 0 10px 0;
  }
  .post-page .post__content-title {
    font-size: 16px;
  }
  .post-page .post__content iframe {
    width: 100%;
  }
  .post-page .post__posts {
    margin-left: 20px;
    width: 250px;
    min-width: 250px;
  }
  .post-page .post__posts-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .post-page .post__posts .posts-list__item {
    padding: 10px 0;
  }
  .post-page .post__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .post-page .post__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .post-page {
    padding: 0 15px 20px 15px !important;
  }
  .post-page__title {
    height: 45px;
  }
  .post-page__breadcrumbs {
    margin: 15px 0 10px 0;
  }
  .post-page .post {
    flex-wrap: wrap;
  }
  .post-page .post__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .post-page .post__content-title {
    font-size: 16px;
  }
  .post-page .post__content iframe {
    width: 100%;
  }
  .post-page .post__posts {
    margin-left: 0;
    width: 100%;
    min-width: 250px;
  }
  .post-page .post__posts-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .post-page .post__posts .posts-list__item {
    padding: 10px 0;
  }
  .post-page .post__posts .posts-list__item-info {
    padding-left: 10px;
  }
  .post-page .post__posts .posts-list__item-title {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .post-page .post__content {
    margin-bottom: 15px;
  }
  .post-page .post__content-title {
    font-size: 14px;
  }
}
.employee-plan .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.employee-plan .page-header {
  display: none;
}
.employee-plan__top {
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}
.employee-plan__top .employee-info {
  width: calc(16.6666666667% - 12px);
}
.employee-plan__top .employee-info__block {
  width: 100%;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px 60px 15px 15px;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.employee-plan__top .employee-info__block-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-plan__top .employee-info__block-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  align-self: flex-end;
}
.employee-plan__top .employee-info__block-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #402495;
  align-items: center;
  justify-content: center;
}
.employee-plan__top .employee-info__block-icon span {
  font-size: 18px;
  color: #FFF;
}
.employee-plan__top .employee-bonus {
  width: calc(16.6666666667% - 12px);
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px 60px 15px 15px;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.employee-plan__top .employee-bonus__price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-plan__top .employee-bonus__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  align-self: flex-end;
}
.employee-plan__top .employee-bonus__icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #68BB5A;
  align-items: center;
  justify-content: center;
}
.employee-plan__top .employee-bonus__icon span {
  font-size: 18px;
  color: #FFF;
}
.employee-plan__top .employee-information {
  margin-bottom: 15px;
  width: calc(16.6666666667% - 12px);
}
.employee-plan__top .employee-information .information-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.employee-plan__top .employee-information .information-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.employee-plan__top .employee-information .information-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.employee-plan__top .employee-information .information-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.employee-plan__top .employee-information .information-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 40px 9px 12px;
  position: relative;
  align-items: center;
}
.employee-plan__top .employee-information .information-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-plan__top .employee-information .information-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  align-self: flex-end;
}
.employee-plan__top .employee-information .information-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.employee-plan__info {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.employee-plan__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 10px;
}
.employee-plan__info-title span {
  color: #CDCDCD;
  white-space: nowrap;
  display: inline-block;
}
.employee-plan__info .el-tabs__header {
  margin: 0;
  padding-right: 230px;
}
.employee-plan__info .el-tabs__nav-scroll {
  margin-bottom: 0;
}
.employee-plan__info .el-tabs__item {
  padding: 0 7.5px;
}
.employee-plan__info-btn {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid #E6E6E6;
  border-radius: 9px;
  cursor: pointer;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-left: 15px;
}
.employee-plan__info-btn:hover {
  border-color: #000000;
}
.employee-plan__info-btn span {
  margin-top: 2px;
  font-size: 10px;
  color: #000000;
  margin-left: 10px;
}
.employee-plan__info-button {
  height: 18px;
  align-items: center;
  padding: 0 15px;
  background: #FFF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
}
.employee-plan__info-button--red {
  border: 1px solid #FC5A45;
  margin-left: 10px;
  right: 0;
}
.employee-plan__info-button--red:hover {
  border-color: #000000;
}
.employee-plan__info-button--blue {
  border: 1px solid #402495;
  margin-left: auto;
  right: 130px;
}
.employee-plan__info-button--blue:hover {
  color: #402495;
}
.employee-plan__bonuses {
  margin-left: auto;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
  z-index: 200;
}
.employee-plan__bonuses-text {
  color: #BEBEBE;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  align-items: center;
}
.employee-plan__bonuses-percent {
  height: 18px;
  padding: 0 5px;
  align-items: center;
  border-radius: 9px;
  background-color: #68BB5A;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 5px;
}
.employee-plan .bonuses-info {
  position: relative;
  margin-left: 5px;
  z-index: 10;
}
.employee-plan .bonuses-info:hover .bonuses-info__icon {
  color: #402495;
}
.employee-plan .bonuses-info:hover .bonuses-info__block {
  display: block;
}
.employee-plan .bonuses-info__icon {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.employee-plan .bonuses-info__icon:hover {
  color: #402495;
}
.employee-plan .bonuses-info__block {
  position: absolute;
  right: 0;
  top: 12px;
  padding-top: 8px;
  display: none;
}
.employee-plan .bonuses-info__block-inner {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.09);
  padding: 10px;
  width: 240px;
}
.employee-plan .bonuses-info__block-title {
  display: block;
  width: 100%;
  color: #402495;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.employee-plan .bonuses-info__list {
  width: 100%;
}
.employee-plan .bonuses-info__item {
  width: 100%;
  align-items: center;
  padding: 5px 0;
  border-top: 1px solid #EEEEEE;
}
.employee-plan .bonuses-info__item-column {
  width: 50%;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.employee-plan .bonuses-info__item-column b {
  font-weight: 700;
}
.employee-plan__content {
  width: 100%;
  position: relative;
  align-items: flex-start;
}
.employee-plan__content-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin: 15px 0;
}
.employee-plan__content .projects-list {
  margin-bottom: 15px;
}
.employee-plan__content .projects-list.hide-projects .projects-list__item {
  display: none;
}
.employee-plan__content .projects-list.hide-projects .projects-list__item:first-child, .employee-plan__content .projects-list.hide-projects .projects-list__item:nth-child(2) {
  display: flex;
}
.employee-plan__content .projects-list__item {
  width: 100%;
  border: 2px solid #E7E7E7;
}
.employee-plan__projects {
  width: 50%;
  margin-bottom: 25px;
  padding-right: 12.5px;
}
.employee-plan__projects.full-width {
  width: 100%;
  padding-right: 0;
}
.employee-plan__projects-empty {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.employee-plan .my-projects {
  width: 100%;
  min-width: 1300px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 400px;
}
.employee-plan .my-projects__site {
  width: 100%;
  align-items: center;
}
.employee-plan .my-projects__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  cursor: pointer;
}
.employee-plan .my-projects__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.employee-plan .my-projects__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.employee-plan .my-projects__site span {
  cursor: pointer;
}
.employee-plan .my-projects .vuetable-head-wrapper {
  position: sticky;
  top: 0;
  background: white;
  z-index: 50;
}
.employee-plan .my-projects .vuetable-head-wrapper thead tr th:last-child {
  text-align: center;
}
.employee-plan .my-projects .table-footer {
  display: none;
}
.employee-plan .my-projects__bonuses {
  width: 100%;
  align-items: center;
}
.employee-plan .my-projects__bonuses-count {
  margin-left: auto;
  height: 18px;
  border-radius: 9px;
  background-color: #68BB5A;
  align-items: center;
  padding: 0 5px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.employee-plan__objectives {
  width: 50%;
  margin-bottom: 25px;
  padding-left: 12.5px;
}
.employee-plan__objectives.full-width {
  width: 100%;
  padding-left: 0;
}
.employee-plan__objectives .company-objectives {
  width: 100%;
  justify-content: space-between;
  margin-top: 2px;
}
.employee-plan__objectives .company-objectives__item {
  margin-bottom: 15px;
  width: calc(33.3% - 12px);
}
.employee-plan__objectives .company-objectives__item .objective-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.employee-plan__objectives .company-objectives__item .objective-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.employee-plan__objectives .company-objectives__item .objective-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.employee-plan__objectives .company-objectives__item .objective-block--green:before {
  background: linear-gradient(25deg, white, #64E050);
}
.employee-plan__objectives .company-objectives__item .objective-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.employee-plan__objectives .company-objectives__item .objective-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 10px 12px;
  position: relative;
}
.employee-plan__objectives .company-objectives__item .objective-block__inner-count {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.employee-plan__objectives .company-objectives__item .objective-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__objectives .company-objectives__item .objective-block__inner-current {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #402495;
}
.employee-plan__objectives .company-objectives__item .objective-block__progress {
  width: 100%;
  margin: 10px 0;
  height: 3px;
  background: #FC5A45;
  border-radius: 1.5px;
  position: relative;
}
.employee-plan__objectives .company-objectives__item .objective-block__progress-inner {
  left: 0;
  top: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #402495;
  max-width: 100%;
}
.employee-plan__objectives-text {
  width: 100%;
  margin-bottom: 25px;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 16px 18px;
  font-weight: 400;
  font-size: 17px;
  line-height: 120%;
  color: #000000;
  text-align: center;
}
.employee-plan__objectives .our-team {
  width: 100%;
  align-items: center;
}
.employee-plan__objectives .our-team__text {
  display: block;
  padding-right: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__objectives .our-team .period-list {
  flex-grow: 1;
}
.employee-plan__objectives .our-team .period-list__item {
  width: 20%;
  border-left: 1px solid #EEEEEE;
  padding: 0 15px;
  flex-direction: column;
}
.employee-plan__objectives .our-team .period-list__item-year {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  display: block;
  margin-bottom: 4px;
}
.employee-plan__objectives .our-team .period-list__item-count {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__plans {
  width: 40%;
  padding-right: 25px;
  margin-top: 20px;
}
.employee-plan__plans-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
}
.employee-plan__table {
  width: 100%;
}
.employee-plan__table .sites-block .sites {
  width: 190px;
  min-width: 190px;
}
.employee-plan__table .sites-block .sites .sites-search__input {
  background-color: #FFF;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 0;
  padding: 0 15px;
  font-weight: 500;
  font-size: 10px;
  color: #BEBEBE;
}
.employee-plan__table .sites-block .sites-info {
  width: calc(100% - 190px);
}
.employee-plan__table .sites-block .sites-info .manage-table {
  width: 100%;
  min-width: auto;
}
.employee-plan__table .sites-block .sites-info .manage-table .vuetable-head-wrapper .vuetable thead tr th {
  line-height: 36px;
  position: relative;
}
.employee-plan__table .sites-block .sites-info .manage-table .vuetable-head-wrapper .vuetable thead tr th:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 1px;
  height: 1px;
  background-color: #EEEEEE;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-site {
  width: 100%;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-site__number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-site__logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-site__logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-site__title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s linear all;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-hours {
  width: 100%;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-hours__icon {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-hours__icon:hover {
  color: #30BE50;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks {
  width: 100%;
  align-items: center;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__status {
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  color: #000000;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__status--red {
  background-color: #FC5A45;
  color: #FFF;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__title {
  padding: 0 5px 0 10px;
  flex-grow: 1;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__title-period {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  margin-right: 5px;
  white-space: nowrap;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions {
  align-items: center;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-close {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-close span {
  font-size: 12px;
  color: #FFF;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-link {
  width: 85px;
  min-width: 85px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin: 0 10px;
  cursor: pointer;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-link:hover {
  border-color: #000000;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-delete {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.employee-plan__table .sites-block .sites-info .manage-table .td-tasks__actions-delete:hover {
  color: #FC5A45;
}
.employee-plan__table .sites-block .sites-info__total {
  width: 100%;
  margin-top: -16px;
}
.employee-plan__table .sites-block .sites-info__total-column {
  padding: 0 3px;
}
.employee-plan__table .sites-block .sites-info__total-column.hours {
  width: 27%;
}
.employee-plan__table .sites-block .sites-info__total-column.time {
  width: 46%;
}
.employee-plan__table .sites-block .sites-info__total-column.sites {
  width: 25%;
}
.employee-plan__table .sites-block .sites-info__total-column.objective {
  width: 55%;
}
.employee-plan__table .sites-block .sites-info__total-column.bonuses {
  width: 20%;
  min-width: 110px;
}
.employee-plan__table .sites-block .sites-info__total-column .total-block {
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 4px;
  padding: 6px 9px;
  flex-direction: column;
}
.employee-plan__table .sites-block .sites-info__total-column .total-block__title {
  display: block;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.employee-plan__table .sites-block .sites-info__total-column .total-block__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
.employee-plan__tasks {
  width: 60%;
  margin-top: 20px;
}
.employee-plan__tasks.full-width {
  width: 100%;
}
.employee-plan__tasks .employee-plan__table .sites-block .sites-info {
  width: 100%;
}
.employee-plan__texts {
  width: 100%;
  margin: 30px 0 25px 0;
}
.employee-plan__text {
  width: 100%;
  margin-bottom: 15px;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.employee-plan__text:first-child .employee-plan__text-line:before {
  width: 25%;
}
.employee-plan__text:first-child .employee-plan__text-line:after {
  width: 75%;
}
.employee-plan__text:last-child .employee-plan__text-line:before {
  width: 75%;
}
.employee-plan__text:last-child .employee-plan__text-line:after {
  width: 25%;
}
.employee-plan__text-line {
  width: 100%;
  height: 3px;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}
.employee-plan__text-line:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  width: 45%;
  background-color: #402495;
}
.employee-plan__text-line:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  width: 55%;
  background-color: #FC5A45;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .employee-plan__info-title {
    font-size: 18px;
  }
  .employee-plan__plans {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .employee-plan__tasks {
    width: 100%;
  }
  .employee-plan__projects {
    width: 100%;
    padding-right: 0;
  }
  .employee-plan__objectives {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .employee-plan__top .employee-info__block {
    padding: 10px 50px 10px 10px;
  }
  .employee-plan__top .employee-info__block-price {
    font-size: 16px;
  }
  .employee-plan__top .employee-info__block-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-info__block-icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__top .employee-information .information-block__inner {
    padding: 4px 35px 4px 7px;
  }
  .employee-plan__top .employee-information .information-block__inner-count {
    font-size: 16px;
  }
  .employee-plan__top .employee-information .information-block__inner-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-information .information-block__inner-icon {
    right: 9px;
    font-size: 20px;
  }
  .employee-plan__top .employee-bonus {
    padding: 10px 50px 10px 10px;
  }
  .employee-plan__top .employee-bonus__price {
    font-size: 16px;
  }
  .employee-plan__top .employee-bonus__title {
    font-size: 10px;
  }
  .employee-plan__top .employee-bonus__icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__plans {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .employee-plan__tasks {
    width: 100%;
  }
  .employee-plan__projects {
    width: 100%;
    padding-right: 0;
  }
  .employee-plan__objectives {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .employee-plan__top .employee-info {
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-info__block {
    padding: 10px 50px 10px 10px;
  }
  .employee-plan__top .employee-info__block-price {
    font-size: 14px;
  }
  .employee-plan__top .employee-info__block-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-info__block-icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__top .employee-information {
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-information .information-block__inner {
    padding: 4px 35px 4px 7px;
  }
  .employee-plan__top .employee-information .information-block__inner-count {
    font-size: 14px;
  }
  .employee-plan__top .employee-information .information-block__inner-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-information .information-block__inner-icon {
    right: 9px;
    font-size: 20px;
  }
  .employee-plan__top .employee-bonus {
    padding: 10px 50px 10px 10px;
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-bonus__price {
    font-size: 14px;
  }
  .employee-plan__top .employee-bonus__title {
    font-size: 10px;
  }
  .employee-plan__top .employee-bonus__icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__info-title {
    font-size: 18px;
  }
  .employee-plan__info-button {
    top: 0;
  }
  .employee-plan__plans {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .employee-plan__tasks {
    width: 100%;
  }
  .employee-plan__projects {
    width: 100%;
    padding-right: 0;
  }
  .employee-plan__objectives {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .employee-plan__top .employee-info {
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-info__block {
    padding: 10px 50px 10px 10px;
  }
  .employee-plan__top .employee-info__block-price {
    font-size: 14px;
  }
  .employee-plan__top .employee-info__block-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-info__block-icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__top .employee-information {
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-information .information-block__inner {
    padding: 4px 35px 4px 7px;
  }
  .employee-plan__top .employee-information .information-block__inner-count {
    font-size: 14px;
  }
  .employee-plan__top .employee-information .information-block__inner-title {
    font-size: 10px;
  }
  .employee-plan__top .employee-information .information-block__inner-icon {
    right: 9px;
    font-size: 20px;
  }
  .employee-plan__top .employee-bonus {
    padding: 10px 50px 10px 10px;
    width: calc(33.3% - 6px);
  }
  .employee-plan__top .employee-bonus__price {
    font-size: 14px;
  }
  .employee-plan__top .employee-bonus__title {
    font-size: 10px;
  }
  .employee-plan__top .employee-bonus__icon {
    right: 10px;
    width: 34px;
    height: 34px;
  }
  .employee-plan__info .el-tabs__header {
    padding-right: 0;
  }
  .employee-plan__info-title {
    font-size: 18px;
  }
  .employee-plan__info-button {
    top: -35px;
  }
  .employee-plan__plans {
    width: 100%;
    padding-right: 0;
    margin-bottom: 75px;
  }
  .employee-plan__tasks {
    width: 100%;
  }
  .employee-plan__projects {
    width: 100%;
    padding-right: 0;
  }
  .employee-plan__projects .pagination-wrapper .pagination-info-and-pagination {
    justify-content: flex-start;
  }
  .employee-plan__objectives {
    width: 100%;
    padding-left: 0;
  }
  .employee-plan__objectives .company-objectives__item {
    width: calc(33.3% - 6px);
  }
  .employee-plan__objectives .company-objectives__item .objective-block__inner {
    padding: 8px 10px;
  }
  .employee-plan__objectives .company-objectives__item .objective-block__inner-count {
    font-size: 16px;
  }
  .employee-plan__objectives .company-objectives__item .objective-block__inner-title {
    font-size: 10px;
  }
  .employee-plan__objectives .our-team__text {
    padding-right: 10px;
    font-size: 12px;
  }
  .employee-plan__objectives .our-team .period-list__item {
    padding: 0 8px;
  }
  .employee-plan__objectives .our-team .period-list__item-year {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .employee-plan__top .employee-info {
    width: calc(50% - 6px);
  }
  .employee-plan__top .employee-info__block {
    margin-bottom: 10px;
  }
  .employee-plan__top .employee-information {
    width: calc(50% - 6px);
    margin-bottom: 10px;
  }
  .employee-plan__top .employee-bonus {
    width: calc(50% - 6px);
    margin-bottom: 10px;
  }
  .employee-plan__info .el-tabs__header {
    padding-right: 0;
  }
  .employee-plan__info-title {
    font-size: 18px;
  }
  .employee-plan__info-button {
    top: -35px;
  }
  .employee-plan__plans {
    width: 100%;
    padding-right: 0;
    margin-bottom: 75px;
  }
  .employee-plan__table .sites-block .sites-info {
    min-width: 410px;
  }
  .employee-plan__tasks {
    width: 100%;
  }
  .employee-plan__projects {
    width: 100%;
    padding-right: 0;
  }
  .employee-plan__projects .pagination-wrapper .pagination-info-and-pagination {
    justify-content: flex-start;
  }
  .employee-plan__objectives {
    width: 100%;
    padding-left: 0;
  }
  .employee-plan__objectives .company-objectives__item {
    width: 100%;
  }
  .employee-plan__objectives .company-objectives__item .objective-block__inner-count {
    font-size: 16px;
  }
  .employee-plan__objectives-text {
    padding: 12px 10px;
    font-size: 14px;
  }
  .employee-plan__objectives .our-team {
    flex-wrap: wrap;
  }
  .employee-plan__objectives .our-team__text {
    padding-right: 0;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .employee-plan__objectives .our-team__text br {
    display: none;
  }
  .employee-plan__objectives .our-team .period-list__item {
    padding: 0 6px;
  }
  .employee-plan__objectives .our-team .period-list__item:first-child {
    border-left: 0;
  }
  .employee-plan__objectives .our-team .period-list__item-year {
    font-size: 12px;
  }
  .employee-plan__objectives .our-team .period-list__item-count {
    font-size: 10px;
  }
  .employee-plan__text {
    font-size: 14px;
    padding: 12px 10px;
  }
}
@media (max-width: 400px) {
  .employee-plan__top .employee-info {
    width: 100%;
  }
  .employee-plan__top .employee-information {
    width: 100%;
  }
  .employee-plan__top .employee-bonus {
    width: 100%;
  }
}
.commercial-offer .page-header {
  display: none;
}
.commercial-offer__title {
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 25px;
}
.commercial-offer__subtitle {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 10px;
}
.commercial-offer__templates {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 35px;
}
.commercial-offer__templates-item {
  width: calc(50% - 5px);
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.commercial-offer__templates-item.is-active {
  cursor: default;
  background-color: #F6F6F6;
}
.commercial-offer__templates-item img {
  width: 100%;
}
.commercial-offer .create-offer {
  width: 100%;
}
.commercial-offer .create-offer .offer-templates {
  width: 100%;
  margin-top: 25px;
}
.commercial-offer .create-offer .offer-templates .templates-filter {
  width: calc(100% + 8px);
  margin: 0 -4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 35px;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item {
  padding: 0 4px;
  margin-bottom: 8px;
  position: relative;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-input:checked + .templates-filter__item-inner {
  border: 1px solid #402495;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-input:checked + .templates-filter__item-inner .templates-filter__item-title {
  color: #FFF;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-input:checked + .templates-filter__item-inner .templates-filter__item-checkbox .icon-check {
  display: block;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-checkbox {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.commercial-offer .create-offer .offer-templates .templates-filter__item-checkbox .icon-check {
  font-size: 8px;
  color: #402495;
  display: none;
}
.commercial-offer .create-offer .offer-blocks {
  width: calc(100% - 700px);
  padding-right: 30px;
}
.commercial-offer .create-offer .offer-blocks__add {
  width: 100%;
  align-items: center;
  margin: -2.5px 0;
}
.commercial-offer .create-offer .offer-blocks__add-line {
  margin: 0 6px;
  flex-grow: 1;
  height: 1px;
  background-color: #DDDDDD;
}
.commercial-offer .create-offer .offer-blocks__add-btn {
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 50%;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-blocks__add-btn:hover {
  background-color: #FFF;
}
.commercial-offer .create-offer .offer-blocks__add-btn:hover span {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-blocks__add-btn span {
  font-size: 14px;
  color: #FFF;
}
.commercial-offer .create-offer .offer-block {
  width: calc(100% - 45px);
  background: #F6F6F6;
  border-radius: 5px;
  padding: 8px;
}
.commercial-offer .create-offer .offer-block__top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}
.commercial-offer .create-offer .offer-block__top-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__actions {
  margin-left: 10px;
  align-items: center;
}
.commercial-offer .create-offer .offer-block__actions .block-switch {
  cursor: pointer;
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__actions .block-switch:hover span {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__actions .block-switch span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .create-offer .offer-block__actions .block-switch .el-switch {
  margin-left: 7px;
}
.commercial-offer .create-offer .offer-block__actions .block-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__actions .block-switch .el-switch.is-checked .el-switch__core:after {
  margin-left: -14px;
}
.commercial-offer .create-offer .offer-block__actions .block-switch .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.commercial-offer .create-offer .offer-block__actions .block-switch .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.commercial-offer .create-offer .offer-block__actions-delete {
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.commercial-offer .create-offer .offer-block__actions-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__actions-move {
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.commercial-offer .create-offer .offer-block__actions-move:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__preview {
  width: 100%;
  padding: 0 0 10px 0;
  align-items: flex-start;
}
.commercial-offer .create-offer .offer-block__preview-btn {
  height: 20px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #402495;
  background-color: #402495;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__preview-image {
  max-width: 100%;
  margin-top: 10px;
}
.commercial-offer .create-offer .offer-block__upload {
  width: 100%;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  border-radius: 5px;
  padding: 4px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label {
  position: relative;
  border: none;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s linear all;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.commercial-offer .create-offer .offer-block__upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.commercial-offer .create-offer .offer-block__upload .photo-image {
  width: 100px;
  margin-left: 3px;
  height: 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  border: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__table {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__table-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__table .offer-table {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-column {
  width: calc(50% - 27px);
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__table .offer-table__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__table-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__table-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__table-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__list {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__list-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__list .offer-list {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-title {
  flex-grow: 1;
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__list .offer-list__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__list-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__list-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__list-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__portfolio {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__portfolio-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 4px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload {
  width: 260px;
  min-width: 260px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label {
  position: relative;
  border: none;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s linear all;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-upload .photo-image {
  width: 100px;
  margin-left: 3px;
  height: 56px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  border: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-info {
  padding-left: 15px;
  flex-grow: 1;
  border-right: 1px solid #EFEFEF;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-title {
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #EFEFEF;
  align-items: center;
  font-weight: 700;
  padding-right: 10px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-text {
  width: 100%;
  height: 50%;
  align-items: center;
  font-weight: 500;
  padding-right: 10px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__portfolio .offer-portfolio__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__portfolio-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__portfolio-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__portfolio-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__price {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__price-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__price .offer-price {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-column.price {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__price .offer-price__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__price-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__price-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__price-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__price-total {
  min-width: 130px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  margin: 0 54px 0 auto;
}
.commercial-offer .create-offer .offer-block__letters {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__letters-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 4px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload {
  width: 210px;
  min-width: 210px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label {
  position: relative;
  border: none;
  border-radius: 5px;
  padding: 0;
  cursor: pointer;
  transition: 0.3s linear all;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload {
  height: 68px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-upload__inner .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-upload .photo-image {
  width: 48px;
  margin-left: 3px;
  height: 68px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-info {
  padding-left: 15px;
  flex-grow: 1;
  border-right: 1px solid #EFEFEF;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-title {
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #EFEFEF;
  align-items: center;
  font-weight: 700;
  padding-right: 10px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-text {
  width: 100%;
  height: 40px;
  align-items: center;
  font-weight: 500;
  padding-right: 10px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__letters .offer-letters__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__letters-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__letters-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__letters-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__clients {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__clients .client-list {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 4px;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-image {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-image img {
  width: 100px;
  min-width: 100px;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__clients .client-list__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__clients-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__clients-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__clients-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__expenses {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__expenses-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-column.price {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-column.timing {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__expenses .tasks-expenses__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__expenses-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__expenses-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__expenses-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__expenses-totals {
  margin-left: auto;
}
.commercial-offer .create-offer .offer-block__expenses-total {
  min-width: 130px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__expenses-total:last-child {
  margin-right: 54px;
}
.commercial-offer .create-offer .offer-block__complex {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__complex-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-column.price {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-column.timing {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__complex .complex-services__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__complex-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__complex-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__complex-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__complex-totals {
  margin-left: auto;
}
.commercial-offer .create-offer .offer-block__complex-total {
  min-width: 130px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__complex-total:last-child {
  margin-right: 54px;
}
.commercial-offer .create-offer .offer-block__services {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__services-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__services .services {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__services .services__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__services .services__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__services .services__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__services .services__row-column.service1, .commercial-offer .create-offer .offer-block__services .services__row-column.service2, .commercial-offer .create-offer .offer-block__services .services__row-column.service3, .commercial-offer .create-offer .offer-block__services .services__row-column.price {
  width: 100px;
  min-width: 100px;
}
.commercial-offer .create-offer .offer-block__services .services__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__services .services__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__services .services__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__services .services__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__services .services__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__services-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__services-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__services-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__services-totals {
  margin-left: auto;
}
.commercial-offer .create-offer .offer-block__services-text {
  height: 18px;
  width: 100px;
  min-width: 100px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__services-total {
  border: 1px solid #EFEFEF;
  height: 18px;
  width: 98px;
  min-width: 98px;
  margin-right: 2px;
  padding: 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.commercial-offer .create-offer .offer-block__stages {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__stages-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__stages .stages-list {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__stages .stages-list__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__stages-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__stages-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__stages-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__result {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__result-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__result .result-list {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__result .result-list__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__result .result-list__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__result .offer-price {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__top {
  width: 100%;
  margin-bottom: 3px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__top-column {
  padding: 6px 10px;
  align-items: center;
  color: #CAC8D3;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__result .offer-price__top-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__result .offer-price__top-column.price {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__top-column.total {
  width: 184px;
  min-width: 184px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-column.price {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-column.total {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__result .offer-price__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__result-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__result-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__result-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__seo {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__seo-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__top {
  width: 100%;
  margin-bottom: 3px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__top-column {
  padding: 6px 10px;
  align-items: center;
  color: #CAC8D3;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__top-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__top-column.total {
  width: 184px;
  min-width: 184px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-column.total {
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__seo .offer-price__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__seo-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__seo-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__seo-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-block__preliminary {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__preliminary-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__tasks {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__tasks-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__promotion {
  width: 100%;
}
.commercial-offer .create-offer .offer-block__promotion-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-block__promotion .services-list {
  width: 100%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row {
  width: 100%;
  margin-bottom: 3px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-column {
  padding: 6px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border-right: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-column.title {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-actions {
  align-items: center;
  justify-content: center;
  width: 54px;
  min-width: 54px;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-action {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-action.icon-delete {
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-action.icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-block__promotion .services-list__row-action.icon-arrows-vertical:hover {
  color: #000000;
}
.commercial-offer .create-offer .offer-block__promotion-add {
  height: 18px;
  align-items: center;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 4px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #373737;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-block__promotion-add:hover {
  border-color: #373737;
}
.commercial-offer .create-offer .offer-block__promotion-add span {
  font-size: 10px;
  margin-left: 10px;
  color: #373737;
  font-weight: 700;
}
.commercial-offer .create-offer .offer-preview {
  width: 700px;
  min-width: 700px;
}
.commercial-offer .create-offer .offer-preview .offer-page {
  margin: 0 auto;
  background-color: #FFF;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  overflow: hidden;
}
.commercial-offer .create-offer .offer-preview .offer-page__delete {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-preview .offer-page__delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .offer-page__header {
  width: 100%;
  padding: 5px 20px 15px 20px;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-top {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-logo {
  width: 40%;
  padding-right: 20px;
  align-items: flex-end;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-logo img {
  max-width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields {
  width: calc(60% + 10px);
  margin: 0 -5px;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields .field {
  width: 30%;
  padding: 0 5px;
  margin-top: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields .field.name, .commercial-offer .create-offer .offer-preview .offer-page__header-fields .field.email {
  width: 40%;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields .field__inner {
  width: 100%;
  padding-bottom: 3px;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields .field__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 2px;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-fields .field__inner-value {
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-text {
  display: block;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page__header-description {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 16px;
  border-bottom: 1px solid #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__image {
  width: 55%;
  height: 220px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__image-img {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__info {
  width: 45%;
  padding-left: 35px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__info-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__info-description {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price {
  width: 100%;
  margin-top: auto;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-info {
  flex-grow: 1;
  height: 38px;
  align-items: center;
  padding: 5px 10px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-text {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 1px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-decoration: line-through;
  color: #FFFFFF;
  margin-right: 4px;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-current {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-icon {
  height: 38px;
  width: 38px;
  min-width: 38px;
  margin-left: 2px;
  align-items: center;
  justify-content: center;
}
.commercial-offer .create-offer .offer-preview .offer-page .big-product__price-icon svg {
  transform: scale(0.7);
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product {
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__image {
  width: 30%;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__image-img {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__info {
  width: 70%;
  padding-left: 20px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__info-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__info-description {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price {
  width: 100%;
  margin-top: auto;
  align-items: center;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price-info {
  flex-grow: 1;
  padding: 0 8px;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price-text {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  color: #ABABAB;
  margin-bottom: 2px;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price-old {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-decoration: line-through;
  color: #000000;
  margin-right: 4px;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price-current {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .small-product__price-icon svg {
  transform: scale(0.7);
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns {
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  justify-content: space-between;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column {
  width: calc(50% - 6px);
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row:nth-child(odd) .characteristics-column__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row:last-child .characteristics-column__row-column {
  border-bottom: 1px solid #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row-column {
  width: calc(50% - 3.5px);
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row-column:first-child {
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics-columns .characteristics-column__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics {
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row:nth-child(odd) .characteristics-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row:last-child .characteristics-table__row-column {
  border-bottom: 1px solid #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row-column {
  width: calc(50% - 3.5px);
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row-column:first-child {
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .characteristics .characteristics-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-block {
  width: 100%;
  padding: 0 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-block__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-block__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__info {
  width: calc(50% - 7.5px);
  align-items: flex-start;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__info-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__info-line {
  width: 90%;
  margin-left: 10%;
  height: 1px;
  margin-bottom: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__info-description {
  width: 100%;
  font-weight: 400;
  line-height: 140%;
  color: #000000;
  font-size: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__image {
  width: calc(50% - 7.5px);
}
.commercial-offer .create-offer .offer-preview .offer-page .text-image__image-img {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block__rows {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block__rows-item {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  padding-left: 12px;
  align-items: center;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block__rows-item:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-block__rows-item div {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns__rows {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns__rows-item {
  width: calc(50% - 10px);
  position: relative;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  padding-left: 12px;
  align-items: center;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns__rows-item:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-preview .offer-page .list-columns__rows-item div {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0 0 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 8px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list {
  flex: 0 0 calc(100% + 12px);
  margin: 0 -16px -6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item {
  width: 50%;
  padding: 0 6px;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-image {
  width: 100%;
  height: 185px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-lines {
  width: 100%;
  align-items: center;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-lines div:first-child {
  width: 30px;
  height: 3px;
  margin-right: 5px;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-lines div:last-child {
  flex-grow: 1;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .our-clients .clients-list__item-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  right: 20px;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row:nth-child(odd) .price-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row.total-price .price-table__row-column {
  padding: 12px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row-column:first-child {
  width: calc(100% - 200px - 7px);
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .price-block .price-table__row-column:last-child {
  width: 200px;
  min-width: 200px;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block {
  width: 100%;
  padding: 0 20px;
  margin: 15px 0 0 0;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter {
  width: calc(50% - 6px);
  margin-bottom: 20px;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__image {
  width: 60%;
  border: 1px solid #EFEFEF;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__image-img {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info {
  width: 40%;
  padding-left: 15px;
  align-items: flex-start;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info-title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info-lines {
  width: 100%;
  align-items: center;
  margin-bottom: 12px;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info-lines div:first-child {
  width: 30px;
  height: 3px;
  margin-right: 5px;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info-lines div:last-child {
  flex-grow: 1;
  height: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .offer-page .letters-block .letters-list .letter__info-description {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #000000;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer {
  width: 100%;
  padding: 20px 14px 25px 14px;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column {
  flex-grow: 1;
  padding: 0 6px;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column:last-child .footer-column__info-title {
  white-space: normal;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__inner {
  width: 100%;
  align-items: center;
  padding-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__icon {
  transform: scale(0.7);
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__icon svg {
  min-width: 22px;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__info {
  flex-grow: 1;
  padding-left: 6px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__info-label {
  display: inline-block;
  font-weight: 500;
  font-size: 8px;
  line-height: 120%;
  margin-bottom: 4px;
}
.commercial-offer .create-offer .offer-preview .offer-page__footer .footer-column__info-title {
  font-weight: 700;
  font-size: 11px;
  line-height: 100%;
  color: #FFFFFF;
  white-space: nowrap;
}
.commercial-offer .create-offer .offer-preview .template2 {
  margin: 0 auto;
  background-color: #FFF;
  width: 100%;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.commercial-offer .create-offer .offer-preview .template2__delete {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.commercial-offer .create-offer .offer-preview .template2__delete:hover {
  color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2__header {
  width: 100%;
  padding: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.commercial-offer .create-offer .offer-preview .template2__header-logo img {
  max-height: 60px;
}
.commercial-offer .create-offer .offer-preview .template2__top {
  width: 100%;
  min-height: 60px;
  padding: 15px 30px;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: 65% center;
  background-size: contain;
}
.commercial-offer .create-offer .offer-preview .template2__top-logo {
  height: 15px;
}
.commercial-offer .create-offer .offer-preview .template2__contacts {
  width: 100%;
  align-items: center;
}
.commercial-offer .create-offer .offer-preview .template2__contacts span {
  font-weight: 600;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9B96A9;
  margin-right: 15px;
}
.commercial-offer .create-offer .offer-preview .template2__contacts span:last-child {
  margin-right: 0;
}
.commercial-offer .create-offer .offer-preview .template2__contacts span a {
  color: #9B96A9;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner__inner {
  width: 100%;
  min-height: 250px;
  background-color: rgba(64, 35, 148, 0.67);
  padding: 70px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner__image {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 27px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFF;
  margin-bottom: 15px;
  z-index: 10;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner__text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #FFF;
  margin-bottom: 60px;
  z-index: 10;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner .template2__contacts span {
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .main-banner .template2__contacts span a {
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__icons {
  width: 100%;
  margin: 40px 0 20px 0;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__icon {
  width: 40px;
  height: 40px;
  margin-right: 50px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__icon:last-child {
  margin-right: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__icon-image {
  position: absolute;
  width: 33px;
  top: -11px;
  right: -11px;
}
.commercial-offer .create-offer .offer-preview .template2 .about-project__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #393449;
  margin-bottom: 50px;
}
.commercial-offer .create-offer .offer-preview .template2 .clients {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .clients__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .clients__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .clients__list {
  flex: 0 0 calc(100% + 25px);
  margin: 25px -12.5px;
  justify-content: center;
}
.commercial-offer .create-offer .offer-preview .template2 .clients__list-item {
  padding: 0 10px;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .clients__list-item img {
  height: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__top-title {
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row:nth-child(odd) .price-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row.total-price .price-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .price-list .price-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table {
  width: 100%;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__top-title {
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 260px - 14px);
  min-width: calc(100% - 260px - 14px);
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row:nth-child(odd) .tasks-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row.total-price .tasks-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row-column:first-child {
  width: calc(100% - 260px - 14px);
  min-width: calc(100% - 260px - 14px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .tasks-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__top {
  width: 100%;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__top-title {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__row:nth-child(odd) .promotion-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .tasks-expenses .promotion-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__column {
  width: 50%;
  margin: 25px 0;
  align-items: flex-start;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__row {
  width: 100%;
  margin-bottom: 10px;
  align-items: flex-start;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__row-images, .commercial-offer .create-offer .offer-preview .template2 .site-structure__row-image {
  width: 50%;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__row-images img, .commercial-offer .create-offer .offer-preview .template2 .site-structure__row-image img {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__row-images span, .commercial-offer .create-offer .offer-preview .template2 .site-structure__row-image span {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-weight: 500;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #393449;
}
.commercial-offer .create-offer .offer-preview .template2 .site-structure__row-title {
  display: block;
  width: 50%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 8px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #393449;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__top-title {
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 260px - 14px);
  min-width: calc(100% - 260px - 14px);
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row:nth-child(odd) .services-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row.total-price .services-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row-column:first-child {
  width: calc(100% - 260px - 14px);
  min-width: calc(100% - 260px - 14px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services .services-table__row-column b {
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__details {
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__details-icon {
  width: 20px;
  min-width: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__details-info {
  padding-left: 10px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__details-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services__details-terms {
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #393449;
}
.commercial-offer .create-offer .offer-preview .template2 .services {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .services__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table {
  width: 100%;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__top-title {
  width: 90px;
  min-width: 90px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 270px - 21px);
  min-width: calc(100% - 270px - 21px);
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row:nth-child(odd) .services-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row.total-price .services-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 90px;
  min-width: 90px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row-column:first-child {
  width: calc(100% - 270px - 21px);
  min-width: calc(100% - 270px - 21px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .services .services-table__row-column img {
  width: 14px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table {
  width: calc(100% - 270px - 21px);
  min-width: calc(100% - 270px - 21px);
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__top {
  width: 100%;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__top-title {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__row:nth-child(odd) .maintenance-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  color: #000000;
  width: 80px;
  min-width: 80px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__row-column:first-child {
  width: calc(100% - 80px - 7px);
  min-width: calc(100% - 80px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .services .maintenance-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table {
  width: 284px;
  min-width: 284px;
  margin-bottom: 25px;
  margin-left: auto;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__top {
  width: 100%;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__top-title {
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__row:nth-child(odd) .related-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  color: #000000;
  width: 80px;
  min-width: 80px;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__row-column:first-child {
  width: calc(100% - 80px - 7px);
  min-width: calc(100% - 80px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .services .related-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget__text {
  display: block;
  width: 100%;
  margin: -25px 0 25px 0;
  color: #D0CDD6;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row:nth-child(odd) .price-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row.total-price .price-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .development-budget .price-table__row-column span {
  width: 20px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__text {
  display: block;
  width: 100%;
  margin: -20px 0 25px 0;
  color: #D0CDD6;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.36px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__top-title {
  padding: 0 10px;
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__top-title:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row:nth-child(odd) .price-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget .price-table__row-column span {
  width: 20px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__description {
  display: block;
  width: 100%;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__description--big {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.28px;
  margin-top: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__info {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #402495;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
  position: relative;
  padding-left: 24px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__info svg {
  position: absolute;
  left: 0;
  width: 14px;
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .promotion-budget__info a {
  white-space: nowrap;
  font-style: italic;
  font-weight: 700;
  text-decoration-line: underline;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table__row:nth-child(odd) .terms-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table__row-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development .terms-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__total {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__total-text {
  display: inline-block;
  color: #393449;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.28px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__total-info {
  width: 100%;
  margin-top: 5px;
  color: #402495;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .terms-development__total-info svg {
  width: 14px;
  margin-right: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__top-title {
  width: 130px;
  min-width: 130px;
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -0.01em;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row:nth-child(odd) .services-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row.total-price .services-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1 .services-table__row-column b {
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__details {
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__details-icon {
  width: 20px;
  min-width: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__details-info {
  padding-left: 10px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__details-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}
.commercial-offer .create-offer .offer-preview .template2 .complex-services1__details-terms {
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #393449;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__columns {
  width: calc(100% + 10px);
  margin: 0 -5px 25px -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column {
  max-width: 100%;
  min-width: 25%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column:first-child {
  min-width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column:first-child .stages-work__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column:nth-child(2) .stages-work__column-inner {
  border-color: #402495;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column:nth-child(2) .stages-work__column-title {
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column-inner {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E9E9F2;
  padding: 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column-number {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column-title {
  width: 100%;
  padding-right: 18px;
  color: #393449;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column-text {
  width: 100%;
  margin-top: 15px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column .column-list {
  width: 100%;
  margin: 10px 0 0 0;
  padding-left: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column .column-list li {
  width: 100%;
  margin-bottom: 5px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column .column-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #FC5A45;
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column .column-list li:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .stages-work__column-link {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #FC5A45;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration-line: underline;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__subtitle {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__columns {
  width: calc(100% + 10px);
  margin: 0 -5px 25px -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column {
  padding: 0 5px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column:first-child {
  flex-grow: 1;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column:first-child .quality-result__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column:nth-child(2) {
  width: 35%;
  min-width: 35%;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column-inner {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E9E9F2;
  padding: 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column-number {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column-title {
  width: 100%;
  padding-right: 18px;
  color: #393449;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column-text {
  width: 100%;
  margin-top: 15px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column .column-list {
  width: 100%;
  margin: 10px 0 0 0;
  padding-left: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column .column-list li {
  width: 100%;
  margin-bottom: 5px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column .column-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #FC5A45;
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column .column-list li:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result__column-link {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #FC5A45;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration-line: underline;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__top-title {
  width: 130px;
  min-width: 130px;
  color: #CAC8D3;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 130px - 7px - 130px - 7px);
  min-width: calc(100% - 130px - 7px - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row:nth-child(odd) .budget-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row-column:first-child {
  width: calc(100% - 130px - 7px - 130px - 7px);
  min-width: calc(100% - 130px - 7px - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .budget-table__row-column b {
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__top-title {
  width: 130px;
  min-width: 130px;
  color: #CAC8D3;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row:nth-child(odd) .terms-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .quality-result .terms-table__row-column b {
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__subtitle {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__columns {
  width: calc(100% + 10px);
  margin: 0 -5px 25px -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column {
  padding: 0 5px;
  margin-bottom: 10px;
  max-width: 100%;
  min-width: 33.33%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column:first-child .seo-optimization__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column-inner {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E9E9F2;
  padding: 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column-number {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column-title {
  width: 100%;
  padding-right: 18px;
  color: #393449;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column-text {
  width: 100%;
  margin-top: 15px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization__column-link {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #FC5A45;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-decoration-line: underline;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__top {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__top-title {
  width: 130px;
  min-width: 130px;
  color: #CAC8D3;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.16px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__top-title:first-child {
  text-align: left;
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__content {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row:nth-child(odd) .budget-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row-column {
  padding: 8px 10px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-optimization .budget-table__row-column b {
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__columns {
  width: calc(100% + 10px);
  margin: 0 -5px 25px -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column {
  max-width: 100%;
  min-width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column:first-child .preliminary-work__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column:nth-child(2) .preliminary-work__column-inner {
  border-color: #402495;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column:nth-child(2) .preliminary-work__column-title {
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column:nth-child(2) .preliminary-work__column-text {
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column-inner {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E9E9F2;
  padding: 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column-number {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column-title {
  width: 100%;
  padding-right: 18px;
  color: #393449;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .preliminary-work__column-text {
  width: 100%;
  margin-top: 15px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__top {
  width: 100%;
  margin-top: 150px;
  position: relative;
  margin-bottom: 30px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__top .work-tasks__block {
  position: absolute;
  bottom: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__top .work-tasks__block:first-child {
  left: 15%;
  width: 25%;
  min-width: 25%;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__top .work-tasks__block:last-child {
  right: 10%;
  width: 40%;
  max-width: 40%;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__block {
  padding: 0 10px 15px 10px;
  border-radius: 16px;
  background-color: #F3F3F3;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__block-icon {
  width: 45px;
  margin-top: -20px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__block-text {
  color: #23202E;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom {
  width: 100%;
  margin-bottom: 35px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:first-child {
  width: 30%;
  min-width: 30%;
  margin-top: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) {
  background-color: #402495;
  padding: 15px 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block {
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-left {
  position: absolute;
  top: -34px;
  width: 42px;
  height: 46px;
  border-left: 2px solid #402495;
  border-bottom: 2px solid #402495;
  border-bottom-left-radius: 15px;
  left: -38px;
  /*&:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -3.5px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #402495;
  }*/
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-left:before {
  content: "";
  position: absolute;
  left: -3.5px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-right {
  position: absolute;
  top: -34px;
  width: 32px;
  height: 46px;
  border-right: 2px solid #402495;
  border-bottom: 2px solid #402495;
  border-bottom-right-radius: 15px;
  right: -28px;
  /*&:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -3.5px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #402495;
  }*/
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-right:before {
  content: "";
  position: absolute;
  right: -3.5px;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom {
  position: absolute;
  top: 62px;
  height: 2px;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #402495;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom--left {
  width: 38px;
  left: -35px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom--left:after {
  display: none;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom--right {
  width: 38px;
  right: -35px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-bottom--right:before {
  display: none;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:nth-child(2) .work-tasks__block-text {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.4px;
}
.commercial-offer .create-offer .offer-preview .template2 .work-tasks__bottom .work-tasks__block:last-child {
  width: 40%;
  min-width: 40%;
  margin-top: 15px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion {
  width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__columns {
  width: calc(100% + 10px);
  margin: 0 -5px 25px -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column {
  max-width: 100%;
  min-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 5px;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column:first-child {
  min-width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column:first-child .seo-promotion__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column:nth-child(2) .seo-promotion__column-inner {
  border-color: #FC5A45;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column:nth-child(2) .seo-promotion__column-inner .seo-promotion__column-text {
  width: 50%;
  padding-right: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column:nth-child(2) .seo-promotion__column-inner .seo-promotion__column-image {
  width: 50%;
  margin-top: 15px;
  border-radius: 16px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-inner {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #E9E9F2;
  padding: 10px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-number {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  border-radius: 6px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-title {
  width: 100%;
  padding-right: 18px;
  color: #393449;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.26px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-text {
  width: 100%;
  margin-top: 15px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column .column-list {
  width: 100%;
  margin: 10px 0 0 0;
  padding-left: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column .column-list li {
  width: 100%;
  margin-bottom: 5px;
  color: #393449;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.18px;
  list-style-type: none;
  position: relative;
  padding-left: 10px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column .column-list li:before {
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #FC5A45;
  content: "";
  width: 5px;
  min-width: 5px;
  height: 5px;
  border-radius: 50%;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column .column-list li:last-child {
  margin-bottom: 0;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-images {
  width: 100%;
  margin-top: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .seo-promotion__column-image {
  width: calc(50% - 5px);
  border-radius: 16px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__inner {
  width: 100%;
  padding: 25px 30px 20px 30px;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__text {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #393449;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.34px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__text a {
  color: #402495;
  font-size: 13px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.34px;
  text-decoration-line: underline;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__period {
  width: 100%;
  color: #393449;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.34px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__images {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work__images-img {
  margin-top: 10px;
  max-width: 100%;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table {
  width: 100%;
  margin-bottom: 25px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row {
  width: 100%;
  justify-content: space-between;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row:nth-child(odd) .price-table__row-column {
  border-radius: 8px;
  background-color: #F8F8FB;
  border-bottom: none !important;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row.total-price .price-table__row-column {
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #FFF;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  width: 130px;
  min-width: 130px;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row-column:first-child {
  width: calc(100% - 130px - 7px);
  min-width: calc(100% - 130px - 7px);
  justify-content: flex-start;
  position: relative;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.commercial-offer .create-offer .offer-preview .template2 .example-work .price-table__row-column span {
  width: 20px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
}
.commercial-offer .create-offer .offer-preview .template2 .qr-code {
  width: 100%;
  border-radius: 26px;
  border: 1px solid #E9E9F2;
  background-color: #FFF;
  padding: 15px;
  margin-bottom: 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .qr-code__icon {
  width: 55px;
  min-width: 55px;
  height: auto;
  margin-left: -5px;
}
.commercial-offer .create-offer .offer-preview .template2 .qr-code__text {
  display: inline-block;
  color: #393449;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.26px;
  margin: 0 20px;
}
.commercial-offer .create-offer .offer-preview .template2 .qr-code__image {
  width: 80px;
  min-width: 80px;
  height: auto;
}
.commercial-offer .create-offer .offer-preview .template2__footer {
  width: 100%;
  padding: 30px;
}
.commercial-offer .create-offer .offer-preview .template2__footer-logo {
  width: 100%;
  margin-bottom: 30px;
}
.commercial-offer .create-offer .offer-preview .template2__footer-logo img {
  max-height: 50px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info {
  width: calc(100% - 240px);
  padding-right: 30px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #402495;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info__phone {
  font-weight: 700;
  font-size: 32px;
  line-height: 118%;
  color: #000000;
  margin-bottom: 6px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info__email {
  font-weight: 500;
  font-size: 18px;
  line-height: 118%;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 15px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info__address {
  font-weight: 700;
  font-size: 12px;
  line-height: 118%;
  color: #000000;
  margin-bottom: 6px;
  margin-top: auto;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-info__schedule {
  font-weight: 500;
  font-size: 8px;
  line-height: 118%;
  color: #402394;
  margin-bottom: 5px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services {
  width: 240px;
  flex-direction: column;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #D2CFDC;
  margin-bottom: 10px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services .footer-service {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  align-items: center;
  padding-right: 12px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services .footer-service__icon {
  width: 20px;
  min-width: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services .footer-service__icon-img {
  width: 14px;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services .footer-service__title {
  flex-grow: 1;
  padding: 7px 10px;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #242030;
}
.commercial-offer .create-offer .offer-preview .template2__footer .footer-services .footer-service__image {
  width: 30px;
  min-width: 30px;
}
.commercial-offer .create-offer__button {
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.commercial-offer .create-offer__button-btn {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-right: 25px;
}
.commercial-offer .create-offer__button-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.commercial-offer .create-offer__button-btn:hover span {
  color: #FC5A45;
}
.commercial-offer .create-offer__button-btn span {
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
}
.commercial-offer .create-offer__button .block-switch {
  cursor: pointer;
}
.commercial-offer .create-offer__button .block-switch span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.commercial-offer .create-offer__button .block-switch .el-switch {
  margin-right: 10px;
}
.commercial-offer .create-offer__button .block-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.commercial-offer .create-offer__button .block-switch .el-switch.is-checked .el-switch__core:after {
  margin-left: -14px;
}
.commercial-offer .create-offer__button .block-switch .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.commercial-offer .create-offer__button .block-switch .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.commercial-offer .offer-archive {
  width: 100%;
}
.commercial-offer .offer-archive .archive-table {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
}
.commercial-offer .offer-archive .archive-table__top {
  width: 100%;
  min-width: 1100px;
  margin-bottom: 5px;
}
.commercial-offer .offer-archive .archive-table__top-title {
  padding: 0 12.5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .offer-archive .archive-table__top-title:first-child {
  padding-left: 10px;
}
.commercial-offer .offer-archive .archive-table__top-title:last-child {
  padding-right: 10px;
}
.commercial-offer .offer-archive .archive-table__top-title.main {
  width: 210px;
  min-width: 210px;
}
.commercial-offer .offer-archive .archive-table__top-title.offer {
  flex-grow: 1;
}
.commercial-offer .offer-archive .archive-table__top-title.client {
  width: 530px;
  min-width: 530px;
}
.commercial-offer .offer-archive .archive-table__content {
  width: 100%;
  min-width: 1100px;
}
.commercial-offer .offer-archive .archive-table__row {
  width: 100%;
  margin-bottom: 2px;
}
.commercial-offer .offer-archive .archive-table__row:nth-child(odd) .archive-table__column-inner {
  background-color: #F6F6F6;
}
.commercial-offer .offer-archive .archive-table__column {
  padding: 0 2.5px;
}
.commercial-offer .offer-archive .archive-table__column:first-child {
  padding-left: 0;
}
.commercial-offer .offer-archive .archive-table__column:last-child {
  padding-right: 0;
}
.commercial-offer .offer-archive .archive-table__column.main {
  width: 210px;
  min-width: 210px;
}
.commercial-offer .offer-archive .archive-table__column.offer {
  flex-grow: 1;
}
.commercial-offer .offer-archive .archive-table__column.client {
  width: 530px;
  min-width: 530px;
}
.commercial-offer .offer-archive .archive-table__column-inner {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  align-items: center;
}
.commercial-offer .offer-archive .archive-table__column-icon {
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.commercial-offer .offer-archive .archive-table__column-info {
  flex-grow: 1;
}
.commercial-offer .offer-archive .archive-table__column-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 2px;
}
.commercial-offer .offer-archive .archive-table__column-text {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
}
.commercial-offer .offer-archive .archive-table__column-actions {
  margin-left: 10px;
  align-items: center;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button {
  height: 22px;
  align-items: center;
  padding: 0 5px 0 10px;
  border: 1px solid #B9B9B9;
  border-radius: 6px;
  font-weight: 500;
  font-size: 10px;
  color: #B9B9B9;
  cursor: pointer;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button:hover {
  border-color: #000000;
  color: #000000;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button:hover span {
  color: #000000;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button span {
  font-size: 12px;
  color: #B9B9B9;
  margin-left: 5px;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button--send {
  border-color: #000000;
  background-color: black;
  color: #FFF;
  cursor: default;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button--send:hover {
  color: #FFF;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button--send:hover span {
  color: #FFF;
}
.commercial-offer .offer-archive .archive-table__column-actions .email-button--send span {
  color: #FFF;
}
.commercial-offer .offer-archive .archive-table__column-actions .icon-delete {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin: 0 15px;
}
.commercial-offer .offer-archive .archive-table__column-actions .icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer .offer-archive .archive-table__column-actions .doc {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #CBCBCB;
  border-radius: 6px;
  cursor: pointer;
}
.commercial-offer .offer-archive .archive-table__column-actions .doc:hover {
  background-color: #402495;
}
.commercial-offer .offer-archive .archive-table__column-actions .doc span {
  font-size: 14px;
  color: #FFF;
}
.commercial-offer .offer-archive .archive-table__column-actions .pdf {
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background-color: #CBCBCB;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.commercial-offer .offer-archive .archive-table__column-actions .pdf:hover {
  background-color: #FC5A45;
}
.commercial-offer .offer-archive .archive-table__column-actions .pdf span {
  font-size: 14px;
  color: #FFF;
}
.commercial-offer .offer-templates {
  width: 100%;
}
.commercial-offer .offer-templates .templates-table {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  overflow-x: auto;
}
.commercial-offer .offer-templates .templates-table__top {
  width: 100%;
  min-width: 1100px;
  margin-bottom: 5px;
}
.commercial-offer .offer-templates .templates-table__top-title {
  padding: 0 12.5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .offer-templates .templates-table__top-title:first-child {
  padding-left: 10px;
}
.commercial-offer .offer-templates .templates-table__top-title:last-child {
  padding-right: 10px;
}
.commercial-offer .offer-templates .templates-table__top-title.main {
  width: 210px;
  min-width: 210px;
}
.commercial-offer .offer-templates .templates-table__top-title.offer {
  flex-grow: 1;
}
.commercial-offer .offer-templates .templates-table__content {
  width: 100%;
  min-width: 1100px;
}
.commercial-offer .offer-templates .templates-table__row {
  width: 100%;
  margin-bottom: 2px;
}
.commercial-offer .offer-templates .templates-table__row:nth-child(odd) .templates-table__column-inner {
  background-color: #F6F6F6;
}
.commercial-offer .offer-templates .templates-table__column {
  padding: 0 2.5px;
}
.commercial-offer .offer-templates .templates-table__column:first-child {
  padding-left: 0;
}
.commercial-offer .offer-templates .templates-table__column:last-child {
  padding-right: 0;
}
.commercial-offer .offer-templates .templates-table__column.main {
  width: 210px;
  min-width: 210px;
}
.commercial-offer .offer-templates .templates-table__column.offer {
  flex-grow: 1;
}
.commercial-offer .offer-templates .templates-table__column-inner {
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  border-radius: 5px;
  align-items: center;
}
.commercial-offer .offer-templates .templates-table__column-icon {
  font-size: 16px;
  color: #000000;
  margin-right: 10px;
}
.commercial-offer .offer-templates .templates-table__column-info {
  flex-grow: 1;
}
.commercial-offer .offer-templates .templates-table__column-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 2px;
}
.commercial-offer .offer-templates .templates-table__column-text {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
}
.commercial-offer .offer-templates .templates-table__column-actions {
  margin-left: 10px;
  align-items: center;
}
.commercial-offer .offer-templates .templates-table__column-actions .template-button {
  height: 22px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  border-radius: 11px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
  cursor: pointer;
}
.commercial-offer .offer-templates .templates-table__column-actions .template-button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.commercial-offer .offer-templates .templates-table__column-actions .icon-delete {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin-left: 15px;
}
.commercial-offer .offer-templates .templates-table__column-actions .icon-delete:hover {
  color: #FC5A45;
}
.commercial-offer__search {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  align-items: center;
}
.commercial-offer__search-input {
  width: 100%;
  height: 36px;
  background-color: #F7F7F7;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  padding: 0 15px 0 40px;
  border: 0;
}
.commercial-offer__search-icon {
  position: absolute;
  left: 15px;
  font-size: 14px;
  color: #000000;
}
.commercial-offer .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.commercial-offer .el-row .el-col {
  padding: 0 5px !important;
  margin-bottom: 10px;
}
.commercial-offer .form-input {
  width: 100%;
}
.commercial-offer .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.commercial-offer .form-input.invalid .input-label span, .commercial-offer .form-input.invalid .input-label em {
  color: #FC5A45;
}
.commercial-offer .form-input .input-label {
  display: block;
  position: relative;
}
.commercial-offer .form-input .input-label:hover input, .commercial-offer .form-input .input-label:focus input {
  border-color: #000000;
}
.commercial-offer .form-input .input-label:hover text, .commercial-offer .form-input .input-label:focus text {
  border-color: #000000;
}
.commercial-offer .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.commercial-offer .form-input .input-label__title span, .commercial-offer .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.commercial-offer .form-input .input-label input:hover, .commercial-offer .form-input .input-label input:focus {
  border-color: #000000;
}
.commercial-offer .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.commercial-offer .form-input .input-label textarea {
  min-height: 70px !important;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 22px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  resize: vertical;
  transition: 0.3s linear all;
}
.commercial-offer .form-input .input-label textarea:hover, .commercial-offer .form-input .input-label textarea:focus {
  border-color: #000000;
}
.commercial-offer .form-input .input-label textarea:disabled {
  border-color: #EFEFEF !important;
}
.commercial-offer .form-input .input-label .el-date-editor {
  width: 100%;
}
.commercial-offer .form-input .input-label .el-select {
  width: 100%;
}
.commercial-offer .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.commercial-offer .form-input .input-label .el-select .el-input__inner:hover, .commercial-offer .form-input .input-label .el-select .el-input__inner:focus {
  border-color: #000000;
}
.commercial-offer .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.commercial-offer .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.commercial-offer .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.commercial-offer .image-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.commercial-offer .image-upload .label-wrapper .input-label:hover, .commercial-offer .image-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.commercial-offer .image-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.commercial-offer .image-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.commercial-offer .image-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.commercial-offer .image-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.commercial-offer .image-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.commercial-offer .image-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.commercial-offer .image-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.commercial-offer .about-company {
  width: 100%;
}
.commercial-offer .about-company__columns {
  margin-left: 0 -5px;
  width: calc(100% + 10px);
  margin-top: 25px;
}
.commercial-offer .about-company__columns-item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 15px;
  align-content: flex-start;
}
.commercial-offer .about-company__columns-text {
  display: inline-block;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 10px;
}
.commercial-offer .about-company__logo {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.commercial-offer .about-company__logo-image {
  width: 100%;
}
.commercial-offer .about-company .color-field {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.commercial-offer .about-company .color-field:hover .color-field__input {
  border-color: #000000;
}
.commercial-offer .about-company .color-field__title {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 10;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  padding: 0 10px;
}
.commercial-offer .about-company .color-field__input {
  width: 100%;
  height: 44px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 16px 40px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.commercial-offer .about-company .color-field .el-color-picker {
  height: 25px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.commercial-offer .about-company .color-field .el-color-picker__trigger {
  height: 26px;
  width: 26px;
  padding: 0;
}
.commercial-offer .about-company .color-example {
  width: 100%;
  border-radius: 5px;
  padding: 15px;
}
.commercial-offer .about-company .color-example__inner {
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
}
.commercial-offer .about-company .color-example__icon {
  font-size: 24px;
  margin-right: 10px;
}
.commercial-offer .about-company .color-example__info {
  flex-direction: column;
}
.commercial-offer .about-company .color-example__info-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  margin-bottom: 5px;
}
.commercial-offer .about-company .color-example__info-phone {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
}
.commercial-offer .about-company__button {
  margin-top: 15px;
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-right: 25px;
}
.commercial-offer .about-company__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.commercial-offer .about-company__button:hover span {
  color: #FC5A45;
}
.commercial-offer .about-company__button span {
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
}
.commercial-offer .portfolio {
  width: 100%;
}
.commercial-offer .portfolio .works-list {
  flex: 0 0 calc(100% + 30px);
  margin: 0 -15px;
}
.commercial-offer .portfolio .works-list .work {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.commercial-offer .portfolio .works-list .work__info {
  width: 42%;
  padding-right: 15px;
  align-content: flex-start;
}
.commercial-offer .portfolio .works-list .work__top {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
  position: relative;
  padding-right: 35px;
}
.commercial-offer .portfolio .works-list .work__top-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 2px;
}
.commercial-offer .portfolio .works-list .work__top-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .portfolio .works-list .work__top-delete {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #F6F6F6;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.commercial-offer .portfolio .works-list .work__top-delete:hover span {
  color: #FC5A45;
}
.commercial-offer .portfolio .works-list .work__top-delete span {
  font-size: 14px;
  color: #BEBEBE;
}
.commercial-offer .portfolio .works-list .work__field {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.commercial-offer .portfolio .works-list .work__field:hover textarea {
  border-color: #000000;
}
.commercial-offer .portfolio .works-list .work__field.title-field textarea {
  height: 60px;
  resize: none;
}
.commercial-offer .portfolio .works-list .work__field.description-field textarea {
  height: 105px;
  resize: none;
}
.commercial-offer .portfolio .works-list .work__field-label {
  width: 100%;
  justify-content: space-between;
  position: absolute;
  padding: 0 10px;
  left: 0;
  top: 5px;
}
.commercial-offer .portfolio .works-list .work__field-label span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .portfolio .works-list .work__field-description {
  width: 100%;
  padding: 18px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .portfolio .works-list .work__image {
  width: 58%;
}
.commercial-offer .portfolio .works-list .work__image-img {
  width: 100%;
  border-radius: 5px;
  height: 170px;
  margin-bottom: 10px;
}
.commercial-offer .portfolio__buttons {
  width: 100%;
  align-items: center;
}
.commercial-offer .portfolio__buttons-btn {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 10px;
}
.commercial-offer .portfolio__buttons-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.commercial-offer .portfolio__buttons-btn:hover span {
  color: #FC5A45;
}
.commercial-offer .portfolio__buttons-btn span {
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
}
.commercial-offer .portfolio__buttons-add {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FFF;
  border: 1px solid #402495;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
  margin-top: 10px;
}
.commercial-offer .portfolio__buttons-add:hover {
  background-color: #402495;
  color: #FFF;
}
.commercial-offer .portfolio__buttons-add:hover span {
  color: #FFF;
}
.commercial-offer .portfolio__buttons-add span {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.commercial-offer .portfolio__buttons-info {
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-top: 10px;
}
.commercial-offer .portfolio__buttons-info span {
  font-size: 12px;
  color: #BEBEBE;
  margin-right: 10px;
}
.commercial-offer .thanksgiving-letters {
  width: 100%;
}
.commercial-offer .thanksgiving-letters .letters-list {
  flex: 0 0 calc(100% + 30px);
  margin: 0 -15px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__info {
  width: 65%;
  padding-right: 15px;
  align-content: flex-start;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top {
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
  position: relative;
  padding-right: 35px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  margin-bottom: 2px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top-delete {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #F6F6F6;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top-delete:hover span {
  color: #FC5A45;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__top-delete span {
  font-size: 14px;
  color: #BEBEBE;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field {
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field:hover textarea {
  border-color: #000000;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field.title-field textarea {
  height: 60px;
  resize: none;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field.description-field textarea {
  height: 130px;
  resize: none;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field-label {
  width: 100%;
  justify-content: space-between;
  position: absolute;
  padding: 0 10px;
  left: 0;
  top: 5px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field-label span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__field-description {
  width: 100%;
  padding: 18px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #000000;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__image {
  width: 35%;
}
.commercial-offer .thanksgiving-letters .letters-list .letter__image-img {
  width: 100%;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 10px;
  border: 1px solid #EFEFEF;
}
.commercial-offer .thanksgiving-letters__buttons {
  width: 100%;
  align-items: center;
}
.commercial-offer .thanksgiving-letters__buttons-btn {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-right: 15px;
  margin-top: 10px;
}
.commercial-offer .thanksgiving-letters__buttons-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.commercial-offer .thanksgiving-letters__buttons-btn:hover span {
  color: #FC5A45;
}
.commercial-offer .thanksgiving-letters__buttons-btn span {
  font-size: 12px;
  color: #FFF;
  margin-left: 10px;
}
.commercial-offer .thanksgiving-letters__buttons-add {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FFF;
  border: 1px solid #402495;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
  margin-top: 10px;
}
.commercial-offer .thanksgiving-letters__buttons-add:hover {
  background-color: #402495;
  color: #FFF;
}
.commercial-offer .thanksgiving-letters__buttons-add:hover span {
  color: #FFF;
}
.commercial-offer .thanksgiving-letters__buttons-add span {
  font-size: 12px;
  color: #000000;
  margin-left: 10px;
}
.commercial-offer .thanksgiving-letters__buttons-info {
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-top: 10px;
}
.commercial-offer .thanksgiving-letters__buttons-info span {
  font-size: 12px;
  color: #BEBEBE;
  margin-right: 10px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .commercial-offer .portfolio .works-list .work {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .commercial-offer .create-offer .el-row .name {
    width: 100%;
    min-width: 100%;
  }
  .commercial-offer .create-offer .el-row .phone,
  .commercial-offer .create-offer .el-row .email,
  .commercial-offer .create-offer .el-row .date,
  .commercial-offer .create-offer .el-row .number {
    width: 25%;
    min-width: 25%;
  }
  .commercial-offer .create-offer .el-row .discount,
  .commercial-offer .create-offer .el-row .manager {
    width: 25%;
    min-width: 25%;
  }
  .commercial-offer .create-offer .el-row .comment {
    width: 50%;
    min-width: 50%;
  }
  .commercial-offer .create-offer .offer-categories .offer-category {
    margin-bottom: 20px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .category-service__column.price {
    width: 160px;
    min-width: 160px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row .el-col.service-price {
    width: 160px;
    min-width: 160px;
  }
  .commercial-offer .about-company__columns-item {
    width: 50%;
  }
  .commercial-offer .portfolio .works-list .work {
    width: 100%;
  }
  .commercial-offer .portfolio__buttons-info br {
    display: none;
  }
  .commercial-offer .thanksgiving-letters__buttons-info br {
    display: none;
  }
}
@media (max-width: 767px) {
  .commercial-offer__title {
    font-size: 20px;
  }
  .commercial-offer .create-offer .el-row .name {
    width: 66.6%;
    min-width: 66.6%;
  }
  .commercial-offer .create-offer .el-row .phone {
    width: 33.3%;
    min-width: 33.3%;
  }
  .commercial-offer .create-offer .el-row .email,
  .commercial-offer .create-offer .el-row .date,
  .commercial-offer .create-offer .el-row .number {
    width: 33.3%;
    min-width: 33.3%;
  }
  .commercial-offer .create-offer .el-row .discount,
  .commercial-offer .create-offer .el-row .manager {
    width: 50%;
    min-width: 50%;
  }
  .commercial-offer .create-offer .el-row .comment {
    width: 100%;
    min-width: 100%;
  }
  .commercial-offer .create-offer .offer-categories {
    margin-top: 10px;
  }
  .commercial-offer .create-offer .offer-categories .categories-filter {
    width: calc(100% + 4px);
    margin: 0 -2px;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .commercial-offer .create-offer .offer-categories .categories-filter__item {
    padding: 0 2px;
    margin-bottom: 6px;
  }
  .commercial-offer .create-offer .offer-categories .categories-filter__item-inner {
    padding: 0 2px 0 5px;
  }
  .commercial-offer .create-offer .offer-categories .categories-filter__item-checkbox {
    margin-left: 5px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category {
    margin-bottom: 10px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__top-button {
    margin: 0 0 10px 10px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .category-service__column.price {
    width: 140px;
    min-width: 140px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row .el-col.service-price {
    width: 140px;
    min-width: 140px;
  }
  .commercial-offer .about-company .el-col-6 {
    width: 50%;
  }
  .commercial-offer .about-company .el-col-6.work-time {
    width: 33%;
  }
  .commercial-offer .about-company .el-col-18 {
    width: 67%;
  }
  .commercial-offer .about-company__columns-item {
    width: 50%;
  }
  .commercial-offer .portfolio .works-list .work {
    width: 100%;
  }
  .commercial-offer .portfolio__buttons {
    flex-wrap: wrap;
  }
  .commercial-offer .portfolio__buttons-btn {
    order: 2;
  }
  .commercial-offer .portfolio__buttons-add {
    order: 3;
  }
  .commercial-offer .portfolio__buttons-info {
    order: 1;
    min-width: 100%;
  }
  .commercial-offer .portfolio__buttons-info br {
    display: none;
  }
  .commercial-offer .thanksgiving-letters .letters-list .letter {
    width: 100%;
  }
  .commercial-offer .thanksgiving-letters__buttons {
    flex-wrap: wrap;
  }
  .commercial-offer .thanksgiving-letters__buttons-btn {
    order: 2;
  }
  .commercial-offer .thanksgiving-letters__buttons-add {
    order: 3;
  }
  .commercial-offer .thanksgiving-letters__buttons-info {
    order: 1;
    min-width: 100%;
  }
  .commercial-offer .thanksgiving-letters__buttons-info br {
    display: none;
  }
}
@media (max-width: 576px) {
  .commercial-offer__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .commercial-offer .create-offer .el-row .name {
    width: 100%;
    min-width: 100%;
  }
  .commercial-offer .create-offer .el-row .phone,
  .commercial-offer .create-offer .el-row .email,
  .commercial-offer .create-offer .el-row .date,
  .commercial-offer .create-offer .el-row .number {
    width: 50%;
    min-width: 50%;
  }
  .commercial-offer .create-offer .offer-categories {
    margin-top: 10px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category {
    margin-bottom: 10px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__title {
    min-width: 100%;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__top {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .category-service {
    flex-wrap: wrap;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .category-service__column.title {
    min-width: 100%;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .category-service__column.price {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row {
    flex-wrap: wrap;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row .el-col {
    margin-bottom: 0;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row .el-col.service-title {
    min-width: 100%;
  }
  .commercial-offer .create-offer .offer-categories .offer-category__services .add-service .el-row .el-col.service-price {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 2px;
  }
  .commercial-offer .create-offer__button-btn {
    padding: 0 5px 0 10px;
    margin-right: 15px;
  }
  .commercial-offer .create-offer__button .block-switch .el-switch {
    margin-right: 5px;
  }
  .commercial-offer .about-company .el-col-6 {
    width: 100%;
  }
  .commercial-offer .about-company .el-col-6.work-time {
    width: 100%;
  }
  .commercial-offer .about-company .el-col-18 {
    width: 100%;
  }
  .commercial-offer .about-company__columns-item {
    width: 100%;
  }
  .commercial-offer .portfolio .works-list .work {
    flex-wrap: wrap;
    width: 100%;
  }
  .commercial-offer .portfolio .works-list .work__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .commercial-offer .portfolio .works-list .work__image {
    width: 100%;
  }
  .commercial-offer .portfolio__buttons {
    flex-wrap: wrap;
  }
  .commercial-offer .portfolio__buttons-btn {
    order: 2;
    margin-right: 10px;
  }
  .commercial-offer .portfolio__buttons-add {
    order: 3;
    margin-right: 0;
  }
  .commercial-offer .portfolio__buttons-info {
    order: 1;
    min-width: 100%;
  }
  .commercial-offer .portfolio__buttons-info br {
    display: none;
  }
  .commercial-offer .thanksgiving-letters .letters-list .letter {
    flex-wrap: wrap;
    width: 100%;
  }
  .commercial-offer .thanksgiving-letters .letters-list .letter__info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .commercial-offer .thanksgiving-letters .letters-list .letter__image {
    width: 100%;
  }
  .commercial-offer .thanksgiving-letters__buttons {
    flex-wrap: wrap;
  }
  .commercial-offer .thanksgiving-letters__buttons-btn {
    order: 2;
    margin-right: 10px;
  }
  .commercial-offer .thanksgiving-letters__buttons-add {
    order: 3;
    margin-right: 0;
  }
  .commercial-offer .thanksgiving-letters__buttons-info {
    order: 1;
    min-width: 100%;
  }
  .commercial-offer .thanksgiving-letters__buttons-info br {
    display: none;
  }
}
@media (max-width: 400px) {
  .commercial-offer .create-offer .el-row .phone,
  .commercial-offer .create-offer .el-row .email,
  .commercial-offer .create-offer .el-row .date,
  .commercial-offer .create-offer .el-row .number {
    width: 100%;
    min-width: 100%;
  }
  .commercial-offer .create-offer .el-row .discount,
  .commercial-offer .create-offer .el-row .manager {
    width: 100%;
    min-width: 100%;
  }
  .commercial-offer .create-offer__button {
    flex-wrap: wrap;
  }
  .commercial-offer .create-offer__button-btn {
    padding: 0 5px 0 10px;
    margin-right: 0;
    margin-top: 15px;
    order: 2;
  }
  .commercial-offer .create-offer__button .block-switch {
    order: 1;
  }
  .commercial-offer .create-offer__button .block-switch .el-switch {
    margin-right: 5px;
  }
}
.marginality .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.marginality .el-tabs__item {
  font-size: 18px !important;
}
.marginality .page-header {
  display: none;
}
.marginality__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.marginality__sort {
  width: 375px;
  max-width: 100%;
  margin-right: 20px;
}
.marginality__sort .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.marginality__sort .el-row .el-col {
  padding: 0 5px !important;
}
.marginality__sort .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.marginality__sort .el-row .el-col .form-input.invalid .input-label span, .marginality__sort .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.marginality__sort .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.marginality__sort .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.marginality__sort .el-row .el-col .form-input .input-label__title span, .marginality__sort .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.marginality__sort .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input {
  border-color: #000000;
}
.marginality__sort .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.marginality__sort .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.marginality__sort .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .marginality__sort .el-row .el-col .form-input .input-label input:hover, .marginality__sort .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .marginality__sort .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.marginality__sort .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.marginality__sort .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.marginality__sort .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.marginality__filters {
  max-width: 100%;
}
.marginality__filter {
  margin: 0 20px 5px 0;
  max-width: 100%;
  padding-bottom: 10px;
  position: relative;
}
.marginality__filter:last-child {
  margin-right: 0;
  margin-left: 20px;
}
.marginality__filter:last-child:before {
  content: "";
  position: absolute;
  left: -20px;
  width: 1px;
  top: 0;
  height: calc(100% - 10px);
  background-color: #EEEEEE;
}
.marginality__filter-item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
}
.marginality__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.marginality__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.marginality__filter-item span {
  display: flex;
  align-items: center;
  height: 22px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 11px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.marginality__filter-item span span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  font-weight: 700;
  font-size: 9px;
  color: #FFF;
}
.marginality__filter-item:last-child {
  margin-right: 0;
}
.marginality__content {
  width: 100%;
}
.marginality__content .users-block .users-info .manage-table {
  min-width: 750px;
  max-width: 100%;
}
.marginality .marginality-clients {
  width: 100%;
}
.marginality .marginality-clients__table {
  width: 100%;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table {
  min-width: 800px;
  max-width: 100%;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .vuetable-body-wrapper {
  overflow: initial !important;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td {
  width: 100%;
  align-items: center;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__value {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__value--green {
  color: #30BE50;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__value--red {
  color: #FC5A45;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details {
  margin-left: auto;
  position: relative;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details:hover .marginality-td__details-icon, .marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details:focus .marginality-td__details-icon {
  color: #000000;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details-icon {
  font-size: 16px;
  color: #BEBEBE;
  cursor: pointer;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block {
  background: #FFF;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px 10px 0 10px;
  position: absolute;
  left: 25px;
  top: -10px;
  z-index: 100;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__row {
  width: 100%;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column {
  height: 28px;
  align-items: center;
  border-top: 1px solid #EEEEEE;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column.title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  flex-grow: 1;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column.sum {
  width: 50px;
  min-width: 50px;
  margin-left: 7px;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column.sum--green {
  color: #30BE50;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column.sum--red {
  color: #FC5A45;
}
.marginality .marginality-clients__table .users-block .users-info .manage-table .marginality-td__details .details-block__column.percent {
  width: 30px;
  min-width: 30px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}

@media (max-width: 991px) {
  .marginality__filter {
    margin: 0 10px 5px 0;
  }
  .marginality__filter:last-child {
    margin-left: 10px;
  }
  .marginality__filter:last-child:before {
    left: -10px;
  }
  .marginality__filter-item span {
    padding: 0 6px;
  }
}
@media (max-width: 767px) {
  .marginality__sort {
    width: 100%;
    margin-right: 0;
  }
  .marginality__filters {
    flex-direction: column;
  }
  .marginality__filter {
    margin: 0 0 5px 0;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .marginality__filter:last-child {
    margin-left: 0;
  }
  .marginality__filter:last-child:before {
    display: none;
  }
  .marginality__filter-item span {
    padding: 0 6px;
  }
}
@media (max-width: 400px) {
  .marginality__sort {
    margin-right: 0;
  }
  .marginality__sort .el-row .el-col {
    width: 100%;
  }
}
.cabinet-dashboard .page-header {
  display: none;
}
.cabinet-dashboard__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.cabinet-dashboard__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.cabinet-dashboard__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard__project .form-input {
  margin-left: 5px;
}
.cabinet-dashboard__project .form-input .input-label__title {
  display: none;
}
.cabinet-dashboard__project .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-dashboard__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.cabinet-dashboard__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.cabinet-dashboard__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.cabinet-dashboard__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 5px 0 5px auto;
}
.cabinet-dashboard__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.cabinet-dashboard__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.cabinet-dashboard__filter-item:last-child {
  margin-right: 0;
}
.cabinet-dashboard__calendars {
  align-items: center;
  margin: 5px 0 5px auto;
}
.cabinet-dashboard__calendars-btn {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  border-radius: 5px;
  cursor: pointer;
}
.cabinet-dashboard__calendars-btn:hover span {
  color: #000000;
}
.cabinet-dashboard__calendars-btn span {
  font-size: 14px;
  color: #BEBEBE;
}
.cabinet-dashboard__calendar {
  width: 280px;
  justify-content: space-between;
}
.cabinet-dashboard__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.cabinet-dashboard__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.cabinet-dashboard__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.cabinet-dashboard__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.cabinet-dashboard__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.cabinet-dashboard__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.cabinet-dashboard__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.cabinet-dashboard__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.cabinet-dashboard__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.cabinet-dashboard__wrapper {
  width: 100%;
  align-items: flex-start;
}
.cabinet-dashboard__content {
  width: calc(100% - 240px);
}
.cabinet-dashboard .project-info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
  align-content: flex-start;
}
.cabinet-dashboard .project-info__column {
  width: 33.3%;
  padding: 0 7.5px 15px 7.5px;
}
.cabinet-dashboard .project-info__column-inner {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 5px;
}
.cabinet-dashboard .traffic {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.cabinet-dashboard .traffic-info {
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 5.5px;
}
.cabinet-dashboard .traffic-info__column {
  width: 33.3%;
  padding: 0 1.5px;
  flex-direction: column;
  justify-content: center;
}
.cabinet-dashboard .traffic-info__column:first-child .traffic-info__column {
  padding: 8px;
}
.cabinet-dashboard .traffic-info__column:first-child .traffic-info__column-value {
  font-size: 20px;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.cabinet-dashboard .traffic-info__column:first-child .traffic-info__column-title {
  font-size: 12px;
}
.cabinet-dashboard .traffic-info__column-inner {
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 5px;
  justify-content: center;
}
.cabinet-dashboard .traffic-info__column-value {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.cabinet-dashboard .traffic-info__column-value div {
  margin-left: 5px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cabinet-dashboard .traffic-info__column-value span {
  margin-left: 5px;
  margin-right: auto;
}
.cabinet-dashboard .traffic-info__column-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .traffic-chart {
  flex-grow: 1;
}
.cabinet-dashboard .conversion {
  width: 100%;
  height: 240px;
  align-content: flex-start;
}
.cabinet-dashboard .conversion__row {
  width: 100%;
  height: calc(33.3% - 10px);
  margin-bottom: 15px;
}
.cabinet-dashboard .conversion__row:last-child {
  margin-bottom: 0;
}
.cabinet-dashboard .conversion__row:first-child .conversion__column:first-child {
  background-color: #402495;
}
.cabinet-dashboard .conversion__row:first-child .conversion__column:first-child .conversion__column-value {
  color: #FFF;
}
.cabinet-dashboard .conversion__row:first-child .conversion__column:first-child .conversion__column-title {
  color: #FFF;
}
.cabinet-dashboard .conversion__row:last-child .conversion__column {
  margin-left: 0;
}
.cabinet-dashboard .conversion__column {
  height: 100%;
  padding: 0 15px;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  width: 33.3%;
}
.cabinet-dashboard .conversion__column:last-child {
  width: auto;
  padding-right: 55px;
  flex-grow: 1;
  margin-left: 15px;
}
.cabinet-dashboard .conversion__column--blue {
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
}
.cabinet-dashboard .conversion__column--blue:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #402495);
}
.cabinet-dashboard .conversion__column--red {
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
}
.cabinet-dashboard .conversion__column--red:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.cabinet-dashboard .conversion__column-inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #dcdee4;
  border-radius: 8px;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
}
.cabinet-dashboard .conversion__column-value {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  align-items: center;
}
.cabinet-dashboard .conversion__column-value sub {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #402495;
  margin-left: 5px;
  align-self: flex-start;
}
.cabinet-dashboard .conversion__column-value span {
  display: inline-block;
  margin-left: 7px;
}
.cabinet-dashboard .conversion__column-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .conversion__column-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #402495;
}
.cabinet-dashboard .conversion__column-icon span {
  font-size: 20px;
  color: #FFF;
}
.cabinet-dashboard .services {
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.cabinet-dashboard .services-info {
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 5.5px 0 5.5px;
}
.cabinet-dashboard .services-info__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
  border-radius: 8px;
  position: relative;
  padding-bottom: 7px;
}
.cabinet-dashboard .services-info__column {
  flex-grow: 1;
  padding: 0 1.5px;
  flex-direction: column;
  justify-content: center;
}
.cabinet-dashboard .services-info__column-inner {
  width: 100%;
  height: 100%;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 5px;
  justify-content: center;
}
.cabinet-dashboard .services-info__column-value {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.cabinet-dashboard .services-info__column-value span {
  margin-right: auto;
  margin-left: 5px;
}
.cabinet-dashboard .services-info__column-image {
  margin-left: 5px;
  width: 16px;
  min-width: 16px;
  align-items: center;
}
.cabinet-dashboard .services-info__column-image img {
  width: 100%;
}
.cabinet-dashboard .services-info__column-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .services-info__link {
  margin-left: 1.5px;
  width: 27px;
  background-color: #F7F7F7;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}
.cabinet-dashboard .services-info__link span {
  font-size: 14px;
  color: #402495;
}
.cabinet-dashboard .services-chart {
  flex-grow: 1;
}
.cabinet-dashboard .project-details {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.cabinet-dashboard .project-details__left {
  width: calc(44% + 15px);
  padding: 0 7.5px;
  align-content: flex-start;
}
.cabinet-dashboard .project-details__right {
  width: calc(56% - 15px);
  padding: 0 7.5px;
  align-content: flex-start;
}
.cabinet-dashboard .sources {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.cabinet-dashboard .sources__info {
  width: 50%;
  padding-right: 15px;
}
.cabinet-dashboard .sources__info-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .sources__info .sources-list {
  width: 100%;
}
.cabinet-dashboard .sources__info .sources-list__item {
  width: 100%;
  padding: 8px 0 9px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cabinet-dashboard .sources__info .sources-list__item:last-child:after {
  display: none;
}
.cabinet-dashboard .sources__info .sources-list__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(1) .sources-list__item-title span {
  background-color: #FC5A45;
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(2) .sources-list__item-title span {
  background-color: #6562EA;
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(3) .sources-list__item-title span {
  background-color: #7F7CFB;
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(4) .sources-list__item-title span {
  background-color: #9B99FF;
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(5) .sources-list__item-title span {
  background-color: #BFBDFF;
}
.cabinet-dashboard .sources__info .sources-list__item:nth-child(6) .sources-list__item-title span {
  background-color: #DDDCF4;
}
.cabinet-dashboard .sources__info .sources-list__item-title {
  position: relative;
  align-items: center;
  padding-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-dashboard .sources__info .sources-list__item-title span {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FC5A45;
}
.cabinet-dashboard .sources__info .sources-list__item-value {
  margin-left: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.cabinet-dashboard .sources__chart {
  width: 50%;
}
.cabinet-dashboard .positions {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.cabinet-dashboard .positions__title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: -20px;
}
.cabinet-dashboard .positions .positions-table {
  width: 100%;
}
.cabinet-dashboard .positions .positions-table__top {
  width: 100%;
}
.cabinet-dashboard .positions .positions-table__top-column {
  padding: 0 2px 5px 3px;
  justify-content: center;
  position: relative;
}
.cabinet-dashboard .positions .positions-table__top-column:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 26px;
  background-color: #EFEFEF;
}
.cabinet-dashboard .positions .positions-table__top-column:first-child {
  padding-left: 0;
}
.cabinet-dashboard .positions .positions-table__top-column:first-child:before {
  display: none;
}
.cabinet-dashboard .positions .positions-table__top-column.title {
  flex-grow: 1;
}
.cabinet-dashboard .positions .positions-table__top-column.month {
  width: 75px;
  min-width: 75px;
  background-color: #FFF;
}
.cabinet-dashboard .positions .positions-table__top-months {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.cabinet-dashboard .positions .positions-table__top-months img {
  width: 14px;
}
.cabinet-dashboard .positions .positions-table__top-months img:first-child {
  margin-left: 10px;
}
.cabinet-dashboard .positions .positions-table__top-months img:last-child {
  margin-right: 10px;
}
.cabinet-dashboard .positions .positions-table__top-title {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.cabinet-dashboard .positions .positions-table__content {
  width: 100%;
}
.cabinet-dashboard .positions .positions-table__row {
  width: 100%;
}
.cabinet-dashboard .positions .positions-table__row:nth-child(odd) .positions-table__row-column .title-block {
  background-color: #F7F7F7;
}
.cabinet-dashboard .positions .positions-table__row:nth-child(odd) .positions-table__row-column .month-block__value {
  background-color: #F7F7F7;
}
.cabinet-dashboard .positions .positions-table__row:last-child .positions-table__row-column .month-block__value {
  color: #6562EA;
}
.cabinet-dashboard .positions .positions-table__row-column {
  padding: 0 2px 0 3px;
  position: relative;
}
.cabinet-dashboard .positions .positions-table__row-column:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  top: 0;
  background-color: #EFEFEF;
}
.cabinet-dashboard .positions .positions-table__row-column:first-child {
  padding-left: 0;
}
.cabinet-dashboard .positions .positions-table__row-column:first-child:before {
  display: none;
}
.cabinet-dashboard .positions .positions-table__row-column.title {
  flex-grow: 1;
}
.cabinet-dashboard .positions .positions-table__row-column.month {
  width: 75px;
  min-width: 75px;
}
.cabinet-dashboard .positions .positions-table__row-column .title-block {
  width: 100%;
  padding: 5px 7.5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  border-radius: 4px;
}
.cabinet-dashboard .positions .positions-table__row-column .month-block {
  width: 100%;
  justify-content: space-between;
}
.cabinet-dashboard .positions .positions-table__row-column .month-block__value {
  width: calc(50% - 1px);
  padding: 5px 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
}
.cabinet-dashboard .application-dynamics {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px 2px 15px;
  margin-bottom: 15px;
}
.cabinet-dashboard .application-dynamics__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: -20px;
}
.cabinet-dashboard .application-dynamics .applications-chart {
  width: calc(100% - 135px);
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.cabinet-dashboard .application-dynamics .applications-chart__item {
  flex-grow: 1;
  min-width: 24px;
  padding: 0 1px;
  flex-direction: column;
  justify-content: flex-end;
  height: 85px;
}
.cabinet-dashboard .application-dynamics .applications-chart__item-applications {
  flex-grow: 1;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 4px;
}
.cabinet-dashboard .application-dynamics .applications-chart__item-applications .applications-block {
  width: 100%;
  background-color: #DDDCF4;
  border-radius: 3px;
  position: relative;
  padding: 2px;
  align-items: flex-end;
}
.cabinet-dashboard .application-dynamics .applications-chart__item-applications .applications-block__inner {
  width: 100%;
  background-color: #6562EA;
  border-radius: 1px;
}
.cabinet-dashboard .application-dynamics .applications-chart__item-applications .applications-block__inner.best-day {
  background-color: #FC5A45;
}
.cabinet-dashboard .application-dynamics .applications-chart__item-date {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.cabinet-dashboard .application-dynamics .applications-info {
  width: 120px;
  margin-left: 15px;
}
.cabinet-dashboard .application-dynamics .applications-info__item {
  width: 100%;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  position: relative;
}
.cabinet-dashboard .application-dynamics .applications-info__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-dashboard .application-dynamics .applications-info__item:last-child {
  margin-bottom: 0;
}
.cabinet-dashboard .application-dynamics .applications-info__item:last-child:after {
  display: none;
}
.cabinet-dashboard .application-dynamics .applications-info__item-color {
  width: 10px;
  min-width: 10px;
  height: 26px;
  border-radius: 5px;
}
.cabinet-dashboard .application-dynamics .applications-info__item-info {
  padding: 0 0 0 9px;
  flex-direction: column;
}
.cabinet-dashboard .application-dynamics .applications-info__item-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-dashboard .application-dynamics .applications-info__item-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.cabinet-dashboard .requests {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 15px;
}
.cabinet-dashboard .requests__title {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .requests .requests-list {
  width: 100%;
  margin-bottom: 5px;
}
.cabinet-dashboard .requests .requests-list__item {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.cabinet-dashboard .requests .requests-list__item-title {
  width: 175px;
  min-width: 175px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-dashboard .requests .requests-list__item-grade {
  flex-grow: 1;
  margin: 0 5px;
  height: 6px;
  background-color: #EAEAEA;
  border-radius: 3px;
  position: relative;
}
.cabinet-dashboard .requests .requests-list__item-grade div {
  position: absolute;
  height: 6px;
  border-radius: 3px;
  left: 0;
  top: 0;
  background-color: #6562EA;
}
.cabinet-dashboard .requests .requests-list__item-value {
  width: 35px;
  min-width: 35px;
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.cabinet-dashboard .requests__type {
  width: 100%;
  align-items: center;
}
.cabinet-dashboard .requests__type-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.cabinet-dashboard .requests__type-title {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-dashboard .calls {
  margin-bottom: 15px;
  max-width: 100%;
}
.cabinet-dashboard .calls .calls-block {
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.cabinet-dashboard .calls .calls-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.cabinet-dashboard .calls .calls-block__inner {
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px;
}
.cabinet-dashboard .calls .calls-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.cabinet-dashboard .calls .calls-block__item {
  padding: 0 2px;
  width: 100px;
}
.cabinet-dashboard .calls .calls-block__item:first-child .calls-block__item-inner {
  background-color: #FFF;
}
.cabinet-dashboard .calls .calls-block__item-inner {
  width: 100%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.cabinet-dashboard .calls .calls-block__item-value {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.cabinet-dashboard .calls .calls-block__item-title {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cabinet-dashboard__aside {
  width: 225px;
  margin-left: 15px;
}
.cabinet-dashboard .expenses {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  margin-bottom: 15px;
  position: relative;
  padding: 12px 55px 12px 15px;
  flex-direction: column;
  justify-content: center;
}
.cabinet-dashboard .expenses__value {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  display: inline-block;
  margin-bottom: 4px;
}
.cabinet-dashboard .expenses__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.cabinet-dashboard .expenses__icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #402495;
  align-items: center;
  justify-content: center;
}
.cabinet-dashboard .expenses__icon span {
  font-size: 21px;
  color: #FFF;
}
.cabinet-dashboard .devices {
  width: 100%;
  background-color: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 12px 15px;
}
.cabinet-dashboard .devices__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.cabinet-dashboard .devices__chart {
  width: 100%;
  min-height: 190px;
  margin-bottom: 25px;
}
.cabinet-dashboard .devices .devices-list {
  width: 100%;
}
.cabinet-dashboard .devices .devices-list__item {
  width: 100%;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  position: relative;
}
.cabinet-dashboard .devices .devices-list__item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-dashboard .devices .devices-list__item:last-child {
  margin-bottom: 0;
  padding: 0;
}
.cabinet-dashboard .devices .devices-list__item:last-child:after {
  display: none;
}
.cabinet-dashboard .devices .devices-list__item:nth-child(1) .devices-list__item-color {
  background-color: #FC5A45;
}
.cabinet-dashboard .devices .devices-list__item:nth-child(2) .devices-list__item-color {
  background-color: #6562EA;
}
.cabinet-dashboard .devices .devices-list__item:nth-child(3) .devices-list__item-color {
  background-color: #7F7CFB;
}
.cabinet-dashboard .devices .devices-list__item:nth-child(4) .devices-list__item-color {
  background-color: #9B99FF;
}
.cabinet-dashboard .devices .devices-list__item-color {
  width: 10px;
  min-width: 10px;
  border-radius: 5px;
  background-color: #FC5A45;
}
.cabinet-dashboard .devices .devices-list__item-info {
  width: calc(100% - 10px);
  padding-left: 10px;
}
.cabinet-dashboard .devices .devices-list__item-row {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3px;
}
.cabinet-dashboard .devices .devices-list__item-row:last-child {
  margin-bottom: 0;
}
.cabinet-dashboard .devices .devices-list__item-row.type span {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
}
.cabinet-dashboard .devices .devices-list__item-row.type span:last-child {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.cabinet-dashboard .devices .devices-list__item-row.application span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #FC5A45;
}
.cabinet-dashboard .devices .devices-list__item-row.application span:last-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
.cabinet-dashboard .devices .devices-list__item-row.bounce span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.cabinet-dashboard .devices .devices-list__item-row.bounce span:last-child {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .cabinet-dashboard__content {
    width: calc(100% - 215px);
  }
  .cabinet-dashboard .positions__title {
    font-size: 16px;
    margin-bottom: -15px;
  }
  .cabinet-dashboard .positions .positions-table__top-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .positions .positions-table__row-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard__aside {
    width: 200px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cabinet-dashboard__content {
    width: calc(100% - 210px);
  }
  .cabinet-dashboard .project-info {
    flex: 0 0 44%;
    max-width: 44%;
    margin: 0;
    padding: 0 5px 0 0;
  }
  .cabinet-dashboard .project-info__column {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .cabinet-dashboard .conversion__row {
    margin-bottom: 10px;
  }
  .cabinet-dashboard .conversion__column:last-child {
    margin-left: 10px;
  }
  .cabinet-dashboard .project-details {
    flex: 0 0 56%;
    max-width: 56%;
    margin: 0;
  }
  .cabinet-dashboard .project-details__left {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .cabinet-dashboard .project-details__right {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .cabinet-dashboard .sources {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .sources__info .sources-list__item {
    padding: 5px 0 6px 0;
  }
  .cabinet-dashboard .positions {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .positions__title {
    font-size: 15px;
    margin-bottom: -15px;
  }
  .cabinet-dashboard .positions .positions-table__top-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .positions .positions-table__row-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .application-dynamics {
    padding: 10px 10px 2px 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .application-dynamics .applications-chart {
    width: calc(100% - 125px);
  }
  .cabinet-dashboard .application-dynamics .applications-info {
    width: 115px;
    margin-left: 10px;
  }
  .cabinet-dashboard .requests {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard__aside {
    width: 200px;
    margin-left: 10px;
  }
  .cabinet-dashboard .expenses {
    margin-bottom: 10px;
    padding: 10px 50px 10px 10px;
  }
  .cabinet-dashboard .expenses__icon {
    right: 10px;
  }
  .cabinet-dashboard .devices {
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cabinet-dashboard__content {
    width: 100%;
    order: 2;
  }
  .cabinet-dashboard .project-info {
    flex: 0 0 44%;
    max-width: 44%;
    margin: 0;
    padding: 0 5px 0 0;
  }
  .cabinet-dashboard .project-info__column {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .cabinet-dashboard .conversion__row {
    margin-bottom: 10px;
  }
  .cabinet-dashboard .conversion__column:last-child {
    margin-left: 10px;
  }
  .cabinet-dashboard .project-details {
    flex: 0 0 56%;
    max-width: 56%;
    margin: 0;
  }
  .cabinet-dashboard .project-details__left {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .cabinet-dashboard .project-details__right {
    width: 100%;
    padding: 0 0 0 5px;
  }
  .cabinet-dashboard .sources {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .sources__info .sources-list__item {
    padding: 5px 0 6px 0;
  }
  .cabinet-dashboard .positions {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .positions__title {
    font-size: 15px;
    margin-bottom: -15px;
  }
  .cabinet-dashboard .positions .positions-table__top-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .positions .positions-table__row-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .application-dynamics {
    padding: 10px 10px 2px 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .application-dynamics .applications-chart {
    width: calc(100% - 125px);
  }
  .cabinet-dashboard .application-dynamics .applications-info {
    width: 115px;
    margin-left: 10px;
  }
  .cabinet-dashboard .requests {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard__aside {
    width: 100%;
    margin-left: 0;
  }
  .cabinet-dashboard .expenses {
    margin-bottom: 10px;
    width: 190px;
    margin-right: 10px;
    padding: 10px 50px 10px 10px;
  }
  .cabinet-dashboard .expenses__icon {
    right: 10px;
  }
  .cabinet-dashboard .devices {
    padding: 10px;
    margin-bottom: 10px;
    width: calc(100% - 200px);
  }
  .cabinet-dashboard .devices__title {
    order: 1;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .devices__chart {
    width: 200px;
    order: 3;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .cabinet-dashboard .devices .devices-list {
    order: 2;
    width: calc(100% - 210px);
    justify-content: space-between;
  }
  .cabinet-dashboard .devices .devices-list__item {
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .cabinet-dashboard__project-title {
    font-size: 18px;
  }
  .cabinet-dashboard__filter-item {
    padding: 0 5px;
    margin-right: 3px;
  }
  .cabinet-dashboard__content {
    width: 100%;
    order: 2;
  }
  .cabinet-dashboard .project-info {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .cabinet-dashboard .project-info__column {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .cabinet-dashboard .conversion__row {
    margin-bottom: 10px;
  }
  .cabinet-dashboard .conversion__column:last-child {
    margin-left: 10px;
  }
  .cabinet-dashboard .project-details {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .cabinet-dashboard .project-details__left {
    width: 100%;
    padding: 0;
  }
  .cabinet-dashboard .project-details__right {
    width: 100%;
    padding: 0;
  }
  .cabinet-dashboard .sources {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .sources__info .sources-list__item {
    padding: 5px 0 6px 0;
  }
  .cabinet-dashboard .positions {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .positions__title {
    font-size: 15px;
    margin-bottom: -15px;
  }
  .cabinet-dashboard .positions .positions-table__top-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .positions .positions-table__row-column.month {
    width: 70px;
    min-width: 70px;
  }
  .cabinet-dashboard .application-dynamics {
    padding: 10px 10px 2px 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .application-dynamics .applications-chart {
    width: calc(100% - 125px);
  }
  .cabinet-dashboard .application-dynamics .applications-info {
    width: 115px;
    margin-left: 10px;
  }
  .cabinet-dashboard .requests {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard__aside {
    width: 100%;
    margin-left: 0;
  }
  .cabinet-dashboard .expenses {
    width: 200px;
    margin: 0 0 10px 0;
    padding: 10px 50px 10px 10px;
  }
  .cabinet-dashboard .expenses__icon {
    right: 10px;
  }
  .cabinet-dashboard .devices {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
  }
  .cabinet-dashboard .devices__title {
    order: 1;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .devices__chart {
    width: 200px;
    order: 3;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .cabinet-dashboard .devices .devices-list {
    order: 2;
    width: calc(100% - 210px);
    justify-content: space-between;
  }
  .cabinet-dashboard .devices .devices-list__item {
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .cabinet-dashboard .positions {
    padding: 10px;
    margin-bottom: 10px;
  }
  .cabinet-dashboard .positions__title {
    font-size: 13px;
    margin-bottom: -14px;
  }
  .cabinet-dashboard .positions .positions-table__top-column.month {
    width: 65px;
    min-width: 65px;
  }
  .cabinet-dashboard .positions .positions-table__top-months img {
    width: 14px;
  }
  .cabinet-dashboard .positions .positions-table__top-months img:first-child {
    margin-left: 8px;
  }
  .cabinet-dashboard .positions .positions-table__top-months img:last-child {
    margin-right: 8px;
  }
  .cabinet-dashboard .positions .positions-table__top-title {
    font-size: 9px;
  }
  .cabinet-dashboard .positions .positions-table__row-column.month {
    width: 65px;
    min-width: 65px;
  }
  .cabinet-dashboard .requests .requests-list__item-title {
    width: 160px;
    min-width: 160px;
  }
  .cabinet-dashboard .devices__chart {
    width: 170px;
    margin-left: 5px;
  }
  .cabinet-dashboard .devices .devices-list {
    width: calc(100% - 175px);
  }
}
@media (max-width: 400px) {
  .cabinet-dashboard__calendars-btn {
    margin-left: 5px;
  }
  .cabinet-dashboard__calendar {
    width: 220px;
  }
  .cabinet-dashboard__calendar-item {
    width: calc(50% - 2.5px);
  }
  .cabinet-dashboard .project-info__column-inner {
    padding: 3px;
  }
  .cabinet-dashboard .traffic-info {
    padding: 5px 3px;
  }
  .cabinet-dashboard .traffic-info__column:first-child .traffic-info__column-value {
    font-size: 18px;
  }
  .cabinet-dashboard .traffic-info__column:first-child .traffic-info__column-title {
    font-size: 11px;
  }
  .cabinet-dashboard .traffic-info__column-value {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .cabinet-dashboard .conversion__column {
    padding: 0 10px;
    width: 38%;
    min-width: 38%;
  }
  .cabinet-dashboard .conversion__column--red {
    padding: 3px;
  }
  .cabinet-dashboard .conversion__column--blue {
    padding: 3px;
  }
  .cabinet-dashboard .conversion__column:last-child {
    padding-right: 45px;
    margin-left: 10px;
  }
  .cabinet-dashboard .conversion__column-value {
    font-size: 18px;
  }
  .cabinet-dashboard .conversion__column-title {
    font-size: 10px;
  }
  .cabinet-dashboard .conversion__column-icon {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .cabinet-dashboard .conversion__column-icon span {
    font-size: 16px;
  }
  .cabinet-dashboard .services-info {
    padding: 3px;
    height: 50px;
  }
  .cabinet-dashboard .services-info__column-inner {
    padding: 3px;
  }
  .cabinet-dashboard .sources__info {
    width: 100%;
    padding-right: 0;
  }
  .cabinet-dashboard .sources__chart {
    width: 100%;
    margin-bottom: 15px;
  }
  .cabinet-dashboard .positions {
    padding: 10px 10px 0 10px;
  }
  .cabinet-dashboard .positions .positions-table {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .cabinet-dashboard .positions .positions-table__top {
    min-width: 310px;
  }
  .cabinet-dashboard .positions .positions-table__content {
    min-width: 310px;
  }
  .cabinet-dashboard .application-dynamics__title {
    font-size: 13px;
  }
  .cabinet-dashboard .application-dynamics .applications-chart {
    width: calc(100% - 90px);
  }
  .cabinet-dashboard .application-dynamics .applications-chart__item {
    min-width: 22px;
  }
  .cabinet-dashboard .application-dynamics .applications-info {
    width: 80px;
    margin-left: 10px;
  }
  .cabinet-dashboard .application-dynamics .applications-info__item {
    padding: 0 0 5px 0;
    margin-bottom: 5px;
  }
  .cabinet-dashboard .application-dynamics .applications-info__item-color {
    height: auto;
  }
  .cabinet-dashboard .application-dynamics .applications-info__item-info {
    padding-left: 5px;
  }
  .cabinet-dashboard .requests .requests-list__item-title {
    width: 130px;
    min-width: 130px;
  }
  .cabinet-dashboard .calls {
    width: 100%;
  }
  .cabinet-dashboard .calls .calls-block {
    padding: 3px;
    width: 100%;
  }
  .cabinet-dashboard .calls .calls-block__inner {
    padding: 3px;
    width: 100%;
  }
  .cabinet-dashboard .calls .calls-block__item {
    width: 33.3%;
  }
  .cabinet-dashboard .calls .calls-block__item-inner {
    padding: 3px 5px;
  }
  .cabinet-dashboard .calls .calls-block__item-value {
    font-size: 18px;
  }
  .cabinet-dashboard .calls .calls-block__item-title {
    font-size: 10px;
  }
  .cabinet-dashboard .devices__title {
    order: 1;
  }
  .cabinet-dashboard .devices__chart {
    order: 2;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .cabinet-dashboard .devices .devices-list {
    order: 3;
    width: 100%;
  }
}
.cabinet-applications .page-header {
  display: none;
}
.cabinet-applications__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
  justify-content: space-between;
}
.cabinet-applications__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.cabinet-applications__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.cabinet-applications__project .form-input {
  margin-left: 5px;
}
.cabinet-applications__project .form-input .input-label__title {
  display: none;
}
.cabinet-applications__project .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-applications__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.cabinet-applications__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.cabinet-applications__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.cabinet-applications__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 5px 0 5px auto;
}
.cabinet-applications__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.cabinet-applications__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.cabinet-applications__filter-item:last-child {
  margin-right: 0;
}
.cabinet-applications__calendars {
  align-items: center;
  margin: 5px 0 5px auto;
}
.cabinet-applications__calendars-btn {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #F6F6F6;
  border-radius: 5px;
  cursor: pointer;
}
.cabinet-applications__calendars-btn:hover span {
  color: #000000;
}
.cabinet-applications__calendars-btn span {
  font-size: 14px;
  color: #BEBEBE;
}
.cabinet-applications__calendar {
  width: 280px;
  justify-content: space-between;
}
.cabinet-applications__calendar-item {
  width: calc(50% - 5px);
  height: 30px;
}
.cabinet-applications__calendar-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.cabinet-applications__calendar-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 20px;
}
.cabinet-applications__calendar-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.cabinet-applications__calendar-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 25px;
}
.cabinet-applications__calendar-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.cabinet-applications__calendar-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.cabinet-applications__calendar-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.cabinet-applications__calendar-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.cabinet-applications__wrapper {
  width: 100%;
  align-items: flex-start;
}
.cabinet-applications__content {
  width: 100%;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}
.cabinet-applications__info {
  width: 55%;
}
.cabinet-applications__info .applications-info {
  width: 100%;
  margin-bottom: 25px;
}
.cabinet-applications__info .applications-info:last-child {
  margin-bottom: 0;
}
.cabinet-applications__info .applications-info__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000000;
}
.cabinet-applications__info .applications-info .info-list {
  width: 170px;
  min-width: 170px;
  margin-bottom: 15px;
}
.cabinet-applications__info .applications-info .info-list__item {
  width: 100%;
  position: relative;
  padding: 7px 0;
  align-items: center;
}
.cabinet-applications__info .applications-info .info-list__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-applications__info .applications-info .info-list__item-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.cabinet-applications__info .applications-info .info-list__item-title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  margin-right: 10px;
}
.cabinet-applications__info .applications-info .info-list__item-count {
  margin-left: auto;
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-applications__info .applications-info__chart {
  padding-left: 30px;
  flex-grow: 1;
}
.cabinet-applications__sources {
  width: 45%;
  padding-left: 15px;
}
.cabinet-applications__sources .sources {
  width: 100%;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px;
}
.cabinet-applications__sources .sources__info {
  width: 55%;
}
.cabinet-applications__sources .sources__info-title {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
.cabinet-applications__sources .sources__info .info-list {
  width: 100%;
}
.cabinet-applications__sources .sources__info .info-list__item {
  width: 100%;
  position: relative;
  padding: 7px 0;
  align-items: center;
}
.cabinet-applications__sources .sources__info .info-list__item:last-child:after {
  display: none;
}
.cabinet-applications__sources .sources__info .info-list__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-applications__sources .sources__info .info-list__item-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.cabinet-applications__sources .sources__info .info-list__item-title {
  flex-grow: 1;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  margin-right: 10px;
}
.cabinet-applications__sources .sources__info .info-list__item-count {
  min-width: 40px;
  margin-left: auto;
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-applications__sources .sources__info .info-list__item-percent {
  width: 35px;
  min-width: 35px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-left: 7px;
  text-align: right;
}
.cabinet-applications__sources .sources__chart {
  width: 45%;
  padding-left: 20px;
}

@media (max-width: 400px) {
  .cabinet-applications__calendars-btn {
    margin-left: 5px;
  }
  .cabinet-applications__calendar {
    width: 220px;
  }
  .cabinet-applications__calendar-item {
    width: calc(50% - 2.5px);
  }
}
.cabinet-positions .page-header {
  display: none;
}
.cabinet-positions__content {
  width: 100%;
}
.cabinet-positions__content-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
}
.cabinet-positions__content-select {
  margin-bottom: 25px;
}
.cabinet-positions__content .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.cabinet-positions__content .el-row .el-col {
  padding: 0 5px !important;
}
.cabinet-positions__content .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.cabinet-positions__content .el-row .el-col .form-input.invalid .input-label span, .cabinet-positions__content .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label__title span, .cabinet-positions__content .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label input:hover {
  border-color: #000000;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover {
  border-color: #000000;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.cabinet-positions__content .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}

.cabinet-reviews .page-header {
  display: none;
}
.cabinet-reviews__content {
  width: 100%;
}
.cabinet-reviews__content-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
}
.cabinet-reviews__content-select {
  margin-bottom: 25px;
}
.cabinet-reviews__content .el-row {
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: calc(100% + 10px);
}
.cabinet-reviews__content .el-row .el-col {
  padding: 0 5px !important;
}
.cabinet-reviews__content .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.cabinet-reviews__content .el-row .el-col .form-input.invalid .input-label span, .cabinet-reviews__content .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label__title span, .cabinet-reviews__content .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  transition: 0.3s linear all;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label input:hover {
  border-color: #000000;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label input:disabled {
  border-color: #EFEFEF !important;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  transition: 0.3s linear all;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .el-select .el-input__inner:hover {
  border-color: #000000;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .el-select .el-input__inner:disabled {
  border-color: #EFEFEF !important;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.cabinet-reviews__content .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.cabinet-reviews .reviews-filter {
  margin-bottom: 15px;
  width: 100%;
  align-items: center;
}
.cabinet-reviews .reviews-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.cabinet-reviews .reviews-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.cabinet-reviews .reviews-filter__item input:checked + .reviews-filter__item-inner {
  background-color: #000000;
  border-color: #000000;
}
.cabinet-reviews .reviews-filter__item input:checked + .reviews-filter__item-inner .reviews-filter__item-title {
  color: #FFF;
}
.cabinet-reviews .reviews-filter__item input:checked + .reviews-filter__item-inner .reviews-filter__item-edit {
  color: #FFF;
}
.cabinet-reviews .reviews-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  border-radius: 9px;
}
.cabinet-reviews .reviews-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.cabinet-reviews .reviews-filter__item-edit {
  margin-left: 7px;
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.cabinet-reviews .reviews-filter__item-edit:hover {
  color: #30BE50;
}
.cabinet-reviews .reviews-filter__add {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  cursor: pointer;
  margin-bottom: 5px;
}
.cabinet-reviews .reviews-filter__add:hover {
  background-color: #FFF;
}
.cabinet-reviews .reviews-filter__add:hover span {
  color: #FC5A45;
}
.cabinet-reviews .reviews-filter__add span {
  font-size: 10px;
  color: #FFF;
}
.cabinet-reviews .reviews-wrapper {
  width: 100%;
}
.cabinet-reviews .reviews-block {
  flex-grow: 1;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-right: 10px;
  align-content: flex-start;
  position: relative;
}
.cabinet-reviews .reviews-block__wrapper {
  width: 100%;
}
.cabinet-reviews .reviews-block__column {
  width: 12.5%;
  min-width: 125px;
  padding: 0 5px;
}
.cabinet-reviews .reviews-block__column:first-child {
  padding-left: 0;
}
.cabinet-reviews .reviews-block__column:last-child {
  padding-right: 0;
}
.cabinet-reviews .reviews-block__column.irecommend {
  min-width: 140px;
}
.cabinet-reviews .reviews-block__column.prodoctor {
  min-width: 140px;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-top__shield {
  display: block;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-top__row .reviews-value {
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-top__row .block-switch__title {
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-top__row .block-link__title {
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-top__row .block-link__icon {
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-content__row-shield {
  display: block;
}
.cabinet-reviews .reviews-block__column.is-disabled .column-content__row-value {
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column .column-top {
  width: 100%;
  padding: 8px;
  background-color: #F7F7F7;
  border-radius: 4px;
  flex-direction: column;
  position: relative;
}
.cabinet-reviews .reviews-block__column .column-top__row {
  width: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: center;
}
.cabinet-reviews .reviews-block__column .column-top__row:last-child {
  margin-bottom: 0;
}
.cabinet-reviews .reviews-block__column .column-top__row .review-value {
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}
.cabinet-reviews .reviews-block__column .column-top__row .review-value span {
  margin-left: 5px;
}
.cabinet-reviews .reviews-block__column .column-top__row .review-icon {
  width: 18px;
  margin-left: 5px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  z-index: 15;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch {
  margin-left: 5px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch.is-checked .el-switch__core:after {
  margin-left: 10px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch.is-checked + span {
  color: #000000;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-switch .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link {
  height: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0 10px;
  flex-grow: 1;
  margin-right: 5px;
  background-color: #FFF;
  border-radius: 9px;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link:hover {
  background-color: #402495;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link:hover .block-link__title {
  color: #FFF;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link:hover .block-link__icon {
  color: #FFF;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link__title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
}
.cabinet-reviews .reviews-block__column .column-top__row .block-link__icon {
  font-size: 12px;
  color: #402495;
}
.cabinet-reviews .reviews-block__column .column-top__row .edit-button {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  cursor: pointer;
}
.cabinet-reviews .reviews-block__column .column-top__row .edit-button:hover span {
  color: #30BE50;
}
.cabinet-reviews .reviews-block__column .column-top__row .edit-button span {
  font-size: 12px;
  color: #B9B9B9;
}
.cabinet-reviews .reviews-block__column .column-top__shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.cabinet-reviews .reviews-block__column .column-content {
  width: 100%;
}
.cabinet-reviews .reviews-block__column .column-content__row {
  height: 36px;
  width: 100%;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
}
.cabinet-reviews .reviews-block__column .column-content__row-shield {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.cabinet-reviews .reviews-block__column .column-content__row-input {
  width: calc(100% - 15px);
  padding: 2px 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  margin-right: 5px;
  border-radius: 5px;
}
.cabinet-reviews .reviews-block__column .column-content__row-input:hover {
  border-color: #000000;
}
.cabinet-reviews .reviews-block__column .column-content__row-value {
  font-weight: 700;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.cabinet-reviews .reviews-block__column .column-content__row-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.cabinet-reviews .reviews-block__column .column-content__row-edit:hover {
  color: #30BE50;
}
.cabinet-reviews .reviews-block__column .column-content__row-save {
  font-size: 14px;
  cursor: pointer;
}
.cabinet-reviews .reviews-months {
  align-content: flex-start;
  width: 115px;
}
.cabinet-reviews .reviews-months__top {
  padding: 0 10px 8px 10px;
  height: 92px;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  align-items: flex-end;
}
.cabinet-reviews .reviews-months__top-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #B9B9B9;
}
.cabinet-reviews .reviews-months__list {
  width: 100%;
}
.cabinet-reviews .reviews-months__list-item {
  width: 100%;
  align-items: center;
  padding: 0 10px;
  height: 36px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .cabinet-reviews .reviews-block {
    margin-right: 5px;
  }
  .cabinet-reviews .reviews-block__wrapper {
    width: 100%;
  }
  .cabinet-reviews .reviews-block__column {
    padding: 0 2px;
    min-width: 110px;
  }
  .cabinet-reviews .reviews-block__column.irecommend {
    min-width: 130px;
  }
  .cabinet-reviews .reviews-block__column.prodoctor {
    min-width: 130px;
  }
  .cabinet-reviews .reviews-block__column .column-top {
    padding: 8px 5px;
  }
  .cabinet-reviews .reviews-block__column .column-content {
    width: 100%;
  }
  .cabinet-reviews .reviews-block__column .column-content__row {
    padding: 0 5px;
  }
  .cabinet-reviews .reviews-months__list-item {
    padding: 0 5px;
    font-size: 10px;
  }
}
.cabinet-seo .page-header {
  display: none;
}
.cabinet-seo__wrapper {
  width: 100%;
  flex-direction: column;
  height: 100%;
}
.cabinet-seo__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.cabinet-seo__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.cabinet-seo__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.cabinet-seo__project .form-input {
  margin-left: 5px;
}
.cabinet-seo__project .form-input .input-label__title {
  display: none;
}
.cabinet-seo__project .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-seo__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.cabinet-seo__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.cabinet-seo__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}

.cabinet-calls .page-header {
  display: none;
}
.cabinet-calls__wrapper {
  width: 100%;
}
.cabinet-calls__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.cabinet-calls__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.cabinet-calls__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.cabinet-calls__project .form-input {
  margin-left: 5px;
}
.cabinet-calls__project .form-input .input-label__title {
  display: none;
}
.cabinet-calls__project .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-calls__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.cabinet-calls__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.cabinet-calls__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.cabinet-calls__content {
  width: 100%;
  align-content: flex-start;
}
.cabinet-calls__table {
  width: 40%;
}
.cabinet-calls__table .manage-table .vuetable-head-wrapper {
  height: auto;
}
.cabinet-calls__table .manage-table .calls-td {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cabinet-calls__table .manage-table .calls-td__input {
  flex-grow: 1;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  margin-right: 5px;
  border-radius: 5px;
}
.cabinet-calls__table .manage-table .calls-td__input:hover {
  border-color: #000000;
}
.cabinet-calls__table .manage-table .calls-td .icon-edit {
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.cabinet-calls__table .manage-table .calls-td .icon-edit:hover {
  color: #30BE50;
}
.cabinet-calls__table .manage-table .calls-td .icon-check-circle1 {
  font-size: 12px;
  cursor: pointer;
}
.cabinet-calls__calls {
  width: 60%;
  padding-left: 40px;
}
.cabinet-calls .calls-dynamics {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 12px 15px 2px 15px;
  margin-bottom: 15px;
}
.cabinet-calls .calls-dynamics__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: -20px;
}
.cabinet-calls .calls-dynamics .calls-chart {
  width: calc(100% - 135px);
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-top: 30px;
  position: relative;
}
.cabinet-calls .calls-dynamics .calls-chart__item {
  flex-grow: 1;
  min-width: 62px;
  padding: 0 1px;
  flex-direction: column;
  justify-content: flex-end;
  height: 85px;
}
.cabinet-calls .calls-dynamics .calls-chart__item-calls {
  flex-grow: 1;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 4px;
}
.cabinet-calls .calls-dynamics .calls-chart__item-calls .calls-block {
  width: 100%;
  background-color: #DDDCF4;
  border-radius: 3px;
  position: relative;
  padding: 2px;
  align-items: flex-end;
}
.cabinet-calls .calls-dynamics .calls-chart__item-calls .calls-block__inner {
  width: 100%;
  background-color: #6562EA;
  border-radius: 1px;
}
.cabinet-calls .calls-dynamics .calls-chart__item-calls .calls-block__inner.best-day {
  background-color: #FC5A45;
}
.cabinet-calls .calls-dynamics .calls-chart__item-date {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.cabinet-calls .calls-dynamics .calls-info {
  width: 120px;
  margin-left: 15px;
}
.cabinet-calls .calls-dynamics .calls-info__item {
  width: 100%;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  position: relative;
}
.cabinet-calls .calls-dynamics .calls-info__item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 49.48%, #E9E9E9 100%);
}
.cabinet-calls .calls-dynamics .calls-info__item:last-child {
  margin-bottom: 0;
}
.cabinet-calls .calls-dynamics .calls-info__item:last-child:after {
  display: none;
}
.cabinet-calls .calls-dynamics .calls-info__item-color {
  width: 10px;
  min-width: 10px;
  height: 26px;
  border-radius: 5px;
}
.cabinet-calls .calls-dynamics .calls-info__item-info {
  padding: 0 0 0 9px;
  flex-direction: column;
}
.cabinet-calls .calls-dynamics .calls-info__item-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.cabinet-calls .calls-dynamics .calls-info__item-value {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .cabinet-calls__calls {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .cabinet-calls__table {
    width: 100%;
    margin-bottom: 20px;
  }
  .cabinet-calls__calls {
    width: 100%;
    padding-left: 0;
  }
  .cabinet-calls .calls-dynamics .calls-chart {
    width: calc(100% - 125px);
  }
  .cabinet-calls .calls-dynamics .calls-info {
    width: 115px;
    margin-left: 10px;
  }
}
@media (max-width: 400px) {
  .cabinet-calls__table {
    margin-bottom: 15px;
  }
  .cabinet-calls .calls-dynamics__title {
    font-size: 14px;
  }
  .cabinet-calls .calls-dynamics .calls-chart {
    width: calc(100% - 85px);
  }
  .cabinet-calls .calls-dynamics .calls-info {
    width: 80px;
    margin-left: 5px;
  }
}
.permanent-tasks .page-header {
  display: none;
}
.permanent-tasks__wrapper {
  width: 100%;
}
.permanent-tasks__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.permanent-tasks__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.permanent-tasks__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.permanent-tasks__project .form-input {
  margin-left: 5px;
}
.permanent-tasks__project .form-input .input-label__title {
  display: none;
}
.permanent-tasks__project .form-input .input-label .el-select {
  width: 100%;
}
.permanent-tasks__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.permanent-tasks__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.permanent-tasks__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.permanent-tasks__content {
  width: 100%;
}
.permanent-tasks .manage-table .vuetable-head-wrapper {
  height: auto;
}
.permanent-tasks .manage-table .performer-td {
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.permanent-tasks .manage-table .performer-td__actions {
  align-items: center;
}
.permanent-tasks .manage-table .performer-td__actions-link {
  height: 18px;
  align-items: center;
  padding: 0 15px;
  background: white;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.permanent-tasks .manage-table .performer-td__actions-link:hover {
  border-color: #000000;
}
.permanent-tasks .manage-table .performer-td__actions-link-delete {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.permanent-tasks .manage-table .performer-td__actions-link-delete:hover {
  color: #FC5A45;
}

.cabinet-finance .page-header {
  display: none;
}
.cabinet-finance__wrapper {
  width: 100%;
}
.cabinet-finance__top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.cabinet-finance__project {
  align-items: center;
  margin: 5px 15px 5px 0;
}
.cabinet-finance__project-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.cabinet-finance__project .form-input {
  margin-left: 5px;
}
.cabinet-finance__project .form-input .input-label__title {
  display: none;
}
.cabinet-finance__project .form-input .input-label .el-select {
  width: 100%;
}
.cabinet-finance__project .form-input .input-label .el-select:hover .el-input__inner {
  border-color: #000000;
}
.cabinet-finance__project .form-input .input-label input {
  height: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF !important;
  border-radius: 5px;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #402495;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.cabinet-finance__project .form-input .input-label input:hover {
  border-color: #000000 !important;
}
.cabinet-finance__content {
  width: 100%;
}
.cabinet-finance .manage-table .vuetable-head-wrapper {
  height: auto;
}
.cabinet-finance .manage-table .comment-td {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.cabinet-finance .manage-table .comment-td__actions {
  margin-left: 10px;
  align-items: center;
}
.cabinet-finance .manage-table .comment-td__actions-save {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.cabinet-finance .manage-table .comment-td__actions-save:hover {
  color: #30BE50;
}
.cabinet-finance .manage-table .comment-td__actions-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
}
.cabinet-finance .manage-table .comment-td__actions-edit:hover {
  color: #30BE50;
}
.cabinet-finance .manage-table .comment-td__actions-delete {
  font-size: 14px;
  color: #B9B9B9;
  margin-left: 10px;
  cursor: pointer;
}
.cabinet-finance .manage-table .comment-td__actions-delete:hover {
  color: #FC5A45;
}

.cabinet-reports .page-header {
  display: none;
}
.cabinet-reports__content {
  width: 100%;
}
.cabinet-reports__content-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}
.cabinet-reports .reports-filter {
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  align-items: center;
}
.cabinet-reports .reports-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.cabinet-reports .reports-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.cabinet-reports .reports-filter__item input:checked + .reports-filter__item-inner {
  background-color: #000000;
}
.cabinet-reports .reports-filter__item input:checked + .reports-filter__item-inner .reports-filter__item-title {
  color: #FFF;
}
.cabinet-reports .reports-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
}
.cabinet-reports .reports-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.cabinet-reports .reports-table {
  width: 100%;
  min-width: 1300px;
  margin-bottom: 40px;
}
.cabinet-reports .reports-table__site {
  width: 100%;
  align-items: center;
}
.cabinet-reports .reports-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.cabinet-reports .reports-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.cabinet-reports .reports-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.cabinet-reports .reports-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.cabinet-reports .reports-table__links, .cabinet-reports .reports-table__reports {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.cabinet-reports .reports-table__link {
  margin: 2px 0;
  padding: 0 2px;
  width: 33.33%;
}
.cabinet-reports .reports-table__link-inner {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 3px 3px 3px 10px;
  cursor: pointer;
}
.cabinet-reports .reports-table__link-inner:hover {
  border-color: #402495;
}
.cabinet-reports .reports-table__link-inner span {
  font-size: 10px;
  color: #402495;
}
.cabinet-reports .reports-table__link-title {
  display: block;
  overflow: hidden;
  color: #402495;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  margin-right: 4px;
}
.cabinet-reports .reports-table__report {
  margin: 2px 0;
  padding: 0 2px;
  width: 33.33%;
}
.cabinet-reports .reports-table__report-inner {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 3px 4px 3px 10px;
  cursor: pointer;
}
.cabinet-reports .reports-table__report-inner:hover {
  border-color: #402495;
}
.cabinet-reports .reports-table__report-inner span {
  font-size: 10px;
  color: #000000;
}
.cabinet-reports .reports-table__report-title {
  display: block;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  margin-right: 4px;
}
.cabinet-reports__rating {
  width: 60%;
  padding-right: 30px;
  margin-bottom: 25px;
}
.cabinet-reports__domains {
  width: 40%;
  overflow: hidden;
  overflow-x: auto;
}
.cabinet-reports .domains-table {
  width: 100%;
  min-width: 550px;
}
.cabinet-reports .domains-table__site {
  width: 100%;
  align-items: center;
}
.cabinet-reports .domains-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.cabinet-reports .domains-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.cabinet-reports .domains-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.cabinet-reports .domains-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.cabinet-reports .domains-table__site-domain {
  margin-left: auto;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
}

.project-work .page-header {
  display: none;
}
.project-work__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.project-work__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
  margin-right: 15px;
}
.project-work__top .page-actions {
  margin-bottom: 10px;
}
.project-work__top-button {
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
  margin-left: 10px;
}
.project-work__top-button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.project-work__top-button:hover span {
  color: #FC5A45;
}
.project-work__top-button span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.project-work__filter {
  max-width: 100%;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.project-work__filter:last-child {
  margin-right: 0;
}
.project-work__filter-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.project-work__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.project-work__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.project-work__filter-item span {
  display: block;
  border: 1px solid #EFEFEF;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.project-work__filter-item span:hover {
  border-color: #000;
}
.project-work__filter-item:last-child {
  margin-right: 0;
}
.project-work__employees {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.project-work__employees-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 400;
  font-size: 10px;
  border: 1px solid #EFEFEF;
  color: #000;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.project-work__employees-item:hover {
  border-color: #000;
}
.project-work__employees-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.project-work__employees-item:last-child {
  margin-right: 0;
}
.project-work .project-work__content {
  width: 100%;
  height: calc(100vh - 139px);
  overflow: hidden;
  overflow-y: auto;
}

.projects-list {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.projects-list__item {
  width: 100%;
  background-color: #FFF;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 10px;
}
.projects-list__item:last-child {
  margin-bottom: 0;
}
.projects-list__item-top {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.projects-list__item-image {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.projects-list__item-image img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.projects-list__item-title {
  flex-grow: 1;
  padding: 0 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.projects-list__item-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
}
.projects-list__item-stages {
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.projects-list__item .stages-start {
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FC5A45;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFF;
}
.projects-list__item .stages {
  flex-grow: 1;
  align-items: flex-start;
  align-content: flex-start;
}
.projects-list__item .stages .stage:first-child.finished .stage__line {
  background: linear-gradient(90deg, #FC5A45, #30BE50);
}
.projects-list__item .stages .stage:first-child.finished .stage__info-status {
  background-color: #30BE50;
  border-color: #30BE50;
  color: #FFF;
}
.projects-list__item .stages .stage:first-child.paused .stage__line {
  background: linear-gradient(90deg, #FC5A45, #E7E7E7);
}
.projects-list__item .stages .stage:first-child.paused .stage__info-status {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  color: #FFF;
}
.projects-list__item .stages .stage:first-child.in_work .stage__line {
  background: linear-gradient(90deg, #FC5A45, #402495);
}
.projects-list__item .stages .stage:first-child.in_work .stage__info-status {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.projects-list__item .stages .stage:first-child.at_client .stage__line {
  background: linear-gradient(90deg, #FC5A45, #000000);
}
.projects-list__item .stages .stage:first-child.at_client .stage__info-status {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}
.projects-list__item .stages .stage.finished .stage__line {
  background: #30BE50;
}
.projects-list__item .stages .stage.finished .stage__info-status {
  background-color: #30BE50;
  border-color: #30BE50;
  color: #FFF;
}
.projects-list__item .stages .stage.paused .stage__line {
  background: linear-gradient(90deg, #30BE50, #E7E7E7);
}
.projects-list__item .stages .stage.paused .stage__info-status {
  background-color: #E7E7E7;
  border-color: #E7E7E7;
  color: #FFF;
}
.projects-list__item .stages .stage.in_work .stage__line {
  background: linear-gradient(90deg, #30BE50, #402495);
}
.projects-list__item .stages .stage.in_work .stage__info-status {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.projects-list__item .stages .stage.at_client .stage__line {
  background: linear-gradient(90deg, #30BE50, #000000);
}
.projects-list__item .stages .stage.at_client .stage__info-status {
  background-color: #000000;
  border-color: #000000;
  color: #FFF;
}
.projects-list__item .stages .stage__line {
  flex-grow: 1;
  height: 4px;
  margin-top: 7px;
  background-color: #E7E7E7;
}
.projects-list__item .stages .stage__info {
  flex-direction: column;
  align-items: center;
  max-width: calc(100% - 10px);
}
.projects-list__item .stages .stage__info span {
  width: 100%;
}
.projects-list__item .stages .stage__info-status {
  width: 100%;
  min-height: 18px;
  align-items: center;
  justify-content: center;
  padding: 3px 7px;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #E7E7E7;
  color: #7B7B7B;
  position: relative;
  cursor: pointer;
}
.projects-list__item .stages .stage__info-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #B6B6B6;
  margin-top: 3px;
}
.projects-list__item .stages .stage__info-add {
  margin-left: 5px;
  position: relative;
}
.projects-list__item .stages .stage__info-add:hover .add-button__icon {
  color: #402495;
}
.projects-list__item .stages .stage__info-add:hover .add-block {
  display: block;
}
.projects-list__item .stages .stage__info-add .add-button {
  border-radius: 50%;
  cursor: pointer;
}
.projects-list__item .stages .stage__info-add .add-button__icon {
  font-size: 18px;
  color: #E7E7E7;
  width: auto;
}
.projects-list__item .stages .stage__info-add .add-block {
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.projects-list__item .stages .stage__info-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.projects-list__item .stages .stage__info-add .add-block__link {
  width: 100%;
}
.projects-list__item .stages .stage__info-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.projects-list__item .stages .stage__info-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.projects-list__item .stages .stage__info-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.projects-list__item .stages .stage__info-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.projects-list__item .stages .stage__info-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
  width: auto;
}
.projects-list__item .stages .stage__info-link {
  font-size: 18px;
  color: #402495;
  margin-left: 5px;
}
.projects-list__item .stages .stage__info-performer {
  align-items: center;
  margin-top: 3px;
}
.projects-list__item .stages .stage__info-performer .performer-name {
  height: 18px;
  align-items: center;
  padding: 0 7px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.projects-list__item .stages-actions {
  margin-left: 10px;
  flex-direction: column;
  align-items: flex-end;
}
.projects-list__item .stages-actions__item {
  height: 18px;
  align-items: center;
  padding: 0 10px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #B9B9B9;
  cursor: pointer;
  margin-bottom: 5px;
}
.projects-list__item .stages-actions__item:last-child {
  margin-bottom: 0;
}
.projects-list__item .stages-actions__item--edit:hover {
  color: #30BE50;
}
.projects-list__item .stages-actions__item--edit:hover span {
  color: #30BE50;
}
.projects-list__item .stages-actions__item--copy:hover {
  color: #402495;
}
.projects-list__item .stages-actions__item--copy:hover span {
  color: #402495;
}
.projects-list__item .stages-actions__item span {
  font-size: 12px;
  color: #B9B9B9;
  margin-left: 10px;
}

.projects-settings {
  width: 100%;
}
.projects-settings .page-header {
  display: none;
}
.projects-settings__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.projects-settings__top-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.projects-settings__top-back span {
  font-size: 12px;
  color: #FFF;
}
.projects-settings__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 15px 5px 0;
}
.projects-settings__content {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.projects-settings__content-column:first-child {
  width: calc(100% - 300px);
  padding-right: 40px;
  min-width: 700px;
}
.projects-settings__content-column:last-child {
  width: 300px;
  min-width: 300px;
}
.projects-settings__content-title {
  display: block;
  color: #402495;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
}
.projects-settings .directions {
  width: 100%;
  margin-bottom: 20px;
}
.projects-settings .directions__item {
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background-color: #F6F6F6;
  color: #A3A3A3;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.projects-settings .directions__item.is-active {
  background-color: #000;
  color: #FFF;
}
.projects-settings .directions__item.is-active .icon-pencil:hover {
  color: #FFF;
}
.projects-settings .directions__item .icon-pencil {
  font-size: 13px;
  color: #B9B9B9;
  margin-left: 9px;
}
.projects-settings .directions__item .icon-pencil:hover {
  color: #000;
}
.projects-settings .directions__item .icon-delete {
  font-size: 13px;
  color: #B9B9B9;
  margin-left: 7px;
}
.projects-settings .directions__item .icon-delete:hover {
  color: #FC5A45;
}
.projects-settings .directions__add {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  background-color: #FC5A45;
  cursor: pointer;
}
.projects-settings .directions__add span {
  font-size: 10px;
  color: #FFF;
}
.projects-settings .templates-table {
  width: 100%;
}
.projects-settings .templates-table__content {
  width: 100%;
}
.projects-settings .templates-table__row {
  width: 100%;
  border-radius: 8px;
}
.projects-settings .templates-table__row:first-child .templates-table__column-inner {
  border-top: 1px solid #EEEEEE;
}
.projects-settings .templates-table__column {
  padding: 0 2px;
  color: #000;
  font-size: 10px;
  line-height: 110%;
  font-weight: 600;
}
.projects-settings .templates-table__column:first-child {
  padding-left: 0;
}
.projects-settings .templates-table__column:last-child {
  padding-right: 0;
}
.projects-settings .templates-table__column:last-child .templates-table__column-inner {
  padding-right: 35px;
  position: relative;
}
.projects-settings .templates-table__column.title {
  width: 210px;
  min-width: 210px;
}
.projects-settings .templates-table__column.stages {
  width: 100%;
  max-width: calc(100% - 210px);
}
.projects-settings .templates-table__column-inner {
  width: 100%;
  padding: 5px 7px;
  border-bottom: 1px solid #EEEEEE;
}
.projects-settings .templates-table__column .stages-list {
  margin-left: -5px;
  max-width: 100%;
}
.projects-settings .templates-table__column .stages-list__item {
  min-width: 100px;
  max-width: 150px;
  margin: 2px 5px;
}
.projects-settings .templates-table__column .stages-list__item-select {
  width: 100%;
  height: 18px;
  margin-bottom: 2px;
}
.projects-settings .templates-table__column .stages-list__item-select .el-input__inner {
  height: 18px;
  line-height: 18px;
  border-radius: 12px;
  background-color: #F6F6F6;
  border: none;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
  font-weight: 600;
}
.projects-settings .templates-table__column .stages-list__item-input {
  width: 100%;
}
.projects-settings .templates-table__column .stages-list__item-input .el-input__inner {
  height: 18px;
  line-height: 18px;
  border-radius: 12px;
  padding: 0 10px;
  color: #000;
  font-size: 8px;
  font-weight: 500;
  border: 1px solid #EEE;
  transition: 0.3s linear all;
}
.projects-settings .templates-table__column .stages-list__item-input .el-input__inner:hover, .projects-settings .templates-table__column .stages-list__item-input .el-input__inner:focus {
  border-color: #000;
}
.projects-settings .templates-table__column-add {
  width: 16px;
  height: 16px;
  background-color: #000;
  cursor: pointer;
  margin-left: 10px;
}
.projects-settings .templates-table__column-add span {
  font-size: 10px;
  color: #FFF;
}
.projects-settings .templates-table__column-delete {
  position: absolute;
  right: 10px;
  font-size: 13px;
  color: #BEBEBE;
  cursor: pointer;
}
.projects-settings .templates-table__column-delete:hover {
  color: #FC5A45;
}
.projects-settings .templates-add {
  width: 33.33%;
  min-width: 320px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-top: 15px;
}
.projects-settings .templates-add .el-row {
  width: 100%;
  margin: 0 !important;
}
.projects-settings .templates-add .el-row .el-col {
  padding: 0 !important;
  height: 100%;
}
.projects-settings .templates-add .el-row .el-col:last-child:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EFEFEF;
}
.projects-settings .templates-add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 45px;
}
.projects-settings .templates-add .el-row .el-col:first-child:before {
  display: none !important;
}
.projects-settings .templates-add .el-row .el-col .form-input {
  width: 100%;
}
.projects-settings .templates-add .el-row .el-col .form-input .input-label {
  padding-bottom: 0;
}
.projects-settings .templates-add .el-row .el-col .form-input .input-label__title {
  padding: 0 10px;
}
.projects-settings .templates-add .el-row .el-col .form-input .input-label__title span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.projects-settings .templates-add .el-row .el-col .form-input .input-label input {
  border: none !important;
  padding: 0 10px;
}
.projects-settings .templates-add .el-row .el-col .form-input .input-label .error-messages {
  top: 50px;
}
.projects-settings .templates-add__btn {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  z-index: 101;
}
.projects-settings .templates-add__btn span {
  font-size: 10px;
  color: #FFF;
}
.projects-settings .stages-add {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-top: 15px;
}
.projects-settings .stages-add.link-add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 10px;
}
.projects-settings .stages-add .el-row {
  width: 100%;
  margin: 0 !important;
}
.projects-settings .stages-add .el-row .el-col {
  padding: 0 !important;
  height: 100%;
}
.projects-settings .stages-add .el-row .el-col:last-child:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EFEFEF;
}
.projects-settings .stages-add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 45px;
}
.projects-settings .stages-add .el-row .el-col:first-child:before {
  display: none !important;
}
.projects-settings .stages-add .el-row .el-col .form-input {
  width: 100%;
}
.projects-settings .stages-add .el-row .el-col .form-input .input-label {
  padding-bottom: 0;
}
.projects-settings .stages-add .el-row .el-col .form-input .input-label__title {
  padding: 0 10px;
}
.projects-settings .stages-add .el-row .el-col .form-input .input-label__title span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.projects-settings .stages-add .el-row .el-col .form-input .input-label input {
  border: none !important;
  padding: 0 10px;
}
.projects-settings .stages-add .el-row .el-col .form-input .input-label .error-messages {
  top: 50px;
}
.projects-settings .stages-add__label {
  display: block;
  min-width: 100%;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 5px;
  padding: 0 10px;
  align-self: flex-start;
}
.projects-settings .stages-add .el-color-picker {
  height: 16px;
  margin-left: 10px;
  align-self: flex-start;
}
.projects-settings .stages-add .el-color-picker__trigger {
  width: 26px;
  height: 16px;
  padding: 0;
}
.projects-settings .stages-add__btn {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  z-index: 101;
}
.projects-settings .stages-add__btn span {
  font-size: 10px;
  color: #FFF;
}
.projects-settings .stages-column {
  width: 100%;
}
.projects-settings .stages-column__item {
  width: 100%;
  padding: 7px 8px;
  border-radius: 5px;
}
.projects-settings .stages-column__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.projects-settings .stages-column__item .el-switch {
  margin-right: 10px;
}
.projects-settings .stages-column__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.projects-settings .stages-column__item .el-switch.is-checked .el-switch__core:after {
  margin-left: 11px;
}
.projects-settings .stages-column__item .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.projects-settings .stages-column__item .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.projects-settings .stages-column__item-title {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.projects-settings .stages-column__item-actions {
  margin-left: auto;
}
.projects-settings .stages-column__item-color {
  margin-left: 10px;
  width: 26px;
  height: 14px;
  border-radius: 9px;
}
.projects-settings .stages-column__item-edit {
  font-size: 13px;
  color: #B9B9B9;
  margin-left: 10px;
  cursor: pointer;
}
.projects-settings .stages-column__item-edit:hover {
  color: #000;
}
.projects-settings .stages-column__item-delete {
  font-size: 13px;
  color: #B9B9B9;
  margin-left: 10px;
  cursor: pointer;
}
.projects-settings .stages-column__item-delete:hover {
  color: #FC5A45;
}

@media (max-width: 1340px) {
  .projects-settings__top-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .project-work__filter-item {
    margin-right: 5px;
  }
  .project-work__filter-item span {
    padding: 0 5px;
  }
  .projects-settings__top {
    margin-bottom: 10px;
  }
  .projects-settings__top-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .projects-settings__top-title {
    font-size: 16px;
  }
}
.task-monitoring .page-header h1 {
  margin-top: 0;
}
.task-monitoring__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  position: relative;
}
.task-monitoring__top .page-actions {
  position: absolute;
  right: 0;
  padding-bottom: 10px;
}
.task-monitoring__filter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}
.task-monitoring__filter-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.task-monitoring__filter-item.is-active span {
  background-color: #000000;
  color: #FFF;
  cursor: default !important;
}
.task-monitoring__filter-item.not-active span {
  background-color: #F6F6F6 !important;
  color: #7B7B7B !important;
  cursor: pointer !important;
}
.task-monitoring__filter-item:last-child span {
  cursor: pointer;
}
.task-monitoring__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.task-monitoring__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.task-monitoring__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.task-monitoring__filter-item:last-child {
  margin-right: 0;
}
.task-monitoring__content {
  width: 100%;
}
.task-monitoring__content-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.task-monitoring__content .manage-table {
  min-width: 1200px;
}
.task-monitoring__content .manage-table .td-tasks {
  width: 100%;
  align-items: center;
}
.task-monitoring__content .manage-table .td-tasks__number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  cursor: pointer;
}
.task-monitoring__content .manage-table .td-tasks__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
}
.task-monitoring__content .manage-table .td-tasks__title:hover {
  color: #402495;
}
.task-monitoring__content .manage-table .td-projects {
  width: 100%;
}
.task-monitoring__content .manage-table .td-projects__list-item {
  height: 18px;
  align-items: center;
  padding: 0 4px 0 7px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  cursor: pointer;
  margin-right: 7px;
}
.task-monitoring__content .manage-table .td-projects__list-item:hover {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.task-monitoring__content .manage-table .td-projects__list-item:hover span {
  color: #FFF;
}
.task-monitoring__content .manage-table .td-projects__list-item:last-child {
  margin-right: 0;
}
.task-monitoring__content .manage-table .td-projects__list-item span {
  font-size: 10px;
  color: #CECECE;
  margin-left: 5px;
}
.task-monitoring .sites-list {
  width: 100%;
  padding-top: 15px;
  border-top: 1px solid #EEEEEE;
}
.task-monitoring .sites-list__item {
  margin: 0 10px 15px 0;
  cursor: pointer;
  align-items: center;
}
.task-monitoring .sites-list__item:hover .sites-list__item-title {
  color: #402495;
}
.task-monitoring .sites-list__item-image {
  width: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.task-monitoring .sites-list__item-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}

@media (max-width: 991px) {
  .task-monitoring__filter-item {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .task-monitoring__filter-item {
    font-size: 14px;
    margin-right: 5px;
  }
}
.logging .heading h1 {
  margin-top: 0;
}
.logging__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
.logging__filter {
  max-width: 100%;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.logging__filter:last-child {
  margin-right: 0;
}
.logging__filter-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.logging__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.logging__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.logging__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #FFF;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.logging__filter-item:last-child {
  margin-right: 0;
}
.logging__content {
  width: 100%;
}
.logging__content .manage-table {
  min-width: 900px;
}
.logging__content .manage-table tbody tr {
  cursor: pointer;
}
.logging__content .manage-table tbody tr.selected-table-row {
  background-color: #48C73D;
  cursor: default;
}
.logging__content .manage-table tbody tr.selected-table-row td {
  color: #FFFFFF;
}
.logging__content .manage-table tbody tr.selected-table-row td .has-icon .icon-warning-circle:hover {
  color: #FFF;
}
.logging__content .manage-table .vuetable-head-wrapper {
  height: auto;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
}
.logging__content .manage-table .vuetable-body-wrapper .vuetable-body tr td:after {
  bottom: 0;
}

@media (max-width: 767px) {
  .logging__filter-item {
    margin-right: 5px;
  }
  .logging__filter-item span {
    padding: 0 5px;
  }
}
.client-brief {
  width: 100%;
  background-color: #FFF;
  min-height: 100vh;
}
.client-brief__content {
  width: 66%;
  padding: 30px 4% 30px 13%;
  align-items: flex-start;
  align-content: flex-start;
}
.client-brief__content-site {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FC5A45;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 35px;
}
.client-brief__content-title {
  display: block;
  width: 100%;
  margin: 0 0 3px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.client-brief__content-subtitle {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #402394;
  margin: 30px 0 12px 0;
}
.client-brief__content-text {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #B5B5B5;
}
.client-brief__content-text span {
  color: #FC5A45;
  display: block;
}
.client-brief__content-label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief__content .icon-question1 {
  position: absolute;
  right: 15px;
  cursor: pointer;
  color: #B5B5B5;
  z-index: 10;
}
.client-brief__content .icon-question1:hover {
  color: #000000;
}
.client-brief__content .field-number {
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 10;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  border: 1px solid #000000;
}
.client-brief__content .icon-delete {
  position: absolute;
  right: 40px;
  cursor: pointer;
  color: #B5B5B5;
  z-index: 10;
}
.client-brief__content .icon-delete:hover {
  color: #FC5A45;
}
.client-brief__content .field-question .el-input__inner {
  padding-right: 30px !important;
}
.client-brief__content .field-counter .el-input__inner {
  padding-right: 50px !important;
}
.client-brief__content-button {
  height: 18px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  padding: 0 5px 0 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
  margin-top: 5px;
}
.client-brief__content-button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.client-brief__content-button:hover span {
  color: Red;
}
.client-brief__content-button span {
  font-size: 10px;
  color: #FFF;
  margin-left: 10px;
}
.client-brief__content .site-example {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px 0 10px;
}
.client-brief__content .site-example .el-row .el-col:last-child .form-input .input-label .el-input__inner {
  border: none;
}
.client-brief__content .site-example .el-row .el-col .form-input .input-label {
  padding-bottom: 5px;
}
.client-brief__content .site-example .el-row .el-col .form-input .input-label__title {
  padding: 0;
}
.client-brief__content .site-example .el-row .el-col .form-input .input-label .el-input__inner {
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0 0 0;
  border-radius: 0;
}
.client-brief__content .site-example .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding-right: 45px;
}
.client-brief__radios {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.client-brief__radio {
  width: calc(50% - 7.5px);
  position: relative;
  margin-bottom: 10px;
}
.client-brief__radio-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.client-brief__radio-input:checked + .client-brief__radio-inner {
  background-color: #F8F9FC;
  border-color: #F8F9FC !important;
  cursor: default;
  color: #000000;
}
.client-brief__radio-input:checked + .client-brief__radio-inner .client-brief__radio-block {
  border: 4px solid #FC5A45;
}
.client-brief__radio-inner {
  width: 100%;
  align-items: center;
  padding: 8.2px 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.client-brief__radio-inner:hover {
  border-color: #000000;
}
.client-brief__radio-inner .el-input__inner {
  border: none;
  padding: 0;
  background-color: transparent;
}
.client-brief__radio-block {
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  margin-right: 10px;
}
.client-brief__checkboxes {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.client-brief__checkbox {
  width: calc(50% - 7.5px);
  position: relative;
  margin-bottom: 10px;
}
.client-brief__checkbox-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.client-brief__checkbox-input:checked + .client-brief__checkbox-inner {
  background-color: #F8F9FC;
  border-color: #F8F9FC !important;
  cursor: default;
  color: #000000;
}
.client-brief__checkbox-input:checked + .client-brief__checkbox-inner .client-brief__checkbox-block {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
}
.client-brief__checkbox-input:checked + .client-brief__checkbox-inner .client-brief__checkbox-block span {
  opacity: 1;
}
.client-brief__checkbox-inner {
  width: 100%;
  align-items: center;
  padding: 8.2px 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.client-brief__checkbox-inner:hover {
  border-color: #000000;
}
.client-brief__checkbox-inner .el-input__inner {
  border: none;
  padding: 0;
  background-color: transparent;
}
.client-brief__checkbox-block {
  width: 14px;
  min-width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  margin-right: 10px;
}
.client-brief__checkbox-block span {
  opacity: 0;
  font-size: 8px;
  color: #FFF;
}
.client-brief .el-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.client-brief .el-row .el-col {
  padding: 0 7.5px !important;
}
.client-brief .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.client-brief .el-row .el-col .form-input.invalid .input-label span, .client-brief .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.client-brief .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.client-brief .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.client-brief .el-row .el-col .form-input .input-label__title span, .client-brief .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.client-brief .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input, .client-brief .el-row .el-col .form-input .input-label__title:hover + .el-select input {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.client-brief .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .client-brief .el-row .el-col .form-input .input-label input:hover, .client-brief .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label textarea {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #172b4d;
  transition: 0.3s linear all;
  min-height: 80px !important;
  word-break: break-word;
}
.client-brief .el-row .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label textarea:not(:placeholder-shown), .client-brief .el-row .el-col .form-input .input-label textarea:hover, .client-brief .el-row .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.client-brief .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .client-brief .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.client-brief .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
}
.client-brief .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-brief .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.client-brief .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.client-brief .el-row .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.client-brief .el-row .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.client-brief .el-row .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.client-brief .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.client-brief .el-row .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.client-brief .el-row .el-col .form-input .input-label .el-date-editor:hover input, .client-brief .el-row .el-col .form-input .input-label .el-date-editor:focus input {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label .el-textarea {
  margin-top: 25px;
}
.client-brief .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding: 10px;
  resize: vertical;
  word-break: break-word;
}
.client-brief .el-row .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.client-brief .el-row .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .client-brief .el-row .el-col .form-input .input-label .el-textarea__inner:hover, .client-brief .el-row .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.client-brief__upload {
  display: block;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
}
.client-brief__upload:hover {
  border-color: #000000;
}
.client-brief__upload-inner {
  width: 100%;
  border: 1px dashed #FC5A45;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 10px 10px 10px 40px;
}
.client-brief__upload-inner:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  font-size: 18px;
  color: #212735;
}
.client-brief__upload-title {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief__upload-text {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.client-brief__upload-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.client-brief .upload-files {
  width: 100%;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.client-brief .upload-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.client-brief .upload-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief .upload-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.client-brief .upload-files__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.client-brief .upload-files__delete:hover {
  color: #FC5A45;
}
.client-brief .attached-files {
  width: 100%;
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.client-brief .attached-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.client-brief .attached-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief .attached-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.client-brief .attached-files__download {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}
.client-brief .attached-files__download:hover {
  color: #48C73D;
}
.client-brief .brief-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.client-brief .brief-upload .label-wrapper .input-label:hover {
  border-color: #402495;
}
.client-brief .brief-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.client-brief .brief-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
  position: absolute;
  width: auto;
  padding: 0 10px;
  z-index: 10;
}
.client-brief .brief-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief .brief-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.client-brief .brief-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.client-brief .brief-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.client-brief .brief-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.client-brief .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.client-brief .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.client-brief .upload-documents__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.client-brief .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.client-brief .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.client-brief .upload-documents__delete:hover {
  color: #FC5A45;
}
.client-brief__bottom {
  width: 100%;
  align-items: center;
  margin-top: 35px;
}
.client-brief__bottom-text {
  flex-grow: 1;
  margin-right: 30px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.client-brief__bottom-text .icon-warning-octagon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
}
.client-brief__bottom-button {
  height: 49px;
  align-items: center;
  border-radius: 40px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
}
.client-brief__bottom-button--red {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.client-brief__bottom-button--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.client-brief__bottom-button--grey {
  background-color: #F8F9FC;
  color: #A9A9A9;
  margin-right: 10px;
}
.client-brief__bottom-button--grey:hover {
  background-color: #000000;
  color: #FFF;
}
.client-brief__aside {
  width: 34%;
  background-color: #F8F9FC;
  padding: 30px 13% 30px 40px;
  align-items: flex-start;
  align-content: flex-start;
}
.client-brief__aside-logo {
  width: 135px;
  margin-bottom: 40px;
}
.client-brief__aside-logo-img {
  width: 100%;
}
.client-brief__aside .task-list {
  width: 100%;
  margin-bottom: 45px;
  flex-direction: column;
}
.client-brief__aside .task-list__item {
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.client-brief__aside .task-list__item.active {
  cursor: default;
}
.client-brief__aside .task-list__item.active:before {
  content: "";
  position: absolute;
  left: -42px;
  height: 100%;
  width: 4px;
  background-color: #402495;
  border-radius: 4px;
}
.client-brief__aside .task-list__item.active .task-list__item-icon {
  color: #402495;
}
.client-brief__aside .task-list__item.active .task-list__item-title {
  color: #402495;
}
.client-brief__aside .task-list__item.completed {
  cursor: default;
}
.client-brief__aside .task-list__item.completed .task-list__item-icon {
  display: none;
}
.client-brief__aside .task-list__item.completed .icon-check-circle1 {
  display: block;
}
.client-brief__aside .task-list__item:last-child {
  margin-bottom: 0;
}
.client-brief__aside .task-list__item-icon {
  font-size: 18px;
  color: #000000;
}
.client-brief__aside .task-list__item .icon-check-circle1 {
  font-size: 18px;
  display: none;
}
.client-brief__aside .task-list__item-title {
  padding-left: 15px;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
}
.client-brief__callback {
  width: 100%;
  flex-direction: column;
}
.client-brief__callback-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 4px;
}
.client-brief__callback-text {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #AFAFAF;
  margin-bottom: 10px;
}
.client-brief__callback-phone {
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000000 !important;
}
.client-brief__callback-phone span {
  font-size: 18px;
  color: #000000;
  margin-right: 10px;
}
.client-brief .complete-block {
  width: 100%;
}
.client-brief .complete-block__info {
  width: calc(100% - 210px);
  padding-right: 30px;
}
.client-brief .complete-block__info-text {
  width: 100%;
}
.client-brief .complete-block__info-text p {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  color: #888;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.client-brief .complete-block__image {
  width: 210px;
  min-width: 210px;
}
.client-brief .complete-block__image-img {
  width: 100%;
}
.client-brief .complete-block__socials {
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.client-brief .complete-block__socials-item {
  width: calc(25% - 4.5px);
  border-radius: 9px;
  background-color: #F8F9FC;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
  padding: 15px 0;
}
.client-brief .complete-block__socials-item img {
  width: 20px;
  min-width: 20px;
  margin-bottom: 10px;
}
.client-brief .complete-block__socials-item span {
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}

@media (min-width: 1340px) and (max-width: 1540px) {
  .client-brief__content {
    padding: 30px 4% 30px 13%;
  }
  .client-brief__aside {
    padding: 30px 13% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .client-brief__content {
    padding: 30px 4% 30px 13%;
  }
  .client-brief__content-text {
    margin-bottom: 30px;
  }
  .client-brief__aside {
    padding: 30px 13% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .client-brief__content {
    padding: 30px 4% 30px 10%;
  }
  .client-brief__content-site {
    margin-bottom: 30px;
  }
  .client-brief__content-text {
    margin-bottom: 25px;
  }
  .client-brief__aside {
    padding: 30px 10% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .client-brief__content {
    padding: 25px 3% 25px 5%;
  }
  .client-brief__content-site {
    margin-bottom: 25px;
  }
  .client-brief__content-title {
    font-size: 20px;
  }
  .client-brief__content-text {
    margin-bottom: 20px;
  }
  .client-brief__aside {
    padding: 25px 5% 25px 25px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -27px;
  }
}
@media (max-width: 767px) {
  .client-brief__content {
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 20px;
  }
  .client-brief__content-title {
    font-size: 18px;
  }
  .client-brief__content-text {
    margin-bottom: 15px;
  }
  .client-brief__aside {
    padding: 20px 15px 20px 15px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -17px;
  }
}
@media (max-width: 576px) {
  .client-brief__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 20px;
  }
  .client-brief__content-title {
    font-size: 18px;
  }
  .client-brief__content-text {
    margin-bottom: 15px;
  }
  .client-brief__aside {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -15px;
  }
}
@media (max-width: 400px) {
  .client-brief__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 15px;
  }
  .client-brief__content-title {
    font-size: 16px;
  }
  .client-brief__content-text {
    margin-bottom: 10px;
  }
  .client-brief__fields .el-col-12 {
    width: 100%;
  }
}
.briefs-page .page-header {
  display: none;
}
.briefs-page__content {
  width: 100%;
}
.briefs-page__content-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}
.briefs-page .briefs-filter {
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  align-items: center;
}
.briefs-page .briefs-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.briefs-page .briefs-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.briefs-page .briefs-filter__item input:checked + .briefs-filter__item-inner {
  background-color: #000000;
}
.briefs-page .briefs-filter__item input:checked + .briefs-filter__item-inner .briefs-filter__item-title {
  color: #FFF;
}
.briefs-page .briefs-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
}
.briefs-page .briefs-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.briefs-page__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.briefs-page .briefs-table {
  width: 100%;
  min-width: 1300px;
  margin-bottom: 40px;
}
.briefs-page .briefs-table .td-name {
  width: 100%;
  align-items: center;
}
.briefs-page .briefs-table .td-name__number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.briefs-page .briefs-table .td-name__name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.briefs-page .briefs-table .td-areas {
  width: 100%;
  align-items: center;
  position: relative;
}
.briefs-page .briefs-table .td-areas__btn {
  position: absolute;
  right: 0;
  height: 18px;
  padding: 0 10px;
  background-color: #F7F7F7;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
}
.briefs-page .briefs-table .td-areas__btn:hover {
  background-color: #000000;
  color: #FFF;
}

.brief-page {
  width: 100%;
  background-color: #FFF;
}
.brief-page .page-header {
  display: none;
}
.brief-page__content {
  width: 100%;
}
.brief-page__content-site {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #FC5A45;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.brief-page__content-title {
  display: block;
  width: 100%;
  margin: 25px 0 3px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
}
.brief-page__content-subtitle {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #402394;
  margin: 30px 0 12px 0;
}
.brief-page__content-text {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #B5B5B5;
}
.brief-page__content-text span {
  color: #FC5A45;
  display: block;
}
.brief-page__content-label {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page__content .field-number {
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 10;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  border: 1px solid #000000;
}
.brief-page__content .field-counter .el-input__inner {
  padding-right: 50px !important;
}
.brief-page__content .site-example {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  width: 100%;
  padding: 10px 10px 0 10px;
}
.brief-page__content .site-example .el-row .el-col:last-child .form-input .input-label .el-input__inner {
  border: none;
}
.brief-page__content .site-example .el-row .el-col .form-input .input-label {
  padding-bottom: 5px;
}
.brief-page__content .site-example .el-row .el-col .form-input .input-label__title {
  padding: 0;
}
.brief-page__content .site-example .el-row .el-col .form-input .input-label .el-input__inner {
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 15px 0 0 0;
  border-radius: 0;
}
.brief-page__content .site-example .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding-right: 25px;
}
.brief-page__content-image {
  display: inline-block;
  margin: 10px 0;
}
.brief-page__content-image img {
  max-width: 100px;
}
.brief-page__content-file {
  display: inline-block;
  margin: 10px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #402394;
}
.brief-page__content-file span {
  font-size: 14px;
  margin-right: 5px;
  color: #BEBEBE;
}
.brief-page__radios {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.brief-page__radio {
  width: calc(50% - 7.5px);
  position: relative;
  margin-bottom: 10px;
}
.brief-page__radio-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.brief-page__radio-input:checked + .client-brief__radio-inner {
  background-color: #F8F9FC;
  border-color: #F8F9FC !important;
  cursor: default;
  color: #000000;
}
.brief-page__radio-input:checked + .client-brief__radio-inner .client-brief__radio-block {
  border: 4px solid #FC5A45;
}
.brief-page__radio-inner {
  width: 100%;
  align-items: center;
  padding: 8.2px 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.brief-page__radio-inner:hover {
  border-color: #000000;
}
.brief-page__radio-inner .el-input__inner {
  border: none;
  padding: 0;
  background-color: transparent;
}
.brief-page__radio-block {
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  margin-right: 10px;
}
.brief-page__checkboxes {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5px;
}
.brief-page__checkbox {
  width: calc(50% - 7.5px);
  position: relative;
  margin-bottom: 10px;
}
.brief-page__checkbox-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.brief-page__checkbox-input:checked + .client-brief__checkbox-inner {
  background-color: #F8F9FC;
  border-color: #F8F9FC !important;
  cursor: default;
  color: #000000;
}
.brief-page__checkbox-input:checked + .client-brief__checkbox-inner .client-brief__checkbox-block {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
}
.brief-page__checkbox-input:checked + .client-brief__checkbox-inner .client-brief__checkbox-block span {
  opacity: 1;
}
.brief-page__checkbox-inner {
  width: 100%;
  align-items: center;
  padding: 8.2px 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.brief-page__checkbox-inner:hover {
  border-color: #000000;
}
.brief-page__checkbox-inner .el-input__inner {
  border: none;
  padding: 0;
  background-color: transparent;
}
.brief-page__checkbox-block {
  width: 14px;
  min-width: 14px;
  height: 14px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  margin-right: 10px;
}
.brief-page__checkbox-block span {
  opacity: 0;
  font-size: 8px;
  color: #FFF;
}
.brief-page .el-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.brief-page .el-row .el-col {
  padding: 0 7.5px !important;
}
.brief-page .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.brief-page .el-row .el-col .form-input.invalid .input-label span, .brief-page .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.brief-page .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.brief-page .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.brief-page .el-row .el-col .form-input .input-label__title span, .brief-page .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.brief-page .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input, .brief-page .el-row .el-col .form-input .input-label__title:hover + .el-select input {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
}
.brief-page .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .brief-page .el-row .el-col .form-input .input-label input:hover, .brief-page .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label textarea {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #172b4d;
  transition: 0.3s linear all;
  min-height: 80px !important;
  word-break: break-word;
}
.brief-page .el-row .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label textarea:not(:placeholder-shown), .brief-page .el-row .el-col .form-input .input-label textarea:hover, .brief-page .el-row .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.brief-page .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .brief-page .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.brief-page .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
}
.brief-page .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brief-page .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.brief-page .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.brief-page .el-row .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.brief-page .el-row .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.brief-page .el-row .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.brief-page .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.brief-page .el-row .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.brief-page .el-row .el-col .form-input .input-label .el-date-editor:hover input, .brief-page .el-row .el-col .form-input .input-label .el-date-editor:focus input {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label .el-textarea {
  margin-top: 25px;
}
.brief-page .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding: 10px;
  resize: vertical;
  word-break: break-word;
}
.brief-page .el-row .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.brief-page .el-row .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .brief-page .el-row .el-col .form-input .input-label .el-textarea__inner:hover, .brief-page .el-row .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.brief-page__upload {
  display: block;
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
}
.brief-page__upload:hover {
  border-color: #000000;
}
.brief-page__upload-inner {
  width: 100%;
  border: 1px dashed #FC5A45;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 10px 10px 10px 40px;
}
.brief-page__upload-inner:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  font-size: 18px;
  color: #212735;
}
.brief-page__upload-title {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page__upload-text {
  display: block;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.brief-page__upload-input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.brief-page .upload-files {
  width: 100%;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.brief-page .upload-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.brief-page .upload-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page .upload-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.brief-page .upload-files__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.brief-page .upload-files__delete:hover {
  color: #FC5A45;
}
.brief-page .attached-files {
  width: 100%;
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.brief-page .attached-files__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.brief-page .attached-files__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page .attached-files:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.brief-page .attached-files__download {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}
.brief-page .attached-files__download:hover {
  color: #48C73D;
}
.brief-page .brief-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.brief-page .brief-upload .label-wrapper .input-label:hover {
  border-color: #402495;
}
.brief-page .brief-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.brief-page .brief-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
  position: absolute;
  width: auto;
  padding: 0 10px;
  z-index: 10;
}
.brief-page .brief-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page .brief-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.brief-page .brief-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.brief-page .brief-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.brief-page .brief-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.brief-page .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.brief-page .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.brief-page .upload-documents__title {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.brief-page .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.brief-page .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.brief-page .upload-documents__delete:hover {
  color: #FC5A45;
}
.brief-page__bottom {
  width: 100%;
  align-items: center;
  margin-top: 35px;
}
.brief-page__bottom-text {
  flex-grow: 1;
  margin-right: 30px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.brief-page__bottom-text .icon-warning-octagon {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 15px;
}
.brief-page__bottom-button {
  height: 49px;
  align-items: center;
  border-radius: 40px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  margin-left: auto;
}
.brief-page__bottom-button--red {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.brief-page__bottom-button--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.brief-page__bottom-button--grey {
  background-color: #F8F9FC;
  color: #A9A9A9;
  margin-right: 10px;
}
.brief-page__bottom-button--grey:hover {
  background-color: #000000;
  color: #FFF;
}
.brief-page__callback {
  width: 100%;
  flex-direction: column;
}
.brief-page__callback-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 4px;
}
.brief-page__callback-text {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #AFAFAF;
  margin-bottom: 10px;
}
.brief-page__callback-phone {
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #000000 !important;
}
.brief-page__callback-phone span {
  font-size: 18px;
  color: #000000;
  margin-right: 10px;
}
.brief-page .complete-block {
  width: 100%;
}
.brief-page .complete-block__info {
  width: calc(100% - 210px);
  padding-right: 30px;
}
.brief-page .complete-block__info-text {
  width: 100%;
}
.brief-page .complete-block__info-text p {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  color: #888;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
}
.brief-page .complete-block__image {
  width: 210px;
  min-width: 210px;
}
.brief-page .complete-block__image-img {
  width: 100%;
}
.brief-page .complete-block__socials {
  width: 100%;
  justify-content: space-between;
  margin-top: 15px;
}
.brief-page .complete-block__socials-item {
  width: calc(25% - 4.5px);
  border-radius: 9px;
  background-color: #F8F9FC;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6px;
  padding: 15px 0;
}
.brief-page .complete-block__socials-item img {
  width: 20px;
  min-width: 20px;
  margin-bottom: 10px;
}
.brief-page .complete-block__socials-item span {
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}

@media (min-width: 1340px) and (max-width: 1540px) {
  .client-brief__content {
    padding: 30px 4% 30px 13%;
  }
  .client-brief__aside {
    padding: 30px 13% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .client-brief__content {
    padding: 30px 4% 30px 13%;
  }
  .client-brief__content-text {
    margin-bottom: 30px;
  }
  .client-brief__aside {
    padding: 30px 13% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .client-brief__content {
    padding: 30px 4% 30px 10%;
  }
  .client-brief__content-site {
    margin-bottom: 30px;
  }
  .client-brief__content-text {
    margin-bottom: 25px;
  }
  .client-brief__aside {
    padding: 30px 10% 30px 30px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -32px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .client-brief__content {
    padding: 25px 3% 25px 5%;
  }
  .client-brief__content-site {
    margin-bottom: 25px;
  }
  .client-brief__content-title {
    font-size: 20px;
  }
  .client-brief__content-text {
    margin-bottom: 20px;
  }
  .client-brief__aside {
    padding: 25px 5% 25px 25px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -27px;
  }
}
@media (max-width: 767px) {
  .client-brief__content {
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 20px;
  }
  .client-brief__content-title {
    font-size: 18px;
  }
  .client-brief__content-text {
    margin-bottom: 15px;
  }
  .client-brief__aside {
    padding: 20px 15px 20px 15px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -17px;
  }
}
@media (max-width: 576px) {
  .client-brief__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 20px;
  }
  .client-brief__content-title {
    font-size: 18px;
  }
  .client-brief__content-text {
    margin-bottom: 15px;
  }
  .client-brief__aside {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__aside .task-list__item.active:before {
    left: -15px;
  }
}
@media (max-width: 400px) {
  .client-brief__content {
    width: 100%;
    padding: 20px 15px 20px 15px;
  }
  .client-brief__content-site {
    margin-bottom: 15px;
  }
  .client-brief__content-title {
    font-size: 16px;
  }
  .client-brief__content-text {
    margin-bottom: 10px;
  }
  .client-brief__fields .el-col-12 {
    width: 100%;
  }
}
.urgent-tasks .page-header {
  display: none;
}
.urgent-tasks__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.urgent-tasks__filter {
  margin-right: 20px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 10px;
}
.urgent-tasks__filter-item {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  color: #A3A3A3;
  cursor: pointer;
  margin-right: 15px;
  white-space: nowrap;
}
.urgent-tasks__filter-item.is-active {
  color: #000000;
  cursor: default;
}
.urgent-tasks__filter-item:last-child {
  margin-right: 0;
}
.urgent-tasks__subfilter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 10px;
}
.urgent-tasks__subfilter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.urgent-tasks__subfilter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.urgent-tasks__subfilter-item:last-child {
  margin-right: 0;
}
.urgent-tasks .employee-list {
  align-items: flex-start;
}
.urgent-tasks .employee-list__item {
  width: 100%;
  margin-bottom: 20px;
}
.urgent-tasks .employee-list__item-title {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.urgent-tasks .employee-list__item .tasks-list {
  width: 100%;
}
.urgent-tasks .employee-list__item .tasks-list__item {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.urgent-tasks .employee-list__item .tasks-list__item.is-statement .tasks-list__item-info {
  max-width: calc(100% - 296px);
}
.urgent-tasks .employee-list__item .tasks-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
  max-width: calc(100% - 198px);
}
.urgent-tasks .employee-list__item .tasks-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.urgent-tasks .employee-list__item .tasks-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.urgent-tasks .employee-list__item .tasks-list__item-site {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
}
.urgent-tasks .employee-list__item .tasks-list__item-title {
  font-size: 10px;
  font-weight: 700;
  line-height: 110%;
  color: #000000;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.urgent-tasks .employee-list__item .tasks-list__item-details {
  margin-left: auto;
}
.urgent-tasks .employee-list__item .tasks-list__item-date {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.urgent-tasks .employee-list__item .tasks-list__item-date span {
  margin: -1px -11px -1px 10px;
  height: 18px;
  padding: 0 10px;
  align-items: center;
  border-radius: 9px;
  background-color: #000000;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.urgent-tasks .employee-list__item .tasks-list__item-close {
  margin-left: 10px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
}
.urgent-tasks .employee-list__item .tasks-list__item-link {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #EFEFEF;
  cursor: pointer;
  margin-left: 10px;
}
.urgent-tasks .employee-list__item .tasks-list__item-link:hover {
  border-color: #000000;
}
.urgent-tasks .employee-list__item .tasks-list__item-link span {
  font-size: 8px;
  color: #000000;
}

@media (max-width: 1200px) {
  .urgent-tasks .employee-list {
    width: 100%;
    margin: 0;
  }
  .urgent-tasks .employee-list__item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .urgent-tasks__top {
    margin-bottom: 10px;
  }
  .urgent-tasks__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .urgent-tasks__filter-item {
    font-size: 15px;
    margin-right: 8px;
  }
  .urgent-tasks__subfilter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .urgent-tasks__subfilter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .urgent-tasks .employee-list__item .tasks-list__item {
    flex-wrap: wrap;
  }
  .urgent-tasks .employee-list__item .tasks-list__item-info {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.bonuses-page .page-header {
  display: none;
}
.bonuses-page .el-tabs__item {
  font-size: 18px !important;
}
.bonuses-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.bonuses-page__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 10px 5px 0;
}
.bonuses-page__top .page-actions {
  margin-left: 20px;
}
.bonuses-page__top-tabs {
  width: 100%;
  margin: 10px 0;
}
.bonuses-page__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
}
.bonuses-page__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.bonuses-page__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.bonuses-page__filter-item:last-child {
  margin-right: 0;
}
.bonuses-page .bonuses-list {
  width: 100%;
  justify-content: space-between;
}
.bonuses-page .bonuses-list__item {
  width: calc(50% - 5px);
  min-height: 36px;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  border-top: 1px solid #EEE;
}
.bonuses-page .bonuses-list__item:hover {
  border-radius: 8px;
  background-color: #F6F6F6;
}
.bonuses-page .bonuses-list__item:hover .bonuses-list__item-title {
  display: none;
}
.bonuses-page .bonuses-list__item:hover .bonuses-list__item-sum {
  display: flex;
}
.bonuses-page .bonuses-list__item:last-child, .bonuses-page .bonuses-list__item:nth-last-child(2) {
  border-bottom: 1px solid #EEE;
}
.bonuses-page .bonuses-list__item-number {
  width: 30px;
  min-width: 30px;
  color: #C0C0C0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.bonuses-page .bonuses-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.bonuses-page .bonuses-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.bonuses-page .bonuses-list__item-title {
  margin-left: 10px;
  min-width: 125px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.bonuses-page .bonuses-list__item-sum {
  display: none;
  height: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background-color: #000000;
  min-width: 125px;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  margin-left: 10px;
}
.bonuses-page .bonuses-list__item .employees-list {
  flex-grow: 1;
}
.bonuses-page .bonuses-list__item .employees-list__item {
  margin: 5px 0 5px 10px;
  height: 18px;
  align-items: center;
  padding: 3px 2px 3px 10px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
}
.bonuses-page .bonuses-list__item .employees-list__item-name {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.bonuses-page .bonuses-list__item .employees-list__item-percent {
  color: #402495;
  font-size: 10px;
  font-weight: 600;
  margin: 0 5px;
}
.bonuses-page .bonuses-list__item .employees-list__item-bonus {
  height: 12px;
  align-items: center;
  padding: 0 7px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.bonuses-page .employee-list {
  align-items: flex-start;
}
.bonuses-page .employee-list__item {
  width: 100%;
  margin-bottom: 20px;
}
.bonuses-page .employee-list__item-title {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.bonuses-page .employee-list__item .sites-list {
  width: 100%;
}
.bonuses-page .employee-list__item .sites-list__item {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.bonuses-page .employee-list__item .sites-list__item-number {
  width: 30px;
  min-width: 30px;
  color: #C0C0C0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.bonuses-page .employee-list__item .sites-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
  max-width: calc(100% - 198px);
}
.bonuses-page .employee-list__item .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.bonuses-page .employee-list__item .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.bonuses-page .employee-list__item .sites-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
}
.bonuses-page .employee-list__item .sites-list__item-bonus {
  margin-left: auto;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.bonuses-page .employee-list__item .sites-list__total {
  width: 100%;
  padding: 8px 12px;
  justify-content: space-between;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}
.bonuses-page .employee-list__item .sites-list__total b {
  margin-left: 10px;
}
.bonuses-page .employee-list__item .sites-list__button {
  height: 25px;
  border-radius: 12.5px;
  padding: 0 5px 0 10px;
  margin-right: auto;
}
.bonuses-page .employee-list__item .sites-list__button:disabled {
  background-color: #F6F6F6 !important;
  color: #000 !important;
  cursor: default;
}
.bonuses-page .employee-list__item .sites-list__button:disabled span {
  color: #000 !important;
}

@media (max-width: 1200px) {
  .bonuses-page__top-title {
    font-size: 20px;
  }
  .bonuses-page .bonuses-list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bonuses-page__top {
    margin-bottom: 10px;
  }
  .bonuses-page__top-title {
    font-size: 18px;
  }
  .bonuses-page__top .page-actions {
    margin-left: auto;
  }
  .bonuses-page__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .bonuses-page__filter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .bonuses-page__top-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .bonuses-page .bonuses-list__item {
    flex-wrap: wrap;
  }
  .bonuses-page .bonuses-list__item .employees-list {
    min-width: 100%;
  }
  .bonuses-page .bonuses-list__item .employees-list__item {
    margin: 5px 5px 5px 0;
    padding-left: 5px;
  }
}
.back-office {
  width: 100%;
}
.back-office .page-header {
  display: none;
}
.back-office__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.back-office__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 10px 5px 0;
}
.back-office__top-tabs {
  width: 100%;
  margin: 10px 0;
}
.back-office__top-tabs .el-tabs__content {
  overflow: unset !important;
}
.back-office .el-tabs__item {
  padding: 0 5px;
  font-size: 20px;
}
.back-office .responsible-page {
  width: 100%;
}
.back-office .responsible-page .el-tabs__item {
  font-size: 18px;
}
.back-office .responsible-page .by-direction {
  align-items: flex-start;
}
.back-office .responsible-page .by-direction__column {
  margin-bottom: 20px;
}
.back-office .responsible-page .by-direction__column-title {
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 20px;
}
.back-office .responsible-page .by-direction__column .responsible-list {
  width: 100%;
  margin-bottom: 15px;
}
.back-office .responsible-page .by-direction__column .responsible-list__employee {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #F6F6F6;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
.back-office .responsible-page .by-direction__column .responsible-list__item {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-info {
  flex-grow: 1;
  align-items: center;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services {
  margin-left: 5px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block {
  margin: 3px 0 3px 5px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch {
  margin-left: 5px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch.is-checked + .service-block__icon {
  filter: grayscale(100%);
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch.is-checked .el-switch__core:after {
  margin-left: 7px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch__core {
  width: 22px !important;
  height: 12px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 8px;
  height: 8px;
}
.back-office .responsible-page .by-direction__column .responsible-list__item-services .service-block__icon {
  width: 16px;
  margin-left: 5px;
  cursor: pointer;
}
.back-office .responsible-page .by-projects {
  width: 100%;
}
.back-office .responsible-page .by-projects__title {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 15px;
}
.back-office .responsible-page .by-projects .projects-block {
  width: 500px;
  min-width: 500px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #A3A3A3;
  margin-right: 15px;
}
.back-office .responsible-page .by-projects .projects-block__inner {
  width: 100%;
}
.back-office .responsible-page .by-projects .projects-block__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-left: 15px;
}
.back-office .responsible-page .by-projects .projects-block__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.back-office .responsible-page .by-projects .projects-block__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.back-office .responsible-page .by-projects .projects-block__filter-item:last-child {
  margin-right: 0;
}
.back-office .responsible-page .by-projects .projects-block .sites-list {
  width: 100%;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__top {
  width: 100%;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #EEE;
  position: sticky;
  background-color: #FFF;
  top: -1px;
  z-index: 10;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__top-title {
  padding: 0 12px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  flex-grow: 1;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__top-title:first-child {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item {
  width: 100%;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-inner {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-info {
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  align-items: center;
  padding-right: 15px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  flex-grow: 1;
  display: inline-block;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-priority {
  position: relative;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-priority__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-priority__icon.priority-important {
  color: #FFF;
  background-color: #000000;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-priority__icon.priority-middle {
  color: #000000;
  background-color: #F6F6F6;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-priority__icon.priority-moderate {
  color: #747474;
  background-color: #F6F6F6;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-responsible {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-responsible__icon {
  font-size: 12px;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-responsible__icon .icon-coffee {
  color: rgb(178, 184, 191);
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item .item-responsible__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-responsible {
  flex-grow: 1;
}
.back-office .responsible-page .by-projects .projects-block .sites-list__item-responsible div {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
}
.back-office .responsible-page .by-projects .responsible-block {
  flex-grow: 1;
  padding: 10px;
}
.back-office .responsible-page .by-projects .responsible-block__inner {
  width: 100%;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list {
  width: 100%;
  align-items: flex-start;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item {
  margin-bottom: 20px;
  border: none;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item-employee {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  background-color: #F6F6F6;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item-grade {
  margin-left: auto;
  min-width: 30px;
  padding: 0 5px;
  height: 16px;
  border-radius: 10px;
  background-color: #000;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item-sites {
  width: 28px;
  height: 12px;
  color: #C0C0C0;
  justify-content: flex-end;
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list {
  width: 100%;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item-info {
  flex-grow: 1;
  align-items: center;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  margin: 0 5px;
  display: inline-block;
  flex-grow: 1;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-grade {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-grade__icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-grade__icon.grade-empty {
  background-color: #FFF;
  border: 1px solid #A3A3A3;
  color: #F6F6F6;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-grade__icon.grade-low {
  background-color: #FC5A45;
  color: #FFF;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-grade__icon.grade-normal {
  background-color: #F6F6F6;
  color: #000;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-priority {
  position: relative;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-priority__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-priority__icon.priority-important {
  color: #FFF;
  background-color: #000000;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-priority__icon.priority-middle {
  color: #000000;
  background-color: #F6F6F6;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-priority__icon.priority-moderate {
  color: #747474;
  background-color: #F6F6F6;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-responsible {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-responsible__icon {
  font-size: 12px;
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-responsible__icon .icon-coffee {
  color: rgb(178, 184, 191);
}
.back-office .responsible-page .by-projects .responsible-block .responsible-list__item .sites-list__item .item-responsible__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.back-office .services-block {
  width: 100%;
}
.back-office .services-block .services-filter {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin: 15px 0 30px 0;
}
.back-office .services-block .services-filter__item {
  align-items: center;
  padding: 3px 5px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  text-align: center;
}
.back-office .services-block .services-filter__item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.back-office .services-block .services-filter__item:last-child {
  margin-right: 0;
}
.back-office .services-block .services-filter__item-icon {
  width: 18px;
  min-width: 18px;
  margin-right: 8px;
}
.back-office .services-block .sites-list {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.back-office .services-block .sites-list__item {
  width: 25%;
  padding: 0 7.5px;
}
.back-office .services-block .sites-list__item-inner {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .services-block .sites-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
  max-width: calc(100% - 198px);
}
.back-office .services-block .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .services-block .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .services-block .sites-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
}
.back-office .services-block .sites-list__item-sum {
  margin-left: auto;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.back-office .services-block .sites-list__item-responsible {
  margin-left: auto;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.back-office .services-block .sites-list__total {
  width: 100%;
  padding: 8px 12px;
  justify-content: space-between;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}
.back-office .services-block .sites-list__total b {
  margin-left: 5px;
}
.back-office .reports-block {
  width: 100%;
  min-width: 1100px;
}
.back-office .reports-block .sites-list {
  width: 100%;
}
.back-office .reports-block .sites-list__top {
  width: 100%;
  align-items: center;
  padding: 8px 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
  position: sticky;
  top: 0;
}
.back-office .reports-block .sites-list__top-title {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: #000000;
}
.back-office .reports-block .sites-list__top-title:first-child {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.back-office .reports-block .sites-list__item {
  width: 100%;
}
.back-office .reports-block .sites-list__item-inner {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .reports-block .sites-list__item-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.back-office .reports-block .sites-list__item-info {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  align-items: center;
}
.back-office .reports-block .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .reports-block .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .reports-block .sites-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  margin: 0 5px;
  display: inline-block;
}
.back-office .reports-block .sites-list__item-services {
  flex-grow: 1;
}
.back-office .reports-block .sites-list__item-service {
  padding: 0 12px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.back-office .reports-block .sites-list__item-service b {
  color: #402495;
}
.back-office .rating-block {
  width: 100%;
  min-width: 1100px;
}
.back-office .rating-block__filter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.back-office .rating-block__filter:last-child {
  margin-right: 0;
}
.back-office .rating-block__filter-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
.back-office .rating-block__filter-item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.back-office .rating-block__filter-item input:checked + span {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.back-office .rating-block__filter-item span {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 9px;
  text-transform: uppercase;
  color: #7B7B7B;
  cursor: pointer;
  white-space: nowrap;
}
.back-office .rating-block__filter-item:last-child {
  margin-right: 0;
}
.back-office .rating-block .ratings-table {
  width: 100%;
}
.back-office .rating-block .ratings-table__top {
  width: 100%;
  align-items: center;
  padding: 8px 0;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
  position: sticky;
  top: 0;
  z-index: 10;
}
.back-office .rating-block .ratings-table__top-title {
  padding: 0 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  color: #000000;
  text-align: center;
}
.back-office .rating-block .ratings-table__top-title:first-child {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.back-office .rating-block .ratings-table__row {
  width: 100%;
}
.back-office .rating-block .ratings-table__row-inner {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.back-office .rating-block .ratings-table__row-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.back-office .rating-block .ratings-table__row-info {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  align-items: center;
}
.back-office .rating-block .ratings-table__row-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.back-office .rating-block .ratings-table__row-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.back-office .rating-block .ratings-table__row-icon {
  font-size: 12px;
  color: #747474;
  margin-left: 5px;
  cursor: pointer;
}
.back-office .rating-block .ratings-table__row-icon:hover {
  color: #000000;
}
.back-office .rating-block .ratings-table__row-icon.is-send {
  color: #30BE50;
}
.back-office .rating-block .ratings-table__row-icon.is-undelivered {
  color: #FC5A45 !important;
}
.back-office .rating-block .ratings-table__row-client {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  margin: 0 5px;
  display: inline-block;
}
.back-office .rating-block .ratings-table__row-ratings {
  flex-grow: 1;
}
.back-office .rating-block .ratings-table__row-rating {
  padding: 0 12px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  border-left: 1px solid #EEE;
}
.back-office .rating-block .ratings-table__row-rating:last-child {
  border-right: 1px solid #EEE;
}
.back-office .rating-block .ratings-table__row .rating-sites {
  width: 100%;
  justify-content: center;
}
.back-office .rating-block .ratings-table__row .rating-sites__item {
  cursor: pointer;
  position: relative;
  margin: 2.5px 5px;
}
.back-office .rating-block .ratings-table__row .rating-sites__item .is-empty {
  filter: grayscale(100%);
}

@media (max-width: 1200px) {
  .back-office__top-title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .back-office .services-block .sites-list__item {
    width: 33.3%;
  }
  .back-office .responsible-page .by-projects {
    flex-wrap: wrap;
  }
  .back-office .responsible-page .by-projects .projects-block {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .back-office .responsible-page .by-projects .projects-block .sites-list__item-info {
    width: auto;
    min-width: auto;
    flex-grow: 1;
  }
  .back-office .responsible-page .by-projects .responsible-block {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .back-office__top {
    margin-bottom: 10px;
  }
  .back-office__top-title {
    font-size: 18px;
  }
  .back-office .services-block .services-filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .back-office .services-block .services-filter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
  .back-office .services-block .sites-list__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .back-office__top-title {
    font-size: 16px;
  }
  .back-office .services-block .sites-list__item {
    width: 100%;
  }
}
.my-bonuses .page-header {
  display: none;
}
.my-bonuses__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.my-bonuses__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 10px 5px 0;
}
.my-bonuses__top .page-actions {
  margin-left: 20px;
}
.my-bonuses__top-tabs {
  width: 100%;
  margin: 10px 0;
}
.my-bonuses__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
}
.my-bonuses__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.my-bonuses__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.my-bonuses__filter-item:last-child {
  margin-right: 0;
}
.my-bonuses .bonuses-list {
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.my-bonuses .bonuses-list__item {
  width: calc(50% - 5px);
  min-height: 36px;
  align-items: center;
  padding: 5px 10px;
  cursor: pointer;
  border-top: 1px solid #EEE;
}
.my-bonuses .bonuses-list__item:hover {
  border-radius: 8px;
  background-color: #F6F6F6;
}
.my-bonuses .bonuses-list__item:last-child, .my-bonuses .bonuses-list__item:nth-last-child(2) {
  border-bottom: 1px solid #EEE;
}
.my-bonuses .bonuses-list__item-number {
  width: 30px;
  min-width: 30px;
  color: #C0C0C0;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.my-bonuses .bonuses-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.my-bonuses .bonuses-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.my-bonuses .bonuses-list__item-title {
  margin-left: 10px;
  min-width: 125px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.my-bonuses .bonuses-list__item-sum {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .my-bonuses__top-title {
    font-size: 20px;
  }
  .my-bonuses .bonuses-list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .my-bonuses__top {
    margin-bottom: 10px;
  }
  .my-bonuses__top-title {
    font-size: 18px;
  }
  .my-bonuses__top .page-actions {
    margin-left: auto;
  }
  .my-bonuses__filter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .my-bonuses__filter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .my-bonuses__top-title {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .my-bonuses .bonuses-list__item {
    flex-wrap: wrap;
  }
}
.sales-funnel {
  width: 100%;
}
.sales-funnel .page-header {
  display: none;
}
.sales-funnel__top {
  width: 100%;
  margin-bottom: 10px;
  align-items: center;
}
.sales-funnel__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 15px 5px 0;
}
.sales-funnel__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 5px;
  padding-bottom: 5px;
}
.sales-funnel__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.sales-funnel__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.sales-funnel__filter-item:last-child {
  margin-right: 0;
}
.sales-funnel__employees {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sales-funnel__employees-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.sales-funnel__employees-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.sales-funnel__employees-item:last-child {
  margin-right: 0;
}
.sales-funnel__info {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px 10px -7.5px;
}
.sales-funnel__info .paid {
  width: 14%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.sales-funnel__info .paid__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 50px 12px 15px;
  position: relative;
  align-items: center;
  align-content: center;
}
.sales-funnel__info .paid__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.sales-funnel__info .paid__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.sales-funnel__info .paid__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #6ECD57;
  border-radius: 50%;
  text-align: center;
}
.sales-funnel__info .paid__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.sales-funnel__info .awaiting-payment {
  width: 14%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.sales-funnel__info .awaiting-payment__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 50px 12px 15px;
  position: relative;
  align-items: center;
  align-content: center;
}
.sales-funnel__info .awaiting-payment__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.sales-funnel__info .awaiting-payment__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.sales-funnel__info .awaiting-payment__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background: #402495;
  border-radius: 50%;
  text-align: center;
}
.sales-funnel__info .awaiting-payment__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.sales-funnel__info .potential-payments {
  width: 17%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.sales-funnel__info .potential-payments__inner {
  height: 100%;
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 20px #ECEEF1;
  border-radius: 12px;
  padding: 12px 50px 12px 15px;
  position: relative;
  align-items: center;
  align-content: center;
}
.sales-funnel__info .potential-payments__inner-price {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 4px;
}
.sales-funnel__info .potential-payments__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.sales-funnel__info .potential-payments__inner-icon {
  position: absolute;
  right: 15px;
  width: 36px;
  height: 36px;
  background-color: rgb(67, 185, 12);
  border-radius: 50%;
  text-align: center;
}
.sales-funnel__info .potential-payments__inner-icon span {
  font-size: 20px;
  color: #FFF;
  margin-top: 8px;
  display: inline-block;
}
.sales-funnel__info .approval {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 55%;
}
.sales-funnel__info .approval .approval-block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.sales-funnel__info .approval .approval-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(25deg, white, #FC5A45);
}
.sales-funnel__info .approval .approval-block__inner {
  width: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 7px 7px 2px 7px;
}
.sales-funnel__info .approval .approval-block__list {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.sales-funnel__info .approval .approval-block__item {
  padding: 0 2px;
}
.sales-funnel__info .approval .approval-block__item-wrap {
  flex: 1;
  overflow: hidden;
  overflow-x: auto;
}
.sales-funnel__info .approval .approval-block__item-wrap .approval-block__item {
  min-width: 16.6666666667%;
  flex-grow: 1;
  margin-bottom: 5px;
}
.sales-funnel__info .approval .approval-block__item.first {
  width: 20%;
  min-width: 20%;
  align-items: center;
  align-content: center;
  margin-bottom: 5px;
}
.sales-funnel__info .approval .approval-block__item.first .approval-block__item-inner {
  background-color: #FFF;
  padding: 5px;
}
.sales-funnel__info .approval .approval-block__item.first .approval-block__item-value {
  font-size: 20px;
}
.sales-funnel__info .approval .approval-block__item.first .approval-block__item-title {
  color: #402495;
  font-size: 12px;
}
.sales-funnel__info .approval .approval-block__item-inner {
  width: 100%;
  height: 100%;
  align-items: center;
  align-content: center;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #F7F7F7;
}
.sales-funnel__info .approval .approval-block__item-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.sales-funnel__info .approval .approval-block__item-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sales-funnel__content {
  width: 100%;
}
.sales-funnel__content.custom-height .applications-block {
  height: calc(100vh - 242px);
}
.sales-funnel__content.add-scroll {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: -10px;
  /*.ps__rail-x {
      opacity: 1 !important;
  }*/
  /*&::-webkit-scrollbar {
      width: 6px;
      height: 6px;
  }

  &::-webkit-scrollbar-thumb {
      background-color: #BDBDBD; !* Колір повзунка *!
      border-radius: 3px; !* Заокруглені кути *!
      border: 0 solid #ccc; !* Межі навколо повзунка *!
  }

  &::-webkit-scrollbar-track {
      background: rgb(246, 246, 246); !* Колір фону треку *!
      border-radius: 5px; !* Заокруглені кути *!
  }

  &::-webkit-scrollbar-thumb:hover {
      opacity: 0.9;
  }*/
}
.sales-funnel__content-inner {
  flex-direction: column;
  width: 100%;
  min-width: 1150px;
}
.sales-funnel__steps {
  width: 100%;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: white;
}
.sales-funnel__steps:after {
  content: "";
  display: table;
}
.sales-funnel__steps .step {
  min-width: 16.6666666667%;
  max-width: 50%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  flex-direction: column;
  align-items: center;
}
.sales-funnel__steps .step:last-child .step__line-line {
  display: none;
}
.sales-funnel__steps .step__title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 5px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.sales-funnel__steps .step__line {
  width: 100%;
  justify-content: center;
  position: relative;
  align-items: center;
}
.sales-funnel__steps .step__line-circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.sales-funnel__steps .step__line-line {
  position: absolute;
  left: calc(50% + 4px);
  width: calc(100% - 10px);
  height: 2px;
}
.sales-funnel__steps .step__info {
  width: 100%;
  justify-content: center;
  margin-top: 10px;
}
.sales-funnel__steps .step__info-item {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  margin: 0 3px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.sales-funnel .applications-block {
  width: calc(100% + 10px);
  margin: 0 -5px;
  height: calc(100vh - 318px);
}
.sales-funnel .applications-block .applications-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 16.6666666667%;
  max-width: 50%;
  padding: 0 5px;
}
.sales-funnel .applications-block .applications-column__inner {
  height: 100%;
  flex-direction: column;
}
.sales-funnel .applications-block .applications-column__status {
  width: 100%;
  height: 24px;
  align-items: center;
  border-radius: 12px;
  background-color: #F6F6F6;
  padding-left: 10px;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  position: sticky;
  top: 70px;
  z-index: 20;
}
.sales-funnel .applications-block .applications-column__status-select {
  margin-left: 10px;
  flex-grow: 1;
  height: 100%;
}
.sales-funnel .applications-block .applications-column__status-select .label-wrapper {
  width: 100%;
  height: 100%;
}
.sales-funnel .applications-block .applications-column__status-select .label-wrapper .el-select {
  width: 100%;
  height: 100%;
}
.sales-funnel .applications-block .applications-column__status-select .label-wrapper .el-select .el-input__inner {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
}
.sales-funnel .applications-block .applications-column__status-select .el-input {
  height: 100%;
}
.sales-funnel .applications-block .applications-column__status-select .el-input__inner {
  height: 100%;
  padding-left: 10px;
  border-radius: 12px;
}
.sales-funnel .applications-block .applications-column .applications-list {
  overflow: hidden;
  overflow-y: auto;
  flex-grow: 1;
  display: block !important;
  position: relative;
}
.sales-funnel .applications-block .applications-column .applications-list__item {
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 8px 8px 3px 8px;
  cursor: pointer;
  flex-direction: column;
}
.sales-funnel .applications-block .applications-column .applications-list__item:last-child {
  margin-bottom: 0;
}
.sales-funnel .applications-block .applications-column .applications-list__item-top {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 8px;
}
.sales-funnel .applications-block .applications-column .applications-list__item-info {
  flex-grow: 1;
  flex-direction: column;
}
.sales-funnel .applications-block .applications-column .applications-list__item-price {
  color: #402495;
  font-size: 10px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 3px;
}
.sales-funnel .applications-block .applications-column .applications-list__item-title {
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.sales-funnel .applications-block .applications-column .applications-list__item-date {
  margin-left: 5px;
  color: #B6B6B6;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.sales-funnel .applications-block .applications-column .applications-list__item-deadline {
  margin-left: 5px;
  color: #FC5A45;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  white-space: nowrap;
}
.sales-funnel .applications-block .applications-column .applications-list__item-client {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.sales-funnel .applications-block .applications-column .applications-list__item-phone {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.sales-funnel .applications-block .applications-column .applications-list__item-bottom {
  width: 100%;
  align-items: center;
  margin-top: 9px;
}
.sales-funnel .applications-block .applications-column .applications-list__item-manager {
  height: 18px;
  padding: 0 5px;
  line-height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin: 0 0 5px 3px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.sales-funnel .applications-block .applications-column .applications-list__item-manager span {
  font-size: 10px;
  margin-right: 3px;
  color: #000000;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status {
  align-items: center;
  margin-bottom: 5px;
  padding: 0 7px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--new {
  background-color: #FFA194;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--statement {
  background-color: #FC5A45;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--approved, .sales-funnel .applications-block .applications-column .applications-list__item-status--signed, .sales-funnel .applications-block .applications-column .applications-list__item-status--paid, .sales-funnel .applications-block .applications-column .applications-list__item-status--in_work {
  background-color: #000000;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--signing {
  background-color: #7D61D4;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--invoicing {
  background-color: #402495;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status--created {
  background-color: #6ECD57;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status .el-popover {
  right: 0;
}
.sales-funnel .applications-block .applications-column .applications-list__item-status .status-title {
  font-size: 12px;
  color: #000;
  white-space: nowrap;
}

.statuses-list {
  border-radius: 8px;
  z-index: 20;
}
.statuses-list__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.statuses-list__item {
  border-top: 1px solid #EEEEEE;
  align-items: center;
  position: relative;
}
.statuses-list__item-label {
  cursor: pointer;
  width: 100%;
  line-height: 14px;
  position: relative;
  padding: 7px 20px 7px 0;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.statuses-list__item-label:hover {
  color: #402495;
}
.statuses-list__item-label .icon-flash-circle {
  color: rgb(128, 95, 227);
  font-size: 14px;
  margin-right: 3px;
}
.statuses-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.statuses-list__item-input:checked + .statuses-list__item-checkbox {
  color: #CECECE;
}
.statuses-list__item-input:checked + .statuses-list__item-checkbox .icon-check-circle {
  display: block;
}
.statuses-list__item-input:checked + .statuses-list__item-checkbox .icon-circle {
  display: none;
}
.statuses-list__item-checkbox {
  position: absolute;
  right: 2px;
  top: 8px;
}
.statuses-list__item-checkbox .icon-check-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: none;
}
.statuses-list__item-checkbox .icon-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: block;
  color: #CECECE;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .sales-funnel__info .awaiting-payment__inner-price,
  .sales-funnel__info .paid__inner-price {
    font-size: 18px;
  }
  .sales-funnel__info .approval .approval-block__item.first .approval-block__item-value {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .sales-funnel__top-title {
    font-size: 20px;
  }
  .sales-funnel__info .awaiting-payment,
  .sales-funnel__info .paid {
    width: 33.3%;
  }
  .sales-funnel__info .approval {
    width: 100%;
  }
  .sales-funnel__info .approval .approval-block__item.first .approval-block__item-value {
    font-size: 18px;
  }
  .sales-funnel__content {
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  .sales-funnel__top {
    margin-bottom: 10px;
  }
  .sales-funnel__top-title {
    font-size: 18px;
  }
  .sales-funnel__subfilter {
    min-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .sales-funnel__subfilter-item {
    padding: 0 5px;
    margin-right: 5px;
  }
  .sales-funnel__info .awaiting-payment,
  .sales-funnel__info .paid {
    width: 50%;
  }
  .sales-funnel__info .approval {
    width: 100%;
  }
  .sales-funnel__info .approval .approval-block__item.first {
    width: 30%;
    min-width: 30%;
  }
  .sales-funnel__info .approval .approval-block__item-wrap {
    flex-wrap: wrap;
  }
  .sales-funnel__info .approval .approval-block__item-wrap .approval-block__item {
    width: 33.3%;
  }
}
@media (max-width: 576px) {
  .sales-funnel__top-title {
    font-size: 16px;
  }
}
@media (min-width: 400px) and (max-width: 576px) {
  .sales-funnel__info .awaiting-payment,
  .sales-funnel__info .paid {
    width: 50%;
  }
  .sales-funnel__info .awaiting-payment__inner,
  .sales-funnel__info .paid__inner {
    padding: 10px 40px 9px 10px;
  }
  .sales-funnel__info .awaiting-payment__inner-price,
  .sales-funnel__info .paid__inner-price {
    font-size: 16px;
  }
  .sales-funnel__info .awaiting-payment__inner-icon,
  .sales-funnel__info .paid__inner-icon {
    right: 7px;
    width: 30px;
    height: 30px;
  }
  .sales-funnel__info .awaiting-payment__inner-icon span,
  .sales-funnel__info .paid__inner-icon span {
    font-size: 18px;
    margin-top: 6px;
  }
  .sales-funnel__info .approval {
    width: 100%;
  }
  .sales-funnel__info .approval .approval-block__inner {
    padding: 5px 5px 2px 2px;
  }
  .sales-funnel__info .approval .approval-block__item.first {
    width: 42%;
    min-width: 42%;
  }
  .sales-funnel__info .approval .approval-block__item-wrap .approval-block__item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .sales-funnel__info .awaiting-payment,
  .sales-funnel__info .paid {
    width: 100%;
  }
  .sales-funnel__info .approval {
    width: 100%;
  }
  .sales-funnel__info .approval .approval-block__item.first {
    width: 60%;
    min-width: 60%;
  }
  .sales-funnel__info .approval .approval-block__item-wrap .approval-block__item {
    width: 100%;
  }
}
.init-news.init-news-1 .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.init-news.init-news-1 .slick-track .slick-slide {
  display: flex;
}

.init-news.init-news-1 .slick-track .slick-slide .item-news {
  height: 100%;
  min-height: 265px;
}

.sales-settings {
  width: 100%;
}
.sales-settings .page-header {
  display: none;
}
.sales-settings__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.sales-settings__top-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.sales-settings__top-back span {
  font-size: 12px;
  color: #FFF;
}
.sales-settings__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 15px 5px 0;
}
.sales-settings__content {
  width: 100%;
}
.sales-settings .settings-column {
  width: 25%;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 25px;
  padding-left: 15px;
}
.sales-settings .settings-column:first-child {
  padding-right: 4%;
  padding-left: 0;
}
.sales-settings .settings-column__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #402495;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.sales-settings .settings-column .settings-list {
  width: 100%;
  margin-bottom: 15px;
}
.sales-settings .settings-column .settings-list__item {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  align-items: center;
}
.sales-settings .settings-column .settings-list__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.sales-settings .settings-column .settings-list__item.is-active {
  background-color: #000000;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-number {
  color: #FFF;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-title {
  color: #FFF;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-move {
  color: #FFF;
  cursor: pointer;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-move:hover {
  color: #FFF;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-edit {
  color: #FFF;
}
.sales-settings .settings-column .settings-list__item.is-active .settings-list__item-delete {
  color: #FFF;
}
.sales-settings .settings-column .settings-list__item.is-disabled {
  background-color: #F6F6F6;
}
.sales-settings .settings-column .settings-list__item.is-disabled .settings-list__item-number {
  color: #A3A3A3;
}
.sales-settings .settings-column .settings-list__item.is-disabled .settings-list__item-title {
  color: #A3A3A3;
}
.sales-settings .settings-column .settings-list__item-number {
  width: 24px;
  min-width: 24px;
  text-align: center;
  margin-right: 5px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.sales-settings .settings-column .settings-list__item .el-switch {
  margin-right: 10px;
}
.sales-settings .settings-column .settings-list__item .el-switch__core {
  height: 15px;
  width: 26px !important;
  border-radius: 7px;
}
.sales-settings .settings-column .settings-list__item .el-switch__core:after {
  width: 11px;
  height: 11px;
}
.sales-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.sales-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core:after {
  margin-left: -12px;
}
.sales-settings .settings-column .settings-list__item-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  flex-grow: 1;
}
.sales-settings .settings-column .settings-list__item-color {
  margin-left: 10px;
  width: 26px;
  height: 14px;
  border-radius: 9px;
}
.sales-settings .settings-column .settings-list__item-move {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.sales-settings .settings-column .settings-list__item-move:hover {
  color: #000000;
}
.sales-settings .settings-column .settings-list__item-edit {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.sales-settings .settings-column .settings-list__item-edit:hover {
  color: #30BE50;
}
.sales-settings .settings-column .settings-list__item-delete {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.sales-settings .settings-column .settings-list__item-delete:hover {
  color: #FC5A45;
}
.sales-settings .settings-column__add {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.sales-settings .settings-column__add .el-row {
  width: 100%;
  margin: 0 !important;
}
.sales-settings .settings-column__add .el-row .el-col {
  padding: 0 !important;
  height: 100%;
}
.sales-settings .settings-column__add .el-row .el-col:last-child:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EFEFEF;
}
.sales-settings .settings-column__add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 45px;
}
.sales-settings .settings-column__add .el-row .el-col:first-child:before {
  display: none !important;
}
.sales-settings .settings-column__add .el-row .el-col .form-input {
  width: 100%;
}
.sales-settings .settings-column__add .el-row .el-col .form-input .input-label {
  padding-bottom: 0;
}
.sales-settings .settings-column__add .el-row .el-col .form-input .input-label__title {
  padding: 0 10px;
}
.sales-settings .settings-column__add .el-row .el-col .form-input .input-label__title span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.sales-settings .settings-column__add .el-row .el-col .form-input .input-label input {
  border: none !important;
  padding: 0 10px;
}
.sales-settings .settings-column__add .el-row .el-col .form-input .input-label .error-messages {
  top: 50px;
}
.sales-settings .settings-column__add-label {
  display: block;
  min-width: 100%;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 5px;
  padding: 0 10px;
  align-self: flex-start;
}
.sales-settings .settings-column__add .el-color-picker {
  height: 16px;
  margin-left: 10px;
  align-self: flex-start;
}
.sales-settings .settings-column__add .el-color-picker__trigger {
  width: 26px;
  height: 16px;
  padding: 0;
}
.sales-settings .settings-column__add-btn {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  z-index: 101;
}
.sales-settings .settings-column__add-btn span {
  font-size: 10px;
  color: #FFF;
}

@media (max-width: 1340px) {
  .sales-settings__top-title {
    font-size: 20px;
  }
  .sales-settings .settings-column {
    width: 50%;
  }
  .sales-settings .settings-column:first-child {
    padding-right: 0;
  }
  .sales-settings .settings-column:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sales-settings__top {
    margin-bottom: 10px;
  }
  .sales-settings__top-title {
    font-size: 18px;
  }
  .sales-settings .settings-column {
    width: 100% !important;
    padding-left: 0;
  }
  .sales-settings .settings-column:first-child {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .sales-settings__top-title {
    font-size: 16px;
  }
}
.expires-page .page-header {
  display: none;
}
.expires-page__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.expires-page__info {
  align-items: center;
  margin-right: 10px;
}
.expires-page__info-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  margin-right: 10px;
  cursor: pointer;
}
.expires-page__info-back span {
  font-size: 10px;
  color: #FFF;
}
.expires-page__info-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-right: 10px;
}
.expires-page .expires-list {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.expires-page .expires-list__item {
  width: 25%;
  padding: 0 7.5px;
}
.expires-page .expires-list__item-inner {
  width: 100%;
  padding: 8px 12px;
  border-bottom: 1px solid #EEE;
  align-items: center;
}
.expires-page .expires-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
}
.expires-page .expires-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.expires-page .expires-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.expires-page .expires-list__item-title {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  margin: 0 5px;
  display: inline-block;
}
.expires-page .expires-list__item-services {
  flex-direction: column;
  align-items: flex-end;
}
.expires-page .expires-list__item-service {
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  margin-bottom: 5px;
}
.expires-page .expires-list__item-service:last-child {
  margin-bottom: 0;
}
.expires-page .expires-list__item-service.is-expire {
  color: #FC5A45;
}
.expires-page .expires-list__item-service b {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .expires-page__top {
    margin-bottom: 10px;
  }
}
.checking-reports .page-header {
  display: none;
}
.checking-reports__content {
  width: 100%;
}
.checking-reports__content-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}
.checking-reports .reports-filter {
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  align-items: center;
}
.checking-reports .reports-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.checking-reports .reports-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.checking-reports .reports-filter__item input:checked + .reports-filter__item-inner {
  background-color: #000000;
}
.checking-reports .reports-filter__item input:checked + .reports-filter__item-inner .reports-filter__item-title {
  color: #FFF;
}
.checking-reports .reports-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
}
.checking-reports .reports-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.checking-reports__details {
  width: 100%;
  margin-bottom: 10px;
}
.checking-reports__details .reports-detail {
  margin-bottom: 15px;
  width: calc(25% - 12px);
}
.checking-reports__details .reports-detail .detail-block {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  background: #FFF;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 12px;
}
.checking-reports__details .reports-detail .detail-block--blue:before {
  background: linear-gradient(25deg, white, #402495);
}
.checking-reports__details .reports-detail .detail-block--red:before {
  background: linear-gradient(25deg, white, #FC5A45);
}
.checking-reports__details .reports-detail .detail-block--green:before {
  background: linear-gradient(25deg, white, #64E050);
}
.checking-reports__details .reports-detail .detail-block:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
}
.checking-reports__details .reports-detail .detail-block__inner {
  width: 100%;
  height: 100%;
  background: #FFF;
  box-shadow: 4px 4px 24px #DCDEE4;
  border-radius: 8px;
  padding: 9px 40px 9px 12px;
  position: relative;
  align-items: center;
}
.checking-reports__details .reports-detail .detail-block__inner-value {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 4px;
}
.checking-reports__details .reports-detail .detail-block__inner-value span {
  color: #7B7B7B;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.checking-reports__details .reports-detail .detail-block__inner-title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  align-self: flex-end;
}
.checking-reports__details .reports-detail .detail-block__inner-icon {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #000000;
}
.checking-reports__list {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.checking-reports__list-title {
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 110%;
}
.checking-reports__list-send {
  margin-left: auto;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #FC5A45;
  cursor: pointer;
  margin-bottom: -26px;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  z-index: 20;
}
.checking-reports__list-send.is-send {
  background-color: #F6F6F6;
  cursor: default;
  color: #BEBEBE;
}
.checking-reports__list-item {
  width: 100%;
}
.checking-reports .reports-table {
  width: 100%;
  min-width: 1300px;
  margin-bottom: 40px;
}
.checking-reports .reports-table__site {
  width: 100%;
  align-items: center;
}
.checking-reports .reports-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.checking-reports .reports-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.checking-reports .reports-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.checking-reports .reports-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.checking-reports .reports-table__general {
  width: 100%;
}
.checking-reports .reports-table__general .general-report {
  max-width: 100%;
  height: 18px;
  padding: 0 6px 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
}
.checking-reports .reports-table__general .general-report__title {
  display: inline-block;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
}
.checking-reports .reports-table__general .general-report__title:hover {
  color: #402495;
}
.checking-reports .reports-table__general .general-report__delete {
  margin-left: 4px;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.checking-reports .reports-table__general .general-report__delete:hover {
  color: #FC5A45;
}
.checking-reports .reports-table__general .general-add__download {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 8px;
}
.checking-reports .reports-table__general .general-add__download span {
  font-size: 10px;
  color: #FFF;
}
.checking-reports .reports-table__general .general-add__download input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.checking-reports .reports-table__general .general-add__text {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.checking-reports .reports-table__reports {
  width: calc(100% + 4px);
  margin: 0 -2px;
}
.checking-reports .reports-table__reports-empty {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.checking-reports .reports-table__reports .report-add__download {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 8px;
}
.checking-reports .reports-table__reports .report-add__download span {
  font-size: 10px;
  color: #FFF;
}
.checking-reports .reports-table__reports .report-add__download input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.checking-reports .reports-table__reports .report-add__text {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.checking-reports .reports-table__report {
  margin: 2px 0;
  padding: 0 2px;
  width: 50%;
}
.checking-reports .reports-table__report-inner {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 3px 4px 3px 10px;
  cursor: pointer;
}
.checking-reports .reports-table__report-title {
  display: block;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  margin-right: 4px;
}
.checking-reports .reports-table__report-title:hover {
  color: #402495;
  text-decoration: underline;
}
.checking-reports .reports-table__report-delete {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.checking-reports .reports-table__report-delete:hover {
  color: #FC5A45;
}
.checking-reports .reports-table .td-reports {
  width: 100%;
  position: relative;
}
.checking-reports .reports-table .td-reports__add {
  position: relative;
  margin: 10px 10px 5px 0;
  /*.add-block {
      position: absolute;
      left: 0;
      top: 18px;
      z-index: 10;
      display: none;
      padding-top: 5px;

      &__inner {
          width: 425px;
          background: $white;
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
          border-radius: 8px;
          padding: 10px;

          .el-tabs {
              display: flex;

              &__header {
                  width: 170px;
                  min-width: 170px;
                  margin-right: 5px;
              }
              &__content {
                  flex-grow: 1;
              }
              &__nav-scroll {
                  padding-bottom: 0;
                  margin-bottom: 0;
              }
              &--left {

                  .el-tabs {

                      &__nav {
                          border-radius: 4px;
                          background-color: #F6F6F6;
                          padding: 5px;
                      }
                      &__item {
                          padding: 6px 10px;
                          border-bottom: 1px solid #E9E9E9;
                          color: #000;
                          font-size: 10px;
                          font-weight: 500;
                          line-height: 100%;
                          border-radius: 4px;

                          &:last-child {
                              border: none;
                          }
                          &.is-left {
                              text-align: left;
                          }
                          &.is-active {
                              background-color: $blue;
                              color: $white;
                              border-bottom: none;

                              .checked {
                                  background-color: $white;

                                  span {
                                      color: $blue;
                                  }
                              }
                          }
                          &-title {

                              &.is-added {

                                  .checked {
                                      display: flex;
                                  }
                              }
                          }
                          .checked {
                              display: none;
                              width: 14px;
                              min-width: 14px;
                              height: 14px;
                              background-color: $blue;

                              span {
                                  font-size: 8px;
                                  color: $white;
                              }
                          }
                      }
                  }
              }
          }
      }
      &__title {
          font-weight: 600;
          font-size: 10px;
          line-height: 100%;
          color: $blue;
          display: block;
          width: 100%;
          padding-bottom: 9px;
          border-bottom: 1px solid #EEEEEE;
      }
      &__upload {
          width: 100%;
          padding: 6px 0;
          margin-bottom: 0;
          border-bottom: 1px solid #EEEEEE;
          align-items: center;
          cursor: pointer;
          position: relative;

          .form-input {
              width: 100%;

              .el-upload {
                  width: 100%;
              }
          }
          span {
              margin-right: auto;
              color: #000;
              font-size: 10px;
              font-weight: 500;
              line-height: 100%;
          }
          &-icon {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background-color: $red;
              align-items: center;
              justify-content: center;
              margin-left: 5px;
              margin-right: 5px;

              span {
                  font-size: 10px;
                  color: $white;
                  margin: auto;
              }
          }
      }
      &__file {
          width: 100%;
          padding: 6px;
          margin-bottom: 0;
          border-radius: 4px;
          background-color: #F6F6F6;
          align-items: center;
          position: relative;

          &-icon {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background-color: $white;
              align-items: center;
              justify-content: center;
              margin-left: 5px;
              cursor: pointer;

              &:hover {

                  span {
                      color: $red;
                  }
              }
              span {
                  font-size: 10px;
                  color: #D2D2D2;
                  margin: auto;
              }
          }
      }
      &__link {
          width: 100%;
          margin-top: 7.5px;

          &-title {
              display: block;
              font-weight: 500;
              font-size: 10px;
              line-height: 100%;
              color: $black;
              margin-bottom: 5px;
          }
          &-input {
              align-items: center;
              position: relative;

              input {
                  width: 100%;
                  height: 28px;
                  background: $white;
                  border: 1px solid #DEDEDE;
                  border-radius: 5px;
                  padding: 0 25px 0 10px;
                  font-weight: 500;
                  font-size: 10px;
                  line-height: 100%;
                  color: $black;
              }
          }
          &-btn {
              position: absolute;
              right: 5px;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background-color: $red;
              align-items: center;
              justify-content: center;
              cursor: pointer;

              span {
                  font-size: 10px;
                  color: $white;
              }
          }
          &-delete {
              position: absolute;
              right: 5px;
              width: 18px;
              height: 18px;
              background-color: #F6F6F6;
              cursor: pointer;

              &:hover {

                  span {
                      color: $red;
                  }
              }
              span {
                  font-size: 10px;
                  color: #D2D2D2;
              }
          }
      }
  }*/
}
.checking-reports .reports-table .td-reports__add .add-button {
  height: 18px;
  width: 18px;
  min-width: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  cursor: pointer;
}
.checking-reports .reports-table .td-reports__add .add-button__icon {
  font-size: 11px;
  color: #FFF;
}
.checking-reports .reports-table .td-reports__add .add-button__icon.icon-close {
  display: none;
}
.checking-reports .reports-table .td-reports__list {
  flex-grow: 1;
  margin: 5px 0;
}
.checking-reports .reports-table .td-reports__list-item {
  margin: 2px 10px 0 2px;
  height: 28px;
  border-radius: 10px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
}
.checking-reports .reports-table .td-reports__list-item .circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  margin-right: 6px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list {
  margin-left: 6px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item {
  width: 170px;
  height: 18px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 0 3px;
  margin-right: 5px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item:last-child {
  margin-right: 0;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item--report .reports-list__item-icon {
  color: #000;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item--report .reports-list__item-title {
  color: #000;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item--link .reports-list__item-icon {
  color: #402495;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item--link .reports-list__item-title {
  color: #402495;
  text-decoration: underline;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item--alert {
  width: auto;
  background-color: #FC5A45;
  color: #FFF;
  overflow: hidden;
  font-size: 10px;
  font-weight: 500;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item-icon {
  font-size: 12px;
  margin-right: 5px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item-title {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item-delete {
  margin-left: 5px;
  font-size: 12px;
  color: #D2D2D2;
  cursor: pointer;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item-delete:hover {
  color: #FC5A45;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch {
  margin-left: 5px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch.is-checked .el-switch__core:after {
  margin-left: 10px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch.is-checked + span {
  color: #000000;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.checking-reports .reports-table .td-reports__list-item .reports-list__item .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}

@media (max-width: 991px) {
  .checking-reports__details .reports-detail {
    width: calc(33.3% - 12px);
  }
}
@media (max-width: 576px) {
  .checking-reports__details .reports-detail {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .checking-reports__details .reports-detail {
    width: 100%;
    margin-bottom: 10px;
  }
}
.projects-reports .page-header {
  display: none;
}
.projects-reports__content {
  width: 100%;
}
.projects-reports__content-title {
  display: inline-block;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 15px;
}
.projects-reports .reports-filter {
  margin-bottom: 10px;
  margin-left: auto;
  padding-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  align-items: center;
}
.projects-reports .reports-filter__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
  position: relative;
}
.projects-reports .reports-filter__item input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.projects-reports .reports-filter__item input:checked + .reports-filter__item-inner {
  background-color: #000000;
}
.projects-reports .reports-filter__item input:checked + .reports-filter__item-inner .reports-filter__item-title {
  color: #FFF;
}
.projects-reports .reports-filter__item-inner {
  align-items: center;
  height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
}
.projects-reports .reports-filter__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}
.projects-reports__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.projects-reports .reports-table {
  width: 100%;
  min-width: 1300px;
  margin-bottom: 40px;
}
.projects-reports .reports-table__site {
  width: 100%;
  align-items: center;
}
.projects-reports .reports-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.projects-reports .reports-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.projects-reports .reports-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.projects-reports .reports-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 5px;
}
.projects-reports .reports-table__site-status {
  margin-left: auto;
  width: 16px;
  height: 16px;
  background-color: #48C73D;
}
.projects-reports .reports-table__site-status span {
  font-size: 8px;
  color: #FFF;
}
.projects-reports .reports-table__date {
  width: 100%;
}
.projects-reports .reports-table__date-text {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.projects-reports .reports-table__date-empty {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.projects-reports .reports-table__links {
  width: 100%;
  position: relative;
}
.projects-reports .reports-table__links .link-add {
  margin-right: 4px;
}
.projects-reports .reports-table__links .link-add__icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.projects-reports .reports-table__links .link-add__icon span {
  font-size: 10px;
  color: #FFF;
}
.projects-reports .reports-table__links .link-add__text {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  margin-left: 4px;
}
.projects-reports .reports-table__links .link-add__block {
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
}
.projects-reports .reports-table__links .link-add__block-input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  padding: 0 25px 0 10px;
}
.projects-reports .reports-table__links .link-add__block-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.projects-reports .reports-table__links .link-add__block-btn span {
  font-size: 10px;
  color: #FFF;
}
.projects-reports .reports-table__links .links-list {
  width: calc(100% + 4px - 18px);
  margin: 0 -2px;
}
.projects-reports .reports-table__links .links-list__item {
  margin: 2px 0;
  padding: 0 2px;
  width: 50%;
}
.projects-reports .reports-table__links .links-list__item-inner {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 3px 4px 3px 10px;
  cursor: pointer;
}
.projects-reports .reports-table__links .links-list__item-title {
  display: block;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  margin-right: 4px;
}
.projects-reports .reports-table__links .links-list__item-title:hover {
  color: #402495;
  text-decoration: underline;
}
.projects-reports .reports-table__links .links-list__item-delete {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.projects-reports .reports-table__links .links-list__item-delete:hover {
  color: #FC5A45;
}
.projects-reports .reports-table__reports {
  width: 100%;
}
.projects-reports .reports-table__reports-empty {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.projects-reports .reports-table__reports .report-add__download {
  margin-right: 8px;
}
.projects-reports .reports-table__reports .report-add__download span {
  font-size: 10px;
  color: #FFF;
}
.projects-reports .reports-table__reports .report-add__download .el-upload-list.el-upload-list--text {
  display: none !important;
}
.projects-reports .reports-table__reports .report-add__download button.icon-plus {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.projects-reports .reports-table__reports .report-add__download button.icon-plus:before {
  font-size: 10px;
  color: #FFF;
  position: absolute;
}
.projects-reports .reports-table__reports .report-add__text {
  color: #B9B9B9;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.projects-reports .reports-table__reports .reports-list {
  max-width: calc(100% - 115px);
  margin: 0 -2px;
  flex-grow: 1;
  padding-left: 10px;
}
.projects-reports .reports-table__reports .reports-list__item {
  margin: 2px 0;
  padding: 0 2px;
  max-width: 33.33%;
  min-width: 125px;
}
.projects-reports .reports-table__reports .reports-list__item-inner {
  width: 100%;
  height: 18px;
  border-radius: 9px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding: 3px 4px 3px 10px;
  cursor: pointer;
}
.projects-reports .reports-table__reports .reports-list__item-title {
  display: block;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  margin-right: 4px;
}
.projects-reports .reports-table__reports .reports-list__item-title:hover {
  color: #402495;
  text-decoration: underline;
}
.projects-reports .reports-table__reports .reports-list__item-delete {
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.projects-reports .reports-table__reports .reports-list__item-delete:hover {
  color: #FC5A45;
}
.projects-reports .reports-table__reports .reports-buttons {
  margin-left: 5px;
}
.projects-reports .reports-table__reports .reports-buttons__btn {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  margin: 2px 0;
}
.projects-reports .reports-table__reports .reports-buttons__btn--send {
  background-color: #FC5A45;
  color: #FFF;
}
.projects-reports .reports-table__reports .reports-buttons__btn--resend {
  border: 1px solid #402495;
  color: #000;
}
.projects-reports .reports-table__reports .reports-buttons__btn--sended {
  background-color: #F6F6F6;
  color: #BEBEBE;
  cursor: default;
}

.invoicing-page {
  width: 100%;
}
.invoicing-page .page-header {
  display: none;
}
.invoicing-page__title {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 0 0 20px 0;
}
.invoicing-page .invoicing-table {
  min-width: 1390px;
}
.invoicing-page .invoicing-table__wrapper {
  width: calc(100% + 9px);
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 55px;
}
.invoicing-page .invoicing-table .vuetable-body-wrapper {
  overflow: initial !important;
}
.invoicing-page .invoicing-table .vuetable-body-wrapper .vuetable-body tr td {
  padding: 6px;
  overflow: initial !important;
  white-space: normal;
}
.invoicing-page .invoicing-table .td-counterparty {
  width: 100%;
}
.invoicing-page .invoicing-table .td-counterparty__title {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 3px;
}
.invoicing-page .invoicing-table .td-counterparty__info {
  width: 100%;
}
.invoicing-page .invoicing-table .td-counterparty__info-item {
  height: 20px;
  padding: 0 10px;
  border-radius: 10px;
  background: #F6F6F6;
  margin: 0 4px 4px 0;
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.invoicing-page .invoicing-table .td-counterparty__info-item:last-child {
  margin-right: 0;
}
.invoicing-page .invoicing-table .td-counterparty__info-item--without {
  color: #E23636;
}
.invoicing-page .invoicing-table .td-sites {
  width: 100%;
}
.invoicing-page .invoicing-table .td-sites__item {
  width: 100%;
  position: relative;
  margin-bottom: 11px;
}
.invoicing-page .invoicing-table .td-sites__item:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-sites__item:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-sites__item:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-sites__item-inner {
  height: 20px;
  padding: 0 7px;
  border-radius: 10px;
  background-color: #F6F6F6;
}
.invoicing-page .invoicing-table .td-sites__item-inner div {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.invoicing-page .invoicing-table .td-amounts {
  width: 100%;
}
.invoicing-page .invoicing-table .td-amounts__item {
  width: 100%;
  position: relative;
  margin-bottom: 11px;
}
.invoicing-page .invoicing-table .td-amounts__item:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-amounts__item:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-amounts__item:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-amounts__item-inner {
  height: 20px;
  padding: 0 5px;
  color: #000;
  font-size: 10px;
  font-weight: 700;
}
.invoicing-page .invoicing-table .td-payments {
  width: 100%;
}
.invoicing-page .invoicing-table .td-payments__item {
  width: 100%;
  position: relative;
  margin-bottom: 11px;
  height: 20px;
  padding-right: 25px;
}
.invoicing-page .invoicing-table .td-payments__item:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-payments__item:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-payments__item:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-payments__item-edit {
  position: absolute;
  right: 5px;
  color: #D2D2D2;
  font-size: 14px;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-payments__item-edit:hover {
  color: #30BE50;
}
.invoicing-page .invoicing-table .td-payments__item-inner {
  max-height: 20px;
  padding: 0 5px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.invoicing-page .invoicing-table .td-files {
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  height: 20px;
}
.invoicing-page .invoicing-table .td-files:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-files:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-files:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-files__type {
  margin-right: 9px;
  position: relative;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-files__type:hover .td-files__type-title {
  color: #402495;
}
.invoicing-page .invoicing-table .td-files__type:hover .td-files__type-checkbox {
  border-color: #402495;
}
.invoicing-page .invoicing-table .td-files__type-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.invoicing-page .invoicing-table .td-files__type-input:checked + .td-files__type-inner .td-files__type-title {
  color: #402495;
}
.invoicing-page .invoicing-table .td-files__type-input:checked + .td-files__type-inner .td-files__type-checkbox {
  border-color: #402495;
  background-color: #402495;
}
.invoicing-page .invoicing-table .td-files__type-title {
  color: #000;
  font-size: 10px;
  font-weight: 500;
}
.invoicing-page .invoicing-table .td-files__type-checkbox {
  margin-left: 3px;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border: 1px solid #CECECE;
}
.invoicing-page .invoicing-table .td-files__type-checkbox span {
  font-size: 8px;
  color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add {
  position: relative;
}
.invoicing-page .invoicing-table .td-files__add:hover .add-button {
  background-color: #000000;
  border-color: #000000;
}
.invoicing-page .invoicing-table .td-files__add:hover .add-button__icon {
  color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add:hover .add-button__icon.icon-plus {
  display: none;
}
.invoicing-page .invoicing-table .td-files__add:hover .add-button__icon.icon-close {
  display: block;
  font-size: 9px;
}
.invoicing-page .invoicing-table .td-files__add:hover .add-block {
  display: block;
}
.invoicing-page .invoicing-table .td-files__add .add-button {
  height: 18px;
  width: 18px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 9px;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-files__add .add-button__icon {
  font-size: 11px;
  color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add .add-button__icon.icon-close {
  display: none;
}
.invoicing-page .invoicing-table .td-files__add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner {
  width: 335px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs {
  display: flex;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs__header {
  width: 90px;
  min-width: 90px;
  margin-right: 5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs__content {
  flex-grow: 1;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs__nav-scroll {
  padding-bottom: 0;
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__nav {
  border-radius: 4px;
  background-color: #F6F6F6;
  padding: 5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item {
  padding: 6px 10px;
  border-bottom: 1px solid #E9E9E9;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 4px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item:last-child {
  border: none;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item.is-left {
  text-align: left;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item.is-active {
  background-color: #402495;
  color: #FFF;
  border-bottom: none;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item.is-active .checked {
  background-color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item.is-active .checked span {
  color: #402495;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item-title.is-added .checked {
  display: flex;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item .checked {
  display: none;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #402495;
}
.invoicing-page .invoicing-table .td-files__add .add-block__inner .el-tabs--left .el-tabs__item .checked span {
  font-size: 8px;
  color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add .add-block__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload {
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload .form-input {
  width: 100%;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload .form-input .el-upload {
  width: 100%;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload span {
  margin-right: auto;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__upload-icon span {
  font-size: 10px;
  color: #FFF;
  margin: auto;
}
.invoicing-page .invoicing-table .td-files__add .add-block__file {
  width: 100%;
  padding: 6px;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #F6F6F6;
  align-items: center;
  position: relative;
}
.invoicing-page .invoicing-table .td-files__add .add-block__file-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-files__add .add-block__file-icon:hover span {
  color: #FC5A45;
}
.invoicing-page .invoicing-table .td-files__add .add-block__file-icon span {
  font-size: 10px;
  color: #D2D2D2;
  margin: auto;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link {
  width: 100%;
  margin-top: 7.5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-input {
  align-items: center;
  position: relative;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-delete {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-delete:hover span {
  color: #FC5A45;
}
.invoicing-page .invoicing-table .td-files__add .add-block__link-delete span {
  font-size: 10px;
  color: #D2D2D2;
}
.invoicing-page .invoicing-table .td-dispatch {
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  height: 20px;
}
.invoicing-page .invoicing-table .td-dispatch:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-dispatch:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-dispatch:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-dispatch__inner {
  width: 100%;
}
.invoicing-page .invoicing-table .td-dispatch__item {
  width: 14px;
  min-width: 14px;
  margin: 0 5px 0 0;
}
.invoicing-page .invoicing-table .td-dispatch__item:last-child {
  margin-right: 0;
}
.invoicing-page .invoicing-table .td-sent {
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  height: 20px;
  padding-right: 25px;
}
.invoicing-page .invoicing-table .td-sent:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EEEEEE;
}
.invoicing-page .invoicing-table .td-sent:last-child {
  margin-bottom: 0;
}
.invoicing-page .invoicing-table .td-sent:last-child:after {
  display: none;
}
.invoicing-page .invoicing-table .td-sent__done {
  width: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.invoicing-page .invoicing-table .td-sent__done .icon-check-circle1 {
  font-size: 18px;
  margin: 0 5px;
}
.invoicing-page .invoicing-table .td-sent__await {
  width: 100%;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 5px;
}
.invoicing-page .invoicing-table .td-sent__await-btn {
  margin: 0 5px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-sent__await-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.invoicing-page .invoicing-table .td-sent__delete {
  position: absolute;
  right: 5px;
  color: #D2D2D2;
  font-size: 14px;
  cursor: pointer;
}
.invoicing-page .invoicing-table .td-sent__delete:hover {
  color: #FC5A45;
}

.employees-deadline .page-header {
  display: none;
}
.employees-deadline__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.employees-deadline__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.employees-deadline__filter {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 10px 0;
}
.employees-deadline__filter-item {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 6px;
}
.employees-deadline__filter-item:hover {
  color: #000;
}
.employees-deadline__filter-item.is-active {
  color: #FFF;
  background-color: #000000;
  cursor: default;
}
.employees-deadline__filter-item:last-child {
  margin-right: 0;
}
.employees-deadline .employees-list {
  width: 100%;
  margin-top: 10px;
}
.employees-deadline .employees-list .employee {
  width: 100%;
  margin-bottom: 10px;
}
.employees-deadline .employees-list .employee:last-child {
  margin-bottom: 0;
}
.employees-deadline .employees-list .employee__top {
  width: 100%;
  padding: 6px 7px 6px 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
}
.employees-deadline .employees-list .employee__top.is-open .employee__top-angle {
  transform: rotate(180deg);
}
.employees-deadline .employees-list .employee__top.is-open + .employee__table {
  display: block;
}
.employees-deadline .employees-list .employee__top-title {
  margin-right: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.employees-deadline .employees-list .employee__top-title span {
  font-weight: 500;
}
.employees-deadline .employees-list .employee__top-btn {
  height: 16px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-right: 7px;
  margin-left: auto;
}
.employees-deadline .employees-list .employee__top-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.employees-deadline .employees-list .employee__top-angle {
  font-size: 14px;
  color: #402495;
  cursor: pointer;
}
.employees-deadline .employees-list .employee__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: none;
}
.employees-deadline .employees-list .tasks-table {
  width: 100%;
  min-width: 1200px;
  padding-top: 10px;
  /*&__status {
      height: 18px;
      padding: 0 15px;
      border-radius: 9px;
      color: #FFF;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      line-height: 18px;

      &--deadline {
          background: $red;
      }
      &--on_correction {
          background-color: #00CED1;
      }
      &--in_work {
          background-color: #48C73D;
      }
      &--rework {
          background-color: #7EA1BB;
      }
      &--closed,
      &--finished {
          background-color: $black;
      }
      &--frozen {
          background-color: #B6B6B6;
      }
      &--grade {
          background-color: #BB877D;
      }
      &--statement {
          background-color: #6F7DC5;
      }
      &--on_completion {
          background-color: #3E4D9A;
      }
  }*/
}
.employees-deadline .employees-list .tasks-table .vuetable-body-wrapper.fixed-header {
  overflow: initial;
}
.employees-deadline .employees-list .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td {
  color: #848484 !important;
}
.employees-deadline .employees-list .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td .tasks-table__site-name {
  color: #848484;
}
.employees-deadline .employees-list .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td .tasks-table__left {
  color: #848484;
}
.employees-deadline .employees-list .tasks-table .vuetable-body-wrapper .vuetable-body tr td {
  overflow: initial;
  white-space: normal;
}
.employees-deadline .employees-list .tasks-table__site {
  width: 100%;
  align-items: center;
}
.employees-deadline .employees-list .tasks-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.employees-deadline .employees-list .tasks-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.employees-deadline .employees-list .tasks-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.employees-deadline .employees-list .tasks-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.employees-deadline .employees-list .tasks-table__status {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  width: 125px;
  max-width: 100%;
}
.employees-deadline .employees-list .tasks-table__status--deadline {
  background: #FC5A45;
}
.employees-deadline .employees-list .tasks-table__status--on_correction {
  background-color: #00CED1;
}
.employees-deadline .employees-list .tasks-table__status--in_work {
  background-color: #48C73D;
}
.employees-deadline .employees-list .tasks-table__status--rework {
  background-color: #7EA1BB;
}
.employees-deadline .employees-list .tasks-table__status--closed, .employees-deadline .employees-list .tasks-table__status--finished {
  background-color: #000000;
}
.employees-deadline .employees-list .tasks-table__status--frozen {
  background-color: #B6B6B6;
}
.employees-deadline .employees-list .tasks-table__status--grade {
  background-color: #BB877D;
}
.employees-deadline .employees-list .tasks-table__status--statement {
  background-color: #6F7DC5;
}
.employees-deadline .employees-list .tasks-table__status--on_completion {
  background-color: #3E4D9A;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper {
  height: 100%;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper .input-label {
  height: 100%;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper .input-label .el-select {
  height: 100%;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper .input-label .el-select .el-input__inner {
  height: 18px;
  line-height: 18px;
  border: 0;
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 0 10px;
}
.employees-deadline .employees-list .tasks-table__status .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.employees-deadline .employees-list .tasks-table__left {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.employees-deadline .employees-list .tasks-table__left span {
  font-weight: 600;
}
.employees-deadline .employees-list .tasks-table__result {
  width: 100%;
}
.employees-deadline .employees-list .tasks-table__result-add {
  position: relative;
}
.employees-deadline .employees-list .tasks-table__result-add:hover .add-button {
  color: #402495;
}
.employees-deadline .employees-list .tasks-table__result-add:hover .add-button__icon {
  color: #402495;
}
.employees-deadline .employees-list .tasks-table__result-add:hover .add-block {
  display: block;
}
.employees-deadline .employees-list .tasks-table__result-add .add-button {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
}
.employees-deadline .employees-list .tasks-table__result-add .add-button__icon {
  font-size: 12px;
  color: #BEBEBE;
  margin-right: 10px;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding-top: 5px;
  z-index: 20;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link {
  width: 100%;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.employees-deadline .employees-list .tasks-table__result-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.employees-deadline .employees-list .tasks-table__result-link {
  width: 100%;
}
.employees-deadline .employees-list .tasks-table__result-link a {
  display: inline-block;
  overflow: hidden;
  color: #848484;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 10px;
}
.employees-deadline .employees-list .tasks-table__result-link a:hover {
  color: #402495;
}
.employees-deadline .employees-list .tasks-table__result-link span {
  margin-left: auto;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.employees-deadline .employees-list .tasks-table__result-link span:hover {
  color: #FC5A45;
}

.employee-deadline .page-header {
  display: none;
}
.employee-deadline__top {
  width: 100%;
  margin-bottom: 20px;
}
.employee-deadline__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.employee-deadline__top-title span {
  color: #B2B2B2;
}
.employee-deadline__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.employee-deadline__table .tasks-table {
  width: 100%;
  min-width: 1200px;
  padding-top: 10px;
}
.employee-deadline__table .tasks-table .vuetable-body-wrapper.fixed-header {
  overflow: initial;
}
.employee-deadline__table .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td {
  color: #848484 !important;
}
.employee-deadline__table .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td .tasks-table__site-name {
  color: #848484;
}
.employee-deadline__table .tasks-table .vuetable-body-wrapper .vuetable-body tr.is-statement td .tasks-table__left {
  color: #848484;
}
.employee-deadline__table .tasks-table .vuetable-body-wrapper .vuetable-body tr td {
  overflow: initial;
  white-space: normal;
}
.employee-deadline__table .tasks-table .pagination-wrapper {
  margin-top: 45px;
}
.employee-deadline__table .tasks-table__site {
  width: 100%;
  align-items: center;
}
.employee-deadline__table .tasks-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.employee-deadline__table .tasks-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.employee-deadline__table .tasks-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.employee-deadline__table .tasks-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.employee-deadline__table .tasks-table__status {
  height: 18px;
  padding: 0 15px;
  border-radius: 9px;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  line-height: 18px;
}
.employee-deadline__table .tasks-table__status--deadline {
  background: #FC5A45;
}
.employee-deadline__table .tasks-table__status--on_correction {
  background-color: #00CED1;
}
.employee-deadline__table .tasks-table__status--in_work {
  background-color: #48C73D;
}
.employee-deadline__table .tasks-table__status--rework {
  background-color: #7EA1BB;
}
.employee-deadline__table .tasks-table__status--closed, .employee-deadline__table .tasks-table__status--finished {
  background-color: #000000;
}
.employee-deadline__table .tasks-table__status--frozen {
  background-color: #B6B6B6;
}
.employee-deadline__table .tasks-table__status--grade {
  background-color: #BB877D;
}
.employee-deadline__table .tasks-table__status--statement {
  background-color: #6F7DC5;
}
.employee-deadline__table .tasks-table__status--on_completion {
  background-color: #3E4D9A;
}
.employee-deadline__table .tasks-table__left {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.employee-deadline__table .tasks-table__left span {
  font-weight: 600;
}
.employee-deadline__table .tasks-table__result {
  width: 100%;
}
.employee-deadline__table .tasks-table__result-add {
  position: relative;
}
.employee-deadline__table .tasks-table__result-add:hover .add-button {
  color: #402495;
}
.employee-deadline__table .tasks-table__result-add:hover .add-button__icon {
  color: #402495;
}
.employee-deadline__table .tasks-table__result-add:hover .add-block {
  display: block;
}
.employee-deadline__table .tasks-table__result-add .add-button {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  cursor: pointer;
}
.employee-deadline__table .tasks-table__result-add .add-button__icon {
  font-size: 12px;
  color: #BEBEBE;
  margin-right: 10px;
}
.employee-deadline__table .tasks-table__result-add .add-block {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  padding-top: 5px;
  z-index: 20;
}
.employee-deadline__table .tasks-table__result-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.employee-deadline__table .tasks-table__result-add .add-block__link {
  width: 100%;
}
.employee-deadline__table .tasks-table__result-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.employee-deadline__table .tasks-table__result-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.employee-deadline__table .tasks-table__result-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.employee-deadline__table .tasks-table__result-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.employee-deadline__table .tasks-table__result-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.employee-deadline__table .tasks-table__result-link {
  width: 100%;
}
.employee-deadline__table .tasks-table__result-link a {
  display: inline-block;
  overflow: hidden;
  color: #848484;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 10px;
}
.employee-deadline__table .tasks-table__result-link a:hover {
  color: #402495;
}
.employee-deadline__table .tasks-table__result-link span {
  margin-left: auto;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.employee-deadline__table .tasks-table__result-link span:hover {
  color: #FC5A45;
}

.status-control .page-header {
  display: none;
}
.status-control__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
}
.status-control__top-tabs {
  margin-right: 15px;
}
.status-control__top-search {
  width: 250px;
  position: relative;
  margin-right: 15px;
}
.status-control__top-search input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 5px;
  padding: 0 25px 0 15px;
}
.status-control__top-search span {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.status-control__tab {
  color: #A3A3A3;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 15px;
  cursor: pointer;
}
.status-control__tab:last-child {
  margin-right: 0;
}
.status-control__tab.is-active {
  color: #000;
  cursor: default;
}
.status-control__content {
  width: 100%;
}
.status-control .control-status {
  width: 100%;
}
.status-control .control-status__filter {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding: 10px 0;
}
.status-control .control-status__filter-item {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 6px;
  white-space: nowrap;
}
.status-control .control-status__filter-item:hover {
  color: #000;
}
.status-control .control-status__filter-item.is-active {
  color: #FFF;
  background-color: #000000;
  cursor: default;
}
.status-control .control-status__filter-item:last-child {
  margin-right: 0;
}
.status-control .control-status__details {
  width: calc(100% + 15px);
  margin: 5px -7.5px 20px -7.5px;
}
.status-control .control-status__details .detail {
  width: 20%;
  padding: 0 7.5px;
  margin-top: 15px;
}
.status-control .control-status__details .detail__inner {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 1px;
}
.status-control .control-status__details .detail__inner-block {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 12px;
  background-color: #FFF;
}
.status-control .control-status__details .detail__inner-info {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #FFF;
  box-shadow: 4px 4px 24px 0 #DCDEE4;
  padding: 10px 45px 10px 15px;
  position: relative;
}
.status-control .control-status__details .detail__inner-values {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 4px;
}
.status-control .control-status__details .detail__inner-values span {
  color: #7B7B7B;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 2px;
}
.status-control .control-status__details .detail__inner-title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.status-control .control-status__details .detail__inner-image {
  position: absolute;
  right: 15px;
  width: 24px;
}
.status-control .control-status .employees-list {
  width: 100%;
  margin-top: 10px;
}
.status-control .control-status .employees-list .employee {
  width: 100%;
  margin-bottom: 10px;
}
.status-control .control-status .employees-list .employee:last-child {
  margin-bottom: 0;
}
.status-control .control-status .employees-list .employee__top {
  width: 100%;
  padding: 6px 7px 6px 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
}
.status-control .control-status .employees-list .employee__top.is-open .employee__top-angle {
  transform: rotate(180deg);
}
.status-control .control-status .employees-list .employee__top.is-open + .employee__table {
  display: block;
}
.status-control .control-status .employees-list .employee__top-title {
  margin-right: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.status-control .control-status .employees-list .employee__top-title span {
  font-weight: 500;
}
.status-control .control-status .employees-list .employee__top-angle {
  font-size: 14px;
  color: #402495;
  cursor: pointer;
}
.status-control .control-status .employees-list .employee__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: none;
}
.status-control .control-status .employees-list .projects-table {
  width: 100%;
  min-width: 1200px;
  padding-top: 10px;
}
.status-control .control-status .employees-list .projects-table .vuetable-head-wrapper {
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.status-control .control-status .employees-list .projects-table .vuetable-body-wrapper.fixed-header {
  overflow: initial;
}
.status-control .control-status .employees-list .projects-table .vuetable-body-wrapper .vuetable-body tr td {
  overflow: initial !important;
}
.status-control .control-status .employees-list .projects-table__site {
  width: 100%;
  align-items: center;
}
.status-control .control-status .employees-list .projects-table__site-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.status-control .control-status .employees-list .projects-table__site-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 5px;
}
.status-control .control-status .employees-list .projects-table__site-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.status-control .control-status .employees-list .projects-table__site-name {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.status-control .control-status .employees-list .projects-table__site .item-priority {
  cursor: pointer;
  position: relative;
  margin-left: auto;
}
.status-control .control-status .employees-list .projects-table__site .item-priority__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
}
.status-control .control-status .employees-list .projects-table__site .item-priority__icon.priority-important {
  color: #FFF;
  background-color: #000000;
}
.status-control .control-status .employees-list .projects-table__site .item-priority__icon.priority-middle {
  color: #000000;
  background-color: #F6F6F6;
}
.status-control .control-status .employees-list .projects-table__site .item-priority__icon.priority-moderate {
  color: #747474;
  background-color: #F6F6F6;
}
.status-control .control-status .employees-list .projects-table__type {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 125px;
  max-width: 100%;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper .input-label {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper .input-label .el-select {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper .input-label .el-select .el-input__inner {
  height: 16px;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  color: inherit;
}
.status-control .control-status .employees-list .projects-table__type .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.status-control .control-status .employees-list .projects-table__status {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 125px;
  max-width: 100%;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper .input-label {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper .input-label .el-select {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper .input-label .el-select .el-input__inner {
  height: 16px;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
}
.status-control .control-status .employees-list .projects-table__status .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.status-control .control-status .employees-list .projects-table__problem, .status-control .control-status .employees-list .projects-table__solution {
  width: 100%;
}
.status-control .control-status .employees-list .projects-table__problem-text, .status-control .control-status .employees-list .projects-table__solution-text {
  white-space: normal;
  max-width: calc(100% - 20px);
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.status-control .control-status .employees-list .projects-table__problem-empty, .status-control .control-status .employees-list .projects-table__solution-empty {
  color: #848484;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.status-control .control-status .employees-list .projects-table__problem-edit, .status-control .control-status .employees-list .projects-table__solution-edit {
  position: relative;
}
.status-control .control-status .employees-list .projects-table__problem-edit span, .status-control .control-status .employees-list .projects-table__solution-edit span {
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.status-control .control-status .employees-list .projects-table__problem-edit span:hover, .status-control .control-status .employees-list .projects-table__solution-edit span:hover {
  color: #30BE50;
}
.status-control .control-status .employees-list .projects-table__problem-edit .el-input__inner, .status-control .control-status .employees-list .projects-table__solution-edit .el-input__inner {
  padding-right: 35px;
}
.status-control .control-status .employees-list .projects-table__deadline {
  width: 100%;
}
.status-control .control-status .employees-list .projects-table__deadline .el-input--prefix .el-input__inner {
  padding: 0 10px !important;
}
.status-control .control-status .employees-list .projects-table__deadline .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.status-control .control-status .employees-list .projects-table__deadline .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.status-control .control-status .employees-list .projects-table__deadline .el-date-editor.el-input .el-input__inner {
  padding: 0 30px 0 10px;
  background-color: transparent;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.status-control .active-services {
  width: 100%;
}
.status-control .active-services .sites-list {
  width: 100%;
  margin-top: 10px;
}
.status-control .active-services .sites-list .site {
  width: 100%;
  margin-bottom: 10px;
}
.status-control .active-services .sites-list .site:last-child {
  margin-bottom: 0;
}
.status-control .active-services .sites-list .site__top {
  width: 100%;
  padding: 6px 7px 6px 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
}
.status-control .active-services .sites-list .site__top.is-open .site__top-angle {
  transform: rotate(180deg);
}
.status-control .active-services .sites-list .site__top.is-open + .site__table {
  display: block;
}
.status-control .active-services .sites-list .site__top.is-open + .site__table + .el-row {
  display: block;
}
.status-control .active-services .sites-list .site__top .top-info {
  margin-right: 10px;
}
.status-control .active-services .sites-list .site__top .top-info__title {
  margin-right: 10px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
}
.status-control .active-services .sites-list .site__top .top-info__title span {
  font-weight: 500;
}
.status-control .active-services .sites-list .site__top .top-info__call {
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #402495;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}
.status-control .active-services .sites-list .site__top .top-info__call .el-date-editor.el-input {
  width: 75px;
  margin-left: 5px;
  margin-bottom: 2px;
}
.status-control .active-services .sites-list .site__top .top-info__call .el-date-editor.el-input .el-input__inner {
  padding: 0 5px;
  border: 0;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}
.status-control .active-services .sites-list .site__top .top-info__call .el-date-editor.el-input .el-input__prefix {
  display: none;
}
.status-control .active-services .sites-list .site__top .top-info__domain {
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  background-color: #FFF;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  margin-right: 4px;
  white-space: nowrap;
}
.status-control .active-services .sites-list .site__top .top-info__nps {
  height: 16px;
  padding: 0 5px;
  border-radius: 8px;
  border: 1px solid #48C73D;
  color: #48C73D;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.status-control .active-services .sites-list .site__top .top-info__nps:hover .add-block {
  display: block;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__inner {
  width: 120px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value {
  width: 100%;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value-input {
  align-items: center;
  position: relative;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.status-control .active-services .sites-list .site__top .top-info__nps .add-block__value-btn span {
  font-size: 10px;
  color: #FFF;
}
.status-control .active-services .sites-list .site__top-btn {
  margin-left: auto;
  height: 16px;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 8px;
  font-weight: 600;
  cursor: pointer;
}
.status-control .active-services .sites-list .site__top-angle {
  margin-left: 15px;
  font-size: 14px;
  color: #402495;
  cursor: pointer;
}
.status-control .active-services .sites-list .site__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: none;
  margin-bottom: 15px;
}
.status-control .active-services .sites-list .site .el-row {
  display: none;
}
.status-control .active-services .sites-list .site .el-row .el-col .label-wrapper .input-label {
  position: relative;
  display: block;
}
.status-control .active-services .sites-list .site .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0 10px;
  z-index: 10;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.status-control .active-services .sites-list .site .el-row .el-col .label-wrapper .input-label .el-textarea__inner {
  padding: 18px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.status-control .active-services .sites-list .services-table {
  width: 100%;
  min-width: 1200px;
  padding-top: 10px;
}
.status-control .active-services .sites-list .services-table .vuetable-head-wrapper {
  height: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.status-control .active-services .sites-list .services-table .vuetable-head-wrapper .vuetable thead tr th:first-child {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.status-control .active-services .sites-list .services-table .vuetable-body-wrapper.fixed-header {
  overflow: initial;
}
.status-control .active-services .sites-list .services-table .td-services {
  width: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.status-control .active-services .sites-list .services-table .td-services__color {
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-right: 8px;
}
.status-control .active-services .sites-list .services-table__reports, .status-control .active-services .sites-list .services-table__feedback {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  background-color: #F6F6F6;
}
.status-control .active-services .sites-list .services-table__reports .label-wrapper, .status-control .active-services .sites-list .services-table__feedback .label-wrapper {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__reports .label-wrapper .input-label, .status-control .active-services .sites-list .services-table__feedback .label-wrapper .input-label {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__reports .label-wrapper .input-label .el-select, .status-control .active-services .sites-list .services-table__feedback .label-wrapper .input-label .el-select {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__reports .label-wrapper .input-label .el-select .el-input, .status-control .active-services .sites-list .services-table__feedback .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__reports .label-wrapper .input-label .el-select .el-input__inner, .status-control .active-services .sites-list .services-table__feedback .label-wrapper .input-label .el-select .el-input__inner {
  height: 16px;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  color: #000;
}
.status-control .active-services .sites-list .services-table__execution {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper .input-label {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper .input-label .el-select {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper .input-label .el-select .el-input__inner {
  height: 16px;
  line-height: 16px;
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0 10px;
  color: #FFF;
}
.status-control .active-services .sites-list .services-table__execution .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.status-control .active-services .sites-list .services-table .td-comment {
  width: 100%;
  align-items: center;
  position: relative;
}
.status-control .active-services .sites-list .services-table .td-comment__value {
  padding: 0 20px 0 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.status-control .active-services .sites-list .services-table .td-comment__icon {
  position: absolute;
  right: 3px;
}
.status-control .active-services .sites-list .services-table .td-comment__icon .icon-edit {
  font-size: 14px;
  color: #B9B9B9;
  cursor: pointer;
  margin-right: 2px;
}
.status-control .active-services .sites-list .services-table .td-comment__icon .icon-edit:hover {
  color: #30BE50;
}
.status-control .active-services .sites-list .services-table .td-comment__icon .icon-check-circle1 {
  font-size: 18px;
  cursor: pointer;
}
.status-control .active-services .sites-list .services-table .td-comment__icon .icon-check-circle1 .path1:before {
  color: #FC5A45;
}
.status-control .active-services .sites-list .services-table .td-comment__icon .icon-check-circle1 .path2:before {
  color: #FC5A45;
}
.status-control .active-services .sites-list .services-table .td-comment__input {
  width: calc(100% + 6px);
  height: 28px;
  margin: -7.4px -3px;
  padding: 0 25px 0 7px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.status-control .active-services .sites-list .services-table .td-comment__input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.status-control .active-services .sites-list .services-table .td-comment__input:not(:placeholder-shown), .status-control .active-services .sites-list .services-table .td-comment__input:hover, .status-control .active-services .sites-list .services-table .td-comment__input:focus {
  border-color: #000000;
}

.control-settings {
  width: 100%;
}
.control-settings .page-header {
  display: none;
}
.control-settings__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.control-settings__top-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.control-settings__top-back span {
  font-size: 12px;
  color: #FFF;
}
.control-settings__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 15px 5px 0;
}
.control-settings__content {
  width: 100%;
}
.control-settings .settings-column {
  width: 25%;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 25px;
  padding-left: 15px;
}
.control-settings .settings-column:first-child {
  padding-left: 0;
}
.control-settings .settings-column:last-child {
  width: 45%;
}
.control-settings .settings-column.services-column {
  width: 33.33%;
}
.control-settings .settings-column.search-column {
  width: 33.33%;
}
.control-settings .settings-column.search-column:last-child {
  padding-left: 0;
}
.control-settings .settings-column__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #402495;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.control-settings .settings-column .settings-list {
  width: 100%;
  margin-bottom: 15px;
}
.control-settings .settings-column .settings-list__item {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  align-items: center;
}
.control-settings .settings-column .settings-list__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.control-settings .settings-column .settings-list__item-number {
  width: 24px;
  min-width: 24px;
  text-align: center;
  margin-right: 5px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.control-settings .settings-column .settings-list__item .el-switch {
  margin-right: 10px;
}
.control-settings .settings-column .settings-list__item .el-switch__core {
  height: 15px;
  width: 26px !important;
  border-radius: 7px;
}
.control-settings .settings-column .settings-list__item .el-switch__core:after {
  width: 11px;
  height: 11px;
}
.control-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.control-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core:after {
  margin-left: -12px;
}
.control-settings .settings-column .settings-list__item-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  flex-grow: 1;
}
.control-settings .settings-column .settings-list__item-color {
  margin-left: 10px;
  width: 26px;
  height: 14px;
  border-radius: 9px;
}
.control-settings .settings-column .settings-list__item-img {
  height: 20px;
  margin-left: 10px;
}
.control-settings .settings-column .settings-list__item-edit {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.control-settings .settings-column .settings-list__item-edit:hover {
  color: #30BE50;
}
.control-settings .settings-column .settings-list__item-delete {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.control-settings .settings-column .settings-list__item-delete:hover {
  color: #FC5A45;
}
.control-settings .settings-column__add {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.control-settings .settings-column__add .el-row {
  width: 100%;
  margin: 0 !important;
}
.control-settings .settings-column__add .el-row .el-col {
  padding: 0 !important;
  height: 100%;
}
.control-settings .settings-column__add .el-row .el-col:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EFEFEF;
}
.control-settings .settings-column__add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 45px;
}
.control-settings .settings-column__add .el-row .el-col:first-child:before {
  display: none !important;
}
.control-settings .settings-column__add .el-row .el-col .form-input {
  width: 100%;
}
.control-settings .settings-column__add .el-row .el-col .form-input .input-label {
  padding-bottom: 0;
}
.control-settings .settings-column__add .el-row .el-col .form-input .input-label__title {
  padding: 0 10px;
}
.control-settings .settings-column__add .el-row .el-col .form-input .input-label__title span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.control-settings .settings-column__add .el-row .el-col .form-input .input-label input {
  border: none !important;
  padding: 0 10px;
}
.control-settings .settings-column__add .el-row .el-col .form-input .input-label .error-messages {
  top: 40px;
  position: absolute;
  font-size: 12px;
  color: #FC5A45;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload {
  width: calc(100% - 10px);
  margin: 5px 5px 0 5px;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
  display: block;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:hover, .control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label__title {
  position: absolute;
  left: 40px;
  top: 13px;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  border: 0;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.control-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .el-upload-list__item:first-child {
  margin-top: 0;
}
.control-settings .settings-column__add-label {
  display: block;
  min-width: 100%;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 5px;
  padding: 0 10px;
  align-self: flex-start;
}
.control-settings .settings-column__add .el-color-picker {
  height: 16px;
  margin-left: 10px;
  align-self: flex-start;
}
.control-settings .settings-column__add .el-color-picker__trigger {
  width: 26px;
  height: 16px;
  padding: 0;
}
.control-settings .settings-column__add-btn {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  z-index: 101;
}
.control-settings .settings-column__add-btn span {
  font-size: 10px;
  color: #FFF;
}
.control-settings .settings-column .parameter-block {
  width: 100%;
  margin-bottom: 20px;
}
.control-settings .settings-column .parameter-block__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #402495;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}
.control-settings .description-column {
  width: 33.33%;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 25px;
  padding-left: 15px;
}
.control-settings .description-column:first-child {
  padding-left: 0;
}
.control-settings .description-column__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #402495;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.control-settings .description-column .form-input {
  width: 100%;
}
.control-settings .description-column .form-input .el-textarea .el-textarea__inner {
  transition: 0.3s linear all;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  padding: 5px 10px;
  min-height: 75px !important;
  resize: vertical;
}
.control-settings .description-column .form-input .el-textarea .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.control-settings .description-column .form-input .el-textarea .el-textarea__inner:not(:placeholder-shown), .control-settings .description-column .form-input .el-textarea .el-textarea__inner:hover, .control-settings .description-column .form-input .el-textarea .el-textarea__inner:focus {
  border-color: #000000;
}

@media (max-width: 1340px) {
  .control-settings__top-title {
    font-size: 20px;
  }
  .control-settings .settings-column {
    width: 50%;
  }
  .control-settings .settings-column.search-column {
    width: 50%;
  }
  .control-settings .settings-column:first-child {
    padding-right: 0;
  }
  .control-settings .settings-column:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .control-settings__top {
    margin-bottom: 10px;
  }
  .control-settings__top-title {
    font-size: 18px;
  }
  .control-settings .settings-column {
    width: 100% !important;
    padding-left: 0;
  }
  .control-settings .settings-column.services-column {
    width: 100%;
  }
  .control-settings .settings-column.search-column {
    width: 100%;
  }
  .control-settings .settings-column:first-child {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .control-settings__top-title {
    font-size: 16px;
  }
}
.task-tracker {
  padding: 0 !important;
  width: 100%;
  position: relative;
}
.task-tracker .flex-content {
  width: 100%;
}
.task-tracker .page-header {
  display: none;
}
.task-tracker .content-wrapper {
  display: flex;
}
.task-tracker .aside-menu {
  width: 200px;
  min-width: 200px;
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #F6F6F6;
  padding: 20px 15px 10px 15px;
}
.task-tracker .aside-menu__title {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.task-tracker .aside-menu__checkbox {
  margin-bottom: 10px;
}
.task-tracker .aside-menu__checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #402495;
  border-color: #402495;
}
.task-tracker .aside-menu__checkbox .el-checkbox__input.is-checked .el-checkbox__inner:after {
  font-family: "devmark" !important;
  content: "\e92d";
  color: #FFF;
  border: 0;
  transform: rotate(0);
  font-size: 9px;
  left: 1px;
  top: 1px;
}
.task-tracker .aside-menu__checkbox .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #402495;
}
.task-tracker .aside-menu__checkbox .el-checkbox__inner:after {
  transform: rotate(0);
  border: 0;
}
.task-tracker .aside-menu__checkbox .el-checkbox__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.task-tracker .aside-menu__add {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background-color: #FFF;
  cursor: pointer;
}
.task-tracker .aside-menu__add:hover {
  background-color: #402495;
}
.task-tracker .aside-menu__add:hover span {
  color: #FFF;
}
.task-tracker .aside-menu__add span {
  font-size: 12px;
  color: #BEBEBE;
}
.task-tracker .aside-menu__search {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.task-tracker .aside-menu__search-input {
  width: 100%;
  height: 28px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 0 25px 0 12px;
  border: 1px solid #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .aside-menu__search-input:hover, .task-tracker .aside-menu__search-input:focus {
  border-color: #000;
}
.task-tracker .aside-menu__search-icon {
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 12px;
}
.task-tracker .aside-menu .menu-list {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
}
.task-tracker .aside-menu .menu-list__item {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.task-tracker .aside-menu .menu-list__item:hover .menu-list__item-title {
  font-weight: 600;
}
.task-tracker .aside-menu .menu-list__item:last-child {
  margin-bottom: 0;
}
.task-tracker .aside-menu .menu-list__item.is-active {
  background-color: #ECECEC;
}
.task-tracker .aside-menu .menu-list__item.is-active .menu-list__item-icon {
  color: #000;
}
.task-tracker .aside-menu .menu-list__item.is-active .menu-list__item-title {
  font-weight: 600;
}
.task-tracker .aside-menu .menu-list__item.is-active .menu-list__item-count {
  background-color: #000;
  color: #FFF;
}
.task-tracker .aside-menu .menu-list__item-icon {
  font-size: 18px;
  color: #C0C0C0;
  margin-right: 10px;
}
.task-tracker .aside-menu .menu-list__item-logo {
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
}
.task-tracker .aside-menu .menu-list__item-logo img {
  width: 100%;
}
.task-tracker .aside-menu .menu-list__item-title {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 10px;
}
.task-tracker .aside-menu .menu-list__item-count {
  margin-left: auto;
  height: 12px;
  min-width: 20px;
  padding: 0 5px;
  border-radius: 9px;
  background-color: #FFF;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.task-tracker__content {
  width: calc(100% - 200px);
}
.task-tracker .project-tracker {
  width: 100%;
}
.task-tracker .project-tracker__content {
  width: calc(100% - 400px);
  padding: 25px 20px;
  height: 100vh;
  overflow: auto;
}
.task-tracker .project-tracker__content-top {
  width: 100%;
  margin-bottom: 10px;
}
.task-tracker .project-tracker__content-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.task-tracker .project-tracker__content-btn {
  height: 24px;
  padding: 0 15px;
  border-radius: 40px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 10px;
}
.task-tracker .project-tracker__content-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.task-tracker .project-tracker__content-add {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.task-tracker .project-tracker__content-add input {
  width: 100%;
  height: 28px;
  padding: 0 25px 0 12px;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .project-tracker__content-add input:hover, .task-tracker .project-tracker__content-add input:focus {
  border-color: #000;
}
.task-tracker .project-tracker__content-add div {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.task-tracker .project-tracker__content-add div span {
  font-size: 12px;
  color: #FFF;
}
.task-tracker .project-tracker__calendars {
  margin-bottom: 10px;
  margin-left: auto;
}
.task-tracker .project-tracker__calendars-item {
  width: 135px;
  height: 24px;
}
.task-tracker .project-tracker__calendars-item:first-child {
  margin-right: 5px;
}
.task-tracker .project-tracker__calendars-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.task-tracker .project-tracker__calendars-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 25px 0 15px;
}
.task-tracker .project-tracker__calendars-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.task-tracker .project-tracker__calendars-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 25px 0 20px;
}
.task-tracker .project-tracker__calendars-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.task-tracker .project-tracker__calendars-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.task-tracker .project-tracker__calendars-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 12px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.task-tracker .project-tracker__calendars-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.task-tracker .project-tracker__filter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.task-tracker .project-tracker__filter-item {
  height: 18px;
  padding: 0 10px;
  margin-right: 6px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.task-tracker .project-tracker__filter-item:hover {
  color: #000;
}
.task-tracker .project-tracker__filter-item:last-child {
  margin-right: 0;
}
.task-tracker .project-tracker__filter-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.task-tracker .project-tracker .tasks-table .vuetable-head-wrapper {
  height: auto;
  margin-bottom: 5px;
}
.task-tracker .project-tracker .tasks-table tr {
  transition: 0.3s linear all;
  cursor: pointer;
}
.task-tracker .project-tracker .tasks-table tr.selected-table-row {
  background-color: #F6F6F6;
}
.task-tracker .project-tracker .tasks-table tr td:after {
  bottom: 0 !important;
}
.task-tracker .project-tracker .tasks-table tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.task-tracker .project-tracker .tasks-table tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.task-tracker .project-tracker .tasks-table__title {
  width: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  padding: 5px 0;
  white-space: normal;
}
.task-tracker .project-tracker .tasks-table__title-status {
  height: 14px;
  width: 14px;
  min-width: 14px;
  border: 1px solid #C0C0C0;
  margin-right: 6px;
  margin-left: 10px;
}
.task-tracker .project-tracker .tasks-table__title-status.is-closed {
  border-color: #48C73D;
  background-color: #48C73D;
}
.task-tracker .project-tracker .tasks-table__title-status.is-closed span {
  display: block;
}
.task-tracker .project-tracker .tasks-table__title-status span {
  font-size: 8px;
  color: #FFF;
  display: none;
}
.task-tracker .project-tracker__aside {
  width: 400px;
  min-width: 400px;
  background-color: #F6F6F6;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 25px 20px;
}
.task-tracker .project-tracker__aside-inner {
  width: 100%;
}
.task-tracker .project-tracker__aside-title {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.task-tracker .project-tracker__aside-link {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 1px solid #E3E3E3;
}
.task-tracker .project-tracker__aside-link:hover {
  border-color: #000;
}
.task-tracker .project-tracker__aside-link:hover span {
  color: #000;
}
.task-tracker .project-tracker__aside-link span {
  font-size: 10px;
  color: #BEBEBE;
}
.task-tracker .project-tracker__aside .project-info {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-info__item {
  width: 100%;
  margin-bottom: 10px;
}
.task-tracker .project-tracker__aside .project-info__item:last-child {
  margin-bottom: 0;
}
.task-tracker .project-tracker__aside .project-info__item-title {
  width: 95px;
  min-width: 95px;
  color: #B0B0B0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .project-tracker__aside .project-info__item-title span {
  font-size: 12px;
  color: #B0B0B0;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-info__item-value {
  padding-left: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .project-tracker__aside .project-reports {
  width: 100%;
  margin-top: 25px;
}
.task-tracker .project-tracker__aside .project-reports__title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
}
.task-tracker .project-tracker__aside .project-reports__add {
  margin-left: 10px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-reports__add span {
  font-size: 12px;
  color: #FFF;
}
.task-tracker .project-tracker__aside .project-reports .reports-list {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
  background-color: #FFF;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item:last-child {
  margin-bottom: 0;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item-inner {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item-title {
  width: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 8px;
  white-space: nowrap;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item-color {
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-block {
  width: 100%;
  height: 18px;
  padding: 0 3px;
  border-radius: 5px;
  background-color: #F6F6F6;
  margin-top: 6px;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-block__icon {
  font-size: 12px;
  color: #000;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-block__title {
  display: block;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-block__delete {
  margin-left: 6px;
  color: #D2D2D2;
  font-size: 12px;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-block__delete:hover {
  color: #FC5A45;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link {
  width: 100%;
  height: 18px;
  padding: 0 3px;
  border-radius: 5px;
  background-color: #F6F6F6;
  margin-top: 6px;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link__icon {
  font-size: 12px;
  color: #402495;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link__title {
  display: block;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link__title:hover {
  text-decoration: none;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link__delete {
  margin-left: 6px;
  color: #D2D2D2;
  font-size: 12px;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-reports .reports-list__item .report-link__delete:hover {
  color: #FC5A45;
}
.task-tracker .project-tracker__aside .project-files {
  width: 100%;
  margin-top: 25px;
}
.task-tracker .project-tracker__aside .project-files__title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
}
.task-tracker .project-tracker__aside .project-files__add {
  margin-left: 10px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
  position: relative;
}
.task-tracker .project-tracker__aside .project-files__add-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.task-tracker .project-tracker__aside .project-files__add span {
  font-size: 12px;
  color: #FFF;
}
.task-tracker .project-tracker__aside .project-files__calendar {
  width: 115px;
  height: 18px;
  margin-left: auto;
}
.task-tracker .project-tracker__aside .project-files__calendar .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.task-tracker .project-tracker__aside .project-files__calendar .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 5px;
  font-size: 12px;
  color: #402495;
  z-index: 1;
}
.task-tracker .project-tracker__aside .project-files__calendar .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #E3E3E3;
  font-style: normal;
  border-radius: 9px;
  font-weight: 600;
  font-size: 8px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
  padding: 0 20px 0 10px;
  height: 18px;
}
.task-tracker .project-tracker__aside .project-files__calendar .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.task-tracker .project-tracker__aside .project-files .files-list {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-files .files-list__item {
  width: 100%;
  margin-bottom: 4px;
  padding: 5px;
  border-radius: 5px;
  background-color: #FFF;
}
.task-tracker .project-tracker__aside .project-files .files-list__item:last-child {
  margin-bottom: 0;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-icon {
  font-size: 16px;
  color: #000;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-info {
  flex-grow: 1;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-details {
  color: #BEBEBE;
  font-size: 8px;
  font-weight: 500;
  line-height: 120%;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-title {
  display: block;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-delete {
  font-size: 12px;
  color: #D9D9D9;
  margin-left: 6px;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-files .files-list__item-delete:hover {
  color: #FC5A45;
}
.task-tracker .project-tracker__aside .project-links {
  width: 100%;
  margin-top: 25px;
}
.task-tracker .project-tracker__aside .project-links__title {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 12px;
}
.task-tracker .project-tracker__aside .project-links__add {
  margin-left: auto;
  position: relative;
}
.task-tracker .project-tracker__aside .project-links__add:hover .add-block {
  display: block;
}
.task-tracker .project-tracker__aside .project-links__add-btn {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-links__add-btn span {
  font-size: 12px;
  color: #FFF;
}
.task-tracker .project-tracker__aside .project-links__add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 10;
  display: none;
  padding-top: 5px;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__link {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__link-input {
  align-items: center;
  position: relative;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-links__add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.task-tracker .project-tracker__aside .project-links .links-list {
  width: 100%;
}
.task-tracker .project-tracker__aside .project-links .links-list__item {
  width: 100%;
  margin-bottom: 4px;
  padding: 5px;
  border-radius: 5px;
  background-color: #FFF;
}
.task-tracker .project-tracker__aside .project-links .links-list__item:last-child {
  margin-bottom: 0;
}
.task-tracker .project-tracker__aside .project-links .links-list__item-icon {
  font-size: 14px;
  color: #000;
  margin-right: 6px;
}
.task-tracker .project-tracker__aside .project-links .links-list__item-title {
  margin-right: 6px;
  display: block;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.task-tracker .project-tracker__aside .project-links .links-list__item-delete {
  font-size: 12px;
  color: #D9D9D9;
  margin-left: auto;
  cursor: pointer;
}
.task-tracker .project-tracker__aside .project-links .links-list__item-delete:hover {
  color: #FC5A45;
}
.task-tracker .projects-tracker {
  width: 100%;
}
.task-tracker .projects-tracker__content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 25px 20px;
  position: relative;
}
.task-tracker .projects-tracker__content.task-show {
  width: calc(100% - 400px);
}
.task-tracker .projects-tracker__content-top {
  width: 100%;
  margin-bottom: 10px;
}
.task-tracker .projects-tracker__content-title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.task-tracker .projects-tracker__content-btn {
  height: 24px;
  padding: 0 15px;
  border-radius: 40px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
  margin-bottom: 10px;
}
.task-tracker .projects-tracker__content-btn:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.task-tracker .projects-tracker__content-add {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.task-tracker .projects-tracker__content-add input {
  width: 100%;
  height: 28px;
  padding: 0 25px 0 12px;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .projects-tracker__content-add input:hover, .task-tracker .projects-tracker__content-add input:focus {
  border-color: #000;
}
.task-tracker .projects-tracker__content-add div {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.task-tracker .projects-tracker__content-add div span {
  font-size: 12px;
  color: #FFF;
}
.task-tracker .projects-tracker__content .tasks-table .vuetable-head-wrapper {
  height: auto;
  margin-bottom: 5px;
}
.task-tracker .projects-tracker__content .tasks-table tr {
  transition: 0.3s linear all;
  cursor: pointer;
}
.task-tracker .projects-tracker__content .tasks-table tr.selected-table-row {
  background-color: #F6F6F6;
}
.task-tracker .projects-tracker__content .tasks-table tr td:after {
  bottom: 0 !important;
}
.task-tracker .projects-tracker__content .tasks-table tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.task-tracker .projects-tracker__content .tasks-table tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.task-tracker .projects-tracker__content .tasks-table__title {
  width: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  padding: 5px 0;
  white-space: normal;
}
.task-tracker .projects-tracker__content .tasks-table__title-status {
  height: 14px;
  width: 14px;
  min-width: 14px;
  border: 1px solid #C0C0C0;
  margin-right: 6px;
  margin-left: 10px;
}
.task-tracker .projects-tracker__content .tasks-table__title-status.is-closed {
  border-color: #48C73D;
  background-color: #48C73D;
}
.task-tracker .projects-tracker__content .tasks-table__title-status.is-closed span {
  display: block;
}
.task-tracker .projects-tracker__content .tasks-table__title-status span {
  font-size: 8px;
  color: #FFF;
  display: none;
}
.task-tracker .projects-tracker__calendars {
  margin-bottom: 10px;
  margin-left: auto;
}
.task-tracker .projects-tracker__calendars-item {
  width: 135px;
  height: 24px;
}
.task-tracker .projects-tracker__calendars-item:first-child {
  margin-right: 5px;
}
.task-tracker .projects-tracker__calendars-item:first-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "с";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.task-tracker .projects-tracker__calendars-item:first-child .el-date-editor.el-input .el-input__inner {
  padding: 0 25px 0 15px;
}
.task-tracker .projects-tracker__calendars-item:last-child .el-date-editor.el-input:before {
  position: absolute;
  font-family: "Montserrat";
  font-style: normal;
  left: 9px;
  content: "до";
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  z-index: -1;
}
.task-tracker .projects-tracker__calendars-item:last-child .el-date-editor.el-input .el-input__inner {
  padding: 0 25px 0 20px;
}
.task-tracker .projects-tracker__calendars-item .el-date-editor.el-input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.task-tracker .projects-tracker__calendars-item .el-date-editor.el-input:after {
  position: absolute;
  font-family: "devmark" !important;
  content: "\e915";
  right: 10px;
  font-size: 14px;
  color: #402495;
  z-index: -1;
}
.task-tracker .projects-tracker__calendars-item .el-date-editor.el-input .el-input__inner {
  font-family: "Montserrat";
  border: 1px solid #EFEFEF;
  font-style: normal;
  border-radius: 12px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  background-color: transparent;
  transition: 0.3s linear all;
}
.task-tracker .projects-tracker__calendars-item .el-date-editor.el-input .el-input__inner:hover {
  border-color: #000000;
}
.task-tracker .projects-tracker__filter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.task-tracker .projects-tracker__filter-item {
  height: 18px;
  padding: 0 10px;
  margin-right: 6px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.task-tracker .projects-tracker__filter-item:hover {
  color: #000;
}
.task-tracker .projects-tracker__filter-item:last-child {
  margin-right: 0;
}
.task-tracker .projects-tracker__filter-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.task-tracker .projects-tracker__aside {
  width: 400px;
  min-width: 400px;
  background-color: #F6F6F6;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  padding: 25px 20px;
  position: relative;
}
.task-tracker .projects-tracker .tasks-table .vuetable-head-wrapper {
  height: auto;
  margin-bottom: 5px;
}
.task-tracker .task-block {
  width: 100%;
}
.task-tracker .task-block__top {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEEEEE;
}
.task-tracker .task-block__top-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
.task-tracker .task-block__top-close {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.task-tracker .task-block__top-close:hover span {
  color: #FC5A45;
}
.task-tracker .task-block__top-close span {
  font-size: 12px;
  color: #000;
}
.task-tracker .task-block__content {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 15px;
}
.task-tracker .task-block__content-title {
  display: block;
  width: 100%;
  margin: 15px 0 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  word-break: normal;
}
.task-tracker .task-block__content .task-row {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
}
.task-tracker .task-block__content .task-row__inner {
  width: 100%;
}
.task-tracker .task-block__content .task-row__label {
  width: 105px;
  min-width: 100px;
  color: #B0B0B0;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 5px;
}
.task-tracker .task-block__content .task-row__label-icon {
  color: #B0B0B0;
  font-size: 12px;
  margin-right: 6px;
}
.task-tracker .task-block__content .task-row__watchers {
  flex-grow: 1;
}
.task-tracker .task-block__content .task-row__watchers-item {
  height: 16px;
  padding: 0 5px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-weight: 500;
  font-size: 9px;
  color: #000000;
  align-items: center;
  justify-content: center;
}
.task-tracker .task-block__content .task-row__watchers-item:last-child {
  width: 16px;
  min-width: 16px;
  background-color: #FC5A45;
  color: #FFF;
  cursor: pointer;
  font-size: 9px;
  padding: 0;
}
.task-tracker .task-block__content .task-row__watchers-item:last-child:hover {
  border: 1px solid #FC5A45;
  background-color: #FFF;
  color: #FC5A45;
}
.task-tracker .task-block__content .task-row__watchers-item .icon-close {
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
  font-size: 7px;
  color: #BEBEBE;
}
.task-tracker .task-block__content .task-row__watchers-item .icon-close:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .task-row__meeting {
  margin-bottom: 5px;
}
.task-tracker .task-block__content .task-row__meeting .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #402495;
  border-color: #402495;
}
.task-tracker .task-block__content .task-row__meeting .el-checkbox__input.is-checked .el-checkbox__inner:after {
  font-family: "devmark" !important;
  content: "\e92d";
  color: #FFF;
  border: 0;
  transform: rotate(0);
  font-size: 9px;
  left: 1px;
  top: 1px;
}
.task-tracker .task-block__content .task-row__meeting .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #402495;
}
.task-tracker .task-block__content .task-row__meeting .el-checkbox__inner:after {
  transform: rotate(0);
  border: 0;
}
.task-tracker .task-block__content .task-row__meeting .el-checkbox__label {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .task-block__content .task-row__date {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.task-tracker .task-block__content .task-row .form-input {
  margin-bottom: 5px;
}
.task-tracker .task-block__content .task-row .form-input .input-label__title {
  display: none;
}
.task-tracker .task-block__content .task-row .form-input .input-label .el-input__inner {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  padding: 0;
  width: 100%;
  height: 18px;
}
.task-tracker .task-block__content .task-row .form-input .input-label .el-input__suffix {
  display: none;
}
.task-tracker .task-block__content .task-info {
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 10px;
}
.task-tracker .task-block__content .task-info:last-child {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.task-tracker .task-block__content .task-info:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #EEEEEE;
}
.task-tracker .task-block__content .task-info__details {
  margin-left: auto;
  margin-bottom: 10px;
}
.task-tracker .task-block__content .task-info__details .task-priority {
  cursor: pointer;
  margin-left: 10px;
}
.task-tracker .task-block__content .task-info__details .task-priority .el-popover {
  right: 0;
}
.task-tracker .task-block__content .task-info__details .task-priority__icon {
  font-size: 16px;
}
.task-tracker .task-block__content .task-info__details .task-priority__icon .icon-coffee1 {
  color: rgb(178, 184, 191);
}
.task-tracker .task-block__content .task-info__details .task-priority__icon .icon-flash-circle {
  color: rgb(128, 95, 227);
}
.task-tracker .task-block__content .task-info__details .task-priority__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.task-tracker .task-block__content .task-info__status {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  width: 125px;
  max-width: 100%;
}
.task-tracker .task-block__content .task-info__status--deadline {
  background: #FC5A45;
}
.task-tracker .task-block__content .task-info__status--on_correction {
  background-color: #00CED1;
}
.task-tracker .task-block__content .task-info__status--in_work {
  background-color: #48C73D;
}
.task-tracker .task-block__content .task-info__status--rework {
  background-color: #7EA1BB;
}
.task-tracker .task-block__content .task-info__status--closed, .task-tracker .task-block__content .task-info__status--finished {
  background-color: #000000;
}
.task-tracker .task-block__content .task-info__status--frozen {
  background-color: #B6B6B6;
}
.task-tracker .task-block__content .task-info__status--grade {
  background-color: #BB877D;
}
.task-tracker .task-block__content .task-info__status--statement {
  background-color: #6F7DC5;
}
.task-tracker .task-block__content .task-info__status--on_completion {
  background-color: #3E4D9A;
}
.task-tracker .task-block__content .task-info__status .label-wrapper {
  height: 100%;
}
.task-tracker .task-block__content .task-info__status .label-wrapper .input-label {
  height: 100%;
}
.task-tracker .task-block__content .task-info__status .label-wrapper .input-label .el-select {
  height: 100%;
}
.task-tracker .task-block__content .task-info__status .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.task-tracker .task-block__content .task-info__status .label-wrapper .input-label .el-select .el-input__inner {
  height: 18px;
  line-height: 18px;
  border: 0;
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 0 10px;
}
.task-tracker .task-block__content .task-info__status .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.task-tracker .task-block__content .task-info__result {
  margin-right: 10px;
  margin-bottom: 10px;
}
.task-tracker .task-block__content .task-info__result-link {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.task-tracker .task-block__content .task-info__result-link span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.task-tracker .task-block__content .task-info__result-add {
  position: relative;
}
.task-tracker .task-block__content .task-info__result-add:hover .add-button {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.task-tracker .task-block__content .task-info__result-add:hover .add-button__icon {
  color: #FFF;
}
.task-tracker .task-block__content .task-info__result-add:hover .add-block {
  display: block;
}
.task-tracker .task-block__content .task-info__result-add .add-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.task-tracker .task-block__content .task-info__result-add .add-button__icon {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.task-tracker .task-block__content .task-info__result-add .add-block {
  position: absolute;
  left: 0;
  top: 18px;
  display: none;
  padding-top: 5px;
  z-index: 20;
}
.task-tracker .task-block__content .task-info__result-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link {
  width: 100%;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.task-tracker .task-block__content .task-info__result-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.task-tracker .task-block__content .task-info__link {
  font-size: 18px;
  color: #7B7B7B;
  cursor: pointer;
  margin-right: auto;
}
.task-tracker .task-block__content .task-info__link:hover {
  color: #402495;
}
.task-tracker .task-block__content .task-info__meeting {
  margin-top: 7px;
}
.task-tracker .task-block__content .task-info__meeting .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #402495;
  border-color: #402495;
}
.task-tracker .task-block__content .task-info__meeting .el-checkbox__input.is-checked .el-checkbox__inner:after {
  font-family: "devmark" !important;
  content: "\e92d";
  color: #FFF;
  border: 0;
  transform: rotate(0);
  font-size: 9px;
  left: 1px;
  top: 1px;
}
.task-tracker .task-block__content .task-info__meeting .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #402495;
}
.task-tracker .task-block__content .task-info__meeting .el-checkbox__inner:after {
  transform: rotate(0);
  border: 0;
}
.task-tracker .task-block__content .task-info__meeting .el-checkbox__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.task-tracker .task-block__content .el-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.task-tracker .task-block__content .el-row.el-dialog__body-buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.task-tracker .task-block__content .el-row .el-col {
  padding: 0 7.5px !important;
}
.task-tracker .task-block__content .el-row .el-col .form-input.send-description .input-label textarea {
  min-height: 100px !important;
}
.task-tracker .task-block__content .el-row .el-col .text-bold {
  font-weight: 700;
}
.task-tracker .task-block__content .el-row .el-col .comment-field .form-input .input-label textarea {
  min-height: 60px !important;
}
.task-tracker .task-block__content .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .form-input.invalid .input-label span, .task-tracker .task-block__content .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label__title span, .task-tracker .task-block__content .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input, .task-tracker .task-block__content .el-row .el-col .form-input .input-label__title:hover + .el-select input {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .task-tracker .task-block__content .el-row .el-col .form-input .input-label input:hover, .task-tracker .task-block__content .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label textarea {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #172b4d;
  transition: 0.3s linear all;
  min-height: 140px !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  word-break: break-word;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label textarea:not(:placeholder-shown), .task-tracker .task-block__content .el-row .el-col .form-input .input-label textarea:hover, .task-tracker .task-block__content .el-row .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-date-editor:hover input, .task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-date-editor:focus input {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea {
  margin-top: 25px;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding: 10px;
  resize: vertical;
  word-break: break-word;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea__inner:hover, .task-tracker .task-block__content .el-row .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label {
  display: block;
  position: relative;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label__title span, .task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload {
  width: 100%;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 5px;
  line-height: normal;
  text-align: left;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload:hover {
  border-color: #402495;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  height: auto;
  background: transparent;
  border: 0;
  margin-right: auto;
  margin-left: 10px !important;
  margin-top: 20px;
  padding: 0;
  display: block !important;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 20;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 2px;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-status-label {
  display: none;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete {
  font-family: "devmark" !important;
  color: #FC5A45;
  font-size: 10px;
  font-style: normal;
  display: block;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete:before {
  content: "\e926";
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .el-input-number {
  width: 100%;
}
.task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .el-input-number__decrease, .task-tracker .task-block__content .el-row .el-col .label-wrapper .input-label .el-input-number__increase {
  display: none;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label:hover, .task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.task-tracker .task-block__content .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.task-tracker .task-block__content .el-row .el-col .upload-documents__delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .upload-image {
  width: 100%;
  margin-top: 15px;
  align-items: center;
}
.task-tracker .task-block__content .el-row .el-col .upload-image__img {
  width: 100px;
  margin-right: 20px;
}
.task-tracker .task-block__content .el-row .el-col .upload-image__delete {
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.task-tracker .task-block__content .el-row .el-col .upload-image__delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor {
  width: 100%;
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor__label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  z-index: 20;
  padding: 0 17.5px;
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__inner {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__inner:not(:placeholder-shown), .task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__inner:hover, .task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__inner:focus {
  border-color: #000000;
}
.task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__prefix, .task-tracker .task-block__content .el-row .el-col .el-date-editor .el-input__suffix {
  display: none;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label:hover, .task-tracker .task-block__content .modal-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.task-tracker .task-block__content .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.task-tracker .task-block__content .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.task-tracker .task-block__content .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.task-tracker .task-block__content .upload-documents__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
}
.task-tracker .task-block__content .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.task-tracker .task-block__content .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.task-tracker .task-block__content .upload-documents__delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .documents-photos {
  flex: 0 0 calc(100% + 10px);
  margin: 10px -5px;
}
.task-tracker .task-block__content .documents-photos__item {
  width: 25%;
  padding: 5px;
}
.task-tracker .task-block__content .documents-photos__item-inner {
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
  padding: 0 0 10px 0;
}
.task-tracker .task-block__content .documents-photos__item-inner .el-image {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
  cursor: pointer;
}
.task-tracker .task-block__content .documents-photos__item-inner .el-image__inner {
  width: 100%;
}
.task-tracker .task-block__content .documents-photos__item-title {
  padding: 0 10px;
  width: 100%;
  align-items: flex-end;
  align-self: flex-end;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.task-tracker .task-block__content .documents-photos__item-delete {
  margin-left: 10px;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.task-tracker .task-block__content .documents-photos__item-delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .site-access {
  width: 100%;
}
.task-tracker .task-block__content .site-access__item {
  width: 100%;
  align-items: center;
  border-top: 1px solid #EEEEEE;
  padding: 5px 0;
}
.task-tracker .task-block__content .site-access__item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.task-tracker .task-block__content .site-access__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.task-tracker .task-block__content .site-access__item-icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.task-tracker .task-block__content .site-access__item-value {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  margin-left: auto;
  align-items: center;
}
.task-tracker .task-block__content .site-access__item-text {
  align-items: center;
  cursor: pointer;
  background-color: #ECECEC;
  color: #ECECEC;
  border-radius: 6px;
  font-weight: 500;
  height: 10px;
  white-space: nowrap;
  margin-left: 5px;
}
.task-tracker .task-block__content .site-access__item-text.show-text {
  color: #000000;
  background-color: transparent;
}
.task-tracker .task-block__content .check-list {
  width: 100%;
  position: relative;
}
.task-tracker .task-block__content .check-list__list {
  width: 100%;
}
.task-tracker .task-block__content .check-list__list .list-item {
  width: 100%;
  margin-bottom: 6px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 7px 55px 7px 30px;
  position: relative;
  align-items: center;
}
.task-tracker .task-block__content .check-list__list .list-item.is-checked {
  background-color: #48C73D;
}
.task-tracker .task-block__content .check-list__list .list-item.is-checked .list-item__title {
  color: #FFF;
}
.task-tracker .task-block__content .check-list__list .list-item.is-checked .list-item__actions-item.icon-edit:hover {
  color: #FFF;
}
.task-tracker .task-block__content .check-list__list .list-item:last-child {
  margin-bottom: 10px;
}
.task-tracker .task-block__content .check-list__list .list-item__label {
  position: absolute;
  left: 9px;
  padding-bottom: 0;
}
.task-tracker .task-block__content .check-list__list .list-item__label input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.task-tracker .task-block__content .check-list__list .list-item__label input:checked + .list-item__label-checkbox {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.task-tracker .task-block__content .check-list__list .list-item__label input:checked + .list-item__label-checkbox span {
  display: block;
}
.task-tracker .task-block__content .check-list__list .list-item__label-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.task-tracker .task-block__content .check-list__list .list-item__label-checkbox span {
  display: none;
  font-size: 9px;
  color: black;
}
.task-tracker .task-block__content .check-list__list .list-item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border: 0;
  width: 100%;
  word-break: break-word;
}
.task-tracker .task-block__content .check-list__list .list-item input.list-item__title {
  background-color: #FFF;
  color: #000000 !important;
}
.task-tracker .task-block__content .check-list__list .list-item__actions {
  position: absolute;
  right: 10px;
}
.task-tracker .task-block__content .check-list__list .list-item__actions-item {
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.task-tracker .task-block__content .check-list__list .list-item__actions-item:last-child {
  margin-right: 0;
}
.task-tracker .task-block__content .check-list__list .list-item__actions-item.icon-delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .check-list__list .list-item__actions-item.icon-edit:hover {
  color: #000000;
}
.task-tracker .task-block__content .check-list .form-input .input-label {
  padding-bottom: 0 !important;
}
.task-tracker .task-block__content .check-list .form-input .input-label__title {
  padding-right: 50px !important;
}
.task-tracker .task-block__content .check-list .form-input .input-label .el-input {
  position: relative;
}
.task-tracker .task-block__content .check-list .form-input .input-label .el-input:before {
  font-family: "devmark" !important;
  content: "\e9a7";
  position: absolute;
  left: 0;
  top: 11px;
  font-size: 14px;
  color: #B0B0B0;
}
.task-tracker .task-block__content .check-list .form-input .input-label .el-input input {
  padding: 0 10px 0 25px;
  height: 32px;
  background-color: transparent;
  border: none;
}
.task-tracker .task-block__content .check-list__add {
  position: absolute;
  right: 16px;
  bottom: 7px;
  width: 30px;
  height: 30px;
  background-color: #FC5A45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.task-tracker .task-block__content .check-list__add span {
  font-size: 14px;
  color: #FFF;
}
.task-tracker .task-block__content .comment-field {
  width: 100%;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.task-tracker .task-block__content .comment-field .form-input {
  width: 100%;
}
.task-tracker .task-block__content .comment-field .form-input .input-label {
  padding-bottom: 0 !important;
}
.task-tracker .task-block__content .comment-field .form-input .input-label .el-input input {
  padding-right: 50px;
}
.task-tracker .task-block__content .comment-field__add {
  margin-top: 5px;
  padding: 0 10px;
  height: 24px;
  background-color: #FC5A45;
  border-radius: 15px;
  align-items: center;
  cursor: pointer;
  z-index: 20;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  margin-left: auto;
}
.task-tracker .task-block__content .comment-field__add span {
  font-size: 14px;
  color: #FFF;
  margin-right: 10px;
}
.task-tracker .task-block__content .task-comments {
  width: 100%;
  margin-bottom: -10px;
  margin-top: 15px;
}
.task-tracker .task-block__content .task-comments .task-comment {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.task-tracker .task-block__content .task-comments .task-comment:last-child {
  margin-bottom: 0;
}
.task-tracker .task-block__content .task-comments .task-comment__author {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  background-color: #402495;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
}
.task-tracker .task-block__content .task-comments .task-comment__date {
  margin-left: auto;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.task-tracker .task-block__content .task-comments .task-comment__block {
  width: 100%;
  margin-top: 5px;
  align-items: center;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 7px 9px;
}
.task-tracker .task-block__content .task-comments .task-comment__block-text {
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  word-break: break-word;
}
.task-tracker .task-block__content .task-comments .task-comment__block-text a {
  color: #402495;
  text-decoration: underline;
}
.task-tracker .task-block__content .task-comments .task-comment__block-text a:hover {
  text-decoration: none;
}
.task-tracker .task-block__content .task-comments .task-comment__block-text pre {
  margin: 0;
  white-space: pre-wrap;
}
.task-tracker .task-block__content .task-comments .task-comment__block-icon {
  font-size: 12px;
  cursor: pointer;
  color: #BEBEBE;
  margin-left: 5px;
}
.task-tracker .task-block__content .task-comments .task-comment__block-icon.icon-delete:hover {
  color: #FC5A45;
}
.task-tracker .task-block__content .task-comments .task-comment__block-icon.icon-edit {
  color: #48C73D;
}
.task-tracker .task-block__content .modal-report .form-input .input-label input {
  border: 1px solid #EFEFEF !important;
}
.task-tracker .task-block__content .modal-report .form-input .input-label input:hover, .task-tracker .task-block__content .modal-report .form-input .input-label input:focus {
  border-color: #000000 !important;
}
.task-tracker .task-block__content .modal-report .form-input .input-label input:disabled:hover, .task-tracker .task-block__content .modal-report .form-input .input-label input:disabled:focus {
  border: 1px solid #EFEFEF !important;
}
.task-tracker .task-block__content .modal-report .el-date-editor .el-input__inner {
  border: 1px solid #EFEFEF !important;
}
.task-tracker .task-block__content .modal-report .el-date-editor .el-input__inner:hover, .task-tracker .task-block__content .modal-report .el-date-editor .el-input__inner:focus {
  border-color: #000000 !important;
}
.task-tracker .task-block__content .minute-block {
  position: relative;
}
.task-tracker .task-block__content .minute-block .el-input__inner {
  padding-right: 80px;
}
.task-tracker .task-block__content .minute-block__formatted {
  position: absolute;
  right: 16px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  top: 18px;
}
.task-tracker .tracker-table {
  width: 100%;
}
.task-tracker .tracker-table__head {
  width: 100%;
  position: sticky;
  background: #FFF;
  top: -25px;
}
.task-tracker .tracker-table__head-column {
  padding: 7px 9px;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.task-tracker .tracker-table__head-column:first-child {
  padding-left: 10px;
}
.task-tracker .tracker-table__head-column:last-child {
  padding-right: 10px;
}
.task-tracker .tracker-table__head-column.name {
  width: 100%;
  min-width: 250px;
}
.task-tracker .tracker-table__head-column.site {
  width: 180px;
  min-width: 180px;
}
.task-tracker .tracker-table__head-column.performer {
  width: 130px;
  min-width: 130px;
}
.task-tracker .tracker-table__head-column.date {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__head-column.create {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__head-column.deadline {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__content {
  width: 100%;
}
.task-tracker .tracker-table__content-date {
  padding: 8px 7px;
  color: #848484;
  font-size: 10px;
  font-weight: 700;
  line-height: 110%;
}
.task-tracker .tracker-table__row {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.task-tracker .tracker-table__row:first-child .tracker-table__column-inner {
  border-top: 1px solid #EEEEEE;
}
.task-tracker .tracker-table__row.is-selected {
  background-color: #F6F6F6;
}
.task-tracker .tracker-table__row:hover .tracker-table__column-inner .column-name__lock {
  display: block;
}
.task-tracker .tracker-table__column {
  padding: 0 2px;
  color: #000;
  font-size: 10px;
  line-height: 110%;
  font-weight: 500;
}
.task-tracker .tracker-table__column:first-child {
  padding-left: 0;
}
.task-tracker .tracker-table__column:last-child {
  padding-right: 0;
}
.task-tracker .tracker-table__column.name {
  width: 100%;
  min-width: 250px;
}
.task-tracker .tracker-table__column.name .column-name {
  width: 100%;
}
.task-tracker .tracker-table__column.name .column-name__status {
  height: 14px;
  width: 14px;
  min-width: 14px;
  border: 1px solid #C0C0C0;
  margin-right: 6px;
}
.task-tracker .tracker-table__column.name .column-name__status.is-closed {
  border-color: #48C73D;
  background-color: #48C73D;
}
.task-tracker .tracker-table__column.name .column-name__status.is-closed span {
  display: block;
}
.task-tracker .tracker-table__column.name .column-name__status span {
  font-size: 8px;
  color: #FFF;
  display: none;
}
.task-tracker .tracker-table__column.name .column-name__name {
  font-weight: 600;
  display: block;
  width: calc(100% - 40px);
  overflow: hidden;
}
.task-tracker .tracker-table__column.name .column-name__lock {
  margin-left: 8px;
  font-size: 12px;
  color: #BEBEBE;
  display: none;
}
.task-tracker .tracker-table__column.name .column-name__lock.is-locked {
  display: block;
  color: #000;
}
.task-tracker .tracker-table__column.name .column-name__lock.is-locked:before {
  content: "\e9a4";
}
.task-tracker .tracker-table__column.site {
  width: 180px;
  min-width: 180px;
}
.task-tracker .tracker-table__column.site .site-column {
  width: 100%;
}
.task-tracker .tracker-table__column.site .site-column__logo {
  width: 12px;
  margin-right: 8px;
}
.task-tracker .tracker-table__column.site .site-column__name {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-tracker .tracker-table__column.performer {
  width: 130px;
  min-width: 130px;
}
.task-tracker .tracker-table__column.date {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__column.create {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__column.deadline {
  width: 85px;
  min-width: 85px;
}
.task-tracker .tracker-table__column-inner {
  width: 100%;
  padding: 7px 7px;
  border-bottom: 1px solid #EEEEEE;
}

.seo-works {
  padding: 0 !important;
  width: 100%;
  position: relative;
}
.seo-works .flex-content {
  width: 100%;
}
.seo-works .page-header {
  display: none;
}
.seo-works .content-wrapper {
  display: flex;
}
.seo-works .aside-menu {
  width: 200px;
  min-width: 200px;
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #F6F6F6;
  padding: 20px 15px 10px 15px;
}
.seo-works .aside-menu__title {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.seo-works .aside-menu__search {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.seo-works .aside-menu__search-input {
  width: 100%;
  height: 28px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 0 25px 0 12px;
  border: 1px solid #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.seo-works .aside-menu__search-input:hover, .seo-works .aside-menu__search-input:focus {
  border-color: #000;
}
.seo-works .aside-menu__search-icon {
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 12px;
}
.seo-works .aside-menu .menu-list {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
}
.seo-works .aside-menu .menu-list__item {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.seo-works .aside-menu .menu-list__item:hover .menu-list__item-title {
  font-weight: 600;
}
.seo-works .aside-menu .menu-list__item:last-child {
  margin-bottom: 0;
}
.seo-works .aside-menu .menu-list__item.is-active {
  background-color: #ECECEC;
}
.seo-works .aside-menu .menu-list__item.is-active .menu-list__item-icon {
  color: #000;
}
.seo-works .aside-menu .menu-list__item.is-active .menu-list__item-title {
  font-weight: 600;
}
.seo-works .aside-menu .menu-list__item-icon {
  font-size: 18px;
  color: #C0C0C0;
  margin-right: 10px;
}
.seo-works .aside-menu .menu-list__item-logo {
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
}
.seo-works .aside-menu .menu-list__item-logo img {
  width: 100%;
}
.seo-works .aside-menu .menu-list__item-title {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 10px;
}
.seo-works__content {
  width: calc(100% - 200px);
  padding: 20px 20px;
}
.seo-works__content-title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin: 25px 0 15px 0;
}
.seo-works__content-description {
  height: 300px;
  margin-bottom: 80px;
}
.seo-works__content-description > div {
  height: 100%;
}
.seo-works__content-top {
  width: 100%;
  margin-bottom: 10px;
}
.seo-works__content-btn {
  margin-left: auto;
  height: 24px;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 10px;
}
.seo-works__content .page-actions {
  margin-left: 15px;
}
.seo-works__content .page-actions__item--settings {
  margin-bottom: 10px;
}
.seo-works__content-block {
  width: 100%;
}
.seo-works__content-block .quillWrapper .ql-snow.ql-toolbar {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 100;
}
.seo-works .constant-tasks {
  width: 100%;
}
.seo-works .constant-tasks__item {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 10px 2px 5px;
  background: #f6f6f6;
  border-radius: 10px;
  cursor: pointer;
}
.seo-works .constant-tasks__item .el-switch {
  margin-right: 10px;
}
.seo-works .constant-tasks__item .el-switch__core {
  height: 15px;
  width: 26px !important;
  border-radius: 7px;
}
.seo-works .constant-tasks__item .el-switch__core:after {
  width: 11px;
  height: 11px;
}
.seo-works .constant-tasks__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.seo-works .constant-tasks__item .el-switch.is-checked .el-switch__core:after {
  margin-left: -12px;
}
.seo-works__employees {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
}
.seo-works__employees-item {
  height: 18px;
  padding: 0 7px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 6px;
  cursor: pointer;
}
.seo-works__employees-item:hover {
  border-color: #000;
}
.seo-works__employees-item:last-child {
  margin-right: 0;
}
.seo-works__employees-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.seo-works__tabs {
  margin-right: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.seo-works__tabs-tab {
  color: #A3A3A3;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 15px;
  cursor: pointer;
  white-space: nowrap;
}
.seo-works__tabs-tab:last-child {
  margin-right: 0;
}
.seo-works__tabs-tab:hover {
  color: #666;
}
.seo-works__tabs-tab.is-active {
  color: #000;
  cursor: default;
}
.seo-works__info {
  width: 100%;
  margin-bottom: 10px;
}
.seo-works__info-item {
  height: 18px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  padding: 0 10px;
  white-space: nowrap;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 10px;
}
.seo-works__info-item:hover {
  border-color: #000;
}
.seo-works__info-item:last-child {
  margin-right: 0;
  color: #402495;
}
.seo-works__info-item div {
  color: #2AABEE;
  white-space: nowrap;
  margin-right: -7px;
}
.seo-works__info-item div svg {
  width: 12px;
  margin-left: 4px;
}
.seo-works__info-item .icon-warning-circle {
  font-size: 12px;
  color: #000;
  margin-left: 10px;
  margin-right: -7px;
}
.seo-works__info-item .icon-arrow-circle-up-right {
  font-size: 12px;
  color: #000;
  margin-left: 10px;
  margin-right: -7px;
}
.seo-works__filter {
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.seo-works__filter-item {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 5px;
}
.seo-works__filter-item:hover {
  color: #000;
}
.seo-works__filter-item:last-child {
  margin-right: 0;
}
.seo-works__filter-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.seo-works__filter-item .el-select .el-input__inner {
  height: 100%;
  width: 70px;
  border: none;
  background-color: #F6F6F6;
  padding: 0;
}
.seo-works__filter-item .el-select .el-input__suffix {
  right: 0;
}
.seo-works__days {
  width: calc(100% + 40px);
  margin: 0 -20px 10px -20px;
  padding: 10px 20px;
  background-color: #F6F6F6;
  overflow: hidden;
  overflow-x: auto;
}
.seo-works__days-item {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  border: 1px solid #7B7B7B;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 5px;
}
.seo-works__days-item:hover {
  border-color: #000;
}
.seo-works__days-item.rest-day {
  border-color: #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.seo-works__days-item.current-day {
  border-color: yellow;
  background-color: yellow;
}
.seo-works__days-item.all-days {
  border-color: #000;
  background-color: #000;
  color: #FFF;
}
.seo-works__reports {
  width: 100%;
  margin-bottom: 15px;
}
.seo-works__report {
  margin-bottom: 5px;
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #F6F6F6;
}
.seo-works__report-icon {
  font-size: 16px;
  color: #212735;
  margin-right: 6px;
}
.seo-works__report-info {
  margin-right: 10px;
}
.seo-works__report-type {
  color: #BEBEBE;
  font-size: 8px;
  font-weight: 500;
  line-height: 120%;
}
.seo-works__report-title {
  overflow: hidden;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.seo-works__report-status {
  height: 18px;
  padding: 0 10px 0 3px;
  white-space: nowrap;
  border-radius: 9px;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  margin-left: auto;
}
.seo-works__report-status .icon-check-circle {
  font-size: 10px;
  margin-right: 10px;
}
.seo-works .works-table {
  width: 100%;
}
.seo-works .works-table__head {
  width: 100%;
  position: sticky;
  background: #FFF;
  top: -25px;
}
.seo-works .works-table__head-column {
  padding: 7px 9px;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.seo-works .works-table__head-column:first-child {
  padding-left: 10px;
}
.seo-works .works-table__head-column:last-child {
  padding-right: 10px;
}
.seo-works .works-table__head-column.name {
  width: 380px;
  min-width: 380px;
}
.seo-works .works-table__head-column.description {
  width: 100%;
  min-width: 500px;
}
.seo-works .works-table__head-column.date {
  width: 125px;
  min-width: 125px;
}
.seo-works .works-table__content {
  width: 100%;
}
.seo-works .works-table__content-date {
  padding: 8px 7px;
  color: #848484;
  font-size: 10px;
  font-weight: 700;
  line-height: 110%;
}
.seo-works .works-table__row {
  width: 100%;
  border-radius: 8px;
  cursor: pointer;
}
.seo-works .works-table__row:first-child .works-table__column-inner {
  border-top: 1px solid #EEEEEE;
}
.seo-works .works-table__row:hover {
  background-color: #F6F6F6;
}
.seo-works .works-table__column {
  padding: 0 2px;
  color: #000;
  font-size: 10px;
  line-height: 110%;
  font-weight: 500;
}
.seo-works .works-table__column:first-child {
  padding-left: 0;
}
.seo-works .works-table__column:last-child {
  padding-right: 0;
}
.seo-works .works-table__column.name {
  width: 380px;
  min-width: 380px;
  font-weight: 600;
}
.seo-works .works-table__column.description {
  width: 100%;
  min-width: 500px;
}
.seo-works .works-table__column.description .description-column {
  width: 100%;
}
.seo-works .works-table__column.description .description-column__title {
  font-size: 10px;
  margin-right: 15px;
}
.seo-works .works-table__column.description .description-column__edit {
  margin-left: auto;
  font-size: 14px;
  color: #D2D2D2;
}
.seo-works .works-table__column.description .description-column__edit:hover {
  color: #000;
}
.seo-works .works-table__column.date {
  width: 125px;
  min-width: 125px;
}
.seo-works .works-table__column-inner {
  width: 100%;
  padding: 7px 7px;
  border-bottom: 1px solid #EEEEEE;
}

.control-page {
  padding: 0 !important;
  width: 100%;
  position: relative;
}
.control-page .flex-content {
  width: 100%;
}
.control-page .page-header {
  display: none;
}
.control-page .content-wrapper {
  display: flex;
}
.control-page .aside-menu {
  width: 220px;
  min-width: 220px;
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #F6F6F6;
  padding: 20px 15px 10px 15px;
}
.control-page .aside-menu__title {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .aside-menu__search {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.control-page .aside-menu__search-input {
  width: 100%;
  height: 28px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 0 25px 0 12px;
  border: 1px solid #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.control-page .aside-menu__search-input:hover, .control-page .aside-menu__search-input:focus {
  border-color: #000;
}
.control-page .aside-menu__search-icon {
  font-size: 14px;
  color: #000;
  position: absolute;
  right: 12px;
}
.control-page .aside-menu .menu-list {
  flex-grow: 1;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
}
.control-page .aside-menu .menu-list__item {
  width: 100%;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 5px;
  cursor: pointer;
}
.control-page .aside-menu .menu-list__item:hover .menu-list__item-title {
  font-weight: 600;
}
.control-page .aside-menu .menu-list__item:last-child {
  margin-bottom: 0;
}
.control-page .aside-menu .menu-list__item.is-active {
  background-color: #ECECEC;
}
.control-page .aside-menu .menu-list__item.is-active .menu-list__item-icon {
  color: #000;
}
.control-page .aside-menu .menu-list__item.is-active .menu-list__item-title {
  font-weight: 600;
}
.control-page .aside-menu .menu-list__item-icon {
  font-size: 18px;
  color: #C0C0C0;
  margin-right: 10px;
}
.control-page .aside-menu .menu-list__item-logo {
  width: 18px;
  min-width: 18px;
  margin-right: 10px;
}
.control-page .aside-menu .menu-list__item-logo img {
  width: 100%;
}
.control-page .aside-menu .menu-list__item-title {
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  flex-grow: 1;
}
.control-page .aside-menu .menu-list__item-title.alert {
  color: #FC5A45;
}
.control-page .aside-menu .menu-list__item-title .icon-warning-octagon,
.control-page .aside-menu .menu-list__item-title .icon-check-circle1 {
  font-size: 12px;
  margin-left: 10px;
}
.control-page .aside-menu .menu-list__item-tasks {
  height: 13px;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  background-color: #30BE50;
  color: #FFF;
  margin-left: 10px;
}
.control-page__content {
  width: calc(100% - 200px);
  padding: 20px 20px;
}
.control-page__content-top {
  width: 100%;
  margin-bottom: 10px;
}
.control-page__content-btn {
  margin-left: 15px;
  height: 24px;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 10px;
}
.control-page__content-result {
  margin-left: 15px;
  height: 24px;
  padding: 0 15px;
  border-radius: 12px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.control-page__content-result a {
  display: inline-block;
  max-width: 160px;
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.control-page__content-result a:hover {
  text-decoration: underline;
}
.control-page__content-result span {
  color: #402495;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
.control-page__content .page-actions__item--settings {
  margin-bottom: 10px;
}
.control-page__content-block {
  width: 100%;
}
.control-page__content-block .quillWrapper .ql-snow.ql-toolbar {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 100;
}
.control-page__content-top {
  width: 100%;
}
.control-page__content-settings {
  margin-left: 10px;
  width: 36px;
  height: 36px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.control-page__content-settings:hover span {
  transform: rotate(180deg);
}
.control-page__content-settings span {
  font-size: 16px;
  color: #BEBEBE;
}
.control-page__employees {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EFEFEF;
}
.control-page__employees-item {
  height: 18px;
  padding: 0 7px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
}
.control-page__employees-item:hover {
  border-color: #000;
}
.control-page__employees-item:last-child {
  margin-right: 0;
}
.control-page__employees-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.control-page__tabs {
  margin-right: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.control-page__tabs-tab {
  color: #A3A3A3;
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.control-page__tabs-tab:last-child {
  margin-right: 0;
}
.control-page__tabs-tab:hover {
  color: #666;
}
.control-page__tabs-tab.is-active {
  color: #000;
  cursor: default;
}
.control-page__filter {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  overflow-x: auto;
}
.control-page__filter-item {
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #7B7B7B;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 5px;
}
.control-page__filter-item:hover {
  color: #000;
}
.control-page__filter-item:last-child {
  margin-right: 0;
}
.control-page__filter-item.is-active {
  background-color: #000;
  color: #FFF;
  cursor: default;
}
.control-page__filter-item .el-select .el-input__inner {
  height: 100%;
  width: 70px;
  border: none;
  background-color: #F6F6F6;
  padding: 0;
}
.control-page__filter-item .el-select .el-input__suffix {
  right: 0;
}
.control-page .by-search {
  width: 100%;
}
.control-page .by-search .search-row {
  width: 100%;
  margin-bottom: 10px;
}
.control-page .by-search .search-row__top {
  width: 100%;
  padding: 6px 7px 6px 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
}
.control-page .by-search .search-row__top.is-open .search-row__top-angle {
  transform: rotate(180deg);
}
.control-page .by-search .search-row__top.is-open + .search-row__table {
  display: block;
}
.control-page .by-search .search-row__top.is-open + .search-row__table + .el-row {
  display: block;
}
.control-page .by-search .search-row__top-icon {
  width: 24px;
  margin-right: 10px;
}
.control-page .by-search .search-row__top-title {
  flex-grow: 1;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}
.control-page .by-search .search-row__top-title b {
  font-weight: 600;
}
.control-page .by-search .search-row__top-status {
  height: 18px;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
}
.control-page .by-search .search-row__top-angle {
  margin-left: 15px;
  font-size: 14px;
  color: #402495;
  cursor: pointer;
}
.control-page .by-search .search-row__categories {
  width: 100%;
  margin-bottom: 10px;
}
.control-page .by-search .search-row__categories .category {
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 2px;
  white-space: nowrap;
}
.control-page .by-search .search-row__categories .category .days-left {
  height: 16px;
  border-radius: 8px;
  background-color: #FFF;
  padding: 0 7px;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 10px;
}
.control-page .by-search .search-row__categories .category .days-left.alert {
  background-color: #FC5A45;
  color: #FFF;
}
.control-page .by-search .search-row__categories .category .regulations {
  height: 16px;
  border-radius: 8px;
  background-color: #F6F6F6;
  padding: 0 2px 0 10px;
  color: #402495;
  font-size: 8px;
  font-weight: 600;
  margin-left: 10px;
}
.control-page .by-search .search-row__categories .category .regulations:hover {
  background-color: #402495;
  color: #FFF;
}
.control-page .by-search .search-row__categories .category .regulations:hover span {
  color: #FFF;
}
.control-page .by-search .search-row__categories .category .regulations span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.control-page .by-search .search-row__table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  display: none;
  margin-bottom: 15px;
}
.control-page .by-search .search-row__table .search-table .control-table__head-column.address {
  width: 225px;
  max-width: 225px;
}
.control-page .by-search .search-row__table .search-table .control-table__head-column.checklist {
  width: 100%;
  max-width: calc(100% - 225px);
}
.control-page .by-search .search-row__table .search-table .control-table__column.address {
  width: 225px;
  min-width: 225px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__title {
  width: 100%;
  margin-bottom: 7px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row {
  width: 100%;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-status {
  margin-right: 5px;
  width: 100px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-status .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F6F6F6;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-status .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-status .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #BEBEBE;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-grade {
  height: 18px;
  padding: 0 0 0 10px;
  border-radius: 9px;
  background-color: #F6F6F6;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-grade .el-input {
  margin-left: 5px;
  width: 30px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.address .address__row-grade .el-input__inner {
  padding: 0 6px;
  height: 18px;
  line-height: 20px;
  border-radius: 9px;
  border: 1px solid #DEDEDE;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  background-color: #FFF;
  text-align: center;
  transition: 0.3s linear all;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist {
  width: 100%;
  max-width: calc(100% - 225px);
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row {
  width: calc(100% + 10px);
  margin: 0 -5px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row-column {
  padding: 0 5px;
  margin: 5px 0;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox {
  margin: 2.5px 5px 2.5px 0;
  position: relative;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox:last-child {
  margin-right: 0;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox-input:checked + .check-block {
  background-color: #FFF;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox-input:checked + .check-block .check-block__check {
  border-color: #402495;
  background-color: #402495;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox-input:checked + .check-block .check-block__check span {
  display: block;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox .check-block {
  height: 18px;
  padding: 0 3px 0 10px;
  border-radius: 8px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox .check-block__title {
  color: #000;
  font-size: 10px;
  line-height: 110%;
  white-space: nowrap;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox .check-block__check {
  width: 12px;
  height: 12px;
  border: 1px solid #CECECE;
  margin-left: 7px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__checkbox .check-block__check span {
  display: none;
  color: #FFF;
  font-size: 6px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file {
  width: 100%;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input {
  width: 100%;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label__title {
  height: 18px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  padding-right: 10px;
  cursor: pointer;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label__title:before {
  font-family: "devmark" !important;
  content: "\e90d";
  font-size: 12px;
  color: #BEBEBE;
  position: absolute;
  left: 5px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload {
  display: none;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item {
  display: flex;
  align-items: center;
  margin-top: 3px;
  position: relative;
  height: 18px;
  padding: 0 25px;
  border-radius: 9px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  width: auto;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item:before {
  font-family: "devmark" !important;
  content: "\e924";
  font-size: 12px;
  color: #000;
  position: absolute;
  left: 5px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item-name {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  padding: 0;
  margin-right: 0;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item-name i {
  display: none;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item .el-icon-close {
  display: inline-block;
  font-family: "devmark" !important;
  font-size: 12px;
  color: #BEBEBE;
  transition: 0.3s linear all;
  top: 2px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item .el-icon-close:hover {
  color: #FC5A45;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file-input .input-label .el-upload-list__item .el-icon-close:before {
  content: "\e92b";
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file .file-upload {
  height: 18px;
  padding: 5px 5px 5px 10px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #402495;
  position: relative;
  cursor: pointer;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file .file-upload:hover {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file .file-upload:hover span {
  color: #FFF;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file .file-upload__input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.control-page .by-search .search-row__table .search-table .control-table__column.checklist .checklist-row__file .file-upload span {
  font-size: 10px;
  color: #402495;
  margin-left: 10px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.status {
  width: 250px;
  min-width: 250px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.status .status-row__select {
  width: 110px;
  margin-right: 4px;
}
.control-page .by-search .search-row__table .search-table .control-table__column.status .status-row__text {
  margin-left: 10px;
  color: #BEBEBE;
  font-size: 9px;
  font-weight: 500;
  line-height: 120%;
}
.control-page .by-search .search-row__table + .el-row {
  display: none;
}
.control-page .by-search .search-row .el-row .el-col .label-wrapper .input-label {
  position: relative;
  display: block;
}
.control-page .by-search .search-row .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0 10px;
  z-index: 10;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.control-page .by-search .search-row .el-row .el-col .label-wrapper .input-label .el-textarea__inner {
  padding: 18px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.control-page .by-balance {
  width: 100%;
}
.control-page .by-balance__row {
  width: 100%;
  margin-bottom: 20px;
}
.control-page .by-balance__row-inner {
  width: 100%;
}
.control-page .by-balance__row-top {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.control-page .by-balance__row .balance-table .control-table__head-column.service {
  width: 100%;
  max-width: calc(100% - 840px);
}
.control-page .by-balance__row .balance-table .control-table__head-column.extended-until {
  width: 100px;
  min-width: 100px;
}
.control-page .by-balance__row .balance-table .control-table__head-column.condition {
  width: 390px;
  min-width: 390px;
}
.control-page .by-balance__row .balance-table .control-table__head-column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-balance__row .balance-table .control-table__column.service {
  width: 100%;
  max-width: calc(100% - 840px);
}
.control-page .by-balance__row .balance-table .control-table__column.service .icon-delete {
  color: #848484;
  margin-right: 10px;
  cursor: pointer;
}
.control-page .by-balance__row .balance-table .control-table__column.service .icon-delete:hover {
  color: #FC5A45;
}
.control-page .by-balance__row .balance-table .control-table__column.service .service-title {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.control-page .by-balance__row .balance-table .control-table__column.extended-until {
  width: 100px;
  min-width: 100px;
}
.control-page .by-balance__row .balance-table .control-table__column.extended-until .el-input__inner {
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  border: none;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  background-color: transparent;
}
.control-page .by-balance__row .balance-table .control-table__column.extended-until.is-expire .el-input__inner {
  color: #FC5A45 !important;
}
.control-page .by-balance__row .balance-table .control-table__column.condition {
  width: 390px;
  min-width: 390px;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row {
  width: 100%;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row__select {
  width: 200px;
  margin-right: 4px;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row__select .el-select {
  width: 100%;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row__select .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F6F6F6;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row__select .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .by-balance__row .balance-table .control-table__column.condition .condition-row__select .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #BEBEBE;
}
.control-page .by-balance__row .balance-table .control-table__column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row {
  width: 100%;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row__empty {
  flex-grow: 1;
  color: #848484;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row__text {
  flex-grow: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row__input {
  flex-grow: 1;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #DEDEDE;
  color: #000;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s linear all;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row__input:hover, .control-page .by-balance__row .balance-table .control-table__column.comment .comment-row__input:focus {
  border-color: #000;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row .icon-edit {
  margin-left: 10px;
  font-size: 14px;
  color: #848484;
  cursor: pointer;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row .icon-edit:hover {
  color: #000;
}
.control-page .by-balance__row .balance-table .control-table__column.comment .comment-row .icon-check-circle-1 {
  margin-left: 10px;
  font-size: 14px;
  color: #30BE50;
  cursor: pointer;
}
.control-page .devmark-check {
  width: 100%;
}
.control-page .devmark-check__row {
  width: 100%;
  margin-bottom: 20px;
}
.control-page .devmark-check__row-inner {
  width: 100%;
}
.control-page .devmark-check__row-categories {
  width: 100%;
  margin-bottom: 10px;
}
.control-page .devmark-check__row-categories .category {
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 2px;
  white-space: nowrap;
}
.control-page .devmark-check__row-categories .category .days-left {
  height: 16px;
  border-radius: 8px;
  background-color: #FFF;
  padding: 0 7px;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 10px;
}
.control-page .devmark-check__row-categories .category .days-left.alert {
  background-color: #FC5A45;
  color: #FFF;
}
.control-page .devmark-check__row-categories .category .regulations {
  height: 16px;
  border-radius: 8px;
  background-color: #F6F6F6;
  padding: 0 2px 0 10px;
  color: #402495;
  font-size: 8px;
  font-weight: 600;
  margin-left: 10px;
}
.control-page .devmark-check__row-categories .category .regulations:hover {
  background-color: #402495;
  color: #FFF;
}
.control-page .devmark-check__row-categories .category .regulations:hover span {
  color: #FFF;
}
.control-page .devmark-check__row-categories .category .regulations span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.control-page .devmark-check__row .check-table .control-table__head-column.parameters {
  width: 100%;
  max-width: calc(100% - 650px);
}
.control-page .devmark-check__row .check-table .control-table__head-column.condition {
  width: 200px;
  min-width: 200px;
}
.control-page .devmark-check__row .check-table .control-table__head-column.comment {
  width: 450px;
  min-width: 450px;
}
.control-page .devmark-check__row .check-table .control-table__column.parameters {
  width: 100%;
  max-width: calc(100% - 650px);
}
.control-page .devmark-check__row .check-table .control-table__column.condition {
  width: 200px;
  min-width: 200px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row {
  width: 100%;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__mobile {
  width: 58px;
  margin-right: 4px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__mobile .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #73CD5F;
  padding: 0 10px;
  color: #FFF;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__mobile .el-select .el-input__suffix {
  width: 7px;
  right: 7px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__mobile .el-select__caret.el-icon-arrow-up:after {
  font-size: 7px;
  width: 7px;
  color: #FFF;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__desktop {
  width: 58px;
  margin-right: 4px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__desktop .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F34141;
  padding: 0 10px;
  color: #FFF;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__desktop .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__desktop .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #FFF;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select {
  width: 110px;
  margin-right: 4px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select--good .el-select .el-input__inner {
  background-color: #73CD5F;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select--bad .el-select .el-input__inner {
  background-color: #F34141;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F6F6F6;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .devmark-check__row .check-table .control-table__column.condition .condition-row__select .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #BEBEBE;
}
.control-page .devmark-check__row .check-table .control-table__column.comment {
  width: 450px;
  min-width: 450px;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row {
  width: 100%;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row__empty {
  flex-grow: 1;
  color: #848484;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row__text {
  flex-grow: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row__input {
  flex-grow: 1;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #DEDEDE;
  color: #000;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s linear all;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row__input:hover, .control-page .devmark-check__row .check-table .control-table__column.comment .comment-row__input:focus {
  border-color: #000;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row .icon-edit {
  margin-left: 10px;
  font-size: 14px;
  color: #848484;
  cursor: pointer;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row .icon-edit:hover {
  color: #000;
}
.control-page .devmark-check__row .check-table .control-table__column.comment .comment-row .icon-check-circle-1 {
  margin-left: 10px;
  font-size: 14px;
  color: #30BE50;
  cursor: pointer;
}
.control-page .by-callstata {
  width: 100%;
}
.control-page .by-callstata__row {
  width: 100%;
  margin-bottom: 20px;
}
.control-page .by-callstata__row-inner {
  width: 100%;
}
.control-page .by-callstata__row-top {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.control-page .by-callstata__row .client-table .control-table__head-column.parameters {
  width: 100%;
  max-width: calc(100% - 820px);
}
.control-page .by-callstata__row .client-table .control-table__head-column.condition {
  width: 470px;
  min-width: 470px;
}
.control-page .by-callstata__row .client-table .control-table__head-column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-callstata__row .client-table .control-table__column.parameters {
  width: 100%;
  max-width: calc(100% - 820px);
}
.control-page .by-callstata__row .client-table .control-table__column.parameters .icon-info {
  margin-left: 5px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.control-page .by-callstata__row .client-table .control-table__column.condition {
  width: 470px;
  min-width: 470px;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row {
  width: 100%;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row__select {
  width: 280px;
  margin-right: 4px;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row__select .el-select {
  width: 100%;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row__select .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F6F6F6;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row__select .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .by-callstata__row .client-table .control-table__column.condition .condition-row__select .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #BEBEBE;
}
.control-page .by-callstata__row .client-table .control-table__column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row {
  width: 100%;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row__empty {
  flex-grow: 1;
  color: #848484;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row__text {
  flex-grow: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row__input {
  flex-grow: 1;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #DEDEDE;
  color: #000;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s linear all;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row__input:hover, .control-page .by-callstata__row .client-table .control-table__column.comment .comment-row__input:focus {
  border-color: #000;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row .icon-edit {
  margin-left: 10px;
  font-size: 14px;
  color: #848484;
  cursor: pointer;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row .icon-edit:hover {
  color: #000;
}
.control-page .by-callstata__row .client-table .control-table__column.comment .comment-row .icon-check-circle-1 {
  margin-left: 10px;
  font-size: 14px;
  color: #30BE50;
  cursor: pointer;
}
.control-page .by-avitostata {
  width: 100%;
}
.control-page .by-avitostata__row {
  width: 100%;
  margin-bottom: 20px;
}
.control-page .by-avitostata__row-inner {
  width: 100%;
}
.control-page .by-avitostata__row-top {
  width: 100%;
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.control-page .by-avitostata__row .avito-table .control-table__head-column.parameters {
  width: 100%;
  max-width: calc(100% - 820px);
}
.control-page .by-avitostata__row .avito-table .control-table__head-column.condition {
  width: 470px;
  min-width: 470px;
}
.control-page .by-avitostata__row .avito-table .control-table__head-column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.parameters {
  width: 100%;
  max-width: calc(100% - 820px);
}
.control-page .by-avitostata__row .avito-table .control-table__column.parameters .icon-info {
  margin-left: 5px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition {
  width: 470px;
  min-width: 470px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row {
  width: 100%;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row__select {
  width: 280px;
  margin-right: 4px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row__select .el-select {
  width: 100%;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row__select .el-select .el-input__inner {
  height: 18px;
  width: 100%;
  border: none;
  background-color: #F6F6F6;
  padding: 0 10px;
  color: #000;
  font-size: 10px;
  border-radius: 8px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row__select .el-select .el-input__suffix {
  width: 8px;
  right: 7px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.condition .condition-row__select .el-select__caret.el-icon-arrow-up:after {
  font-size: 8px;
  width: 8px;
  color: #BEBEBE;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment {
  width: 350px;
  min-width: 350px;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row {
  width: 100%;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row__empty {
  flex-grow: 1;
  color: #848484;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row__text {
  flex-grow: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row__input {
  flex-grow: 1;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #DEDEDE;
  color: #000;
  font-size: 10px;
  border-radius: 5px;
  font-weight: 700;
  background-color: transparent;
  transition: 0.3s linear all;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row__input:hover, .control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row__input:focus {
  border-color: #000;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row .icon-edit {
  margin-left: 10px;
  font-size: 14px;
  color: #848484;
  cursor: pointer;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row .icon-edit:hover {
  color: #000;
}
.control-page .by-avitostata__row .avito-table .control-table__column.comment .comment-row .icon-check-circle-1 {
  margin-left: 10px;
  font-size: 14px;
  color: #30BE50;
  cursor: pointer;
}
.control-page .by-content {
  width: 100%;
}
.control-page .by-content__tasks {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.control-page .by-content__tasks .task {
  width: 100%;
  border-top: 1px solid #EEEEEE;
  padding: 6px 0;
  min-width: 650px;
  align-items: center;
}
.control-page .by-content__tasks .task:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.control-page .by-content__tasks .task__create {
  margin-right: 10px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  background: #FFF;
  border: 1px solid #EFEFEF;
  color: #000000;
  white-space: nowrap;
}
.control-page .by-content__tasks .task__date {
  height: 18px;
  padding: 0 10px;
  background-color: #D24444;
  border-radius: 9px;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  color: #FFF;
  white-space: nowrap;
}
.control-page .by-content__tasks .task__description {
  flex-grow: 1;
  align-items: center;
  margin-left: 10px;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.control-page .by-content__tasks .task__description-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  align-items: center;
  margin-right: 10px;
}
.control-page .by-content__tasks .task__description-text span {
  margin-left: 5px;
  font-size: 14px;
  color: #000000;
}
.control-page .by-content__tasks .task__performer {
  min-width: 100px;
  margin: 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  align-items: center;
}
.control-page .by-content__tasks .task__status {
  margin-left: 10px;
  height: 14px;
  padding: 0 10px;
  align-items: center;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  border-radius: 6px;
  white-space: nowrap;
}
.control-page .by-content__tasks .task__status--deadline {
  background-color: #FC5A45;
}
.control-page .by-content__tasks .task__status--in_work {
  background-color: #48C73D;
}
.control-page .by-content__tasks .task__status--rework {
  background-color: #3E4D9A;
}
.control-page .by-content__tasks .task__status--approval {
  background-color: #6F7DC5;
}
.control-page .by-content__tasks .task__status--closed {
  background-color: #000000;
}
.control-page .by-content__tasks .task__status--frozen {
  background-color: #B6B6B6;
}
.control-page .by-content__tasks .task__status--grade {
  background-color: #BB877D;
}
.control-page .by-content__tasks .task__status--statement {
  background-color: #6F7DC5;
}
.control-page .by-content__tasks .task__status--on_completion {
  background-color: #3E4D9A;
}
.control-page .by-content__tasks .task__buttons-btn {
  margin-right: 5px;
  height: 18px;
  padding: 0 10px;
  border-radius: 9px;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
}
.control-page .by-content__tasks .task__buttons-btn:last-child {
  margin-right: 0;
}
.control-page .by-content__tasks .task__buttons-btn--red {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  color: #FFF;
}
.control-page .by-content__tasks .task__buttons-btn--white {
  background: #FFF;
  border: 1px solid #EFEFEF;
  color: #000000;
}
.control-page .by-content__tasks .task__buttons-btn--white:hover {
  border-color: #000000;
}
.control-page .by-content__row {
  width: 100%;
  margin-bottom: 20px;
}
.control-page .by-content__row-inner {
  width: 100%;
}
.control-page .by-content__row-categories {
  width: 100%;
  margin-bottom: 10px;
}
.control-page .by-content__row-categories .category {
  height: 28px;
  padding: 0 10px;
  border-radius: 7px;
  background-color: #F6F6F6;
  color: #000;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 2px;
  white-space: nowrap;
}
.control-page .by-content__row-categories .category .days-left {
  height: 16px;
  border-radius: 8px;
  background-color: #FFF;
  padding: 0 7px;
  color: #000;
  font-size: 8px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 10px;
}
.control-page .by-content__row-categories .category .days-left.alert {
  background-color: #FC5A45;
  color: #FFF;
}
.control-page .by-content__row-categories .category .regulations {
  height: 16px;
  border-radius: 8px;
  background-color: #F6F6F6;
  padding: 0 2px 0 10px;
  color: #402495;
  font-size: 8px;
  font-weight: 600;
  margin-left: 10px;
}
.control-page .by-content__row-categories .category .regulations:hover {
  background-color: #402495;
  color: #FFF;
}
.control-page .by-content__row-categories .category .regulations:hover span {
  color: #FFF;
}
.control-page .by-content__row-categories .category .regulations span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.control-page .by-content__row-recommendation {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.control-page .by-content__row-recommendation .icon-warning-circle {
  font-size: 14px;
  color: #000;
  margin-right: 10px;
}
.control-page .by-content__row-recommendation .recommendation-text {
  flex-grow: 1;
  padding-right: 10px;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
}
.control-page .by-content__row-recommendation .regulations {
  height: 16px;
  border-radius: 8px;
  background-color: #F6F6F6;
  padding: 0 2px 0 10px;
  color: #402495;
  font-size: 8px;
  font-weight: 600;
}
.control-page .by-content__row-recommendation .regulations:hover {
  background-color: #402495;
  color: #FFF;
}
.control-page .by-content__row-recommendation .regulations:hover span {
  color: #FFF;
}
.control-page .by-content__row-recommendation .regulations span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.control-page .by-content__row-result {
  width: 100%;
  margin-bottom: 15px;
}
.control-page .by-content__row-result .el-input__inner {
  height: 30px;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 25px 0 calc(20% + 15px);
}
.control-page .by-content__row-result .el-select {
  width: 100%;
}
.control-page .by-content__row-result .el-select .el-input__inner {
  height: 18px;
  border-radius: 8px;
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 110%;
  padding: 0 10px;
}
.control-page .by-content__row-result .add-result {
  position: absolute;
  z-index: 10;
  right: 16px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #FC5A45;
  cursor: pointer;
}
.control-page .by-content__row-result .add-result span {
  font-size: 10px;
  color: #FFF;
}
.control-page .by-content__row .content-table {
  margin-bottom: 20px;
}
.control-page .by-content__row .content-table .control-table__head-column.content {
  width: 140px;
  min-width: 140px;
}
.control-page .by-content__row .content-table .control-table__head-column.created {
  width: 120px;
  min-width: 120px;
}
.control-page .by-content__row .content-table .control-table__head-column.result {
  width: 100%;
  max-width: calc(100% - 260px);
}
.control-page .by-content__row .content-table .control-table__column.content {
  width: 140px;
  min-width: 140px;
}
.control-page .by-content__row .content-table .control-table__column.created {
  width: 120px;
  min-width: 120px;
}
.control-page .by-content__row .content-table .control-table__column.result {
  width: 100%;
  max-width: calc(100% - 260px);
}
.control-page .by-content__row .content-table .control-table__column.result .result-row {
  width: 100%;
}
.control-page .by-content__row .content-table .control-table__column.result .result-row__link {
  overflow: hidden;
  color: #402495;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 10px;
}
.control-page .by-content__row .content-table .control-table__column.result .result-row__link span {
  font-size: 14px;
  color: #402495;
  margin-right: 5px;
}
.control-page .by-content__row .content-table .control-table__column.result .result-row__link div {
  max-width: 100%;
}
.control-page .by-content__row .content-table .control-table__column.result .result-row__delete {
  margin-left: auto;
  font-size: 14px;
  color: #D2D2D2;
}
.control-page .by-content__row .content-table .control-table__column.result .result-row__delete:hover {
  color: #FC5A45;
}
.control-page .by-content__row .el-row .el-col .label-wrapper .input-label {
  position: relative;
  display: block;
}
.control-page .by-content__row .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 5px;
  padding: 0 10px;
  z-index: 10;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.control-page .by-content__row .el-row .el-col .label-wrapper .input-label .el-textarea__inner {
  padding: 18px 10px 10px 10px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  margin-bottom: 10px;
}
.control-page .control-table {
  width: 100%;
}
.control-page .control-table__head {
  width: 100%;
  position: sticky;
  background: #FFF;
  top: -25px;
}
.control-page .control-table__head-column {
  padding: 7px 9px;
  color: #BEBEBE;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.control-page .control-table__head-column:first-child {
  padding-left: 10px;
}
.control-page .control-table__head-column:last-child {
  padding-right: 10px;
}
.control-page .control-table__content {
  width: 100%;
}
.control-page .control-table__row {
  width: 100%;
  border-radius: 8px;
}
.control-page .control-table__row:first-child .control-table__column-inner {
  border-top: 1px solid #EEEEEE;
}
.control-page .control-table__column {
  padding: 0 2px;
  color: #000;
  font-size: 10px;
  line-height: 110%;
  font-weight: 500;
}
.control-page .control-table__column:first-child {
  padding-left: 0;
}
.control-page .control-table__column:last-child {
  padding-right: 0;
}
.control-page .control-table__column-inner {
  width: 100%;
  padding: 7px 7px;
  border-bottom: 1px solid #EEEEEE;
}
.control-page .control-table__column-add {
  width: 16px;
  height: 16px;
  background-color: #FC5A45;
  cursor: pointer;
}
.control-page .control-table__column-add span {
  font-size: 9px;
  color: #FFF;
}
.control-page .control-table__column-task {
  height: 16px;
  padding: 0 2px 0 10px;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #402495;
  font-size: 7px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}
.control-page .control-table__column-task span {
  font-size: 12px;
  color: #402495;
  margin-left: 5px;
}
.control-page .control-table__column-status {
  margin-left: 4px;
  height: 16px;
  padding: 0 10px;
  border-radius: 8px;
  color: #FFF;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}

.seo-settings {
  width: 100%;
}
.seo-settings .page-header {
  display: none;
}
.seo-settings__top {
  width: 100%;
  margin-bottom: 20px;
  align-items: center;
}
.seo-settings__top-back {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FC5A45;
  cursor: pointer;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}
.seo-settings__top-back span {
  font-size: 12px;
  color: #FFF;
}
.seo-settings__top-title {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  margin: 5px 15px 5px 0;
}
.seo-settings__content {
  width: 100%;
}
.seo-settings .settings-column {
  width: 25%;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 25px;
  padding-left: 15px;
}
.seo-settings .settings-column:first-child {
  padding-left: 0;
}
.seo-settings .settings-column:last-child {
  width: 45%;
}
.seo-settings .settings-column__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #402495;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
.seo-settings .settings-column .settings-list {
  width: 100%;
  margin-bottom: 15px;
}
.seo-settings .settings-column .settings-list__item {
  width: 100%;
  border-radius: 5px;
  padding: 6px;
  align-items: center;
}
.seo-settings .settings-column .settings-list__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.seo-settings .settings-column .settings-list__item-number {
  width: 24px;
  min-width: 24px;
  text-align: center;
  margin-right: 5px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}
.seo-settings .settings-column .settings-list__item .el-switch {
  margin-right: 10px;
}
.seo-settings .settings-column .settings-list__item .el-switch__core {
  height: 15px;
  width: 26px !important;
  border-radius: 7px;
}
.seo-settings .settings-column .settings-list__item .el-switch__core:after {
  width: 11px;
  height: 11px;
}
.seo-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.seo-settings .settings-column .settings-list__item .el-switch.is-checked .el-switch__core:after {
  margin-left: -12px;
}
.seo-settings .settings-column .settings-list__item-title {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  flex-grow: 1;
}
.seo-settings .settings-column .settings-list__item-edit {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.seo-settings .settings-column .settings-list__item-edit:hover {
  color: #30BE50;
}
.seo-settings .settings-column .settings-list__item-delete {
  margin-left: 7px;
  font-size: 13px;
  color: #B9B9B9;
  cursor: pointer;
}
.seo-settings .settings-column .settings-list__item-delete:hover {
  color: #FC5A45;
}
.seo-settings .settings-column__add {
  width: 100%;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.seo-settings .settings-column__add .el-row {
  width: 100%;
  margin: 0 !important;
}
.seo-settings .settings-column__add .el-row .el-col {
  padding: 0 !important;
  height: 100%;
}
.seo-settings .settings-column__add .el-row .el-col:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #EFEFEF;
}
.seo-settings .settings-column__add .el-row .el-col:last-child .form-input .input-label input {
  padding-right: 45px;
}
.seo-settings .settings-column__add .el-row .el-col:first-child:before {
  display: none !important;
}
.seo-settings .settings-column__add .el-row .el-col .form-input {
  width: 100%;
}
.seo-settings .settings-column__add .el-row .el-col .form-input .input-label {
  padding-bottom: 0;
}
.seo-settings .settings-column__add .el-row .el-col .form-input .input-label__title {
  padding: 0 10px;
}
.seo-settings .settings-column__add .el-row .el-col .form-input .input-label__title span {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.seo-settings .settings-column__add .el-row .el-col .form-input .input-label input {
  border: none !important;
  padding: 0 10px;
}
.seo-settings .settings-column__add .el-row .el-col .form-input .input-label .error-messages {
  top: 40px;
  position: absolute;
  font-size: 12px;
  color: #FC5A45;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload {
  width: calc(100% - 10px);
  margin: 5px 5px 0 5px;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
  display: block;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:hover, .seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label__title {
  position: absolute;
  left: 40px;
  top: 13px;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
  height: auto;
  display: block;
  background: transparent;
  border: 0;
  border: 0;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.seo-settings .settings-column__add .el-row .el-col .modal-upload .label-wrapper .input-label .el-upload-list__item:first-child {
  margin-top: 0;
}
.seo-settings .settings-column__add-label {
  display: block;
  min-width: 100%;
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 5px;
  padding: 0 10px;
  align-self: flex-start;
}
.seo-settings .settings-column__add-btn {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  cursor: pointer;
  z-index: 101;
}
.seo-settings .settings-column__add-btn span {
  font-size: 10px;
  color: #FFF;
}

@media (max-width: 1340px) {
  .control-settings__top-title {
    font-size: 20px;
  }
  .control-settings .settings-column {
    width: 50%;
  }
  .control-settings .settings-column:first-child {
    padding-right: 0;
  }
  .control-settings .settings-column:nth-child(3) {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .control-settings__top {
    margin-bottom: 10px;
  }
  .control-settings__top-title {
    font-size: 18px;
  }
  .control-settings .settings-column {
    width: 100% !important;
    padding-left: 0;
  }
  .control-settings .settings-column:first-child {
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .control-settings__top-title {
    font-size: 16px;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: none;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409EFF;
  background-color: #FFF;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F2F2F2;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: "element-icons";
  content: "\e6da";
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}

.el-select-dropdown__wrap {
  max-height: 300px;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  color: #409eff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: white;
}
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: white;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: white;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: white;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: white;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: white;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: white;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: white;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: white;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: white;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-select-dropdown__item {
  font-size: 12px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #402495;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: #F2F2F2;
  cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFFFFF;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  background-color: #F2F2F2;
}
.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: bold;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #E4E7ED;
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
}
.el-select .el-select__tags > span {
  display: contents;
}
.el-select:hover .el-input__inner {
  border-color: #402495;
}
.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}
.el-select .el-input__inner:focus {
  border-color: #409EFF;
}
.el-select .el-input .el-select__caret {
  color: #000000;
  font-size: 12px;
  transition: transform 0.3s;
  transform: rotateZ(180deg);
  cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(0deg);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 12px;
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #000000;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #402495;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #BDBDBD;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}
.el-select > .el-input {
  display: block;
}
.el-select__input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 15px;
  color: #000000;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28px;
  background-color: transparent;
}
.el-select__input.is-mini {
  height: 14px;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #000000;
  line-height: 18px;
  font-size: 12px;
}
.el-select__close:hover {
  color: #402495;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: flex;
  max-width: 100%;
  align-items: center;
}
.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  top: 0;
  color: #FFFFFF;
  flex-shrink: 0;
}
.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}
.el-select .el-tag__close.el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}

.el-pagination {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: bold;
}
.el-pagination::before,
.el-pagination::after {
  display: table;
  content: "";
}

.el-pagination::after {
  clear: both;
}

.el-pagination span:not([class*=suffix]),
.el-pagination button {
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
}
.el-pagination .el-input__inner {
  text-align: center;
  -moz-appearance: textfield;
  line-height: normal;
}
.el-pagination .el-input__suffix {
  right: 0;
  transform: scale(0.8);
}
.el-pagination .el-select .el-input {
  width: 100px;
  margin: 0 5px;
}
.el-pagination .el-select .el-input .el-input__inner {
  padding-right: 25px;
  border-radius: 3px;
}
.el-pagination button {
  border: none;
  padding: 0 6px;
  background: transparent;
}
.el-pagination button:focus {
  outline: none;
}
.el-pagination button:hover {
  color: #409EFF;
}
.el-pagination button:disabled {
  color: #C0C4CC;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.el-pagination .btn-prev,
.el-pagination .btn-next {
  background: center center no-repeat;
  background-size: 16px;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: 0;
  color: #303133;
}
.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
.el-pagination .btn-prev {
  padding-right: 12px;
}
.el-pagination .btn-next {
  padding-left: 12px;
}
.el-pagination .el-pager li.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}
.el-pagination--small .btn-prev,
.el-pagination--small .btn-next,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
  border-color: transparent;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
}
.el-pagination--small .arrow.disabled {
  visibility: hidden;
}
.el-pagination--small .more::before,
.el-pagination--small li.more::before {
  line-height: 24px;
}
.el-pagination--small span:not([class*=suffix]),
.el-pagination--small button {
  height: 22px;
  line-height: 22px;
}
.el-pagination--small .el-pagination__editor {
  height: 22px;
}
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
  height: 22px;
}

.el-pagination__sizes {
  margin: 0 10px 0 0;
  font-weight: normal;
  color: #606266;
}
.el-pagination__sizes .el-input .el-input__inner {
  font-size: 13px;
  padding-left: 8px;
}
.el-pagination__sizes .el-input .el-input__inner:hover {
  border-color: #409EFF;
}

.el-pagination__total {
  margin-right: 10px;
  font-weight: normal;
  color: #606266;
}

.el-pagination__jump {
  margin-left: 24px;
  font-weight: normal;
  color: #606266;
}
.el-pagination__jump .el-input__inner {
  padding: 0 3px;
}

.el-pagination__rightwrapper {
  float: right;
}

.el-pagination__editor {
  line-height: 18px;
  padding: 0 2px;
  height: 28px;
  text-align: center;
  margin: 0 2px;
  box-sizing: border-box;
  border-radius: 3px;
}
.el-pagination__editor.el-input {
  width: 50px;
}
.el-pagination__editor.el-input .el-input__inner {
  height: 28px;
}
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.el-pagination.is-background .btn-prev,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .el-pager li {
  margin: 0 5px;
  background-color: #f4f4f5;
  color: #606266;
  min-width: 30px;
  border-radius: 2px;
}
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .el-pager li.disabled {
  color: #C0C4CC;
}
.el-pagination.is-background .btn-prev, .el-pagination.is-background .btn-next {
  padding: 0;
}
.el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .btn-next:disabled {
  color: #C0C4CC;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
  color: #409EFF;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #409EFF;
  color: #FFFFFF;
}
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .el-pager li {
  margin: 0 3px;
  min-width: 22px;
}

.el-pager {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.el-pager .more::before {
  line-height: 30px;
}
.el-pager li {
  padding: 0 4px;
  background: #FFFFFF;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
  line-height: 28px;
  color: #303133;
}
.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
  color: #C0C4CC;
}
.el-pager li.btn-quickprev:hover {
  cursor: pointer;
}
.el-pager li.btn-quicknext:hover {
  cursor: pointer;
}
.el-pager li.active + li {
  border-left: 0;
}
.el-pager li:hover {
  color: #409EFF;
}
.el-pager li.active {
  color: #409EFF;
  cursor: default;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.v-modal-enter {
  animation: v-modal-in 0.2s ease;
}

.v-modal-leave {
  animation: v-modal-out 0.2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000000;
}

.el-popup-parent--hidden {
  overflow: hidden;
}

.el-dialog {
  position: relative;
  margin: 0 auto 50px;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 50%;
}
.el-dialog.is-fullscreen {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
  overflow: auto;
}

.el-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.el-dialog__header {
  padding: 20px;
  padding-bottom: 10px;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
  color: #909399;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
  color: #409EFF;
}

.el-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}

.el-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.el-dialog__footer {
  padding: 20px;
  padding-top: 10px;
  text-align: right;
  box-sizing: border-box;
}

.el-dialog--center {
  text-align: center;
}
.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 25px 25px 30px;
}

.el-dialog--center .el-dialog__footer {
  text-align: inherit;
}

.dialog-fade-enter-active {
  animation: dialog-fade-in 0.3s;
}

.dialog-fade-leave-active {
  animation: dialog-fade-out 0.3s;
}

@keyframes dialog-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes dialog-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.el-autocomplete {
  position: relative;
  display: inline-block;
}

.el-autocomplete-suggestion {
  margin: 5px 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #E4E7ED;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.el-autocomplete-suggestion__wrap {
  max-height: 280px;
  padding: 10px 0;
  box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
  margin: 0;
  padding: 0;
}

.el-autocomplete-suggestion li {
  padding: 0 20px;
  margin: 0;
  line-height: 34px;
  cursor: pointer;
  color: #606266;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-autocomplete-suggestion li:hover {
  background-color: #F2F2F2;
}
.el-autocomplete-suggestion li.highlighted {
  background-color: #F2F2F2;
}
.el-autocomplete-suggestion li.divider {
  margin-top: 6px;
  border-top: 1px solid #000000;
}
.el-autocomplete-suggestion li.divider:last-child {
  margin-bottom: -6px;
}
.el-autocomplete-suggestion.is-loading li {
  text-align: center;
  height: 100px;
  line-height: 100px;
  font-size: 20px;
  color: #999;
}
.el-autocomplete-suggestion.is-loading li::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-autocomplete-suggestion.is-loading li:hover {
  background-color: #FFFFFF;
}
.el-autocomplete-suggestion.is-loading .el-icon-loading {
  vertical-align: middle;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-color: #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button.is-round {
  padding: 9px 12px;
}
.el-button:hover, .el-button:focus {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: none;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-button.is-plain:hover, .el-button.is-plain:focus {
  background: #FFFFFF;
  border-color: #409EFF;
  color: #409EFF;
}
.el-button.is-plain:active {
  background: #FFFFFF;
  border-color: #3a8ee6;
  color: #3a8ee6;
  outline: none;
}

.el-button.is-active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus {
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 9px;
}

.el-button--primary {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.el-button--primary:hover, .el-button--primary:focus {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFFFFF;
}
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active {
  color: #FFFFFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFFFFF;
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFFFFF;
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-button--success:hover, .el-button--success:focus {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFFFFF;
}
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active {
  color: #FFFFFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:hover, .el-button--success.is-plain:focus {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFFFFF;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFFFFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.el-button--warning:hover, .el-button--warning:focus {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFFFFF;
}
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active {
  color: #FFFFFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFFFFF;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFFFFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}
.el-button--danger:hover, .el-button--danger:focus {
  background: #f78989;
  border-color: #f78989;
  color: #FFFFFF;
}
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
  color: #FFFFFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFFFFF;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFFFFF;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:hover, .el-button--info:focus {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFFFFF;
}
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
}
.el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active {
  color: #FFFFFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:hover, .el-button--info.is-plain:focus {
  background: #909399;
  border-color: #909399;
  color: #FFFFFF;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--medium {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--medium.is-round {
  padding: 9px 12px;
}
.el-button--medium.is-circle {
  padding: 9px;
}

.el-button--small {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--small.is-round {
  padding: 4px 6px;
}
.el-button--small.is-circle {
  padding: 4px;
}

.el-button--mini {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.el-button--mini.is-round {
  padding: 4px 6px;
}
.el-button--mini.is-circle {
  padding: 4px;
}

.el-button--text {
  border-color: transparent;
  color: #409EFF;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:hover, .el-button--text:focus {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text:active {
  color: #3a8ee6;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus {
  border-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::before,
.el-button-group::after {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button:not(.is-disabled):hover, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):active {
  z-index: 1;
}
.el-button-group > .el-button.is-active {
  z-index: 1;
}

.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.el-dropdown {
  display: inline-block;
  position: relative;
  color: #606266;
  font-size: 12px;
}
.el-dropdown .el-button-group {
  display: block;
}
.el-dropdown .el-button-group .el-button {
  float: none;
}
.el-dropdown .el-dropdown__caret-button {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  border-left: none;
}
.el-dropdown .el-dropdown__caret-button::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  top: 5px;
  bottom: 5px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.el-dropdown .el-dropdown__caret-button.el-button--default::before {
  background: rgba(220, 223, 230, 0.5);
}
.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled)::before {
  top: 0;
  bottom: 0;
}
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
  padding-left: 0;
}
.el-dropdown__icon {
  font-size: 12px;
  margin: 0 3px;
}

.el-dropdown .el-dropdown-selfdefine:focus:active, .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-width: 0;
}
.el-dropdown [disabled] {
  cursor: not-allowed;
  color: #bbb;
}

.el-dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 0;
  margin: 5px 0;
  background-color: #FFFFFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.el-dropdown-menu__item {
  list-style: none;
  line-height: 36px;
  padding: 0 20px;
  margin: 0;
  font-size: 12px;
  color: #606266;
  cursor: pointer;
  outline: none;
}
.el-dropdown-menu__item:not(.is-disabled):hover, .el-dropdown-menu__item:focus {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.el-dropdown-menu__item i {
  margin-right: 5px;
}
.el-dropdown-menu__item--divided {
  position: relative;
  margin-top: 6px;
  border-top: 1px solid #EBEEF5;
}
.el-dropdown-menu__item--divided:before {
  content: "";
  height: 6px;
  display: block;
  margin: 0 -20px;
  background-color: #FFFFFF;
}

.el-dropdown-menu__item.is-disabled {
  cursor: default;
  color: #bbb;
  pointer-events: none;
}

.el-dropdown-menu--medium {
  padding: 6px 0;
}
.el-dropdown-menu--medium .el-dropdown-menu__item {
  line-height: 30px;
  padding: 0 17px;
  font-size: 14px;
}
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 6px;
}
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 6px;
  margin: 0 -17px;
}

.el-dropdown-menu--small {
  padding: 6px 0;
}
.el-dropdown-menu--small .el-dropdown-menu__item {
  line-height: 27px;
  padding: 0 15px;
  font-size: 13px;
}
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 4px;
}
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 4px;
  margin: 0 -15px;
}

.el-dropdown-menu--mini {
  padding: 3px 0;
}
.el-dropdown-menu--mini .el-dropdown-menu__item {
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
}
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
  margin-top: 3px;
}
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
  height: 3px;
  margin: 0 -10px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 28px;
}
.el-input-number .el-input {
  display: block;
}
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.el-input-number__increase, .el-input-number__decrease {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 30px;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}
.el-input-number__increase:hover, .el-input-number__decrease:hover {
  color: #409EFF;
}
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #BDBDBD;
}
.el-input-number__increase.is-disabled, .el-input-number__decrease.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DCDFE6;
}

.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #DCDFE6;
}

.el-input-number.is-disabled .el-input-number__increase, .el-input-number.is-disabled .el-input-number__decrease {
  border-color: #E4E7ED;
  color: #E4E7ED;
}
.el-input-number.is-disabled .el-input-number__increase:hover, .el-input-number.is-disabled .el-input-number__decrease:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}

.el-input-number--medium {
  width: 200px;
  line-height: 28px;
}
.el-input-number--medium .el-input-number__increase, .el-input-number--medium .el-input-number__decrease {
  width: 30px;
  font-size: 12px;
}

.el-input-number--medium .el-input__inner {
  padding-left: 37px;
  padding-right: 37px;
}

.el-input-number--small {
  width: 130px;
  line-height: 28px;
}
.el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
  width: 30px;
  font-size: 12px;
}
.el-input-number--small .el-input-number__increase [class*=el-icon], .el-input-number--small .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.9);
}

.el-input-number--small .el-input__inner {
  padding-left: 37px;
  padding-right: 37px;
}

.el-input-number--mini {
  width: 130px;
  line-height: 22px;
}
.el-input-number--mini .el-input-number__increase, .el-input-number--mini .el-input-number__decrease {
  width: 24px;
  font-size: 12px;
}
.el-input-number--mini .el-input-number__increase [class*=el-icon], .el-input-number--mini .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.8);
}

.el-input-number--mini .el-input__inner {
  padding-left: 31px;
  padding-right: 31px;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 40px;
}
.el-input-number.is-controls-right .el-input-number__increase, .el-input-number.is-controls-right .el-input-number__decrease {
  height: auto;
  line-height: 14px;
}
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon], .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.8);
}

.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #DCDFE6;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #DCDFE6;
  border-radius: 0 0 4px 0;
}

.el-input-number.is-controls-right[class*=medium] [class*=increase], .el-input-number.is-controls-right[class*=medium] [class*=decrease] {
  line-height: 14px;
}
.el-input-number.is-controls-right[class*=small] [class*=increase], .el-input-number.is-controls-right[class*=small] [class*=decrease] {
  line-height: 14px;
}
.el-input-number.is-controls-right[class*=mini] [class*=increase], .el-input-number.is-controls-right[class*=mini] [class*=decrease] {
  line-height: 11px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 12px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  height: 40px;
}
.el-radio.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #EBEEF5;
}
.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}

.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 3px;
  height: 36px;
}
.el-radio--medium.is-bordered .el-radio__label {
  font-size: 12px;
}
.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}

.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}
.el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}
.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}
.el-radio--mini.is-bordered .el-radio__label {
  font-size: 10px;
}
.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio:last-child {
  margin-right: 0;
}
.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-radio__input.is-disabled .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  cursor: not-allowed;
}
.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #F5F7FA;
}
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #C0C4CC;
}
.el-radio__input.is-disabled + span.el-radio__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}
.el-radio__input.is-checked .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}
.el-radio__input.is-checked + .el-radio__label {
  color: #409EFF;
}

.el-radio__input.is-focus .el-radio__inner {
  border-color: #409EFF;
}

.el-radio__inner {
  border: 1px solid #DCDFE6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.el-radio__inner:hover {
  border-color: #409EFF;
}
.el-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}

.el-radio__original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/ }
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px #409EFF;
}
.el-radio__label {
  font-size: 12px;
  padding-left: 10px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-radio-group {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-radio-button {
  position: relative;
  display: inline-block;
  outline: none;
}
.el-radio-button__inner {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  font-weight: 500;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button__inner.is-round {
  padding: 9px 12px;
}
.el-radio-button__inner:hover {
  color: #409EFF;
}
.el-radio-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-radio-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-radio-button:first-child .el-radio-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-radio-button__orig-radio {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
}
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #30BE50;
}
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
  background-color: #30BE50;
}

.el-radio-button:last-child .el-radio-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-radio-button:first-child:last-child .el-radio-button__inner {
  border-radius: 4px;
}
.el-radio-button--medium .el-radio-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button--medium .el-radio-button__inner.is-round {
  padding: 9px 12px;
}

.el-radio-button--small .el-radio-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-radio-button--small .el-radio-button__inner.is-round {
  padding: 4px 6px;
}

.el-radio-button--mini .el-radio-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-radio-button--mini .el-radio-button__inner.is-round {
  padding: 4px 6px;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/
  box-shadow: 0 0 2px 2px #30BE50;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 3px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 10px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #FFF;
  border-color: #DCDFE6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus {
  /*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #402495;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #402495;
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}
.el-checkbox-button__inner:hover {
  color: #409EFF;
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #30BE50;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #30BE50;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-group {
  font-size: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-switch {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label {
  cursor: not-allowed;
}

.el-switch__label {
  transition: 0.2s;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  vertical-align: middle;
  color: #303133;
}
.el-switch__label.is-active {
  color: #409EFF;
}

.el-switch__label--left {
  margin-right: 10px;
}

.el-switch__label--right {
  margin-left: 10px;
}

.el-switch__label * {
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}

.el-switch__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
}

.el-switch__core {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 20px;
  border: 1px solid #DCDFE6;
  outline: none;
  border-radius: 10px;
  box-sizing: border-box;
  background: #DCDFE6;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.el-switch__core:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}

.el-switch.is-checked .el-switch__core {
  border-color: #409EFF;
  background-color: #409EFF;
}
.el-switch.is-checked .el-switch__core::after {
  left: 100%;
  margin-left: -17px;
}

.el-switch.is-disabled {
  opacity: 0.6;
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
  left: 10px;
}
.el-switch--wide .el-switch__label.el-switch__label--right span {
  right: 10px;
}

.el-switch .label-fade-enter, .el-switch .label-fade-leave-active {
  opacity: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.el-select-dropdown {
  position: absolute;
  z-index: 1001;
  border: none;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item {
  padding-right: 40px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
  color: #409EFF;
  background-color: #FFF;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
  background-color: #F2F2F2;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
  position: absolute;
  right: 20px;
  font-family: "element-icons";
  content: "\e6da";
  font-size: 12px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
  padding: 0;
}

.el-select-dropdown__empty {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}

.el-select-dropdown__wrap {
  max-height: 300px;
}

.el-select-dropdown__list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
  box-sizing: border-box;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  color: #409eff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: white;
}
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: white;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: white;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: white;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: white;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: white;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: white;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: white;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: white;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: white;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-select-dropdown__item {
  font-size: 12px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #402495;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
  color: #F2F2F2;
  cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
  background-color: #FFFFFF;
}

.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
  background-color: #F2F2F2;
}
.el-select-dropdown__item.selected {
  color: #409EFF;
  font-weight: bold;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-select-group {
  margin: 0;
  padding: 0;
}
.el-select-group__wrap {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
  padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  right: 20px;
  bottom: 12px;
  height: 1px;
  background: #E4E7ED;
}

.el-select-group__title {
  padding-left: 20px;
  font-size: 12px;
  color: #909399;
  line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
  padding-left: 20px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

.el-select {
  display: inline-block;
  position: relative;
}
.el-select .el-select__tags > span {
  display: contents;
}
.el-select:hover .el-input__inner {
  border-color: #402495;
}
.el-select .el-input__inner {
  cursor: pointer;
  padding-right: 35px;
}
.el-select .el-input__inner:focus {
  border-color: #409EFF;
}
.el-select .el-input .el-select__caret {
  color: #000000;
  font-size: 12px;
  transition: transform 0.3s;
  transform: rotateZ(180deg);
  cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
  transform: rotateZ(0deg);
}

.el-select .el-input .el-select__caret.is-show-close {
  font-size: 12px;
  text-align: center;
  transform: rotateZ(180deg);
  border-radius: 100%;
  color: #000000;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
  color: #402495;
}

.el-select .el-input.is-disabled .el-input__inner {
  cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
  border-color: #BDBDBD;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #409EFF;
}
.el-select > .el-input {
  display: block;
}
.el-select__input {
  border: none;
  outline: none;
  padding: 0;
  margin-left: 15px;
  color: #000000;
  font-size: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 28px;
  background-color: transparent;
}
.el-select__input.is-mini {
  height: 14px;
}

.el-select__close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 1000;
  right: 25px;
  color: #000000;
  line-height: 18px;
  font-size: 12px;
}
.el-select__close:hover {
  color: #402495;
}

.el-select__tags {
  position: absolute;
  line-height: normal;
  white-space: normal;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.el-select__tags-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-select .el-tag {
  box-sizing: border-box;
  border-color: transparent;
  margin: 2px 0 2px 6px;
  background-color: #f0f2f5;
  display: flex;
  max-width: 100%;
  align-items: center;
}
.el-select .el-tag__close.el-icon-close {
  background-color: #C0C4CC;
  top: 0;
  color: #FFFFFF;
  flex-shrink: 0;
}
.el-select .el-tag__close.el-icon-close:hover {
  background-color: #909399;
}
.el-select .el-tag__close.el-icon-close::before {
  display: block;
  transform: translate(0, 0.5px);
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-color: #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button.is-round {
  padding: 9px 12px;
}
.el-button:hover, .el-button:focus {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: none;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-button.is-plain:hover, .el-button.is-plain:focus {
  background: #FFFFFF;
  border-color: #409EFF;
  color: #409EFF;
}
.el-button.is-plain:active {
  background: #FFFFFF;
  border-color: #3a8ee6;
  color: #3a8ee6;
  outline: none;
}

.el-button.is-active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus {
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 9px;
}

.el-button--primary {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.el-button--primary:hover, .el-button--primary:focus {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFFFFF;
}
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active {
  color: #FFFFFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFFFFF;
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFFFFF;
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-button--success:hover, .el-button--success:focus {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFFFFF;
}
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active {
  color: #FFFFFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:hover, .el-button--success.is-plain:focus {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFFFFF;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFFFFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.el-button--warning:hover, .el-button--warning:focus {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFFFFF;
}
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active {
  color: #FFFFFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFFFFF;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFFFFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}
.el-button--danger:hover, .el-button--danger:focus {
  background: #f78989;
  border-color: #f78989;
  color: #FFFFFF;
}
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
  color: #FFFFFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFFFFF;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFFFFF;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:hover, .el-button--info:focus {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFFFFF;
}
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
}
.el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active {
  color: #FFFFFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:hover, .el-button--info.is-plain:focus {
  background: #909399;
  border-color: #909399;
  color: #FFFFFF;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--medium {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--medium.is-round {
  padding: 9px 12px;
}
.el-button--medium.is-circle {
  padding: 9px;
}

.el-button--small {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--small.is-round {
  padding: 4px 6px;
}
.el-button--small.is-circle {
  padding: 4px;
}

.el-button--mini {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.el-button--mini.is-round {
  padding: 4px 6px;
}
.el-button--mini.is-circle {
  padding: 4px;
}

.el-button--text {
  border-color: transparent;
  color: #409EFF;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:hover, .el-button--text:focus {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text:active {
  color: #3a8ee6;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus {
  border-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::before,
.el-button-group::after {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button:not(.is-disabled):hover, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):active {
  z-index: 1;
}
.el-button-group > .el-button.is-active {
  z-index: 1;
}

.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-date-table {
  font-size: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.el-date-table.is-week-mode .el-date-table__row:hover div {
  background-color: #F2F6FC;
}
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
  color: #606266;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table.is-week-mode .el-date-table__row.current div {
  background-color: #F2F6FC;
}

.el-date-table td {
  width: 32px;
  height: 30px;
  padding: 4px 0;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.el-date-table td div {
  height: 30px;
  padding: 3px 0;
  box-sizing: border-box;
}
.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.el-date-table td.next-month, .el-date-table td.prev-month {
  color: #C0C4CC;
}
.el-date-table td.today {
  position: relative;
}
.el-date-table td.today span {
  color: #409EFF;
  font-weight: bold;
}
.el-date-table td.today.start-date span, .el-date-table td.today.end-date span {
  color: #FFFFFF;
}
.el-date-table td.available:hover {
  color: #409EFF;
}
.el-date-table td.in-range div {
  background-color: #F2F6FC;
}
.el-date-table td.in-range div:hover {
  background-color: #F2F6FC;
}
.el-date-table td.current:not(.disabled) span {
  color: #FFFFFF;
  background-color: #409EFF;
}
.el-date-table td.start-date div, .el-date-table td.end-date div {
  color: #FFFFFF;
}
.el-date-table td.start-date span, .el-date-table td.end-date span {
  background-color: #409EFF;
}
.el-date-table td.start-date div {
  margin-left: 5px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.el-date-table td.end-date div {
  margin-right: 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.el-date-table td.disabled div {
  background-color: #F5F7FA;
  opacity: 1;
  cursor: not-allowed;
  color: #C0C4CC;
}
.el-date-table td.selected div {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #F2F6FC;
  border-radius: 15px;
}
.el-date-table td.selected div:hover {
  background-color: #F2F6FC;
}
.el-date-table td.selected span {
  background-color: #409EFF;
  color: #FFFFFF;
  border-radius: 15px;
}
.el-date-table td.week {
  font-size: 80%;
  color: #606266;
}
.el-date-table th {
  padding: 5px;
  color: #606266;
  font-weight: 400;
  border-bottom: solid 1px #EBEEF5;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-month-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.el-month-table td {
  text-align: center;
  padding: 8px 0px;
  cursor: pointer;
}
.el-month-table td div {
  height: 48px;
  padding: 6px 0;
  box-sizing: border-box;
}
.el-month-table td.today .cell {
  color: #409EFF;
  font-weight: bold;
}
.el-month-table td.today.start-date .cell, .el-month-table td.today.end-date .cell {
  color: #FFFFFF;
}
.el-month-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}
.el-month-table td.disabled .cell:hover {
  color: #C0C4CC;
}
.el-month-table td .cell {
  width: 60px;
  height: 36px;
  display: block;
  line-height: 36px;
  color: #606266;
  margin: 0 auto;
  border-radius: 18px;
}
.el-month-table td .cell:hover {
  color: #409EFF;
}
.el-month-table td.in-range div {
  background-color: #F2F6FC;
}
.el-month-table td.in-range div:hover {
  background-color: #F2F6FC;
}
.el-month-table td.start-date div, .el-month-table td.end-date div {
  color: #FFFFFF;
}
.el-month-table td.start-date .cell, .el-month-table td.end-date .cell {
  color: #FFFFFF;
  background-color: #409EFF;
}
.el-month-table td.start-date div {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.el-month-table td.end-date div {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.el-month-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-year-table {
  font-size: 12px;
  margin: -1px;
  border-collapse: collapse;
}
.el-year-table .el-icon {
  color: #303133;
}
.el-year-table td {
  text-align: center;
  padding: 20px 3px;
  cursor: pointer;
}
.el-year-table td.today .cell {
  color: #409EFF;
  font-weight: bold;
}
.el-year-table td.disabled .cell {
  background-color: #F5F7FA;
  cursor: not-allowed;
  color: #C0C4CC;
}
.el-year-table td.disabled .cell:hover {
  color: #C0C4CC;
}
.el-year-table td .cell {
  width: 48px;
  height: 32px;
  display: block;
  line-height: 32px;
  color: #606266;
  margin: 0 auto;
}
.el-year-table td .cell:hover {
  color: #409EFF;
}
.el-year-table td.current:not(.disabled) .cell {
  color: #409EFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}
.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}
.el-time-spinner__wrapper.is-arrow {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  transform: translateY(-32px);
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #FFFFFF;
  cursor: default;
}

.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.el-time-spinner__arrow:hover {
  color: #409EFF;
}
.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}
.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}

.el-time-spinner__input.el-input {
  width: 70%;
}
.el-time-spinner__input.el-input .el-input__inner {
  padding: 0;
  text-align: center;
}

.el-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.el-time-spinner__list::after, .el-time-spinner__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
}

.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}
.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #F5F7FA;
  cursor: pointer;
}
.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: bold;
}
.el-time-spinner__item.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-fade-in-enter,
.el-fade-in-leave-active {
  opacity: 0;
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}

.collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s;
}

.el-list-enter, .el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}

.el-opacity-transition {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 220px;
}
.el-date-editor--monthrange.el-input, .el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
  width: 350px;
}

.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}
.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #C0C4CC;
  float: left;
  line-height: 32px;
}
.el-date-editor .el-range-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 12px;
  color: #606266;
}
.el-date-editor .el-range-input::-moz-placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #C0C4CC;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

.el-range-editor.el-input__inner {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}
.el-range-editor .el-range-input {
  line-height: 1;
}
.el-range-editor.is-active {
  border-color: #409EFF;
}
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

.el-range-editor--medium.el-input__inner {
  height: 30px;
}
.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 12px;
}
.el-range-editor--medium .el-range-input {
  font-size: 12px;
}
.el-range-editor--medium .el-range__icon,
.el-range-editor--medium .el-range__close-icon {
  line-height: 28px;
}

.el-range-editor--small.el-input__inner {
  height: 30px;
}
.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 12px;
}
.el-range-editor--small .el-range-input {
  font-size: 12px;
}
.el-range-editor--small .el-range__icon,
.el-range-editor--small .el-range__close-icon {
  line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
  height: 24px;
}
.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}
.el-range-editor--mini .el-range-input {
  font-size: 12px;
}
.el-range-editor--mini .el-range__icon,
.el-range-editor--mini .el-range__close-icon {
  line-height: 20px;
}

.el-range-editor.is-disabled {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled:hover, .el-range-editor.is-disabled:focus {
  border-color: #E4E7ED;
}
.el-range-editor.is-disabled input {
  background-color: #F2F2F2;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled input::-moz-placeholder {
  color: #828282;
}
.el-range-editor.is-disabled input::placeholder {
  color: #828282;
}
.el-range-editor.is-disabled .el-range-separator {
  color: #828282;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-picker-panel {
  color: #606266;
  border: 1px solid #E4E7ED;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}
.el-picker-panel__body::after, .el-picker-panel__body-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #FFFFFF;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-picker-panel__shortcut:hover {
  color: #409EFF;
}
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
}
.el-picker-panel__btn[disabled] {
  color: #cccccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}
.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #FFFFFF;
  overflow: auto;
}

.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}

.el-date-picker {
  width: 322px;
}
.el-date-picker.has-sidebar.has-time {
  width: 434px;
}
.el-date-picker.has-sidebar {
  width: 438px;
}
.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}
.el-date-picker .el-picker-panel__content {
  width: 292px;
}
.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.el-date-picker__header {
  margin: 12px;
  text-align: center;
}
.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #EBEEF5;
}
.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}

.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}
.el-date-picker__header-label:hover {
  color: #409EFF;
}
.el-date-picker__header-label.active {
  color: #409EFF;
}

.el-date-picker__prev-btn {
  float: left;
}

.el-date-picker__next-btn {
  float: right;
}

.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}

.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-date-range-picker {
  width: 646px;
}
.el-date-range-picker.has-sidebar {
  width: 756px;
}
.el-date-range-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-range-picker .el-picker-panel__body {
  min-width: 513px;
}
.el-date-range-picker .el-picker-panel__content {
  margin: 0;
}
.el-date-range-picker__header {
  position: relative;
  text-align: center;
  height: 28px;
}
.el-date-range-picker__header [class*=arrow-left] {
  float: left;
}
.el-date-range-picker__header [class*=arrow-right] {
  float: right;
}
.el-date-range-picker__header div {
  font-size: 16px;
  font-weight: 500;
  margin-right: 50px;
}

.el-date-range-picker__content {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}
.el-date-range-picker__content.is-left {
  border-right: 1px solid #e4e4e4;
}

.el-date-range-picker__content .el-date-range-picker__header div {
  margin-left: 50px;
  margin-right: 50px;
}

.el-date-range-picker__editors-wrap {
  box-sizing: border-box;
  display: table-cell;
}
.el-date-range-picker__editors-wrap.is-right {
  text-align: right;
}

.el-date-range-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.el-date-range-picker__time-header > .el-icon-arrow-right {
  font-size: 20px;
  vertical-align: middle;
  display: table-cell;
  color: #303133;
}

.el-date-range-picker__time-picker-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}
.el-date-range-picker__time-picker-wrap .el-picker-panel {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 1;
  background: #FFFFFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-range-picker {
  width: 354px;
  overflow: visible;
}
.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}

.el-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}

.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #E4E7ED;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-panel {
  margin: 5px 0;
  border: solid 1px #E4E7ED;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: content-box;
}
.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.el-time-panel__content::after, .el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}
.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}
.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}
.el-time-panel__content.has-seconds::after {
  left: 66.6666666667%;
}
.el-time-panel__content.has-seconds::before {
  padding-left: 33.3333333333%;
}

.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
}

.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  color: #303133;
}
.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409EFF;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-fade-in-enter,
.el-fade-in-leave-active {
  opacity: 0;
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}

.collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s;
}

.el-list-enter, .el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}

.el-opacity-transition {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 220px;
}
.el-date-editor--monthrange.el-input, .el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
  width: 350px;
}

.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}
.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #C0C4CC;
  float: left;
  line-height: 32px;
}
.el-date-editor .el-range-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 12px;
  color: #606266;
}
.el-date-editor .el-range-input::-moz-placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #C0C4CC;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

.el-range-editor.el-input__inner {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}
.el-range-editor .el-range-input {
  line-height: 1;
}
.el-range-editor.is-active {
  border-color: #409EFF;
}
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

.el-range-editor--medium.el-input__inner {
  height: 30px;
}
.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 12px;
}
.el-range-editor--medium .el-range-input {
  font-size: 12px;
}
.el-range-editor--medium .el-range__icon,
.el-range-editor--medium .el-range__close-icon {
  line-height: 28px;
}

.el-range-editor--small.el-input__inner {
  height: 30px;
}
.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 12px;
}
.el-range-editor--small .el-range-input {
  font-size: 12px;
}
.el-range-editor--small .el-range__icon,
.el-range-editor--small .el-range__close-icon {
  line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
  height: 24px;
}
.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}
.el-range-editor--mini .el-range-input {
  font-size: 12px;
}
.el-range-editor--mini .el-range__icon,
.el-range-editor--mini .el-range__close-icon {
  line-height: 20px;
}

.el-range-editor.is-disabled {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled:hover, .el-range-editor.is-disabled:focus {
  border-color: #E4E7ED;
}
.el-range-editor.is-disabled input {
  background-color: #F2F2F2;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled input::-moz-placeholder {
  color: #828282;
}
.el-range-editor.is-disabled input::placeholder {
  color: #828282;
}
.el-range-editor.is-disabled .el-range-separator {
  color: #828282;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-picker-panel {
  color: #606266;
  border: 1px solid #E4E7ED;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}
.el-picker-panel__body::after, .el-picker-panel__body-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #FFFFFF;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-picker-panel__shortcut:hover {
  color: #409EFF;
}
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
}
.el-picker-panel__btn[disabled] {
  color: #cccccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}
.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #FFFFFF;
  overflow: auto;
}

.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}

.el-date-picker {
  width: 322px;
}
.el-date-picker.has-sidebar.has-time {
  width: 434px;
}
.el-date-picker.has-sidebar {
  width: 438px;
}
.el-date-picker.has-time .el-picker-panel__body-wrapper {
  position: relative;
}
.el-date-picker .el-picker-panel__content {
  width: 292px;
}
.el-date-picker table {
  table-layout: fixed;
  width: 100%;
}
.el-date-picker__editor-wrap {
  position: relative;
  display: table-cell;
  padding: 0 5px;
}

.el-date-picker__time-header {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
  padding: 8px 5px 5px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.el-date-picker__header {
  margin: 12px;
  text-align: center;
}
.el-date-picker__header--bordered {
  margin-bottom: 0;
  padding-bottom: 12px;
  border-bottom: solid 1px #EBEEF5;
}
.el-date-picker__header--bordered + .el-picker-panel__content {
  margin-top: 0;
}

.el-date-picker__header-label {
  font-size: 16px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  color: #606266;
}
.el-date-picker__header-label:hover {
  color: #409EFF;
}
.el-date-picker__header-label.active {
  color: #409EFF;
}

.el-date-picker__prev-btn {
  float: left;
}

.el-date-picker__next-btn {
  float: right;
}

.el-date-picker__time-wrap {
  padding: 10px;
  text-align: center;
}

.el-date-picker__time-label {
  float: left;
  cursor: pointer;
  line-height: 30px;
  margin-left: 10px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.time-select {
  margin: 5px 0;
  min-width: 0;
}

.time-select .el-picker-panel__content {
  max-height: 200px;
  margin: 0;
}

.time-select-item {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
}

.time-select-item.selected:not(.disabled) {
  color: #409EFF;
  font-weight: bold;
}

.time-select-item.disabled {
  color: #E4E7ED;
  cursor: not-allowed;
}

.time-select-item:hover {
  background-color: #F5F7FA;
  font-weight: bold;
  cursor: pointer;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active {
  transition: opacity 200ms linear;
}

.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active {
  opacity: 0;
}

.el-fade-in-enter-active,
.el-fade-in-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-fade-in-enter,
.el-fade-in-leave-active {
  opacity: 0;
}

.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
  opacity: 0;
  transform: scaleX(0);
}

.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center top;
}

.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
  opacity: 1;
  transform: scaleY(1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: center bottom;
}

.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
  opacity: 0;
  transform: scaleY(0);
}

.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: top left;
}

.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
  opacity: 0;
  transform: scale(0.45, 0.45);
}

.collapse-transition {
  transition: 0.3s height ease-in-out, 0.3s padding-top ease-in-out, 0.3s padding-bottom ease-in-out;
}

.horizontal-collapse-transition {
  transition: 0.3s width ease-in-out, 0.3s padding-left ease-in-out, 0.3s padding-right ease-in-out;
}

.el-list-enter-active,
.el-list-leave-active {
  transition: all 1s;
}

.el-list-enter, .el-list-leave-active {
  opacity: 0;
  transform: translateY(-30px);
}

.el-opacity-transition {
  transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.el-date-editor {
  position: relative;
  display: inline-block;
  text-align: left;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
  width: 220px;
}
.el-date-editor--monthrange.el-input, .el-date-editor--monthrange.el-input__inner {
  width: 300px;
}

.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
  width: 350px;
}

.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
  width: 400px;
}

.el-date-editor--dates .el-input__inner {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
  cursor: pointer;
}
.el-date-editor .el-range__icon {
  font-size: 14px;
  margin-left: -5px;
  color: #C0C4CC;
  float: left;
  line-height: 32px;
}
.el-date-editor .el-range-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  display: inline-block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 39%;
  text-align: center;
  font-size: 12px;
  color: #606266;
}
.el-date-editor .el-range-input::-moz-placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-input::placeholder {
  color: #C0C4CC;
}
.el-date-editor .el-range-separator {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  width: 5%;
  color: #303133;
}
.el-date-editor .el-range__close-icon {
  font-size: 14px;
  color: #C0C4CC;
  width: 25px;
  display: inline-block;
  float: right;
  line-height: 32px;
}

.el-range-editor.el-input__inner {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
}
.el-range-editor .el-range-input {
  line-height: 1;
}
.el-range-editor.is-active {
  border-color: #409EFF;
}
.el-range-editor.is-active:hover {
  border-color: #409EFF;
}

.el-range-editor--medium.el-input__inner {
  height: 30px;
}
.el-range-editor--medium .el-range-separator {
  line-height: 28px;
  font-size: 12px;
}
.el-range-editor--medium .el-range-input {
  font-size: 12px;
}
.el-range-editor--medium .el-range__icon,
.el-range-editor--medium .el-range__close-icon {
  line-height: 28px;
}

.el-range-editor--small.el-input__inner {
  height: 30px;
}
.el-range-editor--small .el-range-separator {
  line-height: 24px;
  font-size: 12px;
}
.el-range-editor--small .el-range-input {
  font-size: 12px;
}
.el-range-editor--small .el-range__icon,
.el-range-editor--small .el-range__close-icon {
  line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
  height: 24px;
}
.el-range-editor--mini .el-range-separator {
  line-height: 20px;
  font-size: 12px;
}
.el-range-editor--mini .el-range-input {
  font-size: 12px;
}
.el-range-editor--mini .el-range__icon,
.el-range-editor--mini .el-range__close-icon {
  line-height: 20px;
}

.el-range-editor.is-disabled {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled:hover, .el-range-editor.is-disabled:focus {
  border-color: #E4E7ED;
}
.el-range-editor.is-disabled input {
  background-color: #F2F2F2;
  color: #828282;
  cursor: not-allowed;
}
.el-range-editor.is-disabled input::-moz-placeholder {
  color: #828282;
}
.el-range-editor.is-disabled input::placeholder {
  color: #828282;
}
.el-range-editor.is-disabled .el-range-separator {
  color: #828282;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-picker-panel {
  color: #606266;
  border: 1px solid #E4E7ED;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 4px;
  line-height: 30px;
  margin: 5px 0;
}
.el-picker-panel__body::after, .el-picker-panel__body-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-picker-panel__content {
  position: relative;
  margin: 15px;
}

.el-picker-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  text-align: right;
  background-color: #FFFFFF;
  position: relative;
  font-size: 0;
}

.el-picker-panel__shortcut {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  line-height: 28px;
  font-size: 14px;
  color: #606266;
  padding-left: 12px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-picker-panel__shortcut:hover {
  color: #409EFF;
}
.el-picker-panel__shortcut.active {
  background-color: #e6f1fe;
  color: #409EFF;
}

.el-picker-panel__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
}
.el-picker-panel__btn[disabled] {
  color: #cccccc;
  cursor: not-allowed;
}

.el-picker-panel__icon-btn {
  font-size: 12px;
  color: #303133;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  margin-top: 8px;
}
.el-picker-panel__icon-btn:hover {
  color: #409EFF;
}
.el-picker-panel__icon-btn.is-disabled {
  color: #bbb;
}
.el-picker-panel__icon-btn.is-disabled:hover {
  cursor: not-allowed;
}

.el-picker-panel__link-btn {
  vertical-align: middle;
}

.el-picker-panel *[slot=sidebar],
.el-picker-panel__sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #FFFFFF;
  overflow: auto;
}

.el-picker-panel *[slot=sidebar] + .el-picker-panel__body,
.el-picker-panel__sidebar + .el-picker-panel__body {
  margin-left: 110px;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
  width: 33.3%;
}
.el-time-spinner__wrapper {
  max-height: 190px;
  overflow: auto;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
  padding-bottom: 15px;
}
.el-time-spinner__wrapper.is-arrow {
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
  transform: translateY(-32px);
}
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #FFFFFF;
  cursor: default;
}

.el-time-spinner__arrow {
  font-size: 12px;
  color: #909399;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.el-time-spinner__arrow:hover {
  color: #409EFF;
}
.el-time-spinner__arrow.el-icon-arrow-up {
  top: 10px;
}
.el-time-spinner__arrow.el-icon-arrow-down {
  bottom: 10px;
}

.el-time-spinner__input.el-input {
  width: 70%;
}
.el-time-spinner__input.el-input .el-input__inner {
  padding: 0;
  text-align: center;
}

.el-time-spinner__list {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.el-time-spinner__list::after, .el-time-spinner__list::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
}

.el-time-spinner__item {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #606266;
}
.el-time-spinner__item:hover:not(.disabled):not(.active) {
  background: #F5F7FA;
  cursor: pointer;
}
.el-time-spinner__item.active:not(.disabled) {
  color: #303133;
  font-weight: bold;
}
.el-time-spinner__item.disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-panel {
  margin: 5px 0;
  border: solid 1px #E4E7ED;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  position: absolute;
  width: 180px;
  left: 0;
  z-index: 1000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: content-box;
}
.el-time-panel__content {
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.el-time-panel__content::after, .el-time-panel__content::before {
  content: "";
  top: 50%;
  position: absolute;
  margin-top: -15px;
  height: 32px;
  z-index: -1;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-top: 6px;
  text-align: left;
  border-top: 1px solid #E4E7ED;
  border-bottom: 1px solid #E4E7ED;
}
.el-time-panel__content::after {
  left: 50%;
  margin-left: 12%;
  margin-right: 12%;
}
.el-time-panel__content::before {
  padding-left: 50%;
  margin-right: 12%;
  margin-left: 12%;
}
.el-time-panel__content.has-seconds::after {
  left: 66.6666666667%;
}
.el-time-panel__content.has-seconds::before {
  padding-left: 33.3333333333%;
}

.el-time-panel__footer {
  border-top: 1px solid #e4e4e4;
  padding: 4px;
  height: 36px;
  line-height: 25px;
  text-align: right;
  box-sizing: border-box;
}

.el-time-panel__btn {
  border: none;
  line-height: 28px;
  padding: 0 5px;
  margin: 0 5px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
  color: #303133;
}
.el-time-panel__btn.confirm {
  font-weight: 800;
  color: #409EFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-time-range-picker {
  width: 354px;
  overflow: visible;
}
.el-time-range-picker__content {
  position: relative;
  text-align: center;
  padding: 10px;
}

.el-time-range-picker__cell {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 7px 7px;
  width: 50%;
  display: inline-block;
}

.el-time-range-picker__header {
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}

.el-time-range-picker__body {
  border-radius: 2px;
  border: 1px solid #E4E7ED;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

.el-popover {
  position: absolute;
  background: #FFFFFF;
  min-width: 150px;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  padding: 12px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 12px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
}
.el-popover--plain {
  padding: 18px 20px;
}

.el-popover__title {
  color: #303133;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 12px;
}

.el-popover__reference:focus:not(.focusing), .el-popover__reference:focus:hover {
  outline-width: 0;
}

.el-popover:focus:active, .el-popover:focus {
  outline-width: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tooltip:focus:not(.focusing), .el-tooltip:focus:hover {
  outline-width: 0;
}
.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}
.el-tooltip__popper .popper__arrow::after {
  content: " ";
  border-width: 5px;
}
.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=right] {
  margin-left: 12px;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=left] {
  margin-right: 12px;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFFFFF;
}

.el-tooltip__popper.is-light {
  background: #FFFFFF;
  border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFFFFF;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.v-modal-enter {
  animation: v-modal-in 0.2s ease;
}

.v-modal-leave {
  animation: v-modal-out 0.2s ease forwards;
}

@keyframes v-modal-in {
  0% {
    opacity: 0;
  }
}
@keyframes v-modal-out {
  100% {
    opacity: 0;
  }
}
.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000000;
}

.el-popup-parent--hidden {
  overflow: hidden;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-color: #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button.is-round {
  padding: 9px 12px;
}
.el-button:hover, .el-button:focus {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: none;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-button.is-plain:hover, .el-button.is-plain:focus {
  background: #FFFFFF;
  border-color: #409EFF;
  color: #409EFF;
}
.el-button.is-plain:active {
  background: #FFFFFF;
  border-color: #3a8ee6;
  color: #3a8ee6;
  outline: none;
}

.el-button.is-active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus {
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 9px;
}

.el-button--primary {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.el-button--primary:hover, .el-button--primary:focus {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFFFFF;
}
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active {
  color: #FFFFFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFFFFF;
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFFFFF;
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-button--success:hover, .el-button--success:focus {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFFFFF;
}
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active {
  color: #FFFFFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:hover, .el-button--success.is-plain:focus {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFFFFF;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFFFFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.el-button--warning:hover, .el-button--warning:focus {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFFFFF;
}
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active {
  color: #FFFFFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFFFFF;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFFFFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}
.el-button--danger:hover, .el-button--danger:focus {
  background: #f78989;
  border-color: #f78989;
  color: #FFFFFF;
}
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
  color: #FFFFFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFFFFF;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFFFFF;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:hover, .el-button--info:focus {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFFFFF;
}
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
}
.el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active {
  color: #FFFFFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:hover, .el-button--info.is-plain:focus {
  background: #909399;
  border-color: #909399;
  color: #FFFFFF;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--medium {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--medium.is-round {
  padding: 9px 12px;
}
.el-button--medium.is-circle {
  padding: 9px;
}

.el-button--small {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--small.is-round {
  padding: 4px 6px;
}
.el-button--small.is-circle {
  padding: 4px;
}

.el-button--mini {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.el-button--mini.is-round {
  padding: 4px 6px;
}
.el-button--mini.is-circle {
  padding: 4px;
}

.el-button--text {
  border-color: transparent;
  color: #409EFF;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:hover, .el-button--text:focus {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text:active {
  color: #3a8ee6;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus {
  border-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::before,
.el-button-group::after {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button:not(.is-disabled):hover, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):active {
  z-index: 1;
}
.el-button-group > .el-button.is-active {
  z-index: 1;
}

.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-message-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.el-message-box__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.el-message-box__wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}

.el-message-box__header {
  position: relative;
  padding: 15px;
  padding-bottom: 10px;
}

.el-message-box__title {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #303133;
}

.el-message-box__headerbtn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
}
.el-message-box__headerbtn .el-message-box__close {
  color: #909399;
}
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
  color: #409EFF;
}

.el-message-box__content {
  padding: 10px 15px;
  color: #606266;
  font-size: 12px;
}

.el-message-box__container {
  position: relative;
}

.el-message-box__input {
  padding-top: 15px;
}
.el-message-box__input input.invalid {
  border-color: #F56C6C;
}
.el-message-box__input input.invalid:focus {
  border-color: #F56C6C;
}

.el-message-box__status {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px !important;
}
.el-message-box__status::before {
  padding-left: 1px;
}
.el-message-box__status + .el-message-box__message {
  padding-left: 36px;
  padding-right: 12px;
}
.el-message-box__status.el-icon-success {
  color: #67C23A;
}
.el-message-box__status.el-icon-info {
  color: #909399;
}
.el-message-box__status.el-icon-warning {
  color: #E6A23C;
}
.el-message-box__status.el-icon-error {
  color: #F56C6C;
}

.el-message-box__message {
  margin: 0;
}
.el-message-box__message p {
  margin: 0;
  line-height: 24px;
}

.el-message-box__errormsg {
  color: #F56C6C;
  font-size: 12px;
  min-height: 18px;
  margin-top: 2px;
}

.el-message-box__btns {
  padding: 5px 15px 0;
  text-align: right;
}
.el-message-box__btns button:nth-child(2) {
  margin-left: 10px;
}

.el-message-box__btns-reverse {
  flex-direction: row-reverse;
}

.el-message-box--center {
  padding-bottom: 30px;
}
.el-message-box--center .el-message-box__header {
  padding-top: 30px;
}

.el-message-box--center .el-message-box__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-message-box--center .el-message-box__status {
  position: relative;
  top: auto;
  padding-right: 5px;
  text-align: center;
  transform: translateY(-1px);
}

.el-message-box--center .el-message-box__message {
  margin-left: 0;
}

.el-message-box--center .el-message-box__btns, .el-message-box--center .el-message-box__content {
  text-align: center;
}

.el-message-box--center .el-message-box__content {
  padding-left: 27px;
  padding-right: 27px;
}

.msgbox-fade-enter-active {
  animation: msgbox-fade-in 0.3s;
}

.msgbox-fade-leave-active {
  animation: msgbox-fade-out 0.3s;
}

@keyframes msgbox-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes msgbox-fade-out {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-breadcrumb {
  font-size: 14px;
  line-height: 1;
}
.el-breadcrumb::before,
.el-breadcrumb::after {
  display: table;
  content: "";
}

.el-breadcrumb::after {
  clear: both;
}

.el-breadcrumb__separator {
  margin: 0 9px;
  font-weight: bold;
  color: #C0C4CC;
}
.el-breadcrumb__separator[class*=icon] {
  margin: 0 6px;
  font-weight: normal;
}

.el-breadcrumb__item {
  float: left;
}
.el-breadcrumb__inner {
  color: #606266;
}
.el-breadcrumb__inner.is-link, .el-breadcrumb__inner a {
  font-weight: bold;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}
.el-breadcrumb__inner.is-link:hover, .el-breadcrumb__inner a:hover {
  color: #409EFF;
  cursor: pointer;
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
  font-weight: normal;
  color: #606266;
  cursor: text;
}
.el-breadcrumb__item:last-child .el-breadcrumb__separator {
  display: none;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tabs__header {
  padding: 0;
  position: relative;
  margin: 0 0 15px;
}

.el-tabs__active-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #409EFF;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  list-style: none;
}

.el-tabs__new-tab {
  float: right;
  border: 1px solid #d3dce6;
  height: 18px;
  width: 18px;
  line-height: 18px;
  margin: 12px 0 9px 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #d3dce6;
  cursor: pointer;
  transition: all 0.15s;
}
.el-tabs__new-tab .el-icon-plus {
  transform: scale(0.8, 0.8);
}
.el-tabs__new-tab:hover {
  color: #409EFF;
}

.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.el-tabs__nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #E4E7ED;
  z-index: 1;
}
.el-tabs__nav-wrap.is-scrollable {
  padding: 0 20px;
  box-sizing: border-box;
}

.el-tabs__nav-scroll {
  overflow: hidden;
}

.el-tabs__nav-next, .el-tabs__nav-prev {
  position: absolute;
  cursor: pointer;
  line-height: 44px;
  font-size: 12px;
  color: #909399;
}

.el-tabs__nav-next {
  right: 0;
}

.el-tabs__nav-prev {
  left: 0;
}

.el-tabs__nav {
  white-space: nowrap;
  position: relative;
  transition: transform 0.3s;
  float: left;
  z-index: 2;
}
.el-tabs__nav.is-stretch {
  min-width: 100%;
  display: flex;
}
.el-tabs__nav.is-stretch > * {
  flex: 1;
  text-align: center;
}

.el-tabs__item {
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: #303133;
  position: relative;
}
.el-tabs__item:focus, .el-tabs__item:focus:active {
  outline: none;
}
.el-tabs__item:focus.is-active.is-focus:not(:active) {
  box-shadow: 0 0 2px 2px #409EFF inset;
  border-radius: 3px;
}
.el-tabs__item .el-icon-close {
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-left: 5px;
}
.el-tabs__item .el-icon-close:before {
  transform: scale(0.9);
  display: inline-block;
}
.el-tabs__item .el-icon-close:hover {
  background-color: #C0C4CC;
  color: #FFFFFF;
}
.el-tabs__item.is-active {
  color: #409EFF;
}

.el-tabs__item:hover {
  color: #409EFF;
  cursor: pointer;
}
.el-tabs__item.is-disabled {
  color: #C0C4CC;
  cursor: default;
}

.el-tabs__content {
  overflow: hidden;
  position: relative;
}

.el-tabs--card > .el-tabs__header {
  border-bottom: 1px solid #E4E7ED;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__nav {
  border: 1px solid #E4E7ED;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  box-sizing: border-box;
}
.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
  display: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
  position: relative;
  font-size: 12px;
  width: 0;
  height: 14px;
  vertical-align: middle;
  line-height: 15px;
  overflow: hidden;
  top: -1px;
  right: -2px;
  transform-origin: 100% 50%;
}
.el-tabs--card > .el-tabs__header .el-tabs__item {
  border-bottom: 1px solid transparent;
  border-left: 1px solid #E4E7ED;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left: none;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
  padding-left: 13px;
  padding-right: 13px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
  width: 14px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  border-bottom-color: #FFFFFF;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
  padding-left: 20px;
  padding-right: 20px;
}
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
  width: 14px;
}

.el-tabs--border-card {
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.el-tabs--border-card > .el-tabs__content {
  padding: 15px;
}
.el-tabs--border-card > .el-tabs__header {
  background-color: #F5F7FA;
  border-bottom: 1px solid #E4E7ED;
  margin: 0;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap::after {
  content: none;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid transparent;
  margin-top: -1px;
  color: #909399;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
  margin-left: -1px;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item {
  margin-left: -1px;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  background-color: #FFFFFF;
  border-right-color: #DCDFE6;
  border-left-color: #DCDFE6;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #409EFF;
}
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
  color: #C0C4CC;
}
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
  margin-left: 0;
}

.el-tabs--top .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2),
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2) {
  padding-left: 0;
}
.el-tabs--top .el-tabs__item.is-top:last-child,
.el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child,
.el-tabs--bottom .el-tabs__item.is-bottom:last-child {
  padding-right: 0;
}
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2),
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
  padding-left: 20px;
}
.el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child,
.el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child {
  padding-right: 20px;
}

.el-tabs--bottom .el-tabs__header.is-bottom {
  margin-bottom: 0;
  margin-top: 10px;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
  border-bottom: 0;
  border-top: 1px solid #DCDFE6;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
  margin-top: -1px;
  margin-bottom: 0;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
  border: 1px solid transparent;
}
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
  margin: 0 -1px -1px -1px;
}

.el-tabs--left, .el-tabs--right {
  overflow: hidden;
}
.el-tabs--left .el-tabs__header.is-left,
.el-tabs--left .el-tabs__header.is-right,
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right,
.el-tabs--left .el-tabs__nav-scroll, .el-tabs--right .el-tabs__header.is-left,
.el-tabs--right .el-tabs__header.is-right,
.el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right,
.el-tabs--right .el-tabs__nav-scroll {
  height: 100%;
}
.el-tabs--left .el-tabs__active-bar.is-left,
.el-tabs--left .el-tabs__active-bar.is-right, .el-tabs--right .el-tabs__active-bar.is-left,
.el-tabs--right .el-tabs__active-bar.is-right {
  top: 0;
  bottom: auto;
  width: 2px;
  height: auto;
}
.el-tabs--left .el-tabs__nav-wrap.is-left,
.el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left,
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i {
  transform: rotateZ(90deg);
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
  left: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next,
.el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
  right: auto;
  bottom: 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable, .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable,
.el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
  padding: 30px 0;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after,
.el-tabs--left .el-tabs__nav-wrap.is-right::after, .el-tabs--right .el-tabs__nav-wrap.is-left::after,
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  height: 100%;
  width: 2px;
  bottom: auto;
  top: 0;
}
.el-tabs--left .el-tabs__nav.is-left,
.el-tabs--left .el-tabs__nav.is-right, .el-tabs--right .el-tabs__nav.is-left,
.el-tabs--right .el-tabs__nav.is-right {
  float: none;
}
.el-tabs--left .el-tabs__item.is-left,
.el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-left,
.el-tabs--right .el-tabs__item.is-right {
  display: block;
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: -1px;
}
.el-tabs--left .el-tabs__nav-wrap.is-left::after {
  left: auto;
  right: 0;
}
.el-tabs--left .el-tabs__active-bar.is-left {
  right: 0;
  left: auto;
}
.el-tabs--left .el-tabs__item.is-left {
  text-align: right;
}
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
  display: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
  border-left: none;
  border-right: 1px solid #E4E7ED;
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
  text-align: left;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
  border-right: 1px solid #E4E7ED;
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border: 1px solid #E4E7ED;
  border-right-color: #fff;
  border-left: none;
  border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
  border-top: none;
}
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
  border-bottom: none;
}
.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  border-bottom: 1px solid #E4E7ED;
  border-right: none;
}
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
  float: none;
}
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
  border-right: 1px solid #dfe4ed;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
  border: 1px solid transparent;
  margin: -1px 0 -1px -1px;
}
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
  border-color: transparent;
  border-top-color: rgb(209, 219, 229);
  border-bottom-color: rgb(209, 219, 229);
}

.el-tabs--right .el-tabs__header.is-right {
  float: right;
  margin-bottom: 0;
  margin-left: 10px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right {
  margin-left: -1px;
}
.el-tabs--right .el-tabs__nav-wrap.is-right::after {
  left: 0;
  right: auto;
}
.el-tabs--right .el-tabs__active-bar.is-right {
  left: 0;
}
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
  display: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
  border-bottom: none;
  border-top: 1px solid #E4E7ED;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
  border-left: 1px solid #E4E7ED;
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
  border: 1px solid #E4E7ED;
  border-left-color: #fff;
  border-right: none;
  border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
  border-top: none;
}
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
  border-bottom: none;
}
.el-tabs--right.el-tabs--card .el-tabs__nav {
  border-radius: 0 4px 4px 0;
  border-bottom: 1px solid #E4E7ED;
  border-left: none;
}
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
  border-left: 1px solid #dfe4ed;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
  border: 1px solid transparent;
  margin: -1px -1px -1px 0;
}
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
  border-color: transparent;
  border-top-color: rgb(209, 219, 229);
  border-bottom-color: rgb(209, 219, 229);
}

.slideInRight-transition,
.slideInLeft-transition {
  display: inline-block;
}

.slideInRight-enter {
  animation: slideInRight-enter 0.3s;
}

.slideInRight-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInRight-leave 0.3s;
}

.slideInLeft-enter {
  animation: slideInLeft-enter 0.3s;
}

.slideInLeft-leave {
  position: absolute;
  left: 0;
  right: 0;
  animation: slideInLeft-leave 0.3s;
}

@keyframes slideInRight-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInRight-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInLeft-enter {
  0% {
    opacity: 0;
    transform-origin: 0 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform-origin: 0 0;
    transform: translateX(0);
  }
}
@keyframes slideInLeft-leave {
  0% {
    transform-origin: 0 0;
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform-origin: 0 0;
    transform: translateX(-100%);
    opacity: 0;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-alert {
  width: 100%;
  padding: 8px 16px;
  margin: 0;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  opacity: 1;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.el-alert.is-light .el-alert__closebtn {
  color: #C0C4CC;
}

.el-alert.is-dark .el-alert__closebtn {
  color: #FFFFFF;
}
.el-alert.is-dark .el-alert__description {
  color: #FFFFFF;
}

.el-alert.is-center {
  justify-content: center;
}

.el-alert--success.is-light {
  background-color: #f0f9eb;
  color: #67C23A;
}
.el-alert--success.is-light .el-alert__description {
  color: #67C23A;
}
.el-alert--success.is-dark {
  background-color: #67C23A;
  color: #FFFFFF;
}

.el-alert--info.is-light {
  background-color: #f4f4f5;
  color: #909399;
}
.el-alert--info.is-dark {
  background-color: #909399;
  color: #FFFFFF;
}
.el-alert--info .el-alert__description {
  color: #909399;
}

.el-alert--warning.is-light {
  background-color: #fdf6ec;
  color: #E6A23C;
}
.el-alert--warning.is-light .el-alert__description {
  color: #E6A23C;
}
.el-alert--warning.is-dark {
  background-color: #E6A23C;
  color: #FFFFFF;
}

.el-alert--error.is-light {
  background-color: #fef0f0;
  color: #F56C6C;
}
.el-alert--error.is-light .el-alert__description {
  color: #F56C6C;
}
.el-alert--error.is-dark {
  background-color: #F56C6C;
  color: #FFFFFF;
}

.el-alert__content {
  display: table-cell;
  padding: 0 8px;
}

.el-alert__icon {
  font-size: 16px;
  width: 16px;
}
.el-alert__icon.is-big {
  font-size: 28px;
  width: 28px;
}

.el-alert__title {
  font-size: 13px;
  line-height: 18px;
}
.el-alert__title.is-bold {
  font-weight: bold;
}

.el-alert .el-alert__description {
  font-size: 12px;
  margin: 5px 0 0 0;
}
.el-alert__closebtn {
  font-size: 12px;
  opacity: 1;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
.el-alert__closebtn.is-customed {
  font-style: normal;
  font-size: 13px;
  top: 9px;
}

.el-alert-fade-enter,
.el-alert-fade-leave-active {
  opacity: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-notification {
  display: flex;
  width: 330px;
  padding: 14px 26px 14px 13px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #EBEEF5;
  position: fixed;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s, transform 0.3s, left 0.3s, right 0.3s, top 0.4s, bottom 0.3s;
  overflow: hidden;
}
.el-notification.right {
  right: 16px;
}
.el-notification.left {
  left: 16px;
}
.el-notification__group {
  margin-left: 13px;
  margin-right: 8px;
}

.el-notification__title {
  font-weight: bold;
  font-size: 16px;
  color: #303133;
  margin: 0;
}

.el-notification__content {
  font-size: 12px;
  line-height: 21px;
  margin: 6px 0 0 0;
  color: #606266;
  text-align: justify;
}
.el-notification__content p {
  margin: 0;
}

.el-notification__icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

.el-notification__closeBtn {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  color: #909399;
  font-size: 16px;
}
.el-notification__closeBtn:hover {
  color: #606266;
}

.el-notification .el-icon-success {
  color: #67C23A;
}
.el-notification .el-icon-error {
  color: #F56C6C;
}
.el-notification .el-icon-info {
  color: #909399;
}
.el-notification .el-icon-warning {
  color: #E6A23C;
}

.el-notification-fade-enter.right {
  right: 0;
  transform: translateX(100%);
}
.el-notification-fade-enter.left {
  left: 0;
  transform: translateX(-100%);
}

.el-notification-fade-leave-active {
  opacity: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.el-input-number {
  position: relative;
  display: inline-block;
  width: 180px;
  line-height: 28px;
}
.el-input-number .el-input {
  display: block;
}
.el-input-number .el-input__inner {
  -webkit-appearance: none;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.el-input-number__increase, .el-input-number__decrease {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: 30px;
  height: auto;
  text-align: center;
  background: #F5F7FA;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
}
.el-input-number__increase:hover, .el-input-number__decrease:hover {
  color: #409EFF;
}
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
  border-color: #BDBDBD;
}
.el-input-number__increase.is-disabled, .el-input-number__decrease.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-input-number__increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #DCDFE6;
}

.el-input-number__decrease {
  left: 1px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #DCDFE6;
}

.el-input-number.is-disabled .el-input-number__increase, .el-input-number.is-disabled .el-input-number__decrease {
  border-color: #E4E7ED;
  color: #E4E7ED;
}
.el-input-number.is-disabled .el-input-number__increase:hover, .el-input-number.is-disabled .el-input-number__decrease:hover {
  color: #E4E7ED;
  cursor: not-allowed;
}

.el-input-number--medium {
  width: 200px;
  line-height: 28px;
}
.el-input-number--medium .el-input-number__increase, .el-input-number--medium .el-input-number__decrease {
  width: 30px;
  font-size: 12px;
}

.el-input-number--medium .el-input__inner {
  padding-left: 37px;
  padding-right: 37px;
}

.el-input-number--small {
  width: 130px;
  line-height: 28px;
}
.el-input-number--small .el-input-number__increase, .el-input-number--small .el-input-number__decrease {
  width: 30px;
  font-size: 12px;
}
.el-input-number--small .el-input-number__increase [class*=el-icon], .el-input-number--small .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.9);
}

.el-input-number--small .el-input__inner {
  padding-left: 37px;
  padding-right: 37px;
}

.el-input-number--mini {
  width: 130px;
  line-height: 22px;
}
.el-input-number--mini .el-input-number__increase, .el-input-number--mini .el-input-number__decrease {
  width: 24px;
  font-size: 12px;
}
.el-input-number--mini .el-input-number__increase [class*=el-icon], .el-input-number--mini .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.8);
}

.el-input-number--mini .el-input__inner {
  padding-left: 31px;
  padding-right: 31px;
}

.el-input-number.is-without-controls .el-input__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.el-input-number.is-controls-right .el-input__inner {
  padding-left: 15px;
  padding-right: 40px;
}
.el-input-number.is-controls-right .el-input-number__increase, .el-input-number.is-controls-right .el-input-number__decrease {
  height: auto;
  line-height: 14px;
}
.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon], .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon] {
  transform: scale(0.8);
}

.el-input-number.is-controls-right .el-input-number__increase {
  border-radius: 0 4px 0 0;
  border-bottom: 1px solid #DCDFE6;
}

.el-input-number.is-controls-right .el-input-number__decrease {
  right: 1px;
  bottom: 1px;
  top: auto;
  left: auto;
  border-right: none;
  border-left: 1px solid #DCDFE6;
  border-radius: 0 0 4px 0;
}

.el-input-number.is-controls-right[class*=medium] [class*=increase], .el-input-number.is-controls-right[class*=medium] [class*=decrease] {
  line-height: 14px;
}
.el-input-number.is-controls-right[class*=small] [class*=increase], .el-input-number.is-controls-right[class*=small] [class*=decrease] {
  line-height: 14px;
}
.el-input-number.is-controls-right[class*=mini] [class*=increase], .el-input-number.is-controls-right[class*=mini] [class*=decrease] {
  line-height: 11px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tooltip:focus:not(.focusing), .el-tooltip:focus:hover {
  outline-width: 0;
}
.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}
.el-tooltip__popper .popper__arrow::after {
  content: " ";
  border-width: 5px;
}
.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=right] {
  margin-left: 12px;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=left] {
  margin-right: 12px;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFFFFF;
}

.el-tooltip__popper.is-light {
  background: #FFFFFF;
  border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFFFFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-slider::before,
.el-slider::after {
  display: table;
  content: "";
}

.el-slider::after {
  clear: both;
}

.el-slider__runway {
  width: 100%;
  height: 6px;
  margin: 16px 0;
  background-color: #E4E7ED;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.el-slider__runway.show-input {
  margin-right: 160px;
  width: auto;
}
.el-slider__runway.disabled {
  cursor: default;
}
.el-slider__runway.disabled .el-slider__bar {
  background-color: #C0C4CC;
}
.el-slider__runway.disabled .el-slider__button {
  border-color: #C0C4CC;
}
.el-slider__runway.disabled .el-slider__button-wrapper:hover, .el-slider__runway.disabled .el-slider__button-wrapper.hover {
  cursor: not-allowed;
}
.el-slider__runway.disabled .el-slider__button-wrapper.dragging {
  cursor: not-allowed;
}
.el-slider__runway.disabled .el-slider__button:hover, .el-slider__runway.disabled .el-slider__button.hover, .el-slider__runway.disabled .el-slider__button.dragging {
  transform: scale(1);
}
.el-slider__runway.disabled .el-slider__button:hover, .el-slider__runway.disabled .el-slider__button.hover {
  cursor: not-allowed;
}
.el-slider__runway.disabled .el-slider__button.dragging {
  cursor: not-allowed;
}

.el-slider__input {
  float: right;
  margin-top: 3px;
  width: 130px;
}
.el-slider__input.el-input-number--mini {
  margin-top: 5px;
}
.el-slider__input.el-input-number--medium {
  margin-top: 0;
}
.el-slider__input.el-input-number--large {
  margin-top: -2px;
}

.el-slider__bar {
  height: 6px;
  background-color: #409EFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: absolute;
}

.el-slider__button-wrapper {
  height: 36px;
  width: 36px;
  position: absolute;
  z-index: 1001;
  top: -15px;
  transform: translateX(-50%);
  background-color: transparent;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: normal;
}
.el-slider__button-wrapper::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-slider__button-wrapper .el-tooltip {
  vertical-align: middle;
  display: inline-block;
}
.el-slider__button-wrapper:hover, .el-slider__button-wrapper.hover {
  cursor: grab;
}
.el-slider__button-wrapper.dragging {
  cursor: grabbing;
}

.el-slider__button {
  width: 16px;
  height: 16px;
  border: solid 2px #409EFF;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.el-slider__button:hover, .el-slider__button.hover, .el-slider__button.dragging {
  transform: scale(1.2);
}
.el-slider__button:hover, .el-slider__button.hover {
  cursor: grab;
}
.el-slider__button.dragging {
  cursor: grabbing;
}

.el-slider__stop {
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translateX(-50%);
}

.el-slider__marks {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.el-slider__marks-text {
  position: absolute;
  transform: translateX(-50%);
  font-size: 14px;
  color: #909399;
  margin-top: 15px;
}

.el-slider.is-vertical {
  position: relative;
}
.el-slider.is-vertical .el-slider__runway {
  width: 6px;
  height: 100%;
  margin: 0 16px;
}
.el-slider.is-vertical .el-slider__bar {
  width: 6px;
  height: auto;
  border-radius: 0 0 3px 3px;
}
.el-slider.is-vertical .el-slider__button-wrapper {
  top: auto;
  left: -15px;
  transform: translateY(50%);
}
.el-slider.is-vertical .el-slider__stop {
  transform: translateY(50%);
}
.el-slider.is-vertical.el-slider--with-input {
  padding-bottom: 52px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input {
  overflow: visible;
  float: none;
  position: absolute;
  bottom: 22px;
  width: 36px;
  margin-top: 15px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  top: 30px;
  margin-top: -1px;
  border: 1px solid #DCDFE6;
  line-height: 20px;
  box-sizing: border-box;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
  width: 18px;
  right: 18px;
  border-bottom-left-radius: 2px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
  width: 19px;
  border-bottom-right-radius: 2px;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
  border-color: #402495;
}
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease,
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
  border-color: #BDBDBD;
}
.el-slider.is-vertical .el-slider__marks-text {
  margin-top: 0;
  left: 15px;
  transform: translateY(50%);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-loading-parent--relative {
  position: relative !important;
}

.el-loading-parent--hidden {
  overflow: hidden !important;
}

.el-loading-mask {
  position: absolute;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.el-loading-mask.is-fullscreen {
  position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
  margin-top: -25px;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
  height: 50px;
  width: 50px;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.el-loading-spinner .el-loading-text {
  color: #409EFF;
  margin: 3px 0;
  font-size: 14px;
}
.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409EFF;
  stroke-linecap: round;
}
.el-loading-spinner i {
  color: #409EFF;
}

.el-loading-fade-enter,
.el-loading-fade-leave-active {
  opacity: 0;
}

@keyframes loading-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-row {
  position: relative;
  box-sizing: border-box;
}
.el-row::before,
.el-row::after {
  display: table;
  content: "";
}

.el-row::after {
  clear: both;
}

.el-row--flex {
  display: flex;
}
.el-row--flex:before, .el-row--flex:after {
  display: none;
}
.el-row--flex.is-justify-center {
  justify-content: center;
}

.el-row--flex.is-justify-end {
  justify-content: flex-end;
}

.el-row--flex.is-justify-space-between {
  justify-content: space-between;
}

.el-row--flex.is-justify-space-around {
  justify-content: space-around;
}

.el-row--flex.is-align-top {
  align-items: flex-start;
}

.el-row--flex.is-align-middle {
  align-items: center;
}

.el-row--flex.is-align-bottom {
  align-items: flex-end;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
[class*=el-col-] {
  float: left;
  box-sizing: border-box;
}

.el-col-0 {
  display: none;
}

.el-col-0 {
  width: 0%;
}

.el-col-offset-0 {
  margin-left: 0%;
}

.el-col-pull-0 {
  position: relative;
  right: 0%;
}

.el-col-push-0 {
  position: relative;
  left: 0%;
}

.el-col-1 {
  width: 4.1666666667%;
}

.el-col-offset-1 {
  margin-left: 4.1666666667%;
}

.el-col-pull-1 {
  position: relative;
  right: 4.1666666667%;
}

.el-col-push-1 {
  position: relative;
  left: 4.1666666667%;
}

.el-col-2 {
  width: 8.3333333333%;
}

.el-col-offset-2 {
  margin-left: 8.3333333333%;
}

.el-col-pull-2 {
  position: relative;
  right: 8.3333333333%;
}

.el-col-push-2 {
  position: relative;
  left: 8.3333333333%;
}

.el-col-3 {
  width: 12.5%;
}

.el-col-offset-3 {
  margin-left: 12.5%;
}

.el-col-pull-3 {
  position: relative;
  right: 12.5%;
}

.el-col-push-3 {
  position: relative;
  left: 12.5%;
}

.el-col-4 {
  width: 16.6666666667%;
}

.el-col-offset-4 {
  margin-left: 16.6666666667%;
}

.el-col-pull-4 {
  position: relative;
  right: 16.6666666667%;
}

.el-col-push-4 {
  position: relative;
  left: 16.6666666667%;
}

.el-col-5 {
  width: 20.8333333333%;
}

.el-col-offset-5 {
  margin-left: 20.8333333333%;
}

.el-col-pull-5 {
  position: relative;
  right: 20.8333333333%;
}

.el-col-push-5 {
  position: relative;
  left: 20.8333333333%;
}

.el-col-6 {
  width: 25%;
}

.el-col-offset-6 {
  margin-left: 25%;
}

.el-col-pull-6 {
  position: relative;
  right: 25%;
}

.el-col-push-6 {
  position: relative;
  left: 25%;
}

.el-col-7 {
  width: 29.1666666667%;
}

.el-col-offset-7 {
  margin-left: 29.1666666667%;
}

.el-col-pull-7 {
  position: relative;
  right: 29.1666666667%;
}

.el-col-push-7 {
  position: relative;
  left: 29.1666666667%;
}

.el-col-8 {
  width: 33.3333333333%;
}

.el-col-offset-8 {
  margin-left: 33.3333333333%;
}

.el-col-pull-8 {
  position: relative;
  right: 33.3333333333%;
}

.el-col-push-8 {
  position: relative;
  left: 33.3333333333%;
}

.el-col-9 {
  width: 37.5%;
}

.el-col-offset-9 {
  margin-left: 37.5%;
}

.el-col-pull-9 {
  position: relative;
  right: 37.5%;
}

.el-col-push-9 {
  position: relative;
  left: 37.5%;
}

.el-col-10 {
  width: 41.6666666667%;
}

.el-col-offset-10 {
  margin-left: 41.6666666667%;
}

.el-col-pull-10 {
  position: relative;
  right: 41.6666666667%;
}

.el-col-push-10 {
  position: relative;
  left: 41.6666666667%;
}

.el-col-11 {
  width: 45.8333333333%;
}

.el-col-offset-11 {
  margin-left: 45.8333333333%;
}

.el-col-pull-11 {
  position: relative;
  right: 45.8333333333%;
}

.el-col-push-11 {
  position: relative;
  left: 45.8333333333%;
}

.el-col-12 {
  width: 50%;
}

.el-col-offset-12 {
  margin-left: 50%;
}

.el-col-pull-12 {
  position: relative;
  right: 50%;
}

.el-col-push-12 {
  position: relative;
  left: 50%;
}

.el-col-13 {
  width: 54.1666666667%;
}

.el-col-offset-13 {
  margin-left: 54.1666666667%;
}

.el-col-pull-13 {
  position: relative;
  right: 54.1666666667%;
}

.el-col-push-13 {
  position: relative;
  left: 54.1666666667%;
}

.el-col-14 {
  width: 58.3333333333%;
}

.el-col-offset-14 {
  margin-left: 58.3333333333%;
}

.el-col-pull-14 {
  position: relative;
  right: 58.3333333333%;
}

.el-col-push-14 {
  position: relative;
  left: 58.3333333333%;
}

.el-col-15 {
  width: 62.5%;
}

.el-col-offset-15 {
  margin-left: 62.5%;
}

.el-col-pull-15 {
  position: relative;
  right: 62.5%;
}

.el-col-push-15 {
  position: relative;
  left: 62.5%;
}

.el-col-16 {
  width: 66.6666666667%;
}

.el-col-offset-16 {
  margin-left: 66.6666666667%;
}

.el-col-pull-16 {
  position: relative;
  right: 66.6666666667%;
}

.el-col-push-16 {
  position: relative;
  left: 66.6666666667%;
}

.el-col-17 {
  width: 70.8333333333%;
}

.el-col-offset-17 {
  margin-left: 70.8333333333%;
}

.el-col-pull-17 {
  position: relative;
  right: 70.8333333333%;
}

.el-col-push-17 {
  position: relative;
  left: 70.8333333333%;
}

.el-col-18 {
  width: 75%;
}

.el-col-offset-18 {
  margin-left: 75%;
}

.el-col-pull-18 {
  position: relative;
  right: 75%;
}

.el-col-push-18 {
  position: relative;
  left: 75%;
}

.el-col-19 {
  width: 79.1666666667%;
}

.el-col-offset-19 {
  margin-left: 79.1666666667%;
}

.el-col-pull-19 {
  position: relative;
  right: 79.1666666667%;
}

.el-col-push-19 {
  position: relative;
  left: 79.1666666667%;
}

.el-col-20 {
  width: 83.3333333333%;
}

.el-col-offset-20 {
  margin-left: 83.3333333333%;
}

.el-col-pull-20 {
  position: relative;
  right: 83.3333333333%;
}

.el-col-push-20 {
  position: relative;
  left: 83.3333333333%;
}

.el-col-21 {
  width: 87.5%;
}

.el-col-offset-21 {
  margin-left: 87.5%;
}

.el-col-pull-21 {
  position: relative;
  right: 87.5%;
}

.el-col-push-21 {
  position: relative;
  left: 87.5%;
}

.el-col-22 {
  width: 91.6666666667%;
}

.el-col-offset-22 {
  margin-left: 91.6666666667%;
}

.el-col-pull-22 {
  position: relative;
  right: 91.6666666667%;
}

.el-col-push-22 {
  position: relative;
  left: 91.6666666667%;
}

.el-col-23 {
  width: 95.8333333333%;
}

.el-col-offset-23 {
  margin-left: 95.8333333333%;
}

.el-col-pull-23 {
  position: relative;
  right: 95.8333333333%;
}

.el-col-push-23 {
  position: relative;
  left: 95.8333333333%;
}

.el-col-24 {
  width: 100%;
}

.el-col-offset-24 {
  margin-left: 100%;
}

.el-col-pull-24 {
  position: relative;
  right: 100%;
}

.el-col-push-24 {
  position: relative;
  left: 100%;
}

@media only screen and (max-width: 767px) {
  .el-col-xs-0 {
    display: none;
  }
  .el-col-xs-0 {
    width: 0%;
  }
  .el-col-xs-offset-0 {
    margin-left: 0%;
  }
  .el-col-xs-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-xs-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-xs-1 {
    width: 4.1666666667%;
  }
  .el-col-xs-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-xs-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-xs-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-xs-2 {
    width: 8.3333333333%;
  }
  .el-col-xs-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-xs-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-xs-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-xs-3 {
    width: 12.5%;
  }
  .el-col-xs-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xs-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xs-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xs-4 {
    width: 16.6666666667%;
  }
  .el-col-xs-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-xs-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-xs-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-xs-5 {
    width: 20.8333333333%;
  }
  .el-col-xs-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-xs-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-xs-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-xs-6 {
    width: 25%;
  }
  .el-col-xs-offset-6 {
    margin-left: 25%;
  }
  .el-col-xs-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xs-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xs-7 {
    width: 29.1666666667%;
  }
  .el-col-xs-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-xs-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-xs-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-xs-8 {
    width: 33.3333333333%;
  }
  .el-col-xs-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-xs-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-xs-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-xs-9 {
    width: 37.5%;
  }
  .el-col-xs-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xs-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xs-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xs-10 {
    width: 41.6666666667%;
  }
  .el-col-xs-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-xs-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-xs-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-xs-11 {
    width: 45.8333333333%;
  }
  .el-col-xs-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-xs-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-xs-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-xs-12 {
    width: 50%;
  }
  .el-col-xs-offset-12 {
    margin-left: 50%;
  }
  .el-col-xs-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xs-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xs-13 {
    width: 54.1666666667%;
  }
  .el-col-xs-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-xs-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-xs-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-xs-14 {
    width: 58.3333333333%;
  }
  .el-col-xs-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-xs-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-xs-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-xs-15 {
    width: 62.5%;
  }
  .el-col-xs-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xs-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xs-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xs-16 {
    width: 66.6666666667%;
  }
  .el-col-xs-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-xs-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-xs-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-xs-17 {
    width: 70.8333333333%;
  }
  .el-col-xs-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-xs-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-xs-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-xs-18 {
    width: 75%;
  }
  .el-col-xs-offset-18 {
    margin-left: 75%;
  }
  .el-col-xs-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xs-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xs-19 {
    width: 79.1666666667%;
  }
  .el-col-xs-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-xs-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-xs-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-xs-20 {
    width: 83.3333333333%;
  }
  .el-col-xs-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-xs-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-xs-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-xs-21 {
    width: 87.5%;
  }
  .el-col-xs-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xs-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xs-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xs-22 {
    width: 91.6666666667%;
  }
  .el-col-xs-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-xs-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-xs-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-xs-23 {
    width: 95.8333333333%;
  }
  .el-col-xs-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-xs-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-xs-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-xs-24 {
    width: 100%;
  }
  .el-col-xs-offset-24 {
    margin-left: 100%;
  }
  .el-col-xs-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xs-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .el-col-sm-0 {
    display: none;
  }
  .el-col-sm-0 {
    width: 0%;
  }
  .el-col-sm-offset-0 {
    margin-left: 0%;
  }
  .el-col-sm-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-sm-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-sm-1 {
    width: 4.1666666667%;
  }
  .el-col-sm-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-sm-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-sm-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-sm-2 {
    width: 8.3333333333%;
  }
  .el-col-sm-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-sm-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-sm-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-sm-3 {
    width: 12.5%;
  }
  .el-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-sm-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-sm-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-sm-4 {
    width: 16.6666666667%;
  }
  .el-col-sm-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-sm-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-sm-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-sm-5 {
    width: 20.8333333333%;
  }
  .el-col-sm-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-sm-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-sm-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-sm-6 {
    width: 25%;
  }
  .el-col-sm-offset-6 {
    margin-left: 25%;
  }
  .el-col-sm-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-sm-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-sm-7 {
    width: 29.1666666667%;
  }
  .el-col-sm-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-sm-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-sm-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-sm-8 {
    width: 33.3333333333%;
  }
  .el-col-sm-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-sm-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-sm-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-sm-9 {
    width: 37.5%;
  }
  .el-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-sm-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-sm-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-sm-10 {
    width: 41.6666666667%;
  }
  .el-col-sm-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-sm-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-sm-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-sm-11 {
    width: 45.8333333333%;
  }
  .el-col-sm-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-sm-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-sm-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-sm-12 {
    width: 50%;
  }
  .el-col-sm-offset-12 {
    margin-left: 50%;
  }
  .el-col-sm-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-sm-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-sm-13 {
    width: 54.1666666667%;
  }
  .el-col-sm-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-sm-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-sm-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-sm-14 {
    width: 58.3333333333%;
  }
  .el-col-sm-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-sm-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-sm-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-sm-15 {
    width: 62.5%;
  }
  .el-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-sm-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-sm-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-sm-16 {
    width: 66.6666666667%;
  }
  .el-col-sm-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-sm-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-sm-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-sm-17 {
    width: 70.8333333333%;
  }
  .el-col-sm-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-sm-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-sm-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-sm-18 {
    width: 75%;
  }
  .el-col-sm-offset-18 {
    margin-left: 75%;
  }
  .el-col-sm-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-sm-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-sm-19 {
    width: 79.1666666667%;
  }
  .el-col-sm-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-sm-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-sm-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-sm-20 {
    width: 83.3333333333%;
  }
  .el-col-sm-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-sm-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-sm-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-sm-21 {
    width: 87.5%;
  }
  .el-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-sm-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-sm-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-sm-22 {
    width: 91.6666666667%;
  }
  .el-col-sm-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-sm-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-sm-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-sm-23 {
    width: 95.8333333333%;
  }
  .el-col-sm-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-sm-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-sm-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-sm-24 {
    width: 100%;
  }
  .el-col-sm-offset-24 {
    margin-left: 100%;
  }
  .el-col-sm-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-sm-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .el-col-md-0 {
    display: none;
  }
  .el-col-md-0 {
    width: 0%;
  }
  .el-col-md-offset-0 {
    margin-left: 0%;
  }
  .el-col-md-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-md-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-md-1 {
    width: 4.1666666667%;
  }
  .el-col-md-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-md-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-md-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-md-2 {
    width: 8.3333333333%;
  }
  .el-col-md-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-md-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-md-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-md-3 {
    width: 12.5%;
  }
  .el-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-md-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-md-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-md-4 {
    width: 16.6666666667%;
  }
  .el-col-md-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-md-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-md-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-md-5 {
    width: 20.8333333333%;
  }
  .el-col-md-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-md-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-md-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-md-6 {
    width: 25%;
  }
  .el-col-md-offset-6 {
    margin-left: 25%;
  }
  .el-col-md-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-md-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-md-7 {
    width: 29.1666666667%;
  }
  .el-col-md-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-md-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-md-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-md-8 {
    width: 33.3333333333%;
  }
  .el-col-md-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-md-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-md-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-md-9 {
    width: 37.5%;
  }
  .el-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-md-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-md-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-md-10 {
    width: 41.6666666667%;
  }
  .el-col-md-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-md-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-md-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-md-11 {
    width: 45.8333333333%;
  }
  .el-col-md-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-md-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-md-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-md-12 {
    width: 50%;
  }
  .el-col-md-offset-12 {
    margin-left: 50%;
  }
  .el-col-md-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-md-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-md-13 {
    width: 54.1666666667%;
  }
  .el-col-md-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-md-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-md-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-md-14 {
    width: 58.3333333333%;
  }
  .el-col-md-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-md-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-md-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-md-15 {
    width: 62.5%;
  }
  .el-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-md-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-md-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-md-16 {
    width: 66.6666666667%;
  }
  .el-col-md-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-md-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-md-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-md-17 {
    width: 70.8333333333%;
  }
  .el-col-md-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-md-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-md-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-md-18 {
    width: 75%;
  }
  .el-col-md-offset-18 {
    margin-left: 75%;
  }
  .el-col-md-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-md-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-md-19 {
    width: 79.1666666667%;
  }
  .el-col-md-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-md-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-md-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-md-20 {
    width: 83.3333333333%;
  }
  .el-col-md-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-md-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-md-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-md-21 {
    width: 87.5%;
  }
  .el-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-md-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-md-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-md-22 {
    width: 91.6666666667%;
  }
  .el-col-md-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-md-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-md-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-md-23 {
    width: 95.8333333333%;
  }
  .el-col-md-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-md-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-md-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-md-24 {
    width: 100%;
  }
  .el-col-md-offset-24 {
    margin-left: 100%;
  }
  .el-col-md-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-md-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .el-col-lg-0 {
    display: none;
  }
  .el-col-lg-0 {
    width: 0%;
  }
  .el-col-lg-offset-0 {
    margin-left: 0%;
  }
  .el-col-lg-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-lg-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-lg-1 {
    width: 4.1666666667%;
  }
  .el-col-lg-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-lg-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-lg-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-lg-2 {
    width: 8.3333333333%;
  }
  .el-col-lg-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-lg-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-lg-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-lg-3 {
    width: 12.5%;
  }
  .el-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-lg-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-lg-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-lg-4 {
    width: 16.6666666667%;
  }
  .el-col-lg-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-lg-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-lg-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-lg-5 {
    width: 20.8333333333%;
  }
  .el-col-lg-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-lg-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-lg-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-lg-6 {
    width: 25%;
  }
  .el-col-lg-offset-6 {
    margin-left: 25%;
  }
  .el-col-lg-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-lg-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-lg-7 {
    width: 29.1666666667%;
  }
  .el-col-lg-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-lg-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-lg-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-lg-8 {
    width: 33.3333333333%;
  }
  .el-col-lg-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-lg-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-lg-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-lg-9 {
    width: 37.5%;
  }
  .el-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-lg-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-lg-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-lg-10 {
    width: 41.6666666667%;
  }
  .el-col-lg-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-lg-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-lg-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-lg-11 {
    width: 45.8333333333%;
  }
  .el-col-lg-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-lg-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-lg-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-lg-12 {
    width: 50%;
  }
  .el-col-lg-offset-12 {
    margin-left: 50%;
  }
  .el-col-lg-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-lg-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-lg-13 {
    width: 54.1666666667%;
  }
  .el-col-lg-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-lg-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-lg-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-lg-14 {
    width: 58.3333333333%;
  }
  .el-col-lg-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-lg-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-lg-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-lg-15 {
    width: 62.5%;
  }
  .el-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-lg-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-lg-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-lg-16 {
    width: 66.6666666667%;
  }
  .el-col-lg-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-lg-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-lg-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-lg-17 {
    width: 70.8333333333%;
  }
  .el-col-lg-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-lg-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-lg-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-lg-18 {
    width: 75%;
  }
  .el-col-lg-offset-18 {
    margin-left: 75%;
  }
  .el-col-lg-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-lg-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-lg-19 {
    width: 79.1666666667%;
  }
  .el-col-lg-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-lg-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-lg-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-lg-20 {
    width: 83.3333333333%;
  }
  .el-col-lg-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-lg-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-lg-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-lg-21 {
    width: 87.5%;
  }
  .el-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-lg-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-lg-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-lg-22 {
    width: 91.6666666667%;
  }
  .el-col-lg-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-lg-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-lg-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-lg-23 {
    width: 95.8333333333%;
  }
  .el-col-lg-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-lg-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-lg-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-lg-24 {
    width: 100%;
  }
  .el-col-lg-offset-24 {
    margin-left: 100%;
  }
  .el-col-lg-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-lg-push-24 {
    position: relative;
    left: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .el-col-xl-0 {
    display: none;
  }
  .el-col-xl-0 {
    width: 0%;
  }
  .el-col-xl-offset-0 {
    margin-left: 0%;
  }
  .el-col-xl-pull-0 {
    position: relative;
    right: 0%;
  }
  .el-col-xl-push-0 {
    position: relative;
    left: 0%;
  }
  .el-col-xl-1 {
    width: 4.1666666667%;
  }
  .el-col-xl-offset-1 {
    margin-left: 4.1666666667%;
  }
  .el-col-xl-pull-1 {
    position: relative;
    right: 4.1666666667%;
  }
  .el-col-xl-push-1 {
    position: relative;
    left: 4.1666666667%;
  }
  .el-col-xl-2 {
    width: 8.3333333333%;
  }
  .el-col-xl-offset-2 {
    margin-left: 8.3333333333%;
  }
  .el-col-xl-pull-2 {
    position: relative;
    right: 8.3333333333%;
  }
  .el-col-xl-push-2 {
    position: relative;
    left: 8.3333333333%;
  }
  .el-col-xl-3 {
    width: 12.5%;
  }
  .el-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .el-col-xl-pull-3 {
    position: relative;
    right: 12.5%;
  }
  .el-col-xl-push-3 {
    position: relative;
    left: 12.5%;
  }
  .el-col-xl-4 {
    width: 16.6666666667%;
  }
  .el-col-xl-offset-4 {
    margin-left: 16.6666666667%;
  }
  .el-col-xl-pull-4 {
    position: relative;
    right: 16.6666666667%;
  }
  .el-col-xl-push-4 {
    position: relative;
    left: 16.6666666667%;
  }
  .el-col-xl-5 {
    width: 20.8333333333%;
  }
  .el-col-xl-offset-5 {
    margin-left: 20.8333333333%;
  }
  .el-col-xl-pull-5 {
    position: relative;
    right: 20.8333333333%;
  }
  .el-col-xl-push-5 {
    position: relative;
    left: 20.8333333333%;
  }
  .el-col-xl-6 {
    width: 25%;
  }
  .el-col-xl-offset-6 {
    margin-left: 25%;
  }
  .el-col-xl-pull-6 {
    position: relative;
    right: 25%;
  }
  .el-col-xl-push-6 {
    position: relative;
    left: 25%;
  }
  .el-col-xl-7 {
    width: 29.1666666667%;
  }
  .el-col-xl-offset-7 {
    margin-left: 29.1666666667%;
  }
  .el-col-xl-pull-7 {
    position: relative;
    right: 29.1666666667%;
  }
  .el-col-xl-push-7 {
    position: relative;
    left: 29.1666666667%;
  }
  .el-col-xl-8 {
    width: 33.3333333333%;
  }
  .el-col-xl-offset-8 {
    margin-left: 33.3333333333%;
  }
  .el-col-xl-pull-8 {
    position: relative;
    right: 33.3333333333%;
  }
  .el-col-xl-push-8 {
    position: relative;
    left: 33.3333333333%;
  }
  .el-col-xl-9 {
    width: 37.5%;
  }
  .el-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .el-col-xl-pull-9 {
    position: relative;
    right: 37.5%;
  }
  .el-col-xl-push-9 {
    position: relative;
    left: 37.5%;
  }
  .el-col-xl-10 {
    width: 41.6666666667%;
  }
  .el-col-xl-offset-10 {
    margin-left: 41.6666666667%;
  }
  .el-col-xl-pull-10 {
    position: relative;
    right: 41.6666666667%;
  }
  .el-col-xl-push-10 {
    position: relative;
    left: 41.6666666667%;
  }
  .el-col-xl-11 {
    width: 45.8333333333%;
  }
  .el-col-xl-offset-11 {
    margin-left: 45.8333333333%;
  }
  .el-col-xl-pull-11 {
    position: relative;
    right: 45.8333333333%;
  }
  .el-col-xl-push-11 {
    position: relative;
    left: 45.8333333333%;
  }
  .el-col-xl-12 {
    width: 50%;
  }
  .el-col-xl-offset-12 {
    margin-left: 50%;
  }
  .el-col-xl-pull-12 {
    position: relative;
    right: 50%;
  }
  .el-col-xl-push-12 {
    position: relative;
    left: 50%;
  }
  .el-col-xl-13 {
    width: 54.1666666667%;
  }
  .el-col-xl-offset-13 {
    margin-left: 54.1666666667%;
  }
  .el-col-xl-pull-13 {
    position: relative;
    right: 54.1666666667%;
  }
  .el-col-xl-push-13 {
    position: relative;
    left: 54.1666666667%;
  }
  .el-col-xl-14 {
    width: 58.3333333333%;
  }
  .el-col-xl-offset-14 {
    margin-left: 58.3333333333%;
  }
  .el-col-xl-pull-14 {
    position: relative;
    right: 58.3333333333%;
  }
  .el-col-xl-push-14 {
    position: relative;
    left: 58.3333333333%;
  }
  .el-col-xl-15 {
    width: 62.5%;
  }
  .el-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .el-col-xl-pull-15 {
    position: relative;
    right: 62.5%;
  }
  .el-col-xl-push-15 {
    position: relative;
    left: 62.5%;
  }
  .el-col-xl-16 {
    width: 66.6666666667%;
  }
  .el-col-xl-offset-16 {
    margin-left: 66.6666666667%;
  }
  .el-col-xl-pull-16 {
    position: relative;
    right: 66.6666666667%;
  }
  .el-col-xl-push-16 {
    position: relative;
    left: 66.6666666667%;
  }
  .el-col-xl-17 {
    width: 70.8333333333%;
  }
  .el-col-xl-offset-17 {
    margin-left: 70.8333333333%;
  }
  .el-col-xl-pull-17 {
    position: relative;
    right: 70.8333333333%;
  }
  .el-col-xl-push-17 {
    position: relative;
    left: 70.8333333333%;
  }
  .el-col-xl-18 {
    width: 75%;
  }
  .el-col-xl-offset-18 {
    margin-left: 75%;
  }
  .el-col-xl-pull-18 {
    position: relative;
    right: 75%;
  }
  .el-col-xl-push-18 {
    position: relative;
    left: 75%;
  }
  .el-col-xl-19 {
    width: 79.1666666667%;
  }
  .el-col-xl-offset-19 {
    margin-left: 79.1666666667%;
  }
  .el-col-xl-pull-19 {
    position: relative;
    right: 79.1666666667%;
  }
  .el-col-xl-push-19 {
    position: relative;
    left: 79.1666666667%;
  }
  .el-col-xl-20 {
    width: 83.3333333333%;
  }
  .el-col-xl-offset-20 {
    margin-left: 83.3333333333%;
  }
  .el-col-xl-pull-20 {
    position: relative;
    right: 83.3333333333%;
  }
  .el-col-xl-push-20 {
    position: relative;
    left: 83.3333333333%;
  }
  .el-col-xl-21 {
    width: 87.5%;
  }
  .el-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .el-col-xl-pull-21 {
    position: relative;
    right: 87.5%;
  }
  .el-col-xl-push-21 {
    position: relative;
    left: 87.5%;
  }
  .el-col-xl-22 {
    width: 91.6666666667%;
  }
  .el-col-xl-offset-22 {
    margin-left: 91.6666666667%;
  }
  .el-col-xl-pull-22 {
    position: relative;
    right: 91.6666666667%;
  }
  .el-col-xl-push-22 {
    position: relative;
    left: 91.6666666667%;
  }
  .el-col-xl-23 {
    width: 95.8333333333%;
  }
  .el-col-xl-offset-23 {
    margin-left: 95.8333333333%;
  }
  .el-col-xl-pull-23 {
    position: relative;
    right: 95.8333333333%;
  }
  .el-col-xl-push-23 {
    position: relative;
    left: 95.8333333333%;
  }
  .el-col-xl-24 {
    width: 100%;
  }
  .el-col-xl-offset-24 {
    margin-left: 100%;
  }
  .el-col-xl-pull-24 {
    position: relative;
    right: 100%;
  }
  .el-col-xl-push-24 {
    position: relative;
    left: 100%;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-progress {
  position: relative;
  line-height: 1;
}
.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}
.el-progress__text i {
  vertical-align: middle;
  display: block;
}

.el-progress--circle, .el-progress--dashboard {
  display: inline-block;
}
.el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translate(0, -50%);
}
.el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

.el-progress--without-text .el-progress__text {
  display: none;
}
.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A;
}
.el-progress.is-success .el-progress__text {
  color: #67C23A;
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C;
}
.el-progress.is-warning .el-progress__text {
  color: #E6A23C;
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C;
}
.el-progress.is-exception .el-progress__text {
  color: #F56C6C;
}

.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box;
}
.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  transition: width 0.6s ease;
}
.el-progress-bar__inner::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 5px;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-upload {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  outline: none;
  /* 照片墙模式 */
}
.el-upload__input {
  display: none;
}

.el-upload__tip {
  font-size: 12px;
  color: #606266;
  margin-top: 7px;
}

.el-upload iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.el-upload--picture-card {
  background-color: #fbfdff;
  border: 1px dashed #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  cursor: pointer;
  line-height: 146px;
  vertical-align: top;
}
.el-upload--picture-card i {
  font-size: 28px;
  color: #8c939d;
}
.el-upload--picture-card:hover {
  border-color: #409EFF;
  color: #409EFF;
}

.el-upload:focus {
  border-color: #409EFF;
  color: #409EFF;
}
.el-upload:focus .el-upload-dragger {
  border-color: #409EFF;
}

.el-upload-dragger {
  background-color: #fff;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  width: 360px;
  height: 180px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.el-upload-dragger .el-icon-upload {
  font-size: 67px;
  color: #C0C4CC;
  margin: 40px 0 16px;
  line-height: 50px;
}
.el-upload-dragger + .el-upload__tip {
  text-align: center;
}
.el-upload-dragger ~ .el-upload__files {
  border-top: 1px solid #DCDFE6;
  margin-top: 7px;
  padding-top: 5px;
}
.el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 14px;
  text-align: center;
}
.el-upload-dragger .el-upload__text em {
  color: #409EFF;
  font-style: normal;
}
.el-upload-dragger:hover {
  border-color: #409EFF;
}
.el-upload-dragger.is-dragover {
  background-color: rgba(32, 159, 255, 0.06);
  border: 2px dashed #409EFF;
}

.el-upload-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.el-upload-list__item {
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  font-size: 14px;
  color: #606266;
  line-height: 1.8;
  margin-top: 5px;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
}
.el-upload-list__item .el-progress {
  position: absolute;
  top: 20px;
  width: 100%;
}
.el-upload-list__item .el-progress__text {
  position: absolute;
  right: 0;
  top: -13px;
}
.el-upload-list__item .el-progress-bar {
  margin-right: 0;
  padding-right: 0;
}
.el-upload-list__item:first-child {
  margin-top: 10px;
}
.el-upload-list__item .el-icon-upload-success {
  color: #67C23A;
}
.el-upload-list__item .el-icon-close {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.75;
  color: #606266;
}
.el-upload-list__item .el-icon-close:hover {
  opacity: 1;
}
.el-upload-list__item .el-icon-close-tip {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  cursor: pointer;
  opacity: 1;
  color: #409EFF;
}
.el-upload-list__item:hover {
  background-color: #F5F7FA;
}
.el-upload-list__item:hover .el-icon-close {
  display: inline-block;
}
.el-upload-list__item:hover .el-progress__text {
  display: none;
}
.el-upload-list__item.is-success .el-upload-list__item-status-label {
  display: block;
}
.el-upload-list__item.is-success .el-upload-list__item-name:hover, .el-upload-list__item.is-success .el-upload-list__item-name:focus {
  color: #409EFF;
  cursor: pointer;
}
.el-upload-list__item.is-success:focus:not(:hover) { /* 键盘focus */ }
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
  display: inline-block;
}
.el-upload-list__item.is-success:not(.focusing):focus, .el-upload-list__item.is-success:active { /* click时 */
  outline-width: 0;
}
.el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip, .el-upload-list__item.is-success:active .el-icon-close-tip {
  display: none;
}
.el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label {
  display: none;
}

.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: block;
}

.el-upload-list__item-name {
  color: #606266;
  display: block;
  margin-right: 40px;
  overflow: hidden;
  padding-left: 4px;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}
.el-upload-list__item-name [class^=el-icon] {
  height: 100%;
  margin-right: 7px;
  color: #909399;
  line-height: inherit;
}

.el-upload-list__item-status-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: inherit;
  display: none;
}

.el-upload-list__item-delete {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 12px;
  color: #606266;
  display: none;
}
.el-upload-list__item-delete:hover {
  color: #409EFF;
}

.el-upload-list--picture-card {
  margin: 0;
  display: inline;
  vertical-align: top;
}
.el-upload-list--picture-card .el-upload-list__item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  width: 148px;
  height: 148px;
  margin: 0 8px 8px 0;
  display: inline-block;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-check,
.el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
  color: #FFFFFF;
}
.el-upload-list--picture-card .el-upload-list__item .el-icon-close {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture-card .el-upload-list__item-name {
  display: none;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
  width: 100%;
  height: 100%;
}
.el-upload-list--picture-card .el-upload-list__item-status-label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-list--picture-card .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
}
.el-upload-list--picture-card .el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  text-align: center;
  color: #fff;
  opacity: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}
.el-upload-list--picture-card .el-upload-list__item-actions::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.el-upload-list--picture-card .el-upload-list__item-actions span {
  display: none;
  cursor: pointer;
}
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
  margin-left: 15px;
}
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
  position: static;
  font-size: inherit;
  color: inherit;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
  opacity: 1;
}
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
  display: inline-block;
}
.el-upload-list--picture-card .el-progress {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 126px;
}
.el-upload-list--picture-card .el-progress .el-progress__text {
  top: 50%;
}

.el-upload-list--picture .el-upload-list__item {
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #c0ccda;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px 10px 10px 90px;
  height: 92px;
}
.el-upload-list--picture .el-upload-list__item .el-icon-check,
.el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
  color: #FFFFFF;
}
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
  background: transparent;
  box-shadow: none;
  top: -2px;
  right: -12px;
}
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
  display: block;
}
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
  line-height: 70px;
  margin-top: 0;
}
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
  display: none;
}
.el-upload-list--picture .el-upload-list__item-thumbnail {
  vertical-align: middle;
  display: inline-block;
  width: 70px;
  height: 70px;
  float: left;
  position: relative;
  z-index: 1;
  margin-left: -80px;
  background-color: #FFFFFF;
}
.el-upload-list--picture .el-upload-list__item-name {
  display: block;
  margin-top: 20px;
}
.el-upload-list--picture .el-upload-list__item-name i {
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 9px;
  top: 10px;
}
.el-upload-list--picture .el-upload-list__item-status-label {
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
  height: 26px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 1px 1px #ccc;
}
.el-upload-list--picture .el-upload-list__item-status-label i {
  font-size: 12px;
  margin-top: 12px;
  transform: rotate(-45deg);
}
.el-upload-list--picture .el-progress {
  position: relative;
  top: -7px;
}

.el-upload-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: default;
}
.el-upload-cover::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-upload-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.el-upload-cover__label {
  position: absolute;
  right: -15px;
  top: -6px;
  width: 40px;
  height: 24px;
  background: #13ce66;
  text-align: center;
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.el-upload-cover__label i {
  font-size: 12px;
  margin-top: 11px;
  transform: rotate(-45deg);
  color: #fff;
}

.el-upload-cover__progress {
  display: inline-block;
  vertical-align: middle;
  position: static;
  width: 243px;
}
.el-upload-cover__progress + .el-upload__inner {
  opacity: 0;
}

.el-upload-cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.el-upload-cover__interact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  text-align: center;
}
.el-upload-cover__interact .btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1), opacity 300ms cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 60px;
}
.el-upload-cover__interact .btn i {
  margin-top: 0;
}
.el-upload-cover__interact .btn span {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.el-upload-cover__interact .btn:not(:first-child) {
  margin-left: 35px;
}
.el-upload-cover__interact .btn:hover {
  transform: translateY(-13px);
}
.el-upload-cover__interact .btn:hover span {
  opacity: 1;
}
.el-upload-cover__interact .btn i {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  line-height: inherit;
  margin: 0 auto 5px;
}

.el-upload-cover__title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
  padding: 0 10px;
  margin: 0;
  line-height: 36px;
  font-size: 14px;
  color: #303133;
}

.el-upload-cover + .el-upload__inner {
  opacity: 0;
  position: relative;
  z-index: 1;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-progress {
  position: relative;
  line-height: 1;
}
.el-progress__text {
  font-size: 14px;
  color: #606266;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 1;
}
.el-progress__text i {
  vertical-align: middle;
  display: block;
}

.el-progress--circle, .el-progress--dashboard {
  display: inline-block;
}
.el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  transform: translate(0, -50%);
}
.el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i {
  vertical-align: middle;
  display: inline-block;
}

.el-progress--without-text .el-progress__text {
  display: none;
}
.el-progress--without-text .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.el-progress--text-inside .el-progress-bar {
  padding-right: 0;
  margin-right: 0;
}

.el-progress.is-success .el-progress-bar__inner {
  background-color: #67C23A;
}
.el-progress.is-success .el-progress__text {
  color: #67C23A;
}

.el-progress.is-warning .el-progress-bar__inner {
  background-color: #E6A23C;
}
.el-progress.is-warning .el-progress__text {
  color: #E6A23C;
}

.el-progress.is-exception .el-progress-bar__inner {
  background-color: #F56C6C;
}
.el-progress.is-exception .el-progress__text {
  color: #F56C6C;
}

.el-progress-bar {
  padding-right: 50px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-right: -55px;
  box-sizing: border-box;
}
.el-progress-bar__outer {
  height: 6px;
  border-radius: 100px;
  background-color: #EBEEF5;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.el-progress-bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #409EFF;
  text-align: right;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
  transition: width 0.6s ease;
}
.el-progress-bar__inner::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-progress-bar__innerText {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 12px;
  margin: 0 5px;
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 32px 0;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-time-spinner {
  width: 100%;
  white-space: nowrap;
}

.el-spinner {
  display: inline-block;
  vertical-align: middle;
}

.el-spinner-inner {
  animation: rotate 2s linear infinite;
  width: 50px;
  height: 50px;
}
.el-spinner-inner .path {
  stroke: #ececec;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #EBEEF5;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  background-color: #edf2fc;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
}
.el-message.is-center {
  justify-content: center;
}

.el-message.is-closable .el-message__content {
  padding-right: 16px;
}

.el-message p {
  margin: 0;
}
.el-message--info .el-message__content {
  color: #909399;
}

.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}
.el-message--success .el-message__content {
  color: #67C23A;
}

.el-message--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
}
.el-message--warning .el-message__content {
  color: #E6A23C;
}

.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.el-message--error .el-message__content {
  color: #F56C6C;
}

.el-message__icon {
  margin-right: 10px;
}

.el-message__content {
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.el-message__content:focus {
  outline-width: 0;
}

.el-message__closeBtn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #C0C4CC;
  font-size: 16px;
}
.el-message__closeBtn:focus {
  outline-width: 0;
}
.el-message__closeBtn:hover {
  color: #909399;
}

.el-message .el-icon-success {
  color: #67C23A;
}
.el-message .el-icon-error {
  color: #F56C6C;
}
.el-message .el-icon-info {
  color: #909399;
}
.el-message .el-icon-warning {
  color: #E6A23C;
}

.el-message-fade-enter,
.el-message-fade-leave-active {
  opacity: 0;
  transform: translate(-50%, -100%);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-badge {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.el-badge__content {
  background-color: #F56C6C;
  border-radius: 10px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #FFFFFF;
}
.el-badge__content.is-fixed {
  position: absolute;
  top: 0;
  right: 10px;
  transform: translateY(-50%) translateX(100%);
}
.el-badge__content.is-fixed.is-dot {
  right: 5px;
}

.el-badge__content.is-dot {
  height: 8px;
  width: 8px;
  padding: 0;
  right: 0;
  border-radius: 50%;
}

.el-badge__content--primary {
  background-color: #409EFF;
}

.el-badge__content--success {
  background-color: #67C23A;
}

.el-badge__content--warning {
  background-color: #E6A23C;
}

.el-badge__content--info {
  background-color: #909399;
}

.el-badge__content--danger {
  background-color: #F56C6C;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-popper .popper__arrow {
  border-width: 6px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
  content: " ";
  border-width: 6px;
}
.el-popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-color: #EBEEF5;
  border-bottom-width: 0;
}
.el-popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -6px;
  border-top-color: #FFFFFF;
  border-bottom-width: 0;
}
.el-popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  left: 50%;
  margin-right: 3px;
  border-top-width: 0;
  border-bottom-color: #EBEEF5;
}
.el-popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -6px;
  border-top-width: 0;
  border-bottom-color: #FFFFFF;
}
.el-popper[x-placement^=right] {
  margin-left: 12px;
}
.el-popper[x-placement^=right] .popper__arrow {
  top: 50%;
  left: -6px;
  margin-bottom: 3px;
  border-right-color: #EBEEF5;
  border-left-width: 0;
}
.el-popper[x-placement^=right] .popper__arrow::after {
  bottom: -6px;
  left: 1px;
  border-right-color: #FFFFFF;
  border-left-width: 0;
}
.el-popper[x-placement^=left] {
  margin-right: 12px;
}
.el-popper[x-placement^=left] .popper__arrow {
  top: 50%;
  right: -6px;
  margin-bottom: 3px;
  border-right-width: 0;
  border-left-color: #EBEEF5;
}
.el-popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -6px;
  margin-left: -6px;
  border-right-width: 0;
  border-left-color: #FFFFFF;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  color: #409eff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: white;
}
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: white;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: white;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: white;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: white;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: white;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: white;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: white;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: white;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: white;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 3px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 10px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #FFF;
  border-color: #DCDFE6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus {
  /*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #402495;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #402495;
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}
.el-checkbox-button__inner:hover {
  color: #409EFF;
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #30BE50;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #30BE50;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-group {
  font-size: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-radio {
  color: #606266;
  font-weight: 500;
  line-height: 1;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 12px;
  margin-right: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.el-radio.is-bordered {
  padding: 12px 20px 0 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  height: 40px;
}
.el-radio.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-radio.is-bordered.is-disabled {
  cursor: not-allowed;
  border-color: #EBEEF5;
}
.el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 10px;
}

.el-radio--medium.is-bordered {
  padding: 10px 20px 0 10px;
  border-radius: 3px;
  height: 36px;
}
.el-radio--medium.is-bordered .el-radio__label {
  font-size: 12px;
}
.el-radio--medium.is-bordered .el-radio__inner {
  height: 14px;
  width: 14px;
}

.el-radio--small.is-bordered {
  padding: 8px 15px 0 10px;
  border-radius: 3px;
  height: 32px;
}
.el-radio--small.is-bordered .el-radio__label {
  font-size: 12px;
}
.el-radio--small.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio--mini.is-bordered {
  padding: 6px 15px 0 10px;
  border-radius: 3px;
  height: 28px;
}
.el-radio--mini.is-bordered .el-radio__label {
  font-size: 10px;
}
.el-radio--mini.is-bordered .el-radio__inner {
  height: 12px;
  width: 12px;
}

.el-radio:last-child {
  margin-right: 0;
}
.el-radio__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-radio__input.is-disabled .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
  cursor: not-allowed;
}
.el-radio__input.is-disabled .el-radio__inner::after {
  cursor: not-allowed;
  background-color: #F5F7FA;
}
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
  cursor: not-allowed;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner {
  background-color: #F5F7FA;
  border-color: #E4E7ED;
}
.el-radio__input.is-disabled.is-checked .el-radio__inner::after {
  background-color: #C0C4CC;
}
.el-radio__input.is-disabled + span.el-radio__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-radio__input.is-checked .el-radio__inner {
  border-color: #409EFF;
  background: #409EFF;
}
.el-radio__input.is-checked .el-radio__inner::after {
  transform: translate(-50%, -50%) scale(1);
}
.el-radio__input.is-checked + .el-radio__label {
  color: #409EFF;
}

.el-radio__input.is-focus .el-radio__inner {
  border-color: #409EFF;
}

.el-radio__inner {
  border: 1px solid #DCDFE6;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  position: relative;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
}
.el-radio__inner:hover {
  border-color: #409EFF;
}
.el-radio__inner::after {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #FFFFFF;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.15s ease-in;
}

.el-radio__original {
  opacity: 0;
  outline: none;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) { /*获得焦点时 样式提醒*/ }
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  box-shadow: 0 0 2px 2px #409EFF;
}
.el-radio__label {
  font-size: 12px;
  padding-left: 10px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-scrollbar {
  overflow: hidden;
  position: relative;
}
.el-scrollbar:hover > .el-scrollbar__bar, .el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar {
  opacity: 1;
  transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
  overflow: scroll;
  height: 100%;
}
.el-scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.el-scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  border-radius: inherit;
  background-color: rgba(144, 147, 153, 0.3);
  transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}

.el-scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
  width: 6px;
  top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
  width: 100%;
}

.el-scrollbar__bar.is-horizontal {
  height: 6px;
  left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
  height: 100%;
}

.el-cascader-panel {
  display: flex;
  border-radius: 4px;
  font-size: 12px;
}
.el-cascader-panel.is-bordered {
  border: solid 1px #E4E7ED;
  border-radius: 4px;
}

.el-cascader-menu {
  min-width: 180px;
  box-sizing: border-box;
  color: #606266;
  border-right: solid 1px #E4E7ED;
}
.el-cascader-menu:last-child {
  border-right: none;
}
.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 20px;
}
.el-cascader-menu__wrap {
  height: 204px;
}

.el-cascader-menu__list {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  box-sizing: border-box;
}

.el-cascader-menu__hover-zone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.el-cascader-menu__empty-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #C0C4CC;
}

.el-cascader-node {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px 0 20px;
  height: 34px;
  line-height: 34px;
  outline: none;
}
.el-cascader-node.is-selectable.in-active-path {
  color: #606266;
}
.el-cascader-node.in-active-path, .el-cascader-node.is-selectable.in-checked-path, .el-cascader-node.is-active {
  color: #409EFF;
  font-weight: bold;
}
.el-cascader-node:not(.is-disabled) {
  cursor: pointer;
}
.el-cascader-node:not(.is-disabled):hover, .el-cascader-node:not(.is-disabled):focus {
  background: #F5F7FA;
}
.el-cascader-node.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-cascader-node__prefix {
  position: absolute;
  left: 10px;
}

.el-cascader-node__postfix {
  position: absolute;
  right: 10px;
}

.el-cascader-node__label {
  flex: 1;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.el-cascader-node > .el-radio {
  margin-right: 0;
}
.el-cascader-node > .el-radio .el-radio__label {
  padding-left: 0;
}

.el-cascader {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 30px;
}
.el-cascader:not(.is-disabled):hover .el-input__inner {
  cursor: pointer;
  border-color: #402495;
}
.el-cascader .el-input {
  cursor: pointer;
}
.el-cascader .el-input .el-input__inner {
  text-overflow: ellipsis;
}
.el-cascader .el-input .el-input__inner:focus {
  border-color: #BDBDBD;
}
.el-cascader .el-input .el-icon-arrow-down {
  transition: transform 0.3s;
  font-size: 14px;
}
.el-cascader .el-input .el-icon-arrow-down.is-reverse {
  transform: rotateZ(180deg);
}

.el-cascader .el-input .el-icon-circle-close:hover {
  color: #909399;
}
.el-cascader .el-input.is-focus .el-input__inner {
  border-color: #BDBDBD;
}

.el-cascader--medium {
  font-size: 12px;
  line-height: 30px;
}

.el-cascader--small {
  font-size: 12px;
  line-height: 30px;
}

.el-cascader--mini {
  font-size: 12px;
  line-height: 24px;
}

.el-cascader.is-disabled .el-cascader__label {
  z-index: 2;
  color: #C0C4CC;
}

.el-cascader__dropdown {
  margin: 5px 0;
  font-size: 12px;
  background: #FFFFFF;
  border: solid 1px #E4E7ED;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.el-cascader__tags {
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  text-align: left;
  box-sizing: border-box;
}
.el-cascader__tags .el-tag {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 2px 0 2px 6px;
  text-overflow: ellipsis;
  background: #f0f2f5;
}
.el-cascader__tags .el-tag:not(.is-hit) {
  border-color: transparent;
}
.el-cascader__tags .el-tag > span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-cascader__tags .el-tag .el-icon-close {
  flex: none;
  background-color: #C0C4CC;
  color: #FFFFFF;
}
.el-cascader__tags .el-tag .el-icon-close:hover {
  background-color: #909399;
}

.el-cascader__suggestion-panel {
  border-radius: 4px;
}

.el-cascader__suggestion-list {
  max-height: 204px;
  margin: 0;
  padding: 6px 0;
  font-size: 12px;
  color: #606266;
  text-align: center;
}

.el-cascader__suggestion-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  padding: 0 15px;
  text-align: left;
  outline: none;
  cursor: pointer;
}
.el-cascader__suggestion-item:hover, .el-cascader__suggestion-item:focus {
  background: #F5F7FA;
}
.el-cascader__suggestion-item.is-checked {
  color: #409EFF;
  font-weight: bold;
}
.el-cascader__suggestion-item > span {
  margin-right: 10px;
}

.el-cascader__empty-text {
  margin: 10px 0;
  color: #C0C4CC;
}

.el-cascader__search-input {
  flex: 1;
  height: 24px;
  min-width: 60px;
  margin: 2px 0 2px 15px;
  padding: 0;
  color: #606266;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.el-cascader__search-input::-moz-placeholder {
  color: #C0C4CC;
}
.el-cascader__search-input::placeholder {
  color: #C0C4CC;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  font-size: 12px;
}
.el-textarea__inner {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea__inner::placeholder {
  color: #828282;
}
.el-textarea__inner:hover {
  border-color: #402495;
}
.el-textarea__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-textarea .el-input__count {
  color: #909399;
  background: #FFFFFF;
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
  color: #828282;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
  color: #828282;
}

.el-textarea.is-exceed .el-textarea__inner {
  border-color: #F56C6C;
}
.el-textarea.is-exceed .el-input__count {
  color: #F56C6C;
}

.el-input {
  position: relative;
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
.el-input::-webkit-scrollbar {
  z-index: 11;
  width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
  height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
  border-radius: 5px;
  width: 6px;
  background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
  background: #fff;
}
.el-input::-webkit-scrollbar-track {
  background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
  background: #fff;
  width: 6px;
}
.el-input .el-input__clear {
  color: #828282;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
  color: #909399;
}
.el-input .el-input__count {
  height: 100%;
  display: inline-flex;
  align-items: center;
  color: #909399;
  font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
  background: #FFFFFF;
  line-height: initial;
  display: inline-block;
  padding: 0 5px;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.el-input__inner::-ms-reveal {
  display: none;
}
.el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input__inner::placeholder {
  color: #828282;
}
.el-input__inner:hover {
  border-color: #402495;
}
.el-input__inner:focus {
  outline: none;
  border-color: #BDBDBD;
}

.el-input__suffix {
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
  pointer-events: none;
}

.el-input__suffix-inner {
  pointer-events: all;
}

.el-input__prefix {
  position: absolute;
  height: 100%;
  left: 5px;
  top: 0;
  text-align: center;
  color: #828282;
  transition: all 0.3s;
}

.el-input__icon {
  height: 100%;
  width: 25px;
  text-align: center;
  transition: all 0.3s;
  line-height: 30px;
}
.el-input__icon:after {
  content: "";
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}

.el-input__validateIcon {
  pointer-events: none;
}

.el-input.is-active .el-input__inner {
  outline: none;
  border-color: #BDBDBD;
}

.el-input.is-disabled .el-input__inner {
  background-color: #F2F2F2;
  border-color: #E4E7ED;
  color: #828282;
  cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__inner::placeholder {
  color: #828282;
}
.el-input.is-disabled .el-input__icon {
  cursor: not-allowed;
}

.el-input.is-exceed .el-input__inner {
  border-color: #F56C6C;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
  color: #F56C6C;
}

.el-input--suffix .el-input__inner {
  padding-right: 30px;
}

.el-input--prefix .el-input__inner {
  padding-left: 30px;
}

.el-input--medium {
  font-size: 12px;
}
.el-input--medium .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--medium .el-input__icon {
  line-height: 30px;
}

.el-input--small {
  font-size: 12px;
}
.el-input--small .el-input__inner {
  height: 30px;
  line-height: 30px;
}

.el-input--small .el-input__icon {
  line-height: 30px;
}

.el-input--mini {
  font-size: 12px;
}
.el-input--mini .el-input__inner {
  height: 24px;
  line-height: 24px;
}

.el-input--mini .el-input__icon {
  line-height: 24px;
}

.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.el-input-group > .el-input__inner {
  vertical-align: middle;
  display: table-cell;
}
.el-input-group__append, .el-input-group__prepend {
  background-color: #F5F7FA;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-input-group__append:focus, .el-input-group__prepend:focus {
  outline: none;
}
.el-input-group__append .el-select,
.el-input-group__append .el-button, .el-input-group__prepend .el-select,
.el-input-group__prepend .el-button {
  display: inline-block;
  margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
  border-color: transparent;
  background-color: transparent;
  color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input, .el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
  font-size: inherit;
}

.el-input-group__prepend {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.el-input-group__append {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.el-input-group--prepend .el-input__inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

.el-input-group--append .el-input__inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
  border-color: transparent;
}

/** disalbe default clear on IE */
.el-input__inner::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-color: #DCDFE6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button + .el-button {
  margin-left: 10px;
}
.el-button.is-round {
  padding: 9px 12px;
}
.el-button:hover, .el-button:focus {
  color: #409EFF;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}
.el-button:active {
  color: #3a8ee6;
  border-color: #3a8ee6;
  outline: none;
}
.el-button::-moz-focus-inner {
  border: 0;
}
.el-button [class*=el-icon-] + span {
  margin-left: 5px;
}
.el-button.is-plain:hover, .el-button.is-plain:focus {
  background: #FFFFFF;
  border-color: #409EFF;
  color: #409EFF;
}
.el-button.is-plain:active {
  background: #FFFFFF;
  border-color: #3a8ee6;
  color: #3a8ee6;
  outline: none;
}

.el-button.is-active {
  color: #3a8ee6;
  border-color: #3a8ee6;
}

.el-button.is-disabled, .el-button.is-disabled:hover, .el-button.is-disabled:focus {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
}
.el-button.is-disabled.el-button--text {
  background-color: transparent;
}
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:hover, .el-button.is-disabled.is-plain:focus {
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  color: #C0C4CC;
}

.el-button.is-loading {
  position: relative;
  pointer-events: none;
}
.el-button.is-loading:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.35);
}

.el-button.is-round {
  border-radius: 20px;
  padding: 12px 23px;
}

.el-button.is-circle {
  border-radius: 50%;
  padding: 9px;
}

.el-button--primary {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.el-button--primary:hover, .el-button--primary:focus {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #FFFFFF;
}
.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:hover, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:active {
  color: #FFFFFF;
  background-color: #a0cfff;
  border-color: #a0cfff;
}
.el-button--primary.is-plain {
  color: #409EFF;
  background: #ecf5ff;
  border-color: #b3d8ff;
}
.el-button--primary.is-plain:hover, .el-button--primary.is-plain:focus {
  background: #409EFF;
  border-color: #409EFF;
  color: #FFFFFF;
}
.el-button--primary.is-plain:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #FFFFFF;
  outline: none;
}
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:hover, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:active {
  color: #8cc5ff;
  background-color: #ecf5ff;
  border-color: #d9ecff;
}

.el-button--success {
  color: #FFFFFF;
  background-color: #67C23A;
  border-color: #67C23A;
}
.el-button--success:hover, .el-button--success:focus {
  background: #85ce61;
  border-color: #85ce61;
  color: #FFFFFF;
}
.el-button--success:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
}
.el-button--success.is-disabled, .el-button--success.is-disabled:hover, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:active {
  color: #FFFFFF;
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.el-button--success.is-plain {
  color: #67C23A;
  background: #f0f9eb;
  border-color: #c2e7b0;
}
.el-button--success.is-plain:hover, .el-button--success.is-plain:focus {
  background: #67C23A;
  border-color: #67C23A;
  color: #FFFFFF;
}
.el-button--success.is-plain:active {
  background: #5daf34;
  border-color: #5daf34;
  color: #FFFFFF;
  outline: none;
}
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:active {
  color: #a4da89;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
}

.el-button--warning {
  color: #FFFFFF;
  background-color: #E6A23C;
  border-color: #E6A23C;
}
.el-button--warning:hover, .el-button--warning:focus {
  background: #ebb563;
  border-color: #ebb563;
  color: #FFFFFF;
}
.el-button--warning:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
}
.el-button--warning.is-disabled, .el-button--warning.is-disabled:hover, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:active {
  color: #FFFFFF;
  background-color: #f3d19e;
  border-color: #f3d19e;
}
.el-button--warning.is-plain {
  color: #E6A23C;
  background: #fdf6ec;
  border-color: #f5dab1;
}
.el-button--warning.is-plain:hover, .el-button--warning.is-plain:focus {
  background: #E6A23C;
  border-color: #E6A23C;
  color: #FFFFFF;
}
.el-button--warning.is-plain:active {
  background: #cf9236;
  border-color: #cf9236;
  color: #FFFFFF;
  outline: none;
}
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:hover, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:active {
  color: #f0c78a;
  background-color: #fdf6ec;
  border-color: #faecd8;
}

.el-button--danger {
  color: #FFFFFF;
  background-color: #F56C6C;
  border-color: #F56C6C;
}
.el-button--danger:hover, .el-button--danger:focus {
  background: #f78989;
  border-color: #f78989;
  color: #FFFFFF;
}
.el-button--danger:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
}
.el-button--danger.is-disabled, .el-button--danger.is-disabled:hover, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:active {
  color: #FFFFFF;
  background-color: #fab6b6;
  border-color: #fab6b6;
}
.el-button--danger.is-plain {
  color: #F56C6C;
  background: #fef0f0;
  border-color: #fbc4c4;
}
.el-button--danger.is-plain:hover, .el-button--danger.is-plain:focus {
  background: #F56C6C;
  border-color: #F56C6C;
  color: #FFFFFF;
}
.el-button--danger.is-plain:active {
  background: #dd6161;
  border-color: #dd6161;
  color: #FFFFFF;
  outline: none;
}
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:active {
  color: #f9a7a7;
  background-color: #fef0f0;
  border-color: #fde2e2;
}

.el-button--info {
  color: #FFFFFF;
  background-color: #909399;
  border-color: #909399;
}
.el-button--info:hover, .el-button--info:focus {
  background: #a6a9ad;
  border-color: #a6a9ad;
  color: #FFFFFF;
}
.el-button--info:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
}
.el-button--info.is-disabled, .el-button--info.is-disabled:hover, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:active {
  color: #FFFFFF;
  background-color: #c8c9cc;
  border-color: #c8c9cc;
}
.el-button--info.is-plain {
  color: #909399;
  background: #f4f4f5;
  border-color: #d3d4d6;
}
.el-button--info.is-plain:hover, .el-button--info.is-plain:focus {
  background: #909399;
  border-color: #909399;
  color: #FFFFFF;
}
.el-button--info.is-plain:active {
  background: #82848a;
  border-color: #82848a;
  color: #FFFFFF;
  outline: none;
}
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:hover, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:active {
  color: #bcbec2;
  background-color: #f4f4f5;
  border-color: #e9e9eb;
}

.el-button--medium {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--medium.is-round {
  padding: 9px 12px;
}
.el-button--medium.is-circle {
  padding: 9px;
}

.el-button--small {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
}
.el-button--small.is-round {
  padding: 4px 6px;
}
.el-button--small.is-circle {
  padding: 4px;
}

.el-button--mini {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 3px;
}
.el-button--mini.is-round {
  padding: 4px 6px;
}
.el-button--mini.is-circle {
  padding: 4px;
}

.el-button--text {
  border-color: transparent;
  color: #409EFF;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.el-button--text:hover, .el-button--text:focus {
  color: #66b1ff;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text:active {
  color: #3a8ee6;
  border-color: transparent;
  background-color: transparent;
}
.el-button--text.is-disabled, .el-button--text.is-disabled:hover, .el-button--text.is-disabled:focus {
  border-color: transparent;
}

.el-button-group {
  display: inline-block;
  vertical-align: middle;
}
.el-button-group::before,
.el-button-group::after {
  display: table;
  content: "";
}

.el-button-group::after {
  clear: both;
}

.el-button-group > .el-button {
  float: left;
  position: relative;
}
.el-button-group > .el-button + .el-button {
  margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
  z-index: 1;
}
.el-button-group > .el-button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
  border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
  border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
  margin-right: -1px;
}
.el-button-group > .el-button:not(.is-disabled):hover, .el-button-group > .el-button:not(.is-disabled):focus, .el-button-group > .el-button:not(.is-disabled):active {
  z-index: 1;
}
.el-button-group > .el-button.is-active {
  z-index: 1;
}

.el-button-group > .el-dropdown > .el-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:first-child {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:last-child {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 3px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 10px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #FFF;
  border-color: #DCDFE6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus {
  /*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #402495;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #402495;
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}
.el-checkbox-button__inner:hover {
  color: #409EFF;
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #30BE50;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #30BE50;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-group {
  font-size: 0;
}

.el-transfer {
  font-size: 12px;
}
.el-transfer__buttons {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.el-transfer__button {
  display: block;
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #409EFF;
  font-size: 0;
}
.el-transfer__button.is-with-texts {
  border-radius: 4px;
}

.el-transfer__button.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}
.el-transfer__button.is-disabled:hover {
  border: 1px solid #DCDFE6;
  background-color: #F5F7FA;
  color: #C0C4CC;
}

.el-transfer__button:first-child {
  margin-bottom: 10px;
}
.el-transfer__button:nth-child(2) {
  margin: 0;
}
.el-transfer__button i, .el-transfer__button span {
  font-size: 14px;
}
.el-transfer__button [class*=el-icon-] + span {
  margin-left: 0;
}

.el-transfer-panel {
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  overflow: hidden;
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  max-height: 100%;
  box-sizing: border-box;
  position: relative;
}
.el-transfer-panel__body {
  height: 246px;
}
.el-transfer-panel__body.is-with-footer {
  padding-bottom: 40px;
}

.el-transfer-panel__list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  height: 246px;
  overflow: auto;
  box-sizing: border-box;
}
.el-transfer-panel__list.is-filterable {
  height: 194px;
  padding-top: 0;
}

.el-transfer-panel__item {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  display: block !important;
}
.el-transfer-panel__item + .el-transfer-panel__item {
  margin-left: 0;
}
.el-transfer-panel__item.el-checkbox {
  color: #606266;
}
.el-transfer-panel__item:hover {
  color: #409EFF;
}
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  padding-left: 24px;
  line-height: 30px;
}
.el-transfer-panel__item .el-checkbox__input {
  position: absolute;
  top: 8px;
}

.el-transfer-panel__filter {
  text-align: center;
  margin: 15px;
  box-sizing: border-box;
  display: block;
  width: auto;
}
.el-transfer-panel__filter .el-input__inner {
  height: 32px;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 16px;
  padding-right: 10px;
  padding-left: 30px;
}
.el-transfer-panel__filter .el-input__icon {
  margin-left: 5px;
}
.el-transfer-panel__filter .el-icon-circle-close {
  cursor: pointer;
}

.el-transfer-panel .el-transfer-panel__header {
  height: 40px;
  line-height: 40px;
  background: #F5F7FA;
  margin: 0;
  padding-left: 15px;
  border-bottom: 1px solid #EBEEF5;
  box-sizing: border-box;
  color: #000000;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
  display: block;
  line-height: 40px;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
  font-size: 16px;
  color: #303133;
  font-weight: normal;
}
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
  position: absolute;
  right: 15px;
  color: #909399;
  font-size: 12px;
  font-weight: normal;
}
.el-transfer-panel .el-transfer-panel__footer {
  height: 40px;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  border-top: 1px solid #EBEEF5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.el-transfer-panel .el-transfer-panel__footer::after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
  padding-left: 20px;
  color: #606266;
}
.el-transfer-panel .el-transfer-panel__empty {
  margin: 0;
  height: 30px;
  line-height: 30px;
  padding: 6px 15px 0;
  color: #909399;
  text-align: center;
}
.el-transfer-panel .el-checkbox__label {
  padding-left: 8px;
}
.el-transfer-panel .el-checkbox__inner {
  height: 14px;
  width: 14px;
  border-radius: 3px;
}
.el-transfer-panel .el-checkbox__inner::after {
  height: 6px;
  width: 3px;
  left: 4px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
.el-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
  min-width: 0;
}
.el-container.is-vertical {
  flex-direction: column;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-color-predefine {
  display: flex;
  font-size: 12px;
  margin-top: 8px;
  width: 280px;
}
.el-color-predefine__colors {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.el-color-predefine__color-selector {
  margin: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.el-color-predefine__color-selector:nth-child(10n+1) {
  margin-left: 0;
}
.el-color-predefine__color-selector.selected {
  box-shadow: 0 0 3px 2px #409EFF;
}
.el-color-predefine__color-selector > div {
  display: flex;
  height: 100%;
  border-radius: 3px;
}
.el-color-predefine__color-selector.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-hue-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background-color: #f00;
  padding: 0 2px;
}
.el-color-hue-slider__bar {
  position: relative;
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
  height: 100%;
}

.el-color-hue-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.el-color-hue-slider.is-vertical {
  width: 12px;
  height: 180px;
  padding: 2px 0;
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
  background: linear-gradient(to bottom, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-svpanel {
  position: relative;
  width: 280px;
  height: 180px;
}
.el-color-svpanel__white, .el-color-svpanel__black {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.el-color-svpanel__white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.el-color-svpanel__black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.el-color-svpanel__cursor {
  position: absolute;
}
.el-color-svpanel__cursor > div {
  cursor: head;
  width: 4px;
  height: 4px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.el-color-alpha-slider {
  position: relative;
  box-sizing: border-box;
  width: 280px;
  height: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.el-color-alpha-slider__bar {
  position: relative;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 100%;
}

.el-color-alpha-slider__thumb {
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 1px;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.el-color-alpha-slider.is-vertical {
  width: 20px;
  height: 180px;
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
}

.el-color-dropdown {
  width: 300px;
}
.el-color-dropdown__main-wrapper {
  margin-bottom: 6px;
}
.el-color-dropdown__main-wrapper::after {
  content: "";
  display: table;
  clear: both;
}

.el-color-dropdown__btns {
  margin-top: 6px;
  text-align: right;
}

.el-color-dropdown__value {
  float: left;
  line-height: 26px;
  font-size: 12px;
  color: #000000;
  width: 160px;
}

.el-color-dropdown__btn {
  border: 1px solid #dcdcdc;
  color: #333;
  line-height: 24px;
  border-radius: 2px;
  padding: 0 20px;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 12px;
}
.el-color-dropdown__btn[disabled] {
  color: #cccccc;
  cursor: not-allowed;
}
.el-color-dropdown__btn:hover {
  color: #409EFF;
  border-color: #409EFF;
}

.el-color-dropdown__link-btn {
  cursor: pointer;
  color: #409EFF;
  text-decoration: none;
  padding: 15px;
  font-size: 12px;
}
.el-color-dropdown__link-btn:hover {
  color: tint(#409EFF, 20%);
}

.el-color-picker {
  display: inline-block;
  position: relative;
  line-height: normal;
  height: 40px;
}
.el-color-picker.is-disabled .el-color-picker__trigger {
  cursor: not-allowed;
}

.el-color-picker--medium {
  height: 36px;
}
.el-color-picker--medium .el-color-picker__trigger {
  height: 36px;
  width: 36px;
}
.el-color-picker--medium .el-color-picker__mask {
  height: 34px;
  width: 34px;
}

.el-color-picker--small {
  height: 32px;
}
.el-color-picker--small .el-color-picker__trigger {
  height: 32px;
  width: 32px;
}
.el-color-picker--small .el-color-picker__mask {
  height: 30px;
  width: 30px;
}
.el-color-picker--small .el-color-picker__icon,
.el-color-picker--small .el-color-picker__empty {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.el-color-picker--mini {
  height: 28px;
}
.el-color-picker--mini .el-color-picker__trigger {
  height: 28px;
  width: 28px;
}
.el-color-picker--mini .el-color-picker__mask {
  height: 26px;
  width: 26px;
}
.el-color-picker--mini .el-color-picker__icon,
.el-color-picker--mini .el-color-picker__empty {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.el-color-picker__mask {
  height: 38px;
  width: 38px;
  border-radius: 4px;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.7);
}

.el-color-picker__trigger {
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 4px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 0;
  position: relative;
  cursor: pointer;
}

.el-color-picker__color {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.el-color-picker__color.is-alpha {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.el-color-picker__color-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.el-color-picker__empty {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.el-color-picker__icon {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
}

.el-color-picker__panel {
  position: absolute;
  z-index: 10;
  padding: 6px;
  box-sizing: content-box;
  background-color: #FFFFFF;
  border: 1px solid #EBEEF5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 3px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 10px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #FFF;
  border-color: #DCDFE6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus {
  /*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #402495;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #402495;
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}
.el-checkbox-button__inner:hover {
  color: #409EFF;
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #30BE50;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #30BE50;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-group {
  font-size: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  color: #409eff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: white;
}
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: white;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: white;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: white;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: white;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: white;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: white;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: white;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: white;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: white;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tooltip:focus:not(.focusing), .el-tooltip:focus:hover {
  outline-width: 0;
}
.el-tooltip__popper {
  position: absolute;
  border-radius: 4px;
  padding: 10px;
  z-index: 2000;
  font-size: 12px;
  line-height: 1.2;
  min-width: 10px;
  word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.el-tooltip__popper .popper__arrow {
  border-width: 6px;
}
.el-tooltip__popper .popper__arrow::after {
  content: " ";
  border-width: 5px;
}
.el-tooltip__popper[x-placement^=top] {
  margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow {
  bottom: -6px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=top] .popper__arrow::after {
  bottom: 1px;
  margin-left: -5px;
  border-top-color: #303133;
  border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^=bottom] {
  margin-top: 12px;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
  top: -6px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=bottom] .popper__arrow::after {
  top: 1px;
  margin-left: -5px;
  border-top-width: 0;
  border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^=right] {
  margin-left: 12px;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow {
  left: -6px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=right] .popper__arrow::after {
  bottom: -5px;
  left: 1px;
  border-right-color: #303133;
  border-left-width: 0;
}
.el-tooltip__popper[x-placement^=left] {
  margin-right: 12px;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow {
  right: -6px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper[x-placement^=left] .popper__arrow::after {
  right: 1px;
  bottom: -5px;
  margin-left: -5px;
  border-right-width: 0;
  border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
  background: #303133;
  color: #FFFFFF;
}

.el-tooltip__popper.is-light {
  background: #FFFFFF;
  border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
  border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow::after {
  border-top-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
  border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow::after {
  border-bottom-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
  border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow::after {
  border-left-color: #FFFFFF;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
  border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow::after {
  border-right-color: #FFFFFF;
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-table {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  flex: 1;
  width: 100%;
  max-width: 100%;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #606266;
}
.el-table__empty-block {
  min-height: 60px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-table__empty-text {
  line-height: 60px;
  width: 50%;
  color: #909399;
}

.el-table__expand-column .cell {
  padding: 0;
  text-align: center;
}

.el-table__expand-icon {
  position: relative;
  cursor: pointer;
  color: #666;
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  height: 20px;
}
.el-table__expand-icon--expanded {
  transform: rotate(90deg);
}

.el-table__expand-icon > .el-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.el-table__expanded-cell {
  background-color: #FFFFFF;
}
.el-table__expanded-cell[class*=cell] {
  padding: 20px 50px;
}
.el-table__expanded-cell:hover {
  background-color: transparent !important;
}

.el-table__placeholder {
  display: inline-block;
  width: 20px;
}

.el-table__append-wrapper {
  overflow: hidden;
}

.el-table--fit {
  border-right: 0;
  border-bottom: 0;
}
.el-table--fit .el-table__cell.gutter {
  border-right-width: 1px;
}

.el-table--scrollable-x .el-table__body-wrapper {
  overflow-x: auto;
}

.el-table--scrollable-y .el-table__body-wrapper {
  overflow-y: auto;
}

.el-table thead {
  color: #909399;
  font-weight: 500;
}
.el-table thead.is-group th.el-table__cell {
  background: #F5F7FA;
}
.el-table .el-table__cell {
  padding: 12px 0;
  min-width: 0;
  box-sizing: border-box;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.el-table .el-table__cell.is-center {
  text-align: center;
}

.el-table .el-table__cell.is-right {
  text-align: right;
}

.el-table .el-table__cell.gutter {
  width: 15px;
  border-right-width: 0;
  border-bottom-width: 0;
  padding: 0;
}
.el-table .el-table__cell.is-hidden > * {
  visibility: hidden;
}
.el-table--medium .el-table__cell {
  padding: 10px 0;
}

.el-table--small {
  font-size: 12px;
}
.el-table--small .el-table__cell {
  padding: 8px 0;
}

.el-table--mini {
  font-size: 12px;
}
.el-table--mini .el-table__cell {
  padding: 6px 0;
}

.el-table tr {
  background-color: #FFFFFF;
}
.el-table tr input[type=checkbox] {
  margin: 0;
}
.el-table th.el-table__cell.is-leaf,
.el-table td.el-table__cell {
  border-bottom: 1px solid #EBEEF5;
}
.el-table th.el-table__cell.is-sortable {
  cursor: pointer;
}
.el-table th.el-table__cell {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #FFFFFF;
}
.el-table th.el-table__cell > .cell {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.el-table th.el-table__cell > .cell.highlight {
  color: #409EFF;
}
.el-table th.el-table__cell.required > div::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d51;
  margin-right: 5px;
  vertical-align: middle;
}
.el-table td.el-table__cell div {
  box-sizing: border-box;
}
.el-table td.el-table__cell.gutter {
  width: 0;
}
.el-table .cell {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  line-height: 23px;
  padding-left: 10px;
  padding-right: 10px;
}
.el-table .cell.el-tooltip {
  white-space: nowrap;
  min-width: 50px;
}
.el-table--group, .el-table--border {
  border: 1px solid #EBEEF5;
}
.el-table::before, .el-table--group::after, .el-table--border::after {
  content: "";
  position: absolute;
  background-color: #EBEEF5;
  z-index: 1;
}

.el-table--group::after, .el-table--border::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}

.el-table::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.el-table--border {
  border-right: none;
  border-bottom: none;
}
.el-table--border.el-loading-parent--relative {
  border-color: transparent;
}
.el-table--border .el-table__cell {
  border-right: 1px solid #EBEEF5;
}
.el-table--border .el-table__cell:first-child .cell {
  padding-left: 10px;
}
.el-table--border th.el-table__cell.gutter:last-of-type {
  border-bottom: 1px solid #EBEEF5;
  border-bottom-width: 1px;
}
.el-table--border th.el-table__cell {
  border-bottom: 1px solid #EBEEF5;
}

.el-table--hidden {
  visibility: hidden;
}

.el-table__fixed, .el-table__fixed-right {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.el-table__fixed::before, .el-table__fixed-right::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #EBEEF5;
  z-index: 4;
}

.el-table__fixed-right-patch {
  position: absolute;
  top: -1px;
  right: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EBEEF5;
}

.el-table__fixed-right {
  top: 0;
  left: auto;
  right: 0;
}
.el-table__fixed-right .el-table__fixed-header-wrapper,
.el-table__fixed-right .el-table__fixed-body-wrapper,
.el-table__fixed-right .el-table__fixed-footer-wrapper {
  left: auto;
  right: 0;
}

.el-table__fixed-header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

.el-table__fixed-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.el-table__fixed-footer-wrapper tbody td.el-table__cell {
  border-top: 1px solid #EBEEF5;
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__fixed-body-wrapper {
  position: absolute;
  left: 0;
  top: 37px;
  overflow: hidden;
  z-index: 3;
}

.el-table__header-wrapper, .el-table__body-wrapper, .el-table__footer-wrapper {
  width: 100%;
}

.el-table__footer-wrapper {
  margin-top: -1px;
}
.el-table__footer-wrapper td.el-table__cell {
  border-top: 1px solid #EBEEF5;
}

.el-table__header, .el-table__body, .el-table__footer {
  table-layout: fixed;
  border-collapse: separate;
}

.el-table__header-wrapper, .el-table__footer-wrapper {
  overflow: hidden;
}
.el-table__header-wrapper tbody td.el-table__cell, .el-table__footer-wrapper tbody td.el-table__cell {
  background-color: #F5F7FA;
  color: #606266;
}

.el-table__body-wrapper {
  overflow: hidden;
  position: relative;
}
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right {
  box-shadow: none;
}

.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed {
  box-shadow: none;
}

.el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
  box-shadow: none;
}

.el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right {
  border-left: 1px solid #EBEEF5;
}

.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: 1px solid #EBEEF5;
}

.el-table .caret-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: 34px;
  width: 24px;
  vertical-align: middle;
  cursor: pointer;
  overflow: initial;
  position: relative;
}
.el-table .sort-caret {
  width: 0;
  height: 0;
  border: solid 5px transparent;
  position: absolute;
  left: 7px;
}
.el-table .sort-caret.ascending {
  border-bottom-color: #C0C4CC;
  top: 5px;
}
.el-table .sort-caret.descending {
  border-top-color: #C0C4CC;
  bottom: 7px;
}
.el-table .ascending .sort-caret.ascending {
  border-bottom-color: #409EFF;
}
.el-table .descending .sort-caret.descending {
  border-top-color: #409EFF;
}
.el-table .hidden-columns {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background: #FAFAFA;
}
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
  background-color: #ecf5ff;
}

.el-table__body tr.hover-row > td.el-table__cell, .el-table__body tr.hover-row.current-row > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped > td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row > td.el-table__cell {
  background-color: #F5F7FA;
}
.el-table__body tr.current-row > td.el-table__cell {
  background-color: #ecf5ff;
}

.el-table__column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #EBEEF5;
  z-index: 10;
}

.el-table__column-filter-trigger {
  display: inline-block;
  line-height: 34px;
  cursor: pointer;
}
.el-table__column-filter-trigger i {
  color: #909399;
  font-size: 12px;
  transform: scale(0.75);
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
  transition: background-color 0.25s ease;
}

.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
  background-color: #F5F7FA;
}

.el-table--fluid-height .el-table__fixed,
.el-table--fluid-height .el-table__fixed-right {
  bottom: 0;
  overflow: hidden;
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  height: 20px;
  text-align: center;
  margin-right: 3px;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-checkbox {
  color: #606266;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.el-checkbox.is-bordered {
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  line-height: normal;
  height: 40px;
}
.el-checkbox.is-bordered.is-checked {
  border-color: #409EFF;
}
.el-checkbox.is-bordered.is-disabled {
  border-color: #EBEEF5;
  cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
  margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
  padding: 7px 20px 7px 10px;
  border-radius: 3px;
  height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
  line-height: 17px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
  height: 14px;
  width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
  padding: 5px 15px 5px 10px;
  border-radius: 3px;
  height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
  line-height: 15px;
  font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
  padding: 3px 15px 3px 10px;
  border-radius: 3px;
  height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
  line-height: 12px;
  font-size: 10px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
  height: 12px;
  width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
  height: 6px;
  width: 2px;
}

.el-checkbox__input {
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
  background-color: #FFF;
  border-color: #DCDFE6;
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
  cursor: not-allowed;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
  cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
  background-color: #FFF;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
  transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #409EFF;
}

.el-checkbox__input.is-focus {
  /*focus时 视觉上区分*/
}
.el-checkbox__input.is-focus .el-checkbox__inner {
  border-color: #402495;
}

.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #409EFF;
  border-color: #30BE50;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #FFF;
  height: 2px;
  transform: scale(0.5);
  left: 0;
  right: 0;
  top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
  display: none;
}

.el-checkbox__inner {
  display: inline-block;
  position: relative;
  border: 1px solid #BDBDBD;
  border-radius: 2px;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  z-index: 1;
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
  border-color: #402495;
}
.el-checkbox__inner::after {
  box-sizing: content-box;
  content: "";
  border: 1px solid #FFF;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  transition: transform 0.15s ease-in 0.05s;
  transform-origin: center;
}

.el-checkbox__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.el-checkbox__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 19px;
  font-size: 12px;
}

.el-checkbox:last-of-type {
  margin-right: 0;
}

.el-checkbox-button {
  position: relative;
  display: inline-block;
}
.el-checkbox-button__inner {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-left: 0;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  position: relative;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}
.el-checkbox-button__inner:hover {
  color: #409EFF;
}
.el-checkbox-button__inner [class*=el-icon-] {
  line-height: 0.9;
}
.el-checkbox-button__inner [class*=el-icon-] + span {
  margin-left: 5px;
}

.el-checkbox-button__original {
  opacity: 0;
  outline: none;
  position: absolute;
  margin: 0;
  z-index: -1;
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
  color: #FFFFFF;
  background-color: #409EFF;
  border-color: #30BE50;
  box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
  border-left-color: #30BE50;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFFFFF;
  border-color: #EBEEF5;
  box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
  border-left-color: #EBEEF5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
  border-left: 1px solid #DCDFE6;
  border-radius: 4px 0 0 4px;
  box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
  border-color: #30BE50;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
  border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
  padding: 9px 12px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
  padding: 9px 12px;
}

.el-checkbox-button--small .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-button--mini .el-checkbox-button__inner {
  padding: 4px 6px;
  font-size: 10px;
  border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
  padding: 4px 6px;
}

.el-checkbox-group {
  font-size: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-tag {
  background-color: #ecf5ff;
  border-color: #d9ecff;
  color: #409eff;
  display: inline-block;
  height: 32px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  color: #409EFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-sizing: border-box;
  white-space: nowrap;
}
.el-tag.is-hit {
  border-color: #409EFF;
}

.el-tag .el-tag__close {
  color: #409eff;
}
.el-tag .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag.el-tag--info {
  background-color: #f4f4f5;
  border-color: #e9e9eb;
  color: #909399;
}
.el-tag.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag.el-tag--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag.el-tag--warning {
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag.el-tag--danger {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}
.el-tag .el-icon-close {
  border-radius: 50%;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 16px;
  vertical-align: middle;
  top: -1px;
  right: -5px;
}
.el-tag .el-icon-close::before {
  display: block;
}
.el-tag--dark {
  background-color: #409eff;
  border-color: #409eff;
  color: white;
}
.el-tag--dark.is-hit {
  border-color: #409EFF;
}

.el-tag--dark .el-tag__close {
  color: white;
}
.el-tag--dark .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
  background-color: #909399;
  border-color: #909399;
  color: white;
}
.el-tag--dark.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--dark.el-tag--info .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
  background-color: #67c23a;
  border-color: #67c23a;
  color: white;
}
.el-tag--dark.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--dark.el-tag--success .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: white;
}
.el-tag--dark.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--dark.el-tag--warning .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: white;
}
.el-tag--dark.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--dark.el-tag--danger .el-tag__close {
  color: white;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f78989;
}

.el-tag--plain {
  background-color: white;
  border-color: #b3d8ff;
  color: #409eff;
}
.el-tag--plain.is-hit {
  border-color: #409EFF;
}

.el-tag--plain .el-tag__close {
  color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #409eff;
}
.el-tag--plain.el-tag--info {
  background-color: white;
  border-color: #d3d4d6;
  color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
  border-color: #909399;
}

.el-tag--plain.el-tag--info .el-tag__close {
  color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #909399;
}
.el-tag--plain.el-tag--success {
  background-color: white;
  border-color: #c2e7b0;
  color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
  border-color: #67C23A;
}

.el-tag--plain.el-tag--success .el-tag__close {
  color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
  background-color: white;
  border-color: #f5dab1;
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
  border-color: #E6A23C;
}

.el-tag--plain.el-tag--warning .el-tag__close {
  color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
  background-color: white;
  border-color: #fbc4c4;
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
  border-color: #F56C6C;
}

.el-tag--plain.el-tag--danger .el-tag__close {
  color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
  color: #FFFFFF;
  background-color: #f56c6c;
}

.el-tag--medium {
  height: 28px;
  line-height: 26px;
}
.el-tag--medium .el-icon-close {
  transform: scale(0.8);
}

.el-tag--small {
  height: 24px;
  padding: 0 8px;
  line-height: 22px;
}
.el-tag--small .el-icon-close {
  transform: scale(0.8);
}

.el-tag--mini {
  height: 20px;
  padding: 0 5px;
  line-height: 19px;
}
.el-tag--mini .el-icon-close {
  margin-left: -3px;
  transform: scale(0.7);
}

/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-table-column--selection .cell {
  padding-left: 14px;
  padding-right: 14px;
}

.el-table-filter {
  border: solid 1px #EBEEF5;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 2px 0;
  /** used for dropdown mode */
}
.el-table-filter__list {
  padding: 5px 0;
  margin: 0;
  list-style: none;
  min-width: 100px;
}

.el-table-filter__list-item {
  line-height: 36px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 12px;
}
.el-table-filter__list-item:hover {
  background-color: #ecf5ff;
  color: #66b1ff;
}
.el-table-filter__list-item.is-active {
  background-color: #409EFF;
  color: #FFFFFF;
}

.el-table-filter__content {
  min-width: 100px;
}

.el-table-filter__bottom {
  border-top: 1px solid #EBEEF5;
  padding: 8px;
}
.el-table-filter__bottom button {
  background: transparent;
  border: none;
  color: #606266;
  cursor: pointer;
  font-size: 13px;
  padding: 0 3px;
}
.el-table-filter__bottom button:hover {
  color: #409EFF;
}
.el-table-filter__bottom button:focus {
  outline: none;
}
.el-table-filter__bottom button.is-disabled {
  color: #C0C4CC;
  cursor: not-allowed;
}

.el-table-filter__wrap {
  max-height: 280px;
}

.el-table-filter__checkbox-group {
  padding: 10px;
}
.el-table-filter__checkbox-group label.el-checkbox {
  display: block;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 5px;
}
.el-table-filter__checkbox-group .el-checkbox:last-child {
  margin-bottom: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-carousel {
  position: relative;
}
.el-carousel--horizontal {
  overflow-x: hidden;
}

.el-carousel--vertical {
  overflow-y: hidden;
}

.el-carousel__container {
  position: relative;
  height: 300px;
}

.el-carousel__arrow {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  background-color: rgba(31, 45, 61, 0.11);
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
}
.el-carousel__arrow--left {
  left: 16px;
}

.el-carousel__arrow--right {
  right: 16px;
}

.el-carousel__arrow:hover {
  background-color: rgba(31, 45, 61, 0.23);
}
.el-carousel__arrow i {
  cursor: pointer;
}

.el-carousel__indicators {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.el-carousel__indicators--horizontal {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.el-carousel__indicators--vertical {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.el-carousel__indicators--outside {
  bottom: 26px;
  text-align: center;
  position: static;
  transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
  opacity: 0.64;
}
.el-carousel__indicators--outside button {
  background-color: #C0C4CC;
  opacity: 0.24;
}

.el-carousel__indicators--labels {
  left: 0;
  right: 0;
  transform: none;
  text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
  height: auto;
  width: auto;
  padding: 2px 18px;
  font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
  padding: 6px 4px;
}

.el-carousel__indicator {
  background-color: transparent;
  cursor: pointer;
}
.el-carousel__indicator:hover button {
  opacity: 0.72;
}
.el-carousel__indicator--horizontal {
  display: inline-block;
  padding: 12px 4px;
}

.el-carousel__indicator--vertical {
  padding: 4px 12px;
}
.el-carousel__indicator--vertical .el-carousel__button {
  width: 2px;
  height: 15px;
}

.el-carousel__indicator.is-active button {
  opacity: 1;
}

.el-carousel__button {
  display: block;
  opacity: 0.48;
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}

/* BEM support Func
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
/* Break-points
 -------------------------- */
/* Scrollbar
 -------------------------- */
/* Placeholder
 -------------------------- */
/* BEM
 -------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Fill
-------------------------- */
/* Typography
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* MessageBox
-------------------------- */
/* Message
-------------------------- */
/* Notification
-------------------------- */
/* Input
-------------------------- */
/* Cascader
-------------------------- */
/* Group
-------------------------- */
/* Tab
-------------------------- */
/* Button
-------------------------- */
/* cascader
-------------------------- */
/* Switch
-------------------------- */
/* Dialog
-------------------------- */
/* Table
-------------------------- */
/* Pagination
-------------------------- */
/* Popup
-------------------------- */
/* Popover
-------------------------- */
/* Tooltip
-------------------------- */
/* Tag
-------------------------- */
/* Tree
-------------------------- */
/* Dropdown
-------------------------- */
/* Badge
-------------------------- */
/* Card
--------------------------*/
/* Slider
--------------------------*/
/* Steps
--------------------------*/
/* Menu
--------------------------*/
/* Rate
--------------------------*/
/* DatePicker
--------------------------*/
/* Loading
--------------------------*/
/* Scrollbar
--------------------------*/
/* Carousel
--------------------------*/
/* Collapse
--------------------------*/
/* Transfer
--------------------------*/
/* Header
  --------------------------*/
/* Footer
--------------------------*/
/* Main
--------------------------*/
/* Timeline
--------------------------*/
/* Backtop
--------------------------*/
/* Link
--------------------------*/
/* Calendar
--------------------------*/
/* Form
-------------------------- */
/* Avatar
--------------------------*/
/* Empty
-------------------------- */
/* Descriptions
-------------------------- */
/* Skeleton 
--------------------------*/
/* Svg
--------------- */
/* Result
-------------------------- */
/* Break-point
--------------------------*/
.el-carousel__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  z-index: 0;
}
.el-carousel__item.is-active {
  z-index: 2;
}

.el-carousel__item.is-animating {
  transition: transform 0.4s ease-in-out;
}

.el-carousel__item--card {
  width: 50%;
  transition: transform 0.4s ease-in-out;
}
.el-carousel__item--card.is-in-stage {
  cursor: pointer;
  z-index: 1;
}
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask, .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask {
  opacity: 0.12;
}
.el-carousel__item--card.is-active {
  z-index: 2;
}

.el-carousel__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  opacity: 0.24;
  transition: 0.2s;
}

.transfer-table {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.transfer-table .vuetable.table {
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.transfer-table .vuetable.table th {
  vertical-align: middle;
}
.transfer-table .vuetable.table tbody tr td {
  vertical-align: text-top;
}
.transfer-table .vuetable.table tbody tr td.vuetable-empty-result {
  text-align: center;
  vertical-align: middle;
  color: #BDBDBD;
}
.transfer-table .vuetable.table tbody tr td.vuetable-empty-result img {
  display: block;
  margin: 0 auto 10px;
}
.transfer-table .vuetable.table tbody tr:not(:last-child) td {
  height: 1em;
}
.transfer-table .available-items, .transfer-table .selected-items {
  border: 1px solid #E0E0E0;
  display: flex;
  flex-direction: column;
}
.transfer-table .available-items > div:first-child, .transfer-table .selected-items > div:first-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.transfer-table .available-items > div:first-child .vuetable-body-wrapper, .transfer-table .selected-items > div:first-child .vuetable-body-wrapper {
  flex: 1;
}
.transfer-table .available-items > div:first-child .vuetable-body-wrapper .el-input-number__increase, .transfer-table .available-items > div:first-child .vuetable-body-wrapper .el-input-number__decrease, .transfer-table .selected-items > div:first-child .vuetable-body-wrapper .el-input-number__increase, .transfer-table .selected-items > div:first-child .vuetable-body-wrapper .el-input-number__decrease {
  line-height: 12px;
}
.transfer-table .available-items.has-filter .vuetable.table thead .css-checkbox, .transfer-table .selected-items.has-filter .vuetable.table thead .css-checkbox {
  position: relative;
  top: 14px;
}
.transfer-table .available-items:not(.has-filter) .vuetable.table thead th, .transfer-table .selected-items:not(.has-filter) .vuetable.table thead th {
  height: 43px;
}
.transfer-table .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.transfer-table .buttons a {
  margin: 10px;
  display: inline-block;
  cursor: default;
}
.transfer-table .buttons a.active {
  cursor: pointer;
}
.transfer-table .buttons a svg {
  fill: #E0E0E0;
}
.transfer-table .buttons a.active svg {
  fill: #6ed285;
}
.transfer-table .buttons a.active:hover svg {
  fill: #30BE50;
}

.transfer-footer {
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #BDBDBD;
}

#pane-blood-biochemistry .pagination-wrapper {
  justify-content: left;
}

html,
body {
  position: relative;
  font: normal 14px Montserrat, Arial, Helvetica, sans-serif;
  line-height: normal;
  min-height: 100%;
  width: 100%;
  background: transparent;
  margin: 0;
}

* {
  outline: none;
  box-sizing: border-box;
}

button {
  outline: none !important;
}

textarea {
  font-family: Montserrat, sans-serif;
}

#my-chart-id {
  /*height: 200px !important;
  width: 100% !important;*/
  min-width: 900px !important;
}

a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.circle {
  border-radius: 50%;
}

.circle-center {
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.block-center {
  align-items: center;
  justify-content: center;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.content-start {
  align-content: flex-start;
}

.content-center {
  align-content: center;
}

.content-end {
  align-content: flex-end;
}

.transition {
  transition: 0.3s linear all;
}

.no-scroll {
  overflow: hidden;
}

.el-main {
  width: calc(100% - 84px);
}
.el-main .page {
  padding: 25px 15px 25px 30px;
  min-height: 100vh;
  position: relative;
}
.el-main .page.tasks-page, .el-main .page.project-work {
  background-image: url("/images/task-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.content .el-button {
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 18px;
  padding: 0 15px;
  transition: 0.3s linear all;
}
.content .el-button--primary {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
}
.content .el-button--primary:hover {
  border: 1px solid #FC5A45;
  background-color: #FFF;
  color: #FC5A45;
}
.content .el-button--primary:hover span {
  color: #FC5A45;
}
.content .el-button--primary:hover span span {
  color: #FC5A45;
}
.content .el-button--primary span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.content .el-button--primary span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.content .el-button--edit {
  background-color: #30BE50;
  border: 1px solid #30BE50;
}
.content .el-button--edit:hover {
  border: 1px solid #30BE50;
  background-color: #FFF;
  color: #000000;
}
.content .el-button--edit:hover span {
  color: #30BE50;
}
.content .el-button--edit:hover span span {
  color: #30BE50;
}
.content .el-button--edit.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.content .el-button--edit.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.content .el-button--edit.is-disabled:hover span {
  color: #000000;
}
.content .el-button--edit.is-disabled span {
  color: #000000;
}
.content .el-button--edit span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.content .el-button--edit span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.content .el-button--delete {
  border: 1px solid #FC5A45;
  color: #FC5A45;
}
.content .el-button--delete:hover {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.content .el-button--delete:hover span {
  color: #FFF;
}
.content .el-button--delete:hover span span {
  color: #FFF;
}
.content .el-button--delete.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.content .el-button--delete.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.content .el-button--delete.is-disabled:hover span {
  color: #000000;
}
.content .el-button--delete.is-disabled span {
  color: #000000;
}
.content .el-button--delete span {
  font-weight: 500;
  font-size: 12px;
  color: #FC5A45;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.content .el-button--delete span span {
  color: #FC5A45;
  font-size: 16px;
  margin-left: 10px;
}
.content .el-button--operations {
  border: 1px solid #402495;
  background-color: #402495;
  color: #FFF;
}
.content .el-button--operations:hover {
  border: 1px solid #402495;
  background-color: #FFF;
  color: #402495;
}
.content .el-button--operations:hover span {
  color: #402495;
}
.content .el-button--operations:hover span span {
  color: #402495;
}
.content .el-button--operations.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.content .el-button--operations.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.content .el-button--operations.is-disabled:hover span {
  color: #000000;
}
.content .el-button--operations.is-disabled span {
  color: #000000;
}
.content .el-button--operations span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.content .el-button--operations span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}

.el-select-dropdown__item {
  padding: 0 10px;
}

.el-loading-mask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
}
.el-loading-mask .el-loading-spinner {
  width: 100px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  margin-top: 0;
  transform: scale(0.85);
  animation: loading-pulse 1.5s linear infinite;
}
.el-loading-mask .el-loading-spinner:before {
  position: absolute;
  content: "";
  background-image: url("/images/logo.svg");
  background-repeat: no-repeat;
  background-size: 65px;
  width: 65px;
  height: 65px;
}
.el-loading-mask .el-loading-spinner:after {
  content: "";
  position: absolute;
  border: 2px solid #402495;
  width: 100px;
  height: 90px;
  top: -20px;
  border-radius: 50%;
  transform: scale(0.85);
  animation: pulse 1.5s linear infinite;
  box-shadow: 0 0 2px rgba(64, 36, 149, 0.45);
}
.el-loading-mask .el-loading-spinner svg {
  display: none !important;
}

@keyframes loading-pulse {
  from {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1.25);
  }
  to {
    transform: scale(0.85);
  }
}
@keyframes pulse {
  0% {
    border: 2px solid #FC5A45;
    box-shadow: 0 0 1px 5px rgba(252, 90, 69, 0.25);
  }
  50% {
    border: 2px solid #402495;
    box-shadow: 0 0 1px 5px rgba(64, 36, 149, 0.25);
  }
  100% {
    border: 2px solid #FC5A45;
    box-shadow: 0 0 1px 5px rgba(252, 90, 69, 0.25);
  }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: Montserrat;
  color: #000000;
  text-overflow: ellipsis;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
  font-weight: 500;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: Montserrat;
  color: #000000;
  text-overflow: ellipsis;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
  font-weight: 500;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: Montserrat;
  color: #000000;
  text-overflow: ellipsis;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
  font-weight: 500;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Montserrat;
  color: #000000;
  text-overflow: ellipsis;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: left;
  font-weight: 500;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

svg {
  max-width: 100%;
}

@media (min-width: 1340px) and (max-width: 1540px) {
  .el-main .page {
    padding: 20px 15px 20px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1340px) {
  .el-main .page {
    padding: 20px 15px 20px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .el-main .page {
    padding: 20px 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .el-main {
    width: calc(100% - 70px);
  }
  .el-main .page {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .el-main {
    width: calc(100% - 50px);
  }
  .el-main .page {
    padding: 20px 10px;
  }
  .content .el-button {
    padding: 0 10px;
    height: 30px;
    border-radius: 15px;
  }
  .content .el-button span span {
    margin-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .el-main {
    width: calc(100% - 50px);
  }
}
@media (max-width: 400px) {
  .el-main {
    width: calc(100% - 45px);
  }
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Light.eot?d66eb8ddfd61f1ea2f5dc0385d4556e6), url(/fonts/Montserrat-Light.eot?d66eb8ddfd61f1ea2f5dc0385d4556e6) format("embedded-opentype"), url(/fonts/Montserrat-Light.woff?be142e6c3747b7b87e60c823f7a386cb) format("woff"), url(/fonts/Montserrat-Light.ttf?c3468d41e1e1edd98ca08c9ff200b00c) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Thin.eot?8067c90c2a63c2ea3f417ab099791527), url(/fonts/Montserrat-Thin.eot?8067c90c2a63c2ea3f417ab099791527) format("embedded-opentype"), url(/fonts/Montserrat-Thin.woff?446ea183ab98a6fd08d6fc8f5d038505) format("woff"), url(/fonts/Montserrat-Thin.ttf?555f03e263bcbecefef3d8c69cdd6e76) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-SemiBold.eot?262fb106797e141d7adfae243639ce03), url(/fonts/Montserrat-SemiBold.eot?262fb106797e141d7adfae243639ce03) format("embedded-opentype"), url(/fonts/Montserrat-SemiBold.woff?197213592de7a2a62e0699fa36095221) format("woff"), url(/fonts/Montserrat-SemiBold.ttf?8771894959de6e640354fc687099d82d) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-ExtraLight.eot?da136e945bbd3e956cd54f7d2e608cee), url(/fonts/Montserrat-ExtraLight.eot?da136e945bbd3e956cd54f7d2e608cee) format("embedded-opentype"), url(/fonts/Montserrat-ExtraLight.woff?b6e37b33963b08c1df344c11be1cc204) format("woff"), url(/fonts/Montserrat-ExtraLight.ttf?ddc3ab520b8d90d001a7896678354afd) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Bold.eot?4b33f3d37c06db49a761e440c56de170), url(/fonts/Montserrat-Bold.eot?4b33f3d37c06db49a761e440c56de170) format("embedded-opentype"), url(/fonts/Montserrat-Bold.woff?180ba33d8de7dcfe80a0077be8708630) format("woff"), url(/fonts/Montserrat-Bold.ttf?5885feb264991825e67f6bdda2b67c3b) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Regular.eot?3220cdd4dbb981ac08822f428d3ea1ed), url(/fonts/Montserrat-Regular.eot?3220cdd4dbb981ac08822f428d3ea1ed) format("embedded-opentype"), url(/fonts/Montserrat-Regular.woff?3db65dc4b858f0fed4fb155f8a5ecab9) format("woff"), url(/fonts/Montserrat-Regular.ttf?317b418ed317e258b17318b4a4c0335e) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Medium.eot?418e43db3ef66b97a7ef0cf912041126), url(/fonts/Montserrat-Medium.eot?418e43db3ef66b97a7ef0cf912041126) format("embedded-opentype"), url(/fonts/Montserrat-Medium.woff?d42dad28f6470e5162c23aa339df3d77) format("woff"), url(/fonts/Montserrat-Medium.ttf?693c527aec0de211945e97d9954976f7) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-ExtraBold.eot?3e1f7a552b24cf969fd4fbdb283c78bc), url(/fonts/Montserrat-ExtraBold.eot?3e1f7a552b24cf969fd4fbdb283c78bc) format("embedded-opentype"), url(/fonts/Montserrat-ExtraBold.woff?75ee4192581c503f2484bf26ac280eab) format("woff"), url(/fonts/Montserrat-ExtraBold.ttf?0697040c56e0a596472b8daed14a4425) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Black.eot?fe4a1ef2fcacdca962fd7f555ea3e89d), url(/fonts/Montserrat-Black.eot?fe4a1ef2fcacdca962fd7f555ea3e89d) format("embedded-opentype"), url(/fonts/Montserrat-Black.woff?a99d8db918ca0d83907a66773ecd8d0f) format("woff"), url(/fonts/Montserrat-Black.ttf?e410a532c50946e1c252c0862656a96e) format("truetype");
  font-weight: 900;
  font-style: normal;
}
.hidden {
  display: none;
}

.form {
  width: 100%;
}
.form__fields {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.form__fields .form-input {
  padding: 0 7.5px;
  margin-bottom: 15px;
  width: 100%;
}
.form__fields .form-input:last-child {
  margin-bottom: 0;
}
.form__fields .form-input .input-label {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form__fields .form-input .input-label__title {
  position: absolute;
  left: 0;
  top: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  z-index: 10;
  padding: 0 10px;
}
.form__fields .form-input .input-label .el-input__inner {
  height: 44px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  padding: 15px 30px 0 10px;
  transition: 0.3s linear all;
}
.form__fields .form-input .input-label .el-input__inner:hover {
  border-color: #000000;
}
.form__fields .form-input .input-label__icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.form__fields .form-input .input-label .error-messages {
  width: 100%;
}
.form__fields .form-input .input-label .error-messages p {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FC5A45;
}
.form__fields .form-input .input-label .error-messages p:last-child {
  margin-bottom: 0;
}

.el-select .el-input {
  position: relative;
}
.el-select .el-input__suffix {
  width: 10px;
  right: 10px;
}
.el-select .el-input__suffix-inner {
  width: 100%;
  height: 100%;
}
.el-select .el-input__inner {
  padding-right: 20px;
}
.el-select .el-input .el-select__caret {
  width: 10px;
  height: 100%;
  font-family: "devmark" !important;
  transform: rotate(0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.el-select .el-input .el-select__caret.el-icon-arrow-up:after {
  position: absolute;
  content: "\e913";
  font-size: 10px;
  font-style: normal;
  line-height: 10px;
  width: 10px;
  height: 10px;
  transition: 0.3s linear all;
}
.el-select .el-input .el-select__caret.is-reverse.el-icon-arrow-up:after {
  transform: rotate(180deg);
}
.el-select .el-input .el-select__caret.el-icon-circle-close:after {
  position: absolute;
  content: "\e926";
  font-size: 10px;
  font-style: normal;
  line-height: 10px;
  width: 10px;
  height: 10px;
  color: #FC5A45;
}

@font-face {
  font-family: "devmark";
  src: url(/fonts/devmark.eot?bdcd5c417f32aa4f67ad863a4eddcc41);
  src: url(/fonts/devmark.eot?bdcd5c417f32aa4f67ad863a4eddcc41) format("embedded-opentype"), url(/fonts/devmark.ttf?283b47f9d7dd31508eb395f7cba9082f) format("truetype"), url(/fonts/devmark.woff?3449b0b0f3b5443d83c1cdaeca56a375) format("woff"), url(/fonts/devmark.svg?f38618ee691afdfb1b0148fc863bed5b) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "devmark" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e900";
}

.icon-sliders-horizontal:before {
  content: "\e901";
}

.icon-clock:before {
  content: "\e902";
}

.icon-circle-right:before {
  content: "\e903";
}

.icon-circle:before {
  content: "\e904";
}

.icon-check-circle .path1:before {
  content: "\e905";
  color: rgb(64, 36, 149);
}

.icon-check-circle .path2:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-check-circle .path3:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-check-circle-1:before {
  content: "\e908";
}

.icon-warning-circle:before {
  content: "\e909";
}

.icon-warning:before {
  content: "\e90a";
}

.icon-dots-circle:before {
  content: "\e90b";
}

.icon-prohibit:before {
  content: "\e90c";
}

.icon-plus1:before {
  content: "\e90d";
}

.icon-play:before {
  content: "\e90e";
}

.icon-pause:before {
  content: "\e90f";
}

.icon-lightning:before {
  content: "\e910";
}

.icon-flame:before {
  content: "\e911";
}

.icon-angle-left:before {
  content: "\e912";
}

.icon-angle-down-b:before {
  content: "\e913";
}

.icon-angle-down:before {
  content: "\e914";
}

.icon-calendar-blank:before {
  content: "\e915";
}

.icon-check-square:before {
  content: "\e916";
}

.icon-users:before {
  content: "\e917";
}

.icon-user-circle:before {
  content: "\e918";
}

.icon-nut:before {
  content: "\e919";
}

.icon-house:before {
  content: "\e91a";
}

.icon-calendar:before {
  content: "\e91b";
}

.icon-wallet:before {
  content: "\e91c";
}

.icon-note:before {
  content: "\e91d";
}

.icon-mail:before {
  content: "\e91e";
}

.icon-coin-b:before {
  content: "\e91f";
}

.icon-coin:before {
  content: "\e920";
}

.icon-desktop:before {
  content: "\e921";
}

.icon-chart-bar:before {
  content: "\e922";
}

.icon-briefcase:before {
  content: "\e923";
}

.icon-image-square:before {
  content: "\e924";
}

.icon-search:before {
  content: "\e925";
}

.icon-close:before {
  content: "\e926";
}

.icon-eye:before {
  content: "\e927";
}

.icon-eye-slash:before {
  content: "\e928";
}

.icon-coffee:before {
  content: "\e929";
}

.icon-edit:before {
  content: "\e92a";
}

.icon-delete:before {
  content: "\e92b";
}

.icon-paperclip:before {
  content: "\e92c";
}

.icon-check:before {
  content: "\e92d";
}

.icon-user:before {
  content: "\e92e";
}

.icon-question:before {
  content: "\e92f";
}

.icon-lock-open:before {
  content: "\e930";
}

.icon-pie-chart-dollar .path1:before {
  content: "\e931";
  color: rgb(50, 74, 94);
}

.icon-pie-chart-dollar .path2:before {
  content: "\e932";
  margin-left: -1em;
  color: rgb(249, 181, 76);
}

.icon-pie-chart-dollar .path3:before {
  content: "\e933";
  margin-left: -1em;
  color: rgb(84, 192, 235);
}

.icon-pie-chart-dollar .path4:before {
  content: "\e934";
  margin-left: -1em;
  color: rgb(241, 84, 63);
}

.icon-pie-chart-dollar .path5:before {
  content: "\e935";
  margin-left: -1em;
  color: rgb(172, 179, 186);
}

.icon-pie-chart-dollar .path6:before {
  content: "\e936";
  margin-left: -1em;
  color: rgb(230, 233, 238);
}

.icon-pie-chart-dollar .path7:before {
  content: "\e937";
  margin-left: -1em;
  color: rgb(230, 233, 238);
}

.icon-pie-chart-dollar .path8:before {
  content: "\e938";
  margin-left: -1em;
  color: rgb(172, 179, 186);
}

.icon-pie-chart-dollar .path9:before {
  content: "\e939";
  margin-left: -1em;
  color: rgb(172, 179, 186);
}

.icon-pie-chart-dollar .path10:before {
  content: "\e93a";
  margin-left: -1em;
  color: rgb(230, 233, 238);
}

.icon-pie-chart-dollar .path11:before {
  content: "\e93b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-check-circle1 .path1:before {
  content: "\e93c";
  color: rgb(109, 205, 93);
}

.icon-check-circle1 .path2:before {
  content: "\e93d";
  margin-left: -1em;
  color: rgb(109, 205, 93);
}

.icon-check-circle1 .path3:before {
  content: "\e93e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-warning-octagon .path1:before {
  content: "\e93f";
  color: rgb(245, 51, 51);
}

.icon-warning-octagon .path2:before {
  content: "\e940";
  margin-left: -1em;
  color: rgb(245, 51, 51);
}

.icon-warning-octagon .path3:before {
  content: "\e941";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-warning-octagon .path4:before {
  content: "\e942";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-phone-call:before {
  content: "\e943";
}

.icon-smile:before {
  content: "\e944";
  color: #402495;
}

.icon-paper-plane:before {
  content: "\e945";
}

.icon-info:before {
  content: "\e946";
}

.icon-circle-tilt:before {
  content: "\e947";
}

.icon-download:before {
  content: "\e948";
}

.icon-arrows-horizontal:before {
  content: "\e949";
}

.icon-align-bottom:before {
  content: "\e94a";
}

.icon-like:before {
  content: "\e94b";
}

.icon-tag:before {
  content: "\e94c";
}

.icon-stack:before {
  content: "\e94d";
}

.icon-copy:before {
  content: "\e963";
}

.icon-clockwise:before {
  content: "\e964";
}

.icon-horse .path1:before {
  content: "\e94e";
  color: rgb(64, 36, 149);
  opacity: 0.2;
}

.icon-horse .path2:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-horse .path3:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-horse .path4:before {
  content: "\e951";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-sword .path1:before {
  content: "\e952";
  color: rgb(64, 36, 149);
  opacity: 0.2;
}

.icon-sword .path2:before {
  content: "\e953";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-sword .path3:before {
  content: "\e954";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-sword .path4:before {
  content: "\e955";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-human .path1:before {
  content: "\e956";
  color: rgb(64, 36, 149);
  opacity: 0.2;
}

.icon-human .path2:before {
  content: "\e957";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-human .path3:before {
  content: "\e958";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-human .path4:before {
  content: "\e959";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-human .path5:before {
  content: "\e95a";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path1:before {
  content: "\e95b";
  color: rgb(64, 36, 149);
  opacity: 0.2;
}

.icon-bank .path2:before {
  content: "\e95c";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path3:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path4:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path5:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path6:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path7:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-bank .path8:before {
  content: "\e962";
  margin-left: -1em;
  color: rgb(64, 36, 149);
}

.icon-human1:before {
  content: "\e965";
}

.icon-crown:before {
  content: "\e966";
}

.icon-arrow-up:before {
  content: "\e967";
}

.icon-arrow-down:before {
  content: "\e968";
}

.icon-arrows-down-up:before {
  content: "\e969";
}

.icon-sign-out:before {
  content: "\e96a";
}

.icon-circles-four:before {
  content: "\e96b";
}

.icon-floppy-disk:before {
  content: "\e96c";
}

.icon-megaphone:before {
  content: "\e96e";
}

.icon-arrow-circle-up-right:before {
  content: "\e96d";
}

.icon-telegram:before {
  content: "\e96f";
}

.icon-list:before {
  content: "\e970";
}

.icon-folder:before {
  content: "\e971";
}

.icon-refresh:before {
  content: "\e972";
}

.icon-pdf:before {
  content: "\e973";
}

.icon-doc:before {
  content: "\e974";
}

.icon-backspace:before {
  content: "\e976";
}

.icon-angle-right:before {
  content: "\e977";
}

.icon-chart-pie-slice:before {
  content: "\e978";
}

.icon-question1:before {
  content: "\e979";
}

.icon-tree-structure:before {
  content: "\e97a";
}

.icon-browsers:before {
  content: "\e97b";
}

.icon-code:before {
  content: "\e97c";
}

.icon-star:before {
  content: "\e975";
}

.icon-arrow-right:before {
  content: "\e97d";
}

.icon-hammer:before {
  content: "\e97e";
}

.icon-groups:before {
  content: "\e97f";
}

.icon-reports:before {
  content: "\e980";
}

.icon-plans:before {
  content: "\e981";
}

.icon-calculator:before {
  content: "\e982";
}

.icon-chartbar:before {
  content: "\e983";
}

.icon-sbis:before {
  content: "\e984";
}

.icon-arrow-clockwise:before {
  content: "\e985";
}

.icon-hand-palm:before {
  content: "\e986";
}

.icon-chat-text:before {
  content: "\e987";
}

.icon-link:before {
  content: "\e988";
}

.icon-path:before {
  content: "\e989";
}

.icon-arrows-vertical:before {
  content: "\e98a";
}

.icon-yandex .path1:before {
  content: "\e9cf";
  color: rgb(247, 72, 17);
}

.icon-yandex .path2:before {
  content: "\e9d0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-google .path1:before {
  content: "\e9d1";
  color: rgb(251, 187, 0);
}

.icon-google .path2:before {
  content: "\e9d2";
  margin-left: -1em;
  color: rgb(81, 142, 248);
}

.icon-google .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  color: rgb(40, 180, 70);
}

.icon-google .path4:before {
  content: "\e9d4";
  margin-left: -1em;
  color: rgb(241, 67, 54);
}

.icon-gis .path1:before {
  content: "\e9d5";
  color: rgb(51, 171, 5);
}

.icon-gis .path2:before {
  content: "\e9d6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-flamp .path1:before {
  content: "\e9d7";
  color: rgb(67, 137, 200);
}

.icon-flamp .path2:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-irecommend .path1:before {
  content: "\e9d9";
  color: rgb(250, 107, 66);
}

.icon-irecommend .path2:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-feedback .path1:before {
  content: "\e9db";
  color: rgb(183, 71, 70);
}

.icon-feedback .path2:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-feedback .path3:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}

.icon-avito .path1:before {
  content: "\e9de";
  color: rgb(71, 162, 218);
}

.icon-avito .path2:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(241, 97, 100);
}

.icon-avito .path3:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(170, 117, 178);
}

.icon-avito .path4:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(151, 202, 61);
}

.icon-pro-doctor .path1:before {
  content: "\e9e2";
  color: rgb(243, 89, 69);
}

.icon-pro-doctor .path2:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(40, 110, 196);
}

.icon-bookmarks:before {
  content: "\e98b";
}

.icon-list-plus:before {
  content: "\e98c";
}

.icon-clock1:before {
  content: "\e98d";
}

.icon-git-fork:before {
  content: "\e98e";
}

.icon-pause-circle:before {
  content: "\e98f";
}

.icon-play-circle:before {
  content: "\e990";
}

.icon-trophy:before {
  content: "\e991";
}

.icon-fire:before {
  content: "\e992";
}

.icon-arrow-up-right:before {
  content: "\e993";
}

.icon-coffee1:before {
  content: "\e994";
}

.icon-crown1:before {
  content: "\e995";
}

.icon-flash-circle:before {
  content: "\e996";
}

.icon-command:before {
  content: "\e997";
}

.icon-receipt:before {
  content: "\e998";
}

.icon-document-text:before {
  content: "\e999";
}

.icon-link-square:before {
  content: "\e99a";
}

.icon-programming-arrows:before {
  content: "\e99e";
}

.icon-calendar-black:before {
  content: "\e99f";
}

.icon-driver:before {
  content: "\e9a0";
}

.icon-menu:before {
  content: "\e9a1";
}

.icon-sort:before {
  content: "\e9a2";
}

.icon-lock:before {
  content: "\e9a3";
}

.icon-lock-black:before {
  content: "\e9a4";
}

.icon-mask:before {
  content: "\e9a5";
}

.icon-decred:before {
  content: "\e9a6";
}

.icon-edit-rounded:before {
  content: "\e9a7";
}

.icon-copy-success:before {
  content: "\e9a8";
}

.icon-Equals:before {
  content: "\e9a9";
}

.icon-layer:before {
  content: "\e9aa";
}

.icon-monitor-recorder:before {
  content: "\e9ab";
}

.icon-profile-2user:before {
  content: "\e9ac";
}

.icon-notification-status:before {
  content: "\e9ad";
}

.icon-globe:before {
  content: "\e9ae";
}

.icon-wifi-square:before {
  content: "\e9af";
}

.icon-pencil:before {
  content: "\e9b0";
}

.icon-copy1:before {
  content: "\e9b1";
}

.pagination-wrapper {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pagination-wrapper .buttons {
  display: flex;
  flex-wrap: wrap;
}
.pagination-wrapper .buttons .el-button {
  margin: 10px 10px 0 0 !important;
}
.pagination-wrapper .buttons .el-button:last-child {
  margin-right: 0 !important;
}
.pagination-wrapper .pagination-info-and-pagination {
  display: flex;
  align-items: center;
  height: 25px;
}
.pagination-wrapper .pagination-info-and-pagination .svg-icon svg {
  width: 25px;
  margin-left: 10px;
  cursor: pointer;
}
.pagination-wrapper .pagination-info-and-pagination .el-popover {
  min-width: 180px;
  bottom: 25px;
  top: auto !important;
}
.pagination-wrapper .pagination-info-and-pagination .el-popover .el-collapse-item__header {
  white-space: nowrap;
  cursor: pointer;
}
.pagination-wrapper .pagination-info {
  font-weight: 500;
  font-size: 14px;
}
.pagination-wrapper .pagination.menu {
  margin-left: 20px;
  display: flex;
}
.pagination-wrapper .pagination.menu .item {
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #EFEFEF;
  transition: 0.3s linear all;
  font-weight: 500;
  font-size: 12px;
  color: #B8B8B8;
  margin-right: 10px;
  font-style: normal;
}
.pagination-wrapper .pagination.menu .item.disabled {
  cursor: default;
  border: 1px solid #EFEFEF !important;
  color: #B8B8B8 !important;
}
.pagination-wrapper .pagination.menu .item:hover {
  border-color: #000000;
  color: #000000;
}
.pagination-wrapper .pagination.menu .item.active {
  cursor: default;
  border-color: #000000 !important;
  color: #000000 !important;
}
.pagination-wrapper .pagination.menu .item i {
  font-family: "devmark" !important;
  font-style: normal;
}
.pagination-wrapper .pagination.menu .item i.double.left {
  transform: rotate(-90deg);
}
.pagination-wrapper .pagination.menu .item i.double.left:before {
  content: "\e967";
}
.pagination-wrapper .pagination.menu .item i.chevron.left:before {
  content: "\e912";
}
.pagination-wrapper .pagination.menu .item i.double.right {
  transform: rotate(90deg);
}
.pagination-wrapper .pagination.menu .item i.double.right:before {
  content: "\e967";
}
.pagination-wrapper .pagination.menu .item i.chevron.right {
  transform: rotate(180deg);
}
.pagination-wrapper .pagination.menu .item i.chevron.right:before {
  content: "\e912";
}

.el-pagination {
  padding: 0;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.el-pagination--small .el-pager {
  display: flex;
}
.el-pagination--small .el-pager li {
  width: 36px;
  height: 36px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid #EFEFEF !important;
  font-weight: 500;
  font-size: 12px;
  color: #B8B8B8;
  margin: 0 5px;
  transition: 0.3s linear all;
}
.el-pagination--small .el-pager li.active {
  color: #000000;
}
.el-pagination--small .el-pager li.active:hover {
  border-color: #EFEFEF !important;
  color: #000000;
}
.el-pagination--small .el-pager li:hover {
  border-color: #000000 !important;
  color: #000000;
}
.el-pagination--small .el-pager li.more:before {
  content: "...";
  color: #B8B8B8;
  font-size: 12px;
  transition: 0.3s linear color;
}
.el-pagination--small .el-pager li.more:before:hover {
  color: #000000;
}
.el-pagination button.btn-prev,
.el-pagination button.btn-next {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 36px;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  background-color: #FC5A45;
}
.el-pagination button.btn-prev:disabled,
.el-pagination button.btn-next:disabled {
  background-color: #F7F7F7;
  color: #B8B8B8;
}
.el-pagination button.btn-prev:disabled:after,
.el-pagination button.btn-next:disabled:after {
  color: #B8B8B8;
}
.el-pagination button.btn-prev {
  margin-right: 5px;
  min-width: 67.5px;
}
.el-pagination button.btn-next {
  margin-left: 5px;
  padding-right: 36px;
  position: relative;
  min-width: 89.1px;
}
.el-pagination button.btn-next:after {
  font-family: "devmark" !important;
  content: "\e903";
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #FFF;
}

@media (max-width: 767px) {
  .pagination-wrapper .buttons {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination-wrapper .buttons .el-button {
    margin: 10px 5px 0 0 !important;
  }
  .pagination-wrapper .pagination-info-and-pagination {
    min-width: 100%;
    margin-top: 15px;
    justify-content: flex-end;
  }
  .el-pagination {
    margin-top: 15px;
  }
  .el-pagination--small .el-pager li {
    width: 30px;
    height: 30px !important;
    margin: 0 3px;
  }
  .el-pagination button.btn-prev,
  .el-pagination button.btn-next {
    padding: 0 10px;
    height: 30px;
    border-radius: 15px;
  }
  .el-pagination button.btn-prev {
    margin-right: 3px;
  }
  .el-pagination button.btn-next {
    margin-left: 3px;
    padding-right: 25px;
  }
  .el-pagination button.btn-next:after {
    right: 5px;
  }
}
.el-aside {
  width: 84px !important;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 500;
}
.el-aside .aside-wrapper {
  width: 100%;
  border-right: 1px solid #EDEDED;
  transition: 0.2s linear all;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF;
  padding-right: 3px;
}
.el-aside .aside-wrapper:hover {
  width: 250px;
}
.el-aside .aside-wrapper:hover .aside-logo span {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  opacity: 1;
  visibility: visible;
}
.el-aside .aside-wrapper:hover .side-menu .title-item {
  opacity: 1;
  visibility: visible;
}
.el-aside .aside-wrapper:hover .side-menu .logout {
  opacity: 1;
  visibility: visible;
}
.el-aside .aside-logo {
  padding: 25px 0 30px 0;
  align-items: center;
  width: 100%;
}
.el-aside .aside-logo__image {
  width: 84px;
  min-width: 84px;
  justify-content: center;
}
.el-aside .aside-logo__image img {
  width: 55px;
}
.el-aside .aside-logo span {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear all;
}
.el-aside .side-menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.el-aside .side-menu .el-submenu {
  height: 40px;
  display: flex;
  align-items: center;
}
.el-aside .side-menu .el-submenu__title {
  padding-left: 0 !important;
}
.el-aside .side-menu .el-submenu__title .el-menu__item-icon {
  width: 84px;
  min-width: 84px;
  justify-content: center;
  position: relative;
}
.el-aside .side-menu .el-submenu__title .el-menu__item-icon span {
  font-size: 15px;
  color: #000000;
}
.el-aside .side-menu .el-menu-item {
  margin-bottom: 15px;
  position: relative;
  padding: 2px 0 !important;
}
.el-aside .side-menu .el-menu-item:hover .el-menu__item-icon span {
  color: #402495;
}
.el-aside .side-menu .el-menu-item:hover .title-item {
  color: #402495;
}
.el-aside .side-menu .el-menu-item:last-child:hover .el-menu__item-icon span {
  color: #FC5A45;
}
.el-aside .side-menu .el-menu-item:last-child:hover .title-item {
  color: #FC5A45;
}
.el-aside .side-menu .el-menu-item.is-active:after {
  position: absolute;
  content: "";
  right: -3px;
  width: 3px;
  top: 0;
  height: 100%;
  background-color: #402495;
  border-radius: 4px;
  z-index: 100;
}
.el-aside .side-menu .el-menu-item.is-active .el-menu__item-icon span {
  color: #402495;
}
.el-aside .side-menu .el-menu-item.is-active .title-item {
  color: #402495;
}
.el-aside .side-menu .el-menu-item .el-menu__item-icon {
  width: 84px;
  min-width: 84px;
  justify-content: center;
  transition: 0.2s linear all;
  position: relative;
}
.el-aside .side-menu .el-menu-item .el-menu__item-icon span {
  font-size: 15px;
  color: #000000;
}
.el-aside .side-menu .el-menu-item .el-menu__item-icon svg {
  width: 20px;
  height: 20px;
}
.el-aside .side-menu .el-menu-item .el-menu__item-tasks {
  position: absolute;
  margin-left: 14px;
  top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #EB3737;
  font-weight: 700;
  font-size: 9px !important;
  line-height: 100%;
  color: #FFF !important;
}
.el-aside .side-menu .el-menu-item a {
  align-items: center;
}
.el-aside .side-menu .title-item {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear all;
  white-space: nowrap;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
}
.el-aside .side-menu .logout {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear all;
  white-space: nowrap;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #000000;
}
.el-aside .side-menu .svg-icon {
  width: 84px;
  min-width: 84px;
  text-align: center;
}
.el-aside .side-menu .svg-icon svg {
  width: 15px;
}
.el-aside .ps--active-x > .ps__rail-x {
  left: 0 !important;
}
.el-aside .ps--active-x > .ps__rail-y {
  right: 0 !important;
}

@media (min-width: 767px) and (max-width: 991px) {
  .el-aside {
    width: 70px !important;
  }
  .el-aside .aside-logo__image {
    width: 70px;
    min-width: 70px;
  }
  .el-aside .aside-logo__image img {
    width: 45px;
  }
  .el-aside .side-menu .el-menu-item .el-menu__item-icon {
    width: 70px;
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  .el-aside {
    width: 50px !important;
  }
  .el-aside .aside-wrapper:hover {
    width: 175px;
  }
  .el-aside .aside-logo__image {
    width: 50px;
    min-width: 50px;
  }
  .el-aside .aside-logo__image img {
    width: 35px;
  }
  .el-aside .side-menu .el-menu-item .el-menu__item-icon {
    width: 50px;
    min-width: 50px;
  }
}
@media (max-width: 400px) {
  .el-aside {
    width: 45px !important;
  }
  .el-aside .aside-logo {
    padding: 15px 0 20px 0;
  }
  .el-aside .aside-logo__image {
    width: 45px;
    min-width: 45px;
  }
  .el-aside .aside-logo__image img {
    width: 30px;
  }
  .el-aside .side-menu .el-menu-item .el-menu__item-icon {
    width: 45px;
    min-width: 45px;
  }
}
.sites-block {
  width: 100%;
  align-items: flex-start;
}
.sites-block .sites {
  width: 280px;
  padding-right: 20px;
  position: relative;
}
.sites-block .sites:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 5px;
  height: calc(100% - 5px);
  width: 1px;
  background-color: #EEEEEE;
}
.sites-block .sites .sites-search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.sites-block .sites .sites-search__input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 5px;
  padding: 0 25px 0 15px;
}
.sites-block .sites .sites-search__icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.sites-block .sites .sites-title {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 10px;
  color: #BEBEBE;
  border-bottom: 1px solid #EEEEEE;
}
.sites-block .sites .sites-list {
  width: 100%;
}
.sites-block .sites .sites-list__item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  height: 37px;
}
.sites-block .sites .sites-list__item-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.sites-block .sites .sites-list__item-logo {
  width: 16px;
  min-width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.sites-block .sites .sites-list__item-logo img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.sites-block .sites .sites-list__item-title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s linear all;
}
.sites-block .sites .sites-list__item-title:hover {
  color: #402495;
}
.sites-block .sites .sites-list__item-attention {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D24444;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.sites-block .sites .sites-list__item-attention span {
  font-size: 10px;
  color: #FFF;
}
.sites-block .sites .sites-list__item .item-responsible {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.sites-block .sites .sites-list__item .item-responsible__icon {
  font-size: 12px;
}
.sites-block .sites .sites-list__item .item-responsible__icon .icon-coffee {
  color: rgb(178, 184, 191);
}
.sites-block .sites .sites-list__item .item-responsible__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.sites-block .sites .sites-list__item .item-priority {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.sites-block .sites .sites-list__item .item-priority__icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
}
.sites-block .sites .sites-list__item .item-priority__icon.priority-important {
  color: #FFF;
  background-color: #000000;
}
.sites-block .sites .sites-list__item .item-priority__icon.priority-middle {
  color: #000000;
  background-color: #F6F6F6;
}
.sites-block .sites .sites-list__item .item-priority__icon.priority-moderate {
  color: #747474;
  background-color: #F6F6F6;
}
.sites-block .sites .sites-list__item .item-status {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.sites-block .sites .sites-list__item .item-status__icon {
  font-size: 12px;
}
.sites-block .sites .sites-list__item .item-status__icon.icon-play {
  color: #402495;
}
.sites-block .sites .sites-list__item .item-status__icon.icon-prohibit {
  color: #7B7B7B;
}
.sites-block .sites .sites-list__item .item-status__icon.icon-paused {
  color: #FC5A45;
}
.sites-block .sites-info {
  width: calc(100% - 280px);
  overflow: hidden;
  overflow-x: auto;
}
.sites-block .sites-info .manage-table {
  min-width: 785px;
  max-width: 100%;
}

.status-list {
  width: 130px;
  border-radius: 8px;
  z-index: 20;
}
.status-list__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.status-list__item {
  border-top: 1px solid #EEEEEE;
  align-items: center;
  position: relative;
}
.status-list__item-label {
  cursor: pointer;
  width: 100%;
  line-height: 14px;
  position: relative;
  padding: 7px 20px 7px 0;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.status-list__item-label:hover {
  color: #402495;
}
.status-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.status-list__item-input:checked + .status-list__item-checkbox {
  color: #CECECE;
}
.status-list__item-input:checked + .status-list__item-checkbox .icon-check-circle {
  display: block;
}
.status-list__item-input:checked + .status-list__item-checkbox .icon-circle {
  display: none;
}
.status-list__item-checkbox {
  position: absolute;
  right: 2px;
  top: 8px;
}
.status-list__item-checkbox .icon-check-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: none;
}
.status-list__item-checkbox .icon-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: block;
  color: #CECECE;
}

.priority-list {
  width: 130px;
  border-radius: 8px;
  z-index: 20;
}
.priority-list__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.priority-list__item {
  border-top: 1px solid #EEEEEE;
  align-items: center;
  position: relative;
}
.priority-list__item-label {
  cursor: pointer;
  width: 100%;
  line-height: 14px;
  position: relative;
  padding: 7px 20px 7px 0;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.priority-list__item-label:hover {
  color: #402495;
}
.priority-list__item-label .icon-coffee1 {
  color: rgb(178, 184, 191);
  font-size: 14px;
  margin-right: 3px;
}
.priority-list__item-label .icon-flash-circle {
  color: rgb(128, 95, 227);
  font-size: 14px;
  margin-right: 3px;
}
.priority-list__item-label .icon-crown1 {
  color: rgb(242, 175, 2);
  font-size: 14px;
  margin-right: 3px;
}
.priority-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.priority-list__item-input:checked + .priority-list__item-checkbox {
  color: #CECECE;
}
.priority-list__item-input:checked + .priority-list__item-checkbox .icon-check-circle {
  display: block;
}
.priority-list__item-input:checked + .priority-list__item-checkbox .icon-circle {
  display: none;
}
.priority-list__item-checkbox {
  position: absolute;
  right: 2px;
  top: 8px;
}
.priority-list__item-checkbox .icon-check-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: none;
}
.priority-list__item-checkbox .icon-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: block;
  color: #CECECE;
}

.priority-info {
  border-radius: 8px;
  z-index: 20;
}
.priority-info__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.priority-info__description {
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  white-space: pre-line;
}

.responsible-list {
  width: 160px;
  border-radius: 8px;
  z-index: 20;
}
.responsible-list__title {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.responsible-list__item {
  border-top: 1px solid #EEEEEE;
  align-items: center;
  position: relative;
}
.responsible-list__item-label {
  cursor: pointer;
  width: 100%;
  line-height: 14px;
  position: relative;
  padding: 7px 20px 7px 0;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.responsible-list__item-label:hover {
  color: #402495;
}
.responsible-list__item-label .icon-coffee {
  color: rgb(178, 184, 191);
  font-size: 14px;
  margin-right: 3px;
}
.responsible-list__item-label .icon-crown1 {
  color: rgb(242, 175, 2);
  font-size: 14px;
  margin-right: 3px;
}
.responsible-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.responsible-list__item-input:checked + .responsible-list__item-checkbox {
  color: #CECECE;
}
.responsible-list__item-input:checked + .responsible-list__item-checkbox .icon-check-circle {
  display: block;
}
.responsible-list__item-input:checked + .responsible-list__item-checkbox .icon-circle {
  display: none;
}
.responsible-list__item-checkbox {
  position: absolute;
  right: 2px;
  top: 8px;
}
.responsible-list__item-checkbox .icon-check-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: none;
}
.responsible-list__item-checkbox .icon-circle {
  font-family: "devmark" !important;
  font-size: 14px;
  display: block;
  color: #CECECE;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .sites-block .sites {
    width: 250px;
    padding-right: 15px;
  }
  .sites-block .sites:after {
    right: 7px;
  }
  .sites-block .sites-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .sites-block .sites {
    width: 250px;
    padding-right: 15px;
  }
  .sites-block .sites:after {
    right: 7px;
  }
  .sites-block .sites-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .sites-block .sites {
    width: 200px;
    padding-right: 10px;
  }
  .sites-block .sites:after {
    right: 5px;
  }
  .sites-block .sites-info {
    width: calc(100% - 200px);
  }
  .sites-block .sites .sites-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .sites-block .sites .sites-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
  .sites-block .sites .priority-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .sites-block .sites .priority-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sites-block .sites {
    width: 200px;
    padding-right: 10px;
  }
  .sites-block .sites:after {
    right: 5px;
  }
  .sites-block .sites-info {
    width: calc(100% - 200px);
  }
  .sites-block .sites .sites-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .sites-block .sites .sites-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
  .sites-block .sites .priority-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .sites-block .sites .priority-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .sites-block {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: -5px;
  }
  .sites-block .sites {
    width: 200px;
    padding-right: 10px;
  }
  .sites-block .sites:after {
    right: 5px;
  }
  .sites-block .sites-info {
    width: calc(100% - 200px);
    overflow: initial !important;
  }
  .sites-block .sites .sites-list__item-number {
    width: 20px;
    min-width: 20px;
    font-size: 10px;
  }
  .sites-block .sites .sites-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
  .sites-block .sites .priority-list__item-number {
    width: 20px;
    min-width: 20px;
    font-size: 10px;
  }
  .sites-block .sites .priority-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
.users-block {
  width: 100%;
  align-items: flex-start;
}
.users-block .users {
  width: 280px;
  padding-right: 20px;
  position: relative;
}
.users-block .users:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 5px;
  height: calc(100% - 5px);
  width: 1px;
  background-color: #EEEEEE;
}
.users-block .users .users-search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.users-block .users .users-search__input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 5px;
  padding: 0 25px 0 15px;
}
.users-block .users .users-search__icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.users-block .users .users-list {
  width: 100%;
}
.users-block .users .users-list__item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  height: 37px;
}
.users-block .users .users-list__item-number {
  width: 30px;
  min-width: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.users-block .users .users-list__item-title {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s linear all;
}
.users-block .users .users-list__item-title:hover {
  color: #402495;
}
.users-block .users .users-list__item-attention {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #D24444;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.users-block .users .users-list__item-attention span {
  font-size: 10px;
  color: #FFF;
}
.users-block .users .users-list__item .item-status {
  position: relative;
  margin-left: 10px;
}
.users-block .users .users-list__item .item-status.active .item-status__icon.icon-note {
  color: #30BE50;
}
.users-block .users .users-list__item .item-status__input {
  visibility: hidden;
  width: 0;
  height: 0;
}
.users-block .users .users-list__item .item-status__icon {
  font-size: 12px;
}
.users-block .users .users-list__item .item-status__icon.icon-note {
  color: #000000;
  cursor: pointer;
}
.users-block .users-info {
  width: calc(100% - 280px);
  overflow: auto;
}
.users-block .users-info .manage-table {
  min-width: 700px;
  max-width: 100%;
}

@media (min-width: 1200px) and (max-width: 1340px) {
  .users-block .users {
    width: 250px;
    padding-right: 15px;
  }
  .users-block .users:after {
    right: 7px;
  }
  .users-block .users-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .users-block .users {
    width: 250px;
    padding-right: 15px;
  }
  .users-block .users:after {
    right: 7px;
  }
  .users-block .users-info {
    width: calc(100% - 250px);
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .users-block .users {
    width: 200px;
    padding-right: 10px;
  }
  .users-block .users:after {
    right: 5px;
  }
  .users-block .users-info {
    width: calc(100% - 200px);
  }
  .users-block .users .users-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .users-block .users .users-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .users-block .users {
    width: 200px;
    padding-right: 10px;
  }
  .users-block .users:after {
    right: 5px;
  }
  .users-block .users-info {
    width: calc(100% - 200px);
  }
  .users-block .users .users-list__item-number {
    width: 25px;
    min-width: 25px;
  }
  .users-block .users .users-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
@media (max-width: 576px) {
  .users-block {
    overflow: hidden;
    overflow-x: auto;
  }
  .users-block .users {
    width: 200px;
    padding-right: 10px;
  }
  .users-block .users:after {
    right: 5px;
  }
  .users-block .users-info {
    width: calc(100% - 200px);
    overflow: initial !important;
  }
  .users-block .users .users-list__item-number {
    width: 20px;
    min-width: 20px;
    font-size: 10px;
  }
  .users-block .users .users-list__item-title {
    padding: 0 5px;
    font-size: 10px;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 6px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 6px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
  z-index: 90;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #BDBDBD;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 1px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #BDBDBD;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  /* please don't change 'position' */
  position: absolute;
}

/*.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #BDBDBD;
  height: 6px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #BDBDBD;
  width: 6px;
}*/
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.manage-table table {
  border-spacing: 0 !important;
  max-width: 100% !important;
}
.manage-table .vuetable-head-wrapper {
  height: 36px;
  overflow: initial;
}
.manage-table .vuetable-head-wrapper .vuetable {
  border-spacing: 0;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  text-align: left;
  padding: 0 6px;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th:first-child {
  padding-left: 0;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th:last-child {
  padding-right: 0;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon {
  font-size: 10px;
  font-style: normal;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.grey {
  color: #BEBEBE;
  font-family: "devmark" !important;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.grey:before {
  content: "\e969";
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.up {
  color: #48C73D;
  font-family: "devmark" !important;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.up:before {
  content: "\e967";
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.down {
  color: #48C73D;
  font-family: "devmark" !important;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr th .sort-icon.down:before {
  content: "\e968";
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters .el-input__inner {
  height: 18px;
  line-height: 18px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .el-select {
  width: 100%;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .el-select .el-input--suffix.is-focus .el-input__icon:after {
  transform: rotate(180deg);
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .el-select .el-input--suffix .el-input__icon {
  width: 10px;
  height: 100%;
  font-family: "devmark" !important;
  transform: rotate(0) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .el-select .el-input--suffix .el-input__icon:after {
  position: absolute;
  content: "\e913";
  font-size: 10px;
  font-style: normal;
  line-height: 10px;
  width: 10px;
  height: 10px;
  transition: 0.3s linear all;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .el-select .el-input--suffix .el-input__icon.el-icon-circle-close:after {
  content: "\e926";
  transform: rotate(0deg) !important;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .range {
  display: flex;
  justify-content: space-between;
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .range .form-input {
  width: calc(50% - 1px);
}
.manage-table .vuetable-head-wrapper .vuetable thead tr.header-filters th .range .form-input .el-date-editor.el-input {
  width: 100%;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td {
  font-weight: 500;
  height: 37px;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 6px;
  position: relative;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td:after {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 1px;
  height: 1px;
  background-color: #EEEEEE;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td:last-child {
  padding-right: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td:last-child:after {
  right: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td:first-child {
  padding-left: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td:first-child:after {
  left: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-center {
  text-align: center;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-bold {
  font-weight: 700;
  font-size: 12px;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .text-red {
  color: #FC5A45 !important;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-red {
  color: #FC5A45 !important;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded span {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 4px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded span:last-child {
  margin-right: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded.text-hidden {
  text-overflow: initial;
  position: relative;
  padding-right: 56px;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded.text-hidden:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  background-color: #FFF;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.text-rounded.text-hidden .all {
  position: absolute;
  right: 6px;
  z-index: 10;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .text-column {
  flex-direction: column;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .h-scroll {
  width: 100%;
  padding: 7px 0;
  position: relative;
  overflow: hidden;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.not-overflow {
  overflow: initial;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td.vuetable-empty-result {
  overflow: visible;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon {
  width: 100%;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon span {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 12px;
  color: #B6B6B6;
  cursor: pointer;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-icon span:hover {
  color: #000000;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance {
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 5px 75px 5px 0;
  position: relative;
  white-space: normal;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons {
  position: absolute;
  right: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons-item {
  font-size: 14px;
  color: #B6B6B6;
  cursor: pointer;
  margin-right: 10px;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons-item:last-child {
  margin-right: 0;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons-item.icon-edit:hover {
  color: #48C73D;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons-item.icon-note {
  color: #000000;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .td-finance__icons-item.icon-delete:hover {
  color: #FC5A45;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .site-name__inner {
  width: 100%;
  align-items: center;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .site-name__number {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  margin-right: 10px;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .site-name__logo {
  width: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .site-name__logo img {
  width: 100%;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .site-name__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .name__inner {
  width: 100%;
  align-items: center;
}
.manage-table .vuetable-body-wrapper .vuetable-body tr td .name__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transfer-table .vuetable-th-slot-value {
  word-break: break-word;
}
.transfer-table .available-items {
  width: calc(100% - 50px);
}
.transfer-table .selected-items {
  width: calc(100% - 50px);
}
.transfer-table .buttons a {
  width: 40px;
  height: 40px;
}
.transfer-table .buttons a.active svg {
  fill: #48C73D;
}
.transfer-table .buttons a svg {
  max-height: 100%;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox {
  position: relative;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox input:checked + .checkbox-appearance {
  border-color: #402495;
  background-color: #402495;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox input:checked + .checkbox-appearance:after {
  left: 100%;
  margin-left: -9px;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox .checkbox-appearance {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 18px;
  height: 10px;
  border: 1px solid #DCDFE6;
  outline: none;
  border-radius: 6px;
  box-sizing: border-box;
  background: #DCDFE6;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  vertical-align: middle;
}
.transfer-table .vuetable-td-component-checkbox .css-checkbox .checkbox-appearance:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1px;
  border-radius: 100%;
  transition: all 0.3s;
  width: 8px;
  height: 8px;
  background-color: #FFF;
}
.transfer-table .expandable-item {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #000000;
  word-break: break-word;
}
.transfer-table .expandable-item:hover {
  color: #402495;
}
.transfer-table .expandable-item.child {
  display: block;
  margin-left: 10px;
  cursor: default;
  font-size: 12px;
}
.transfer-table .expandable-item.child:hover {
  color: #000000;
}

@media (max-width: 576px) {
  .transfer-table .available-items {
    width: calc(100% - 15px);
  }
  .transfer-table .selected-items {
    width: calc(100% - 15px);
  }
  .transfer-table .buttons a {
    width: 25px;
    height: 25px;
    margin: 10px 5px;
  }
}
@media (max-width: 350px) {
  .transfer-table .vuetable-th-slot-value {
    font-size: 10px;
  }
  .transfer-table .available-items {
    width: calc(100% - 10px);
  }
  .transfer-table .selected-items {
    width: calc(100% - 10px);
  }
  .transfer-table .buttons a {
    width: 20px;
    height: 20px;
  }
}
.page-actions {
  margin: 5px 0 5px auto;
}
.page-actions__item {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.page-actions__item:last-child {
  margin-right: 0;
}
.page-actions__item--add {
  background: #FC5A45;
  border: 1px solid #FC5A45;
  width: auto;
  padding: 0 10px 0 15px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border-radius: 18px;
}
.page-actions__item--add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.page-actions__item--add:hover span {
  color: #FC5A45;
}
.page-actions__item--add span {
  color: #FFF;
  font-size: 20px;
  margin-left: 10px;
}
.page-actions__item--create {
  background: #FC5A45;
  border: 1px solid #FC5A45;
}
.page-actions__item--create:hover {
  background-color: #FFF;
}
.page-actions__item--create:hover span {
  color: #FC5A45;
}
.page-actions__item--create span {
  color: #FFF;
  font-size: 20px;
}
.page-actions__item--settings {
  background-color: #F7F7F7;
}
.page-actions__item--settings:hover {
  background-color: #000000;
}
.page-actions__item--settings:hover .icon-sliders-horizontal,
.page-actions__item--settings:hover .icon-note {
  color: #FFF;
}
.page-actions__item--settings span {
  width: 36px;
  height: 36px;
}
.page-actions__item--settings span.el-popover__reference-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-actions__item--settings .icon-sliders-horizontal,
.page-actions__item--settings .icon-note {
  color: #000000;
  font-size: 20px;
  width: auto;
  height: auto;
}
.page-actions__item--settings .icon-note {
  font-size: 16px;
}

.el-dialog {
  background: #FFFFFF;
  box-shadow: 4px 4px 34px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 25px;
  max-width: calc(100% - 20px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog.no-header .el-dialog__header {
  padding: 0;
  border: none;
}
.el-dialog__wrapper {
  overflow: hidden;
  overflow-y: auto;
}
.el-dialog__header {
  padding: 0 20px 9px 0;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
}
.el-dialog__header h2 {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
}
.el-dialog__headerbtn {
  right: 30px;
  top: 30px;
}
.el-dialog__headerbtn .el-dialog__close {
  font-size: 12px;
  color: #B9B9B9;
  transition: 0.3s linear color;
  font-style: normal;
}
.el-dialog__headerbtn .el-dialog__close:before {
  font-family: "devmark" !important;
  content: "\e926";
}
.el-dialog__headerbtn .el-dialog__close:hover {
  color: #FC5A45;
}
.el-dialog__body {
  padding: 5px 0 0 0 !important;
}
.el-dialog__body form {
  margin-top: 10px;
}
.el-dialog__body-title {
  display: block;
  width: 100%;
  margin: 15px 0 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
  word-break: normal;
}
.el-dialog__body-title.d-flex {
  display: flex;
  align-items: center;
}
.el-dialog__body-title .input-label__title {
  display: none;
}
.el-dialog__body-title .delete-checklist {
  margin-left: auto;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  cursor: pointer;
}
.el-dialog__body-title .delete-checklist:hover {
  color: #FC5A45;
}
.el-dialog__body-title .delete-checklist:hover span {
  color: #FC5A45;
}
.el-dialog__body-title .delete-checklist span {
  font-size: 14px;
  color: #BEBEBE;
  margin-left: 8px;
}
.el-dialog__body-title .add-report {
  margin-left: 10px;
  min-height: 20px;
  border-radius: 10px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  cursor: pointer;
  padding: 0 10px;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.el-dialog__body-title .add-report:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body-text {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #BEBEBE;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.el-dialog__body-text b {
  font-weight: 600;
}
.el-dialog__body .el-row {
  margin-left: -7.5px !important;
  margin-right: -7.5px !important;
  width: calc(100% + 15px);
}
.el-dialog__body .el-row.el-dialog__body-buttons {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.el-dialog__body .el-row .el-col {
  padding: 0 7.5px !important;
}
.el-dialog__body .el-row .el-col .form-input.send-description .input-label textarea {
  min-height: 100px !important;
}
.el-dialog__body .el-row .el-col .text-bold {
  font-weight: 700;
}
.el-dialog__body .el-row .el-col .form-input.invalid .input-label input {
  border: 1px solid #FC5A45;
}
.el-dialog__body .el-row .el-col .form-input.invalid .input-label span, .el-dialog__body .el-row .el-col .form-input.invalid .input-label em {
  color: #FC5A45;
}
.el-dialog__body .el-row .el-col .form-input.notify-text .input-label textarea {
  min-height: 75px !important;
}
.el-dialog__body .el-row .el-col .form-input .input-label {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.el-dialog__body .el-row .el-col .form-input .input-label__title {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.el-dialog__body .el-row .el-col .form-input .input-label__title span, .el-dialog__body .el-row .el-col .form-input .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.el-dialog__body .el-row .el-col .form-input .input-label__title:hover + .el-date-editor input, .el-dialog__body .el-row .el-col .form-input .input-label__title:hover + .el-select input {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label input {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .el-row .el-col .form-input .input-label input:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label input:not(:placeholder-shown), .el-dialog__body .el-row .el-col .form-input .input-label input:hover, .el-dialog__body .el-row .el-col .form-input .input-label input:focus {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label textarea {
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  color: #172b4d;
  transition: 0.3s linear all;
  min-height: 150px !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Droid Sans, Helvetica Neue, sans-serif;
  word-break: break-word;
}
.el-dialog__body .el-row .el-col .form-input .input-label textarea:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label textarea:not(:placeholder-shown), .el-dialog__body .el-row .el-col .form-input .input-label textarea:hover, .el-dialog__body .el-row .el-col .form-input .input-label textarea:focus {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select {
  width: 100%;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select:hover .el-input__inner, .el-dialog__body .el-row .el-col .form-input .input-label .el-select:focus .el-input__inner {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags {
  max-width: calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags > span {
  margin-top: 20px;
  display: block;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags > span + .el-select__input {
  padding-top: 10px;
  padding-right: 0;
  width: 100% !important;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close {
  background-color: transparent;
  font-family: "devmark" !important;
  font-style: normal;
  transition: 0.3s linear all;
  margin-left: auto;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:hover {
  color: #FC5A45;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags > span .el-icon-close:before {
  content: "\e926";
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select__tags .el-select__input {
  margin-left: 1px;
  border: 0;
  height: 42px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-select .el-input__inner {
  padding: 15px 25px 0 10px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .el-row .el-col .form-input .input-label .error-messages {
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  padding: 0;
}
.el-dialog__body .el-row .el-col .form-input .input-label .error-messages p {
  margin: 0;
  font-size: 9px;
  font-weight: 500;
  color: #FC5A45;
}
.el-dialog__body .el-row .el-col .form-input .input-label .password-toggle {
  position: absolute;
  right: 7px;
  top: 14px;
}
.el-dialog__body .el-row .el-col .form-input .input-label .password-toggle span {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
.el-dialog__body .el-row .el-col .form-input .input-label .password-toggle span.icon-eye-slash {
  color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label .password-toggle span.icon-eye {
  color: #BEBEBE;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-date-editor {
  width: 100%;
  position: relative;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-date-editor:after {
  font-family: "devmark" !important;
  content: "\e915";
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 14px;
  color: #402495;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-date-editor:hover input, .el-dialog__body .el-row .el-col .form-input .input-label .el-date-editor:focus input {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-textarea {
  margin-top: 25px;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-textarea__inner {
  padding: 10px;
  resize: vertical;
  word-break: break-word;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-textarea__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .form-input .input-label .el-textarea__inner:not(:placeholder-shown), .el-dialog__body .el-row .el-col .form-input .input-label .el-textarea__inner:hover, .el-dialog__body .el-row .el-col .form-input .input-label .el-textarea__inner:focus {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label {
  display: block;
  position: relative;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label__title {
  position: absolute;
  left: 0;
  top: 2px;
  padding: 0 10px;
  z-index: 10;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label__title span, .el-dialog__body .el-row .el-col .label-wrapper .input-label__title em {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload {
  width: 100%;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 5px;
  line-height: normal;
  text-align: left;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload:hover {
  border-color: #402495;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  height: auto;
  background: transparent;
  border: 0;
  margin-right: auto;
  margin-left: 10px !important;
  margin-top: 20px;
  padding: 0;
  display: block !important;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #402495;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  z-index: 20;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 2px;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-status-label {
  display: none;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete {
  font-family: "devmark" !important;
  color: #FC5A45;
  font-size: 10px;
  font-style: normal;
  display: block;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .upload-attachment .el-upload-list__item-delete .el-icon-delete:before {
  content: "\e926";
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .el-input-number {
  width: 100%;
}
.el-dialog__body .el-row .el-col .label-wrapper .input-label .el-input-number__decrease, .el-dialog__body .el-row .el-col .label-wrapper .input-label .el-input-number__increase {
  display: none;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label {
  position: relative;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 4px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label:hover, .el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label:focus {
  border-color: #402495;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label:before {
  font-family: "devmark" !important;
  content: "\e92c";
  position: absolute;
  left: 15px;
  top: 25px;
  font-size: 18px;
  color: #212735;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label__title {
  left: 40px;
  top: 13px;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label__title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment {
  border: 1px dashed #FC5A45;
  border-radius: 2px;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 56px;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 33px;
}
.el-dialog__body .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button span {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-left: 35px;
}
.el-dialog__body .el-row .el-col .upload-documents {
  margin-top: 15px;
  padding: 15px 30px 10px 50px;
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 5px;
  position: relative;
}
.el-dialog__body .el-row .el-col .upload-documents__type-size {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  margin-bottom: 5px;
}
.el-dialog__body .el-row .el-col .upload-documents__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
}
.el-dialog__body .el-row .el-col .upload-documents:before {
  font-family: "devmark" !important;
  content: "\e91d";
  position: absolute;
  left: 15px;
  font-size: 16px;
  color: #212735;
}
.el-dialog__body .el-row .el-col .upload-documents__delete {
  position: absolute;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.el-dialog__body .el-row .el-col .upload-documents__delete:hover {
  color: #FC5A45;
}
.el-dialog__body .el-row .el-col .upload-image {
  width: 100%;
  margin-top: 15px;
  align-items: center;
}
.el-dialog__body .el-row .el-col .upload-image__img {
  width: 100px;
  margin-right: 20px;
}
.el-dialog__body .el-row .el-col .upload-image__delete {
  font-size: 16px;
  cursor: pointer;
  color: #BEBEBE;
}
.el-dialog__body .el-row .el-col .upload-image__delete:hover {
  color: #FC5A45;
}
.el-dialog__body .el-row .el-col .el-date-editor {
  width: 100%;
}
.el-dialog__body .el-row .el-col .el-date-editor__label {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  z-index: 20;
  padding: 0 17.5px;
}
.el-dialog__body .el-row .el-col .el-date-editor .el-input__inner {
  height: 44px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px 10px 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  color: #000000;
  width: 100%;
  text-align: left;
  transition: 0.3s linear all;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .el-row .el-col .el-date-editor .el-input__inner:not(:-moz-placeholder-shown) {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .el-date-editor .el-input__inner:not(:placeholder-shown), .el-dialog__body .el-row .el-col .el-date-editor .el-input__inner:hover, .el-dialog__body .el-row .el-col .el-date-editor .el-input__inner:focus {
  border-color: #000000;
}
.el-dialog__body .el-row .el-col .el-date-editor .el-input__prefix, .el-dialog__body .el-row .el-col .el-date-editor .el-input__suffix {
  display: none;
}
.el-dialog__body .modal-report .form-input .input-label input {
  border: 1px solid #EFEFEF !important;
}
.el-dialog__body .modal-report .form-input .input-label input:hover, .el-dialog__body .modal-report .form-input .input-label input:focus {
  border-color: #000000 !important;
}
.el-dialog__body .modal-report .form-input .input-label input:disabled:hover, .el-dialog__body .modal-report .form-input .input-label input:disabled:focus {
  border: 1px solid #EFEFEF !important;
}
.el-dialog__body .modal-report .el-date-editor .el-input__inner {
  border: 1px solid #EFEFEF !important;
}
.el-dialog__body .modal-report .el-date-editor .el-input__inner:hover, .el-dialog__body .modal-report .el-date-editor .el-input__inner:focus {
  border-color: #000000 !important;
}
.el-dialog__body .modal-switch {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}
.el-dialog__body .modal-switch .el-switch {
  margin-left: 10px;
}
.el-dialog__body .modal-switch .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.el-dialog__body .choose-projects {
  width: calc(100% + 8px);
  padding-bottom: 5px;
  margin: 0 -4px 5px -4px;
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .choose-projects__item {
  padding: 0 4px;
  margin-bottom: 10px;
  position: relative;
}
.el-dialog__body .choose-projects__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .choose-projects__item-input:checked + .choose-projects__item-inner {
  border: 1px solid #402495;
}
.el-dialog__body .choose-projects__item-input:checked + .choose-projects__item-inner .choose-projects__item-checkbox .icon-circle {
  display: none;
}
.el-dialog__body .choose-projects__item-input:checked + .choose-projects__item-inner .choose-projects__item-checkbox .icon-check-circle {
  display: block;
}
.el-dialog__body .choose-projects__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.el-dialog__body .choose-projects__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.el-dialog__body .choose-projects__item-checkbox {
  margin-left: 10px;
}
.el-dialog__body .choose-projects__item-checkbox .icon-circle {
  font-size: 12px;
  color: #CECECE;
}
.el-dialog__body .choose-projects__item-checkbox .icon-check-circle {
  font-size: 12px;
  display: none;
}
.el-dialog__body .form-footer {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.el-dialog__body-buttons {
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.el-dialog__body .el-button {
  height: 36px;
  border-radius: 18px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-left: 0 !important;
  margin-right: 5px;
}
.el-dialog__body .el-button:last-child {
  margin-right: 0;
}
.el-dialog__body .el-button--primary {
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
}
.el-dialog__body .el-button--primary:hover {
  border: 1px solid #FC5A45;
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body .el-button--primary:hover span {
  color: #FC5A45;
}
.el-dialog__body .el-button--primary:hover span span {
  color: #FC5A45;
}
.el-dialog__body .el-button--primary span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.el-dialog__body .el-button--primary span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.el-dialog__body .el-button--edit {
  background-color: #48C73D;
  border: 1px solid #48C73D;
}
.el-dialog__body .el-button--edit:hover {
  border: 1px solid #48C73D;
  background-color: #FFF;
  color: #000000;
}
.el-dialog__body .el-button--edit:hover span {
  color: #48C73D;
}
.el-dialog__body .el-button--edit:hover span span {
  color: #48C73D;
}
.el-dialog__body .el-button--edit.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.el-dialog__body .el-button--edit.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.el-dialog__body .el-button--edit.is-disabled:hover span {
  color: #000000;
}
.el-dialog__body .el-button--edit.is-disabled span {
  color: #000000;
}
.el-dialog__body .el-button--edit span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.el-dialog__body .el-button--edit span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.el-dialog__body .el-button--delete {
  border: 1px solid #FC5A45;
  color: #FC5A45;
}
.el-dialog__body .el-button--delete:hover {
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.el-dialog__body .el-button--delete:hover span {
  color: #FFF;
}
.el-dialog__body .el-button--delete:hover span span {
  color: #FFF;
}
.el-dialog__body .el-button--delete.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.el-dialog__body .el-button--delete.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.el-dialog__body .el-button--delete.is-disabled:hover span {
  color: #000000;
}
.el-dialog__body .el-button--delete.is-disabled span {
  color: #000000;
}
.el-dialog__body .el-button--delete span {
  font-weight: 500;
  font-size: 12px;
  color: #FC5A45;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.el-dialog__body .el-button--delete span span {
  color: #FC5A45;
  font-size: 16px;
  margin-left: 10px;
}
.el-dialog__body .el-button--operations {
  border: 1px solid #402495;
  background-color: #402495;
  color: #FFF;
}
.el-dialog__body .el-button--operations:hover {
  border: 1px solid #402495;
  background-color: #FFF;
  color: #402495;
}
.el-dialog__body .el-button--operations:hover span {
  color: #402495;
}
.el-dialog__body .el-button--operations:hover span span {
  color: #402495;
}
.el-dialog__body .el-button--operations.is-disabled {
  border: 1px solid #DCDFE6;
  background-color: #FFF;
  color: #000000 !important;
}
.el-dialog__body .el-button--operations.is-disabled:hover {
  color: #000000;
  background-color: #FFF;
}
.el-dialog__body .el-button--operations.is-disabled:hover span {
  color: #000000;
}
.el-dialog__body .el-button--operations.is-disabled span {
  color: #000000;
}
.el-dialog__body .el-button--operations span {
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  display: flex;
  align-items: center;
  transition: 0.3s linear all;
}
.el-dialog__body .el-button--operations span span {
  color: #FFF;
  font-size: 16px;
  margin-left: 10px;
}
.el-dialog__body .report-time {
  margin-top: 5px;
  position: relative;
}
.el-dialog__body .report-time__check {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__title {
  color: #000000;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__checkbox {
  border: 1px solid #402495;
  background-color: #402495;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__checkbox .icon-check {
  display: block;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__text {
  display: none;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__text1 {
  display: block;
}
.el-dialog__body .report-time__check:checked + .report-time__inner .report-time__input {
  display: block;
}
.el-dialog__body .report-time__inner {
  align-items: center;
  padding: 0 0 0 10px;
  height: 36px;
  background-color: #F6F6F6;
  border-radius: 18px;
  position: relative;
}
.el-dialog__body .report-time__label {
  align-items: center;
  cursor: pointer;
}
.el-dialog__body .report-time__title {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  margin-left: 6px;
}
.el-dialog__body .report-time__checkbox {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.el-dialog__body .report-time__checkbox .icon-check {
  font-size: 6px;
  color: #FFF;
  display: none;
}
.el-dialog__body .report-time__text {
  margin-left: 10px;
  display: flex;
  width: 70px;
  height: 36px;
  align-items: center;
  padding: 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 18px;
  color: #BEBEBE;
  font-weight: 500;
  font-size: 10px;
  cursor: default;
  justify-content: flex-end;
}
.el-dialog__body .report-time__text1 {
  display: none;
  position: absolute;
  right: 11px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .report-time__input {
  margin-left: 10px;
  width: 70px;
  height: 36px;
  padding: 0 27px 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 18px;
  color: #000000;
  font-weight: 500;
  font-size: 10px;
  display: none;
}
.el-dialog__body .minute-block {
  position: relative;
}
.el-dialog__body .minute-block .el-input__inner {
  padding-right: 80px;
}
.el-dialog__body .minute-block__formatted {
  position: absolute;
  right: 16px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  top: 18px;
}
.el-dialog__body .documents-photos {
  flex: 0 0 calc(100% + 10px);
  margin: 10px -5px;
}
.el-dialog__body .documents-photos__item {
  width: 25%;
  padding: 5px;
}
.el-dialog__body .documents-photos__item-inner {
  width: 100%;
  position: relative;
  background-color: #F7F7F7;
  padding: 0 0 10px 0;
}
.el-dialog__body .documents-photos__item-inner .el-image {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 5px;
  cursor: pointer;
}
.el-dialog__body .documents-photos__item-inner .el-image__inner {
  width: 100%;
}
.el-dialog__body .documents-photos__item-title {
  padding: 0 10px;
  width: 100%;
  align-items: flex-end;
  align-self: flex-end;
  justify-content: space-between;
  font-weight: 600;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
}
.el-dialog__body .documents-photos__item-delete {
  margin-left: 10px;
  font-size: 12px;
  color: #BEBEBE;
  cursor: pointer;
}
.el-dialog__body .documents-photos__item-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .check-list {
  width: 100%;
  position: relative;
}
.el-dialog__body .check-list__list {
  width: 100%;
}
.el-dialog__body .check-list__list .list-item {
  width: 100%;
  margin-bottom: 6px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 7px 55px 7px 30px;
  position: relative;
  align-items: center;
}
.el-dialog__body .check-list__list .list-item.is-checked {
  background-color: #48C73D;
}
.el-dialog__body .check-list__list .list-item.is-checked .list-item__title {
  color: #FFF;
}
.el-dialog__body .check-list__list .list-item.is-checked .list-item__actions-item.icon-edit:hover {
  color: #FFF;
}
.el-dialog__body .check-list__list .list-item:last-child {
  margin-bottom: 10px;
}
.el-dialog__body .check-list__list .list-item__label {
  position: absolute;
  left: 9px;
  padding-bottom: 0;
}
.el-dialog__body .check-list__list .list-item__label input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .check-list__list .list-item__label input:checked + .list-item__label-checkbox {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.el-dialog__body .check-list__list .list-item__label input:checked + .list-item__label-checkbox span {
  display: block;
}
.el-dialog__body .check-list__list .list-item__label-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .check-list__list .list-item__label-checkbox span {
  display: none;
  font-size: 9px;
  color: black;
}
.el-dialog__body .check-list__list .list-item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  border: 0;
  width: 100%;
  word-break: break-word;
}
.el-dialog__body .check-list__list .list-item input.list-item__title {
  background-color: #FFF;
  color: #000000 !important;
}
.el-dialog__body .check-list__list .list-item__actions {
  position: absolute;
  right: 10px;
}
.el-dialog__body .check-list__list .list-item__actions-item {
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  color: #BEBEBE;
}
.el-dialog__body .check-list__list .list-item__actions-item:last-child {
  margin-right: 0;
}
.el-dialog__body .check-list__list .list-item__actions-item.icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .check-list__list .list-item__actions-item.icon-edit:hover {
  color: #000000;
}
.el-dialog__body .check-list__list .list-item__actions-item.icon-check-circle-1 {
  color: #30BE50;
}
.el-dialog__body .check-list .form-input .input-label {
  padding-bottom: 0 !important;
}
.el-dialog__body .check-list .form-input .input-label__title {
  padding-right: 50px !important;
}
.el-dialog__body .check-list .form-input .input-label .el-input input {
  padding-right: 50px;
}
.el-dialog__body .check-list__add {
  position: absolute;
  right: 16px;
  bottom: 7px;
  width: 30px;
  height: 30px;
  background-color: #FC5A45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.el-dialog__body .check-list__add span {
  font-size: 14px;
  color: #FFF;
}
.el-dialog__body .task-info {
  width: 100%;
  margin-bottom: 10px;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0 10px;
}
.el-dialog__body .task-info:last-child {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}
.el-dialog__body .task-info:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: #EEEEEE;
}
.el-dialog__body .task-info__performers {
  flex-grow: 1;
}
.el-dialog__body .task-info__performers-item {
  height: 18px;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  align-items: center;
  justify-content: center;
}
.el-dialog__body .task-info__performers-item:last-child {
  width: 18px;
  min-width: 18px;
  background-color: #FC5A45;
  color: #FFF;
  cursor: pointer;
  font-size: 10px;
  padding: 0;
}
.el-dialog__body .task-info__performers-item:last-child:hover {
  border: 1px solid #FC5A45;
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body .task-info__performers-item .icon-close {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  font-size: 8px;
  color: #BEBEBE;
}
.el-dialog__body .task-info__performers-item .icon-close:hover {
  color: #FC5A45;
}
.el-dialog__body .task-info__details {
  align-items: center;
}
.el-dialog__body .task-info__details .task-priority {
  cursor: pointer;
  margin-left: 10px;
}
.el-dialog__body .task-info__details .task-priority .el-popover {
  right: 0;
}
.el-dialog__body .task-info__details .task-priority__icon {
  font-size: 16px;
  /*&.priority-low {
      color: $black;
      background-color: #FFD700;
  }
  &.priority-medium {
      color: $black;
      background-color: #00BFFF;
  }
  &.priority-high {
      color: $white;
      background-color: #8B0000;
  }*/
}
.el-dialog__body .task-info__details .task-priority__icon .icon-coffee1 {
  color: rgb(178, 184, 191);
}
.el-dialog__body .task-info__details .task-priority__icon .icon-flash-circle {
  color: rgb(128, 95, 227);
}
.el-dialog__body .task-info__details .task-priority__icon .icon-crown1 {
  color: rgb(242, 175, 2);
}
.el-dialog__body .task-info__date {
  margin: 0 10px;
  align-items: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #FC5A45;
}
.el-dialog__body .task-info__date span {
  font-size: 10px;
  color: #FC5A45;
  margin-left: 5px;
}
.el-dialog__body .task-info__status {
  height: 18px;
  padding: 0;
  align-items: center;
  border-radius: 9px;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #FFF;
  width: 125px;
  max-width: 100%;
}
.el-dialog__body .task-info__status--deadline {
  background: #FC5A45;
}
.el-dialog__body .task-info__status--on_correction {
  background-color: #00CED1;
}
.el-dialog__body .task-info__status--in_work {
  background-color: #48C73D;
}
.el-dialog__body .task-info__status--rework {
  background-color: #7EA1BB;
}
.el-dialog__body .task-info__status--closed, .el-dialog__body .task-info__status--finished {
  background-color: #000000;
}
.el-dialog__body .task-info__status--frozen {
  background-color: #B6B6B6;
}
.el-dialog__body .task-info__status--grade {
  background-color: #BB877D;
}
.el-dialog__body .task-info__status--statement {
  background-color: #6F7DC5;
}
.el-dialog__body .task-info__status--on_completion {
  background-color: #3E4D9A;
}
.el-dialog__body .task-info__status .label-wrapper {
  height: 100%;
}
.el-dialog__body .task-info__status .label-wrapper .input-label {
  height: 100%;
}
.el-dialog__body .task-info__status .label-wrapper .input-label .el-select {
  height: 100%;
}
.el-dialog__body .task-info__status .label-wrapper .input-label .el-select .el-input {
  height: 100%;
}
.el-dialog__body .task-info__status .label-wrapper .input-label .el-select .el-input__inner {
  height: 18px;
  line-height: 18px;
  border: 0;
  background-color: transparent;
  color: white;
  text-align: center;
  padding: 0 10px;
}
.el-dialog__body .task-info__status .label-wrapper .input-label .el-select .el-input__suffix {
  display: none !important;
}
.el-dialog__body .task-info__result {
  margin-right: 15px;
}
.el-dialog__body .task-info__result-link {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.el-dialog__body .task-info__result-link span {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.el-dialog__body .task-info__result-add {
  position: relative;
  margin-left: 10px;
}
.el-dialog__body .task-info__result-add:hover .add-button {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.el-dialog__body .task-info__result-add:hover .add-button__icon {
  color: #FFF;
}
.el-dialog__body .task-info__result-add:hover .add-block {
  display: block;
}
.el-dialog__body .task-info__result-add .add-button {
  height: 18px;
  padding: 0 5px 0 10px;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  cursor: pointer;
}
.el-dialog__body .task-info__result-add .add-button__icon {
  font-size: 12px;
  color: #402495;
  margin-left: 10px;
}
.el-dialog__body .task-info__result-add .add-block {
  position: absolute;
  right: 0;
  top: 18px;
  display: none;
  padding-top: 5px;
  z-index: 20;
}
.el-dialog__body .task-info__result-add .add-block__inner {
  width: 245px;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.el-dialog__body .task-info__result-add .add-block__link {
  width: 100%;
}
.el-dialog__body .task-info__result-add .add-block__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.el-dialog__body .task-info__result-add .add-block__link-input {
  align-items: center;
  position: relative;
}
.el-dialog__body .task-info__result-add .add-block__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .task-info__result-add .add-block__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .task-info__result-add .add-block__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.el-dialog__body .task-info__link {
  font-size: 18px;
  color: #7B7B7B;
  cursor: pointer;
}
.el-dialog__body .task-info__link:hover {
  color: #402495;
}
.el-dialog__body .performers-list {
  width: 100%;
}
.el-dialog__body .performers-list__item {
  height: 18px;
  padding: 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin-right: 6px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  align-items: center;
}
.el-dialog__body .performers-list__item-delete {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  font-size: 8px;
  color: #BEBEBE;
}
.el-dialog__body .performers-list__item-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .performers-list__add {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .performers-list__add span {
  font-size: 9px;
  color: #FFF;
}
.el-dialog__body .access-list {
  width: 100%;
  margin-bottom: 30px;
}
.el-dialog__body .access-list__item {
  height: 18px;
  padding: 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  margin-right: 6px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  align-items: center;
}
.el-dialog__body .access-list__item-delete {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  font-size: 8px;
  color: #BEBEBE;
}
.el-dialog__body .access-list__item-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .access-list__add {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .access-list__add span {
  font-size: 9px;
  color: #FFF;
}
.el-dialog__body .confirmation-message {
  font-weight: 500;
  font-size: 14px;
  word-break: break-word;
  text-align: center;
  margin: 25px 0;
}
.el-dialog__body .confirmation-message + .dialog-footer {
  text-align: center;
}
.el-dialog__body .task-types {
  width: 100%;
}
.el-dialog__body .task-types__item {
  margin-bottom: 15px;
  margin-right: 20px;
}
.el-dialog__body .task-types__item:last-child {
  margin-right: 0;
}
.el-dialog__body .task-types__item .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #402495;
  border-color: #402495;
}
.el-dialog__body .task-types__item .el-checkbox__input.is-checked .el-checkbox__inner:after {
  font-family: "devmark" !important;
  content: "\e92d";
  color: #FFF;
  border: 0;
  transform: rotate(0);
  font-size: 9px;
  left: 1px;
  top: 1px;
}
.el-dialog__body .task-types__item .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #402495;
}
.el-dialog__body .task-types__item .el-checkbox__inner:after {
  transform: rotate(0);
  border: 0;
}
.el-dialog__body .task-types__item .el-checkbox__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .comment-field {
  width: 100%;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
}
.el-dialog__body .comment-field .form-input {
  width: 100%;
}
.el-dialog__body .comment-field .form-input .input-label {
  padding-bottom: 0 !important;
}
.el-dialog__body .comment-field .form-input .input-label .el-input input {
  padding-right: 50px;
}
.el-dialog__body .comment-field__add {
  margin-top: 5px;
  padding: 0 10px;
  height: 30px;
  background-color: #FC5A45;
  border-radius: 15px;
  align-items: center;
  cursor: pointer;
  z-index: 20;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin-left: auto;
}
.el-dialog__body .comment-field__add span {
  font-size: 14px;
  color: #FFF;
  margin-right: 10px;
}
.el-dialog__body .task-comments {
  width: 100%;
  margin-bottom: -10px;
  margin-top: 15px;
}
.el-dialog__body .task-comments .task-comment {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}
.el-dialog__body .task-comments .task-comment:last-child {
  margin-bottom: 0;
}
.el-dialog__body .task-comments .task-comment__author {
  height: 18px;
  padding: 0 10px;
  align-items: center;
  background-color: #402495;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #FFF;
}
.el-dialog__body .task-comments .task-comment__date {
  margin-left: auto;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
}
.el-dialog__body .task-comments .task-comment__block {
  width: 100%;
  margin-top: 5px;
  align-items: center;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 7px 9px;
}
.el-dialog__body .task-comments .task-comment__block-text {
  flex-grow: 1;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  word-break: break-word;
}
.el-dialog__body .task-comments .task-comment__block-text a {
  color: #402495;
  text-decoration: underline;
}
.el-dialog__body .task-comments .task-comment__block-text a:hover {
  text-decoration: none;
}
.el-dialog__body .task-comments .task-comment__block-text pre {
  margin: 0;
  white-space: pre-wrap;
}
.el-dialog__body .task-comments .task-comment__block-icon {
  font-size: 12px;
  cursor: pointer;
  color: #BEBEBE;
  margin-left: 5px;
}
.el-dialog__body .task-comments .task-comment__block-icon.icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .task-comments .task-comment__block-icon.icon-edit {
  color: #48C73D;
}
.el-dialog__body .add-employee {
  width: 100%;
}
.el-dialog__body .add-employee__filter {
  width: 100%;
  margin-bottom: 20px;
}
.el-dialog__body .add-employee__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
}
.el-dialog__body .add-employee__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.el-dialog__body .add-employee__filter-item:last-child {
  margin-right: 0;
}
.el-dialog__body .add-employee .employees-list {
  width: 100%;
}
.el-dialog__body .add-employee .employees-list__item {
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .add-employee .employees-list__item.is-selected .employees-list__item-number div {
  display: none;
}
.el-dialog__body .add-employee .employees-list__item.is-selected .employees-list__item-number .icon-check-circle {
  display: block;
}
.el-dialog__body .add-employee .employees-list__item.is-selected .employees-list__item-btn--red {
  display: none;
}
.el-dialog__body .add-employee .employees-list__item.is-selected .employees-list__item-btn--grey {
  display: flex;
}
.el-dialog__body .add-employee .employees-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
}
.el-dialog__body .add-employee .employees-list__item-number {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.el-dialog__body .add-employee .employees-list__item-number div {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.el-dialog__body .add-employee .employees-list__item-number .icon-check-circle {
  font-size: 14px;
  display: none;
}
.el-dialog__body .add-employee .employees-list__item-title {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .add-employee .employees-list__item-btn {
  height: 18px;
  border-radius: 9px;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  align-items: center;
  cursor: pointer;
}
.el-dialog__body .add-employee .employees-list__item-btn--red {
  display: flex;
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.el-dialog__body .add-employee .employees-list__item-btn--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body .add-employee .employees-list__item-btn--red:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-employee .employees-list__item-btn--red span {
  color: #FFF;
}
.el-dialog__body .add-employee .employees-list__item-btn--grey {
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  color: #000000;
  padding: 0 10px;
  display: none;
}
.el-dialog__body .add-employee .employees-list__item-btn--grey:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF;
}
.el-dialog__body .add-employee .employees-list__item-btn span {
  font-size: 12px;
  margin-left: 10px;
}
.el-dialog__body .add-blocks {
  width: 100%;
}
.el-dialog__body .add-blocks .blocks-list {
  width: 100%;
}
.el-dialog__body .add-blocks .blocks-list__item {
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .add-blocks .blocks-list__item.is-selected .blocks-list__item-number div {
  display: none;
}
.el-dialog__body .add-blocks .blocks-list__item.is-selected .blocks-list__item-number .icon-check-circle {
  display: block;
}
.el-dialog__body .add-blocks .blocks-list__item.is-selected .blocks-list__item-btn--red {
  display: none;
}
.el-dialog__body .add-blocks .blocks-list__item.is-selected .blocks-list__item-btn--grey {
  display: flex;
}
.el-dialog__body .add-blocks .blocks-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
}
.el-dialog__body .add-blocks .blocks-list__item-number {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.el-dialog__body .add-blocks .blocks-list__item-number div {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.el-dialog__body .add-blocks .blocks-list__item-number .icon-check-circle {
  font-size: 14px;
  display: none;
}
.el-dialog__body .add-blocks .blocks-list__item-title {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .add-blocks .blocks-list__item-btn {
  height: 18px;
  border-radius: 9px;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  align-items: center;
  cursor: pointer;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--red {
  display: flex;
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--red:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--red span {
  color: #FFF;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--grey {
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  color: #000000;
  padding: 0 10px;
  display: none;
}
.el-dialog__body .add-blocks .blocks-list__item-btn--grey:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF;
}
.el-dialog__body .add-blocks .blocks-list__item-btn span {
  font-size: 12px;
  margin-left: 10px;
}
.el-dialog__body .add-service {
  width: 100%;
}
.el-dialog__body .add-service__filter {
  width: 100%;
  margin-bottom: 20px;
}
.el-dialog__body .add-service__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
}
.el-dialog__body .add-service__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.el-dialog__body .add-service__filter-item:last-child {
  margin-right: 0;
}
.el-dialog__body .add-service .services-list {
  width: 100%;
}
.el-dialog__body .add-service .services-list__item {
  width: 100%;
  padding: 10px 0 10px 10px;
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .add-service .services-list__item.is-selected .services-list__item-number div {
  display: none;
}
.el-dialog__body .add-service .services-list__item.is-selected .services-list__item-number .icon-check-circle {
  display: block;
}
.el-dialog__body .add-service .services-list__item.is-selected .services-list__item-btn--red {
  display: none;
}
.el-dialog__body .add-service .services-list__item.is-selected .services-list__item-btn--grey {
  display: flex;
}
.el-dialog__body .add-service .services-list__item-info {
  flex-grow: 1;
  margin-right: 10px;
  align-items: center;
}
.el-dialog__body .add-service .services-list__item-number {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.el-dialog__body .add-service .services-list__item-number div {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
}
.el-dialog__body .add-service .services-list__item-number .icon-check-circle {
  font-size: 14px;
  display: none;
}
.el-dialog__body .add-service .services-list__item-title {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .add-service .services-list__item-btn {
  height: 18px;
  border-radius: 9px;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  align-items: center;
  cursor: pointer;
}
.el-dialog__body .add-service .services-list__item-btn--red {
  display: flex;
  border: 1px solid #FC5A45;
  background-color: #FC5A45;
  color: #FFF;
}
.el-dialog__body .add-service .services-list__item-btn--red:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.el-dialog__body .add-service .services-list__item-btn--red:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-service .services-list__item-btn--red span {
  color: #FFF;
}
.el-dialog__body .add-service .services-list__item-btn--grey {
  border: 1px solid #F6F6F6;
  background-color: #F6F6F6;
  color: #000000;
  padding: 0 10px;
  display: none;
}
.el-dialog__body .add-service .services-list__item-btn--grey:hover {
  border: 1px solid #000000;
  background-color: #000000;
  color: #FFF;
}
.el-dialog__body .add-service .services-list__item-btn span {
  font-size: 12px;
  margin-left: 10px;
}
.el-dialog__body .additional-services {
  width: 100%;
}
.el-dialog__body .additional-services__list {
  width: 100%;
  margin-bottom: 10px;
}
.el-dialog__body .additional-services__item {
  height: 18px;
  align-items: center;
  background: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 4px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}
.el-dialog__body .additional-services__item span {
  font-size: 10px;
  color: #000000;
  cursor: pointer;
  margin-left: 5px;
}
.el-dialog__body .additional-services__item span:hover {
  color: #FC5A45;
}
.el-dialog__body .additional-services .form-input .input-label {
  padding-bottom: 0 !important;
}
.el-dialog__body .additional-services .form-input .input-label__title {
  padding-right: 50px !important;
}
.el-dialog__body .additional-services .form-input .input-label .el-input input {
  padding-right: 50px;
}
.el-dialog__body .additional-services__add {
  position: absolute;
  right: 16px;
  bottom: 7px;
  width: 30px;
  height: 30px;
  background-color: #FC5A45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.el-dialog__body .additional-services__add span {
  font-size: 14px;
  color: #FFF;
}
.el-dialog__body .project-partners {
  width: 100%;
}
.el-dialog__body .project-partners .form-input .input-label {
  padding-bottom: 0 !important;
}
.el-dialog__body .project-partners .form-input .input-label__title {
  padding-right: 50px !important;
}
.el-dialog__body .project-partners .form-input .input-label .el-input input {
  padding-right: 50px;
}
.el-dialog__body .project-partners__add {
  position: absolute;
  right: 16px;
  bottom: 7px;
  width: 30px;
  height: 30px;
  background-color: #FC5A45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}
.el-dialog__body .project-partners__add span {
  font-size: 14px;
  color: #FFF;
}
.el-dialog__body .upload-row.show-preview .upload-attachment.not-empty .el-upload-list {
  display: block !important;
}
.el-dialog__body .upload-row .upload-attachment.not-empty .el-upload-list {
  display: none !important;
}
.el-dialog__body .upload-row .upload-image__img {
  width: 200px !important;
}
.el-dialog__body .report-links {
  width: 100%;
}
.el-dialog__body .report-links .form-input {
  width: 100%;
}
.el-dialog__body .report-links .form-input .input-label input {
  padding-right: 25px !important;
}
.el-dialog__body .report-links .icon-delete {
  position: absolute;
  right: 15px;
  font-size: 14px;
  color: #BEBEBE;
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 15px;
}
.el-dialog__body .report-links .icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .instruction {
  width: 100%;
  margin-bottom: 10px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 10px;
}
.el-dialog__body .instruction__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 10px;
}
.el-dialog__body .instruction__list {
  width: 100%;
  padding-left: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}
.el-dialog__body .instruction__list-item {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.el-dialog__body .instruction__list-item:last-child {
  margin-bottom: 0;
}
.el-dialog__body .add-permanent {
  width: 100%;
}
.el-dialog__body .add-permanent__filter {
  width: 100%;
}
.el-dialog__body .add-permanent__filter-item {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 7px;
  background-color: #F6F6F6;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #7B7B7B;
  margin-right: 6px;
  cursor: pointer;
  margin-bottom: 5px;
}
.el-dialog__body .add-permanent__filter-item.is-active {
  background-color: #000000;
  color: #FFF;
  cursor: default;
}
.el-dialog__body .add-permanent__filter-item:last-child {
  margin-right: 0;
}
.el-dialog__body .add-permanent .tasks-list {
  width: 100%;
  margin-bottom: 15px;
}
.el-dialog__body .add-permanent .tasks-list__item {
  width: 100%;
}
.el-dialog__body .add-permanent .tasks-list__item.is-active .tasks-list__item-number {
  color: #000000;
}
.el-dialog__body .add-permanent .tasks-list__item.is-active .tasks-list__item-title {
  color: #000000;
}
.el-dialog__body .add-permanent .tasks-list__item.is-active .tasks-list__item-select .form-input .input-label {
  padding-bottom: 0;
}
.el-dialog__body .add-permanent .tasks-list__item.is-active .tasks-list__item-select .form-input .input-label .el-select .el-input__inner {
  color: #000000;
}
.el-dialog__body .add-permanent .tasks-list__item:nth-child(odd) .tasks-list__item-info {
  background-color: #F6F6F6;
}
.el-dialog__body .add-permanent .tasks-list__item:nth-child(odd) .tasks-list__item-periodicity {
  background-color: #F6F6F6;
}
.el-dialog__body .add-permanent .tasks-list__item-info {
  flex-grow: 1;
  border-radius: 5px;
  align-items: center;
  padding: 6px 5px;
}
.el-dialog__body .add-permanent .tasks-list__item-number {
  min-width: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  color: #A3A3A3;
}
.el-dialog__body .add-permanent .tasks-list__item .el-switch {
  margin-left: 5px;
}
.el-dialog__body .add-permanent .tasks-list__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.el-dialog__body .add-permanent .tasks-list__item .el-switch.is-checked .el-switch__core:after {
  margin-left: 11px;
}
.el-dialog__body .add-permanent .tasks-list__item .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.el-dialog__body .add-permanent .tasks-list__item .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.el-dialog__body .add-permanent .tasks-list__item-title {
  padding-left: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #A3A3A3;
  word-break: break-word;
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity {
  border-radius: 5px;
  width: 130px;
  min-width: 130px;
  margin-left: 3px;
  align-items: center;
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity input::-moz-placeholder {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity input:-moz-placeholder {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity input:-ms-input-placeholder {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity .form-input {
  width: 100%;
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity .form-input .input-label {
  padding-bottom: 0;
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity .form-input .input-label input {
  height: 28px;
  background-color: transparent;
  border: 1px solid transparent !important;
}
.el-dialog__body .add-permanent .tasks-list__item-periodicity .form-input .input-label .el-select .el-input__inner {
  padding-top: 0;
  color: #A3A3A3;
}
.el-dialog__body .project-stages .stages-list {
  width: 100%;
}
.el-dialog__body .project-stages .stages-list .stage {
  flex: 0 0 calc(100% + 3px);
  margin: 0 -1.5px 7px -1.5px;
}
.el-dialog__body .project-stages .stages-list .stage__column {
  width: 33.33%;
  padding: 0 1.5px;
  margin-bottom: 3px;
}
.el-dialog__body .project-stages .stages-list .stage__column:last-child .form-input {
  max-width: calc(100% - 40px);
}
.el-dialog__body .project-stages .stages-list .stage__column:last-child .form-input .el-date-editor.el-input {
  max-width: 100%;
}
.el-dialog__body .project-stages .stages-list .stage__column-inner {
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 7px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000000;
  word-break: break-word;
}
.el-dialog__body .project-stages .stages-list .stage__column-inner span {
  word-break: break-word;
}
.el-dialog__body .project-stages .stages-list .stage__column-inner .el-input__inner {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 5px;
  color: #000000;
}
.el-dialog__body .project-stages .stages-list .stage__column-inner .el-input__inner:hover, .el-dialog__body .project-stages .stages-list .stage__column-inner .el-input__inner:focus {
  border-color: #000000;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions {
  margin-left: auto;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions span {
  font-size: 13px;
  color: #BEBEBE;
  margin-left: 5px;
  cursor: pointer;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions span.icon-edit:hover {
  color: #30BE50;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions span.icon-check-circle-1 {
  color: #30BE50;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions span.icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .project-stages .stages-list .stage__column-actions span.icon-arrows-vertical:hover, .el-dialog__body .project-stages .stages-list .stage__column-actions span.icon-arrows-vertical:focus {
  color: #000000;
}
.el-dialog__body .project-stages .el-row {
  margin-left: -1.5px !important;
  margin-right: -1.5px !important;
  width: calc(100% + 3px);
}
.el-dialog__body .project-stages .el-row .el-col {
  padding: 0 1.5px !important;
}
.el-dialog__body .project-stages .el-row .el-col .form-input .input-label .el-date-editor:after {
  right: 45px;
}
.el-dialog__body .project-stages__add {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.el-dialog__body .project-stages__add:hover {
  background-color: #FFF;
}
.el-dialog__body .project-stages__add:hover span {
  color: #FC5A45;
}
.el-dialog__body .project-stages__add span {
  font-size: 14px;
  color: #FFF;
}
.el-dialog__body .modal-search {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.el-dialog__body .modal-search__input {
  width: 100%;
  height: 36px;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 0 25px 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  border: 0;
}
.el-dialog__body .modal-search__icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.el-dialog__body .service-sites {
  width: 100%;
}
.el-dialog__body .service-sites__top {
  flex: 0 0 calc(100% + 12px);
  margin: 0 -6px;
  min-width: 510px;
}
.el-dialog__body .service-sites__top-column {
  padding: 0 6px;
  width: 100px;
  min-width: 100px;
}
.el-dialog__body .service-sites__top-column.project {
  width: auto;
  min-width: 200px;
  flex-grow: 1;
}
.el-dialog__body .service-sites__top-column span {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #EEEEEE;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.el-dialog__body .service-sites .service-site {
  flex: 0 0 calc(100% + 12px);
  margin: 0 -6px;
  min-width: 510px;
}
.el-dialog__body .service-sites .service-site__column {
  padding: 0 6px;
  width: 100px;
  min-width: 100px;
}
.el-dialog__body .service-sites .service-site__column.project {
  width: auto;
  min-width: 200px;
  flex-grow: 1;
}
.el-dialog__body .service-sites .service-site__column-inner {
  width: 100%;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
}
.el-dialog__body .service-sites .service-site__column-number {
  width: 20px;
  min-width: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #C0C0C0;
  margin-right: 5px;
}
.el-dialog__body .service-sites .service-site__column-image {
  width: 16px;
  min-width: 16px;
  font-size: 8px;
}
.el-dialog__body .service-sites .service-site__column-title {
  margin-left: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.el-dialog__body .service-sites .service-site__column-title:hover {
  color: #402495;
}
.el-dialog__body .service-sites .service-site__status {
  align-items: center;
  margin-right: 10px;
}
.el-dialog__body .service-sites .service-site__status-icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.el-dialog__body .service-sites .service-site__status-icon--paid {
  background-color: #4ECC39;
}
.el-dialog__body .service-sites .service-site__status-icon--debt {
  background-color: #FC5A45;
}
.el-dialog__body .service-sites .service-site__status-icon span {
  font-size: 10px;
  color: #FFF;
}
.el-dialog__body .service-sites .service-site__status-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
}
.el-dialog__body .service-sites .service-site__price, .el-dialog__body .service-sites .service-site__count {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
}
.el-dialog__body .service-sites .service-site .el-switch {
  margin-left: auto;
}
.el-dialog__body .service-sites .service-site .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.el-dialog__body .service-sites .service-site .el-switch.is-checked .el-switch__core:after {
  margin-left: 11px;
}
.el-dialog__body .service-sites .service-site .el-switch__core {
  width: 26px !important;
  height: 14px;
}
.el-dialog__body .service-sites .service-site .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.el-dialog__body .analyze-sites {
  width: 100%;
}
.el-dialog__body .analyze-sites__title {
  display: block;
  width: 100%;
  margin: 20px 0 10px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #402495;
}
.el-dialog__body .analyze-sites__search {
  width: 100%;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
.el-dialog__body .analyze-sites__search-input {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F7F7F7;
  border: 0;
  border-radius: 5px;
  padding: 0 25px 0 15px;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.el-dialog__body .analyze-sites__search-icon {
  position: absolute;
  right: 10px;
  font-size: 14px;
  color: #000000;
}
.el-dialog__body .analyze-sites .active-list {
  width: 100%;
}
.el-dialog__body .analyze-sites .active-list__item {
  height: 18px;
  align-items: center;
  border: 1px solid #402495;
  border-radius: 9px;
  padding: 0 4px 0 7px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin: 0 6px 6px 0;
}
.el-dialog__body .analyze-sites .active-list__item:last-child {
  margin-right: 0;
}
.el-dialog__body .analyze-sites .active-list__item-delete {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  background-color: #CECECE;
}
.el-dialog__body .analyze-sites .active-list__item-delete:hover span {
  color: #FC5A45;
}
.el-dialog__body .analyze-sites .active-list__item-delete span {
  font-size: 6px;
  color: #FFF;
}
.el-dialog__body .analyze-sites .inactive-list {
  width: 100%;
}
.el-dialog__body .analyze-sites .inactive-list__item {
  height: 18px;
  align-items: center;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  padding: 0 4px 0 7px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin: 0 6px 6px 0;
  cursor: pointer;
}
.el-dialog__body .analyze-sites .inactive-list__item:hover {
  border-color: #402495;
  color: #402495;
}
.el-dialog__body .analyze-sites .inactive-list__item:last-child {
  margin-right: 0;
}
.el-dialog__body .analyze-sites .inactive-list__item-icon {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
  border: 1px solid #CECECE;
}
.el-dialog__body .site-settings__logo {
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.el-dialog__body .site-settings__logo-image {
  max-width: calc(100% - 30px);
  min-width: 50%;
}
.el-dialog__body .site-settings .el-row .el-col .modal-upload .label-wrapper .input-label:before {
  top: 39px;
}
.el-dialog__body .site-settings .el-row .el-col .modal-upload .label-wrapper .input-label__title {
  top: 30px;
}
.el-dialog__body .site-settings .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload {
  height: 85px;
}
.el-dialog__body .site-settings .el-row .el-col .modal-upload .label-wrapper .input-label .upload-attachment .el-upload .el-button {
  margin-top: 46px;
}
.el-dialog__body .site-settings .site-accounts {
  width: 100%;
}
.el-dialog__body .site-settings .site-accounts .added-accounts {
  flex: 0 0 calc(100% + 15px);
  margin: 0 -7.5px;
}
.el-dialog__body .site-settings .site-accounts .added-accounts__item {
  width: 33.3%;
  margin-bottom: 15px;
  padding: 0 7.5px;
}
.el-dialog__body .site-settings .site-accounts .added-accounts__item-inner {
  width: 100%;
  height: 44px;
  padding: 0 10px 0 15px;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
}
.el-dialog__body .site-settings .site-accounts .added-accounts__item-delete {
  margin-left: auto;
  font-size: 14px;
  color: #B5B5B5;
  cursor: pointer;
}
.el-dialog__body .site-settings .site-accounts .added-accounts__item-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .site-settings .site-accounts .accounts-list {
  width: 100%;
}
.el-dialog__body .site-settings .site-accounts .accounts-list__item {
  height: 18px;
  align-items: center;
  padding: 0 15px;
  background-color: #402495;
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 10px 10px 0;
}
.el-dialog__body .site-settings .site-accounts .accounts-list__item:last-child {
  margin-right: 0;
}
.el-dialog__body .site-access {
  width: 100%;
}
.el-dialog__body .site-access__item {
  width: 100%;
  align-items: center;
  border-top: 1px solid #EEEEEE;
  padding: 5px 0;
}
.el-dialog__body .site-access__item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .site-access__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  margin-right: 10px;
}
.el-dialog__body .site-access__item-icon {
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  margin-right: 10px;
}
.el-dialog__body .site-access__item-value {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #BEBEBE;
  margin-left: auto;
  align-items: center;
}
.el-dialog__body .site-access__item-text {
  align-items: center;
  cursor: pointer;
  background-color: #ECECEC;
  color: #ECECEC;
  border-radius: 6px;
  font-weight: 500;
  height: 10px;
  white-space: nowrap;
  margin-left: 5px;
}
.el-dialog__body .site-access__item-text.show-text {
  color: #000000;
  background-color: transparent;
}
.el-dialog__body .create-application .client-search {
  position: relative;
  align-items: center;
}
.el-dialog__body .create-application .client-search .form-input {
  width: 100%;
}
.el-dialog__body .create-application .client-search .el-input__inner {
  padding-right: 25px !important;
}
.el-dialog__body .create-application .client-search .icon-search {
  position: absolute;
  right: 17.5px;
  font-size: 12px;
  color: #402495;
  margin-bottom: 15px;
}
.el-dialog__body .create-application .el-row .el-col .form-input .input-label textarea {
  min-height: 100px !important;
}
.el-dialog__body .status-application__title {
  width: 100%;
  padding: 0 20px 9px 0;
  border-bottom: 1px solid #EEEEEE;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  align-items: center;
}
.el-dialog__body .status-application__title-status {
  height: 18px;
  padding: 0 5px;
  align-items: center;
  border-radius: 9px;
  background-color: #FC5A45;
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}
.el-dialog__body .change-color {
  width: 100%;
  align-items: center;
}
.el-dialog__body .change-color__label {
  color: #000000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-right: 10px;
}
.el-dialog__body .payments-list {
  width: 100%;
}
.el-dialog__body .payments-list__item {
  margin: 0 6px 6px 0;
  height: 24px;
  padding: 0 5px 0 10px;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
}
.el-dialog__body .payments-list__item:last-child {
  margin-right: 0;
}
.el-dialog__body .payments-list__item-title {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 19px;
  white-space: nowrap;
}
.el-dialog__body .payments-list__item .icon-close {
  font-size: 9px;
  margin-left: 10px;
  color: #BEBEBE;
  cursor: pointer;
}
.el-dialog__body .payments-list__item .icon-close:hover {
  color: #FC5A45;
}
.el-dialog__body .expenses-list {
  width: 100%;
}
.el-dialog__body .expenses-list__item {
  width: 100%;
  justify-content: space-between;
}
.el-dialog__body .expenses-list__item:nth-child(odd) .expenses-list__item-column {
  background-color: #F3F3F3;
  border-bottom: none !important;
}
.el-dialog__body .expenses-list__item:last-child .expenses-list__item-column {
  border-bottom: 1px solid #E1E1E1;
}
.el-dialog__body .expenses-list__item-column {
  width: 120px;
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  min-height: 30px;
  position: relative;
}
.el-dialog__body .expenses-list__item-column:first-child {
  width: calc(50% - 60px - 7px);
}
.el-dialog__body .expenses-list__item-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .expenses-list__item-column:nth-child(2) {
  width: calc(50% - 60px - 7px);
}
.el-dialog__body .expenses-list__item-column:nth-child(2):after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .expenses-list__item-column:last-child {
  padding-right: 25px;
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .expenses-list__item-edit {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.el-dialog__body .expenses-list__item-edit:hover {
  color: #30BE50;
}
.el-dialog__body .incoming-list {
  width: 100%;
}
.el-dialog__body .incoming-list__top {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.el-dialog__body .incoming-list__top-column {
  padding: 0 10px 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  position: relative;
}
.el-dialog__body .incoming-list__top-column:first-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .incoming-list__top-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .incoming-list__top-column:nth-child(2) {
  width: calc(100% - 120px - 120px - 7px);
}
.el-dialog__body .incoming-list__top-column:nth-child(2):after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .incoming-list__top-column:last-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .incoming-list__item {
  width: 100%;
  justify-content: space-between;
}
.el-dialog__body .incoming-list__item:nth-child(odd) .incoming-list__item-column {
  background-color: #F3F3F3;
  border-bottom: none !important;
}
.el-dialog__body .incoming-list__item:last-child .incoming-list__item-column {
  border-bottom: 1px solid #E1E1E1;
}
.el-dialog__body .incoming-list__item-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  min-height: 30px;
  position: relative;
}
.el-dialog__body .incoming-list__item-column:first-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .incoming-list__item-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .incoming-list__item-column:nth-child(2) {
  width: calc(100% - 120px - 7px - 120px - 7px);
}
.el-dialog__body .incoming-list__item-column:nth-child(2):after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .incoming-list__item-column:last-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .income-list {
  width: 100%;
}
.el-dialog__body .income-list__top {
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
}
.el-dialog__body .income-list__top-column {
  padding: 0 10px 8px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #BEBEBE;
  position: relative;
}
.el-dialog__body .income-list__top-column:first-child {
  width: calc(100% - 120px - 7px);
  min-width: 120px;
}
.el-dialog__body .income-list__top-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .income-list__top-column:last-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .income-list__item {
  width: 100%;
  justify-content: space-between;
}
.el-dialog__body .income-list__item:nth-child(odd) .income-list__item-column {
  background-color: #F3F3F3;
  border-bottom: none !important;
}
.el-dialog__body .income-list__item:last-child .income-list__item-column {
  border-bottom: 1px solid #E1E1E1;
}
.el-dialog__body .income-list__item-column {
  padding: 8px 10px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  min-height: 30px;
  position: relative;
}
.el-dialog__body .income-list__item-column:first-child {
  width: calc(100% - 120px - 7px);
  min-width: 120px;
}
.el-dialog__body .income-list__item-column:first-child:after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #E1E1E1;
}
.el-dialog__body .income-list__item-column:last-child {
  width: 120px;
  min-width: 120px;
}
.el-dialog__body .mailing-contacts {
  width: calc(100% + 15px);
  margin: 0 -7.5px;
}
.el-dialog__body .mailing-contacts__column {
  width: 33.3%;
  padding: 0 7.5px;
  margin-bottom: 20px;
}
.el-dialog__body .mailing-contacts__column:last-child {
  width: 100%;
}
.el-dialog__body .mailing-contacts__column:last-child .column-list__item-column {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}
.el-dialog__body .mailing-contacts__column:last-child .column-list__item-column + .column-list__item-column {
  width: auto;
  max-width: none;
  min-width: auto;
}
.el-dialog__body .mailing-contacts__column:last-child .column-add__row-column {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
}
.el-dialog__body .mailing-contacts__column:last-child .column-add__row-column + .column-add__row-column {
  width: auto;
  max-width: none;
  min-width: auto;
}
.el-dialog__body .mailing-contacts__column-inner {
  width: 100%;
}
.el-dialog__body .mailing-contacts__column-title {
  display: block;
  width: 100%;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.el-dialog__body .mailing-contacts__column .column-list {
  width: 100%;
}
.el-dialog__body .mailing-contacts__column .column-list__item {
  width: 100%;
  margin-bottom: 10px;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row {
  width: 100%;
  position: relative;
  border-radius: 5px;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row.is-edit {
  border: 1px solid #DEDEDE;
  background-color: #FFF;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row.is-edit .icons__item {
  display: none;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row.is-edit .icons .icon-check-circle {
  display: block;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row.is-edit .column-list__item-column span {
  display: none;
}
.el-dialog__body .mailing-contacts__column .column-list__item-row.is-edit .column-list__item-column input {
  display: block;
}
.el-dialog__body .mailing-contacts__column .column-list__item-columns {
  width: 100%;
  height: 100%;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column {
  flex-grow: 1;
  padding: 7px 10px;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column + .column-list__item-column {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column:first-child {
  border-right: 1px solid #E9E9E9;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column:last-child {
  border: none !important;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column:last-child span {
  padding-right: 35px;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column span {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.el-dialog__body .mailing-contacts__column .column-list__item-column input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  display: none;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.el-dialog__body .mailing-contacts__column .column-list__item .icons {
  position: absolute;
  right: 5px;
}
.el-dialog__body .mailing-contacts__column .column-list__item .icons__item {
  font-size: 13px;
  color: #D2D2D2;
  cursor: pointer;
  margin-left: 8px;
}
.el-dialog__body .mailing-contacts__column .column-list__item .icons__item.icon-edit:hover {
  color: #30BE50;
}
.el-dialog__body .mailing-contacts__column .column-list__item .icons__item.icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .mailing-contacts__column .column-list__item .icons .icon-check-circle {
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.el-dialog__body .mailing-contacts__column .column-add {
  width: 100%;
}
.el-dialog__body .mailing-contacts__column .column-add__row {
  width: 100%;
  position: relative;
}
.el-dialog__body .mailing-contacts__column .column-add__row-columns {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column {
  flex-grow: 1;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column + .column-add__row-column {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column:first-child input {
  border: none;
  border-right: 1px solid #E9E9E9;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column:last-child input {
  padding-right: 30px;
  border: none !important;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column input {
  width: 100%;
  height: 28px;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 10px;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column .input-label__title {
  display: none;
}
.el-dialog__body .mailing-contacts__column .column-add__row-column .error-messages p {
  font-size: 7px;
  color: #FC5A45;
  margin-top: 2px;
  position: absolute;
  padding: 0 5px;
}
.el-dialog__body .mailing-contacts__column .column-add__row-btn {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  cursor: pointer;
}
.el-dialog__body .mailing-contacts__column .column-add__row-btn:hover {
  background-color: #FFF;
}
.el-dialog__body .mailing-contacts__column .column-add__row-btn:hover span {
  color: #FC5A45;
}
.el-dialog__body .mailing-contacts__column .column-add__row-btn span {
  color: #FFF;
  font-size: 12px;
}
.el-dialog__body .checking-account {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px;
  border-radius: 12px;
  background-color: #F6F6F6;
  position: relative;
  z-index: 10;
}
.el-dialog__body .checking-account__delete {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 44px;
  border-radius: 5px;
  background-color: #ECECEC;
  cursor: pointer;
  z-index: 20;
}
.el-dialog__body .checking-account__delete:hover span {
  color: #FC5A45;
}
.el-dialog__body .checking-account__delete span {
  color: #BEBEBE;
  font-size: 14px;
}
.el-dialog__body .checking-account .el-row .el-col:nth-child(2) {
  width: calc(75% - 30px);
}
.el-dialog__body .checking-account .linking-sites {
  width: 100%;
}
.el-dialog__body .checking-account .linking-sites__title {
  color: #402495;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
}
.el-dialog__body .checking-account .linking-sites .sites-list {
  width: calc(100% + 8px);
  margin: 0 -4px;
  margin-bottom: 15px;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item {
  padding: 0 4px;
  margin-bottom: 5px;
  position: relative;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-input:checked + .sites-list__item-inner {
  border: 1px solid #402495;
  background-color: #402495;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-input:checked + .sites-list__item-inner .sites-list__item-title {
  color: #FFF;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-input:checked + .sites-list__item-inner .sites-list__item-checkbox .icon-check {
  display: block;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-checkbox {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.el-dialog__body .checking-account .linking-sites .sites-list__item-checkbox .icon-check {
  font-size: 8px;
  color: #402495;
  display: none;
}
.el-dialog__body .checking-account .site-newsletter {
  width: 100%;
}
.el-dialog__body .checking-account .site-newsletter__title {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 8px;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-rows {
  width: 100%;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row {
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #E7E7E7;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row:last-child {
  border-bottom: 1px solid #E7E7E7;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row__title {
  width: 75px;
  min-width: 75px;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row__title-icon {
  width: 14px;
  min-width: 14px;
  margin-right: 6px;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item {
  margin: 2px 0;
  position: relative;
  margin-right: 4px;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item:last-child {
  margin-right: 0;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-input:checked + .newsletter-list__item-inner {
  border: 1px solid #402495;
  background-color: #402495;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-input:checked + .newsletter-list__item-inner .newsletter-list__item-title {
  color: #FFF;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-input:checked + .newsletter-list__item-inner .newsletter-list__item-checkbox .icon-check {
  display: block;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-inner {
  height: 20px;
  align-items: center;
  padding: 0 4px 0 10px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 9px;
  cursor: pointer;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-title {
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-checkbox {
  margin-left: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #CECECE;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
}
.el-dialog__body .checking-account .site-newsletter .newsletter-row .newsletter-list__item-checkbox .icon-check {
  font-size: 8px;
  color: #402495;
  display: none;
}
.el-dialog__body .sending-mail {
  width: 100%;
  margin-bottom: 20px;
}
.el-dialog__body .sending-mail__item {
  width: 100%;
  padding: 6px 5px 6px 0;
  border-top: 1px solid #EEE;
}
.el-dialog__body .sending-mail__item .el-switch {
  margin-right: 5px;
}
.el-dialog__body .sending-mail__item .el-switch.is-checked .el-switch__core {
  border-color: #FC5A45;
  background-color: #FC5A45;
}
.el-dialog__body .sending-mail__item .el-switch.is-checked .el-switch__core:after {
  margin-left: 11px;
}
.el-dialog__body .sending-mail__item .el-switch.is-checked + .sending-mail__item-title {
  color: #000;
}
.el-dialog__body .sending-mail__item .el-switch__core {
  width: 26px !important;
  min-width: 26px !important;
  height: 14px;
}
.el-dialog__body .sending-mail__item .el-switch__core:after {
  top: 1px;
  left: 2px;
  width: 10px;
  height: 10px;
}
.el-dialog__body .sending-mail__item-title {
  color: #BEBEBE;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  flex-grow: 1;
}
.el-dialog__body .sending-mail__item-actions span {
  font-size: 14px;
  color: #D2D2D2;
  margin-left: 8px;
  cursor: pointer;
}
.el-dialog__body .sending-mail__item-actions span.icon-edit:hover {
  color: #48C73D;
}
.el-dialog__body .sending-mail__item-actions span.icon-delete:hover {
  color: #FC5A45;
}
.el-dialog__body .sending-mail .mail-add {
  width: 100%;
  position: relative;
}
.el-dialog__body .sending-mail .mail-add .form-input {
  width: 100%;
}
.el-dialog__body .sending-mail .mail-add .form-input input {
  width: 100%;
  height: 28px;
  background-color: #FFF;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
}
.el-dialog__body .sending-mail .mail-add .form-input input:hover, .el-dialog__body .sending-mail .mail-add .form-input input:focus {
  border-color: #000;
}
.el-dialog__body .sending-mail .mail-add__btn {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  cursor: pointer;
}
.el-dialog__body .sending-mail .mail-add__btn:hover {
  background-color: #FFF;
}
.el-dialog__body .sending-mail .mail-add__btn:hover span {
  color: #FC5A45;
}
.el-dialog__body .sending-mail .mail-add__btn span {
  color: #FFF;
  font-size: 12px;
}
.el-dialog__body .add-report__inner {
  width: 425px;
  max-width: 100%;
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  padding: 10px;
}
.el-dialog__body .add-report__inner .el-tabs {
  display: flex;
}
.el-dialog__body .add-report__inner .el-tabs__header {
  width: 150px;
  min-width: 150px;
  margin-right: 5px;
}
.el-dialog__body .add-report__inner .el-tabs__content {
  flex-grow: 1;
}
.el-dialog__body .add-report__inner .el-tabs__nav-scroll {
  padding-bottom: 0;
  margin-bottom: 0;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__nav {
  border-radius: 4px;
  background-color: #F6F6F6;
  padding: 5px;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item {
  padding: 6px 10px;
  border-bottom: 1px solid #E9E9E9;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 4px;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item:last-child {
  border: none;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item.is-left {
  text-align: left;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item.is-active {
  background-color: #402495;
  color: #FFF;
  border-bottom: none;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item.is-active .checked {
  background-color: #FFF;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item.is-active .checked span {
  color: #402495;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item-title.is-added .checked {
  display: flex;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item .checked {
  display: none;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #402495;
}
.el-dialog__body .add-report__inner .el-tabs--left .el-tabs__item .checked span {
  font-size: 8px;
  color: #FFF;
}
.el-dialog__body .add-report__title {
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #402495;
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #EEEEEE;
}
.el-dialog__body .add-report__upload {
  width: 100%;
  padding: 6px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EEEEEE;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.el-dialog__body .add-report__upload .form-input {
  width: 100%;
}
.el-dialog__body .add-report__upload .form-input .el-upload {
  width: 100%;
}
.el-dialog__body .add-report__upload span {
  margin-right: auto;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}
.el-dialog__body .add-report__upload-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
}
.el-dialog__body .add-report__upload-icon span {
  font-size: 10px;
  color: #FFF;
  margin: auto;
}
.el-dialog__body .add-report__file {
  width: 100%;
  padding: 6px;
  margin-bottom: 0;
  border-radius: 4px;
  background-color: #F6F6F6;
  align-items: center;
  position: relative;
}
.el-dialog__body .add-report__file-icon {
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  cursor: pointer;
}
.el-dialog__body .add-report__file-icon:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-report__file-icon span {
  font-size: 10px;
  color: #D2D2D2;
  margin: auto;
}
.el-dialog__body .add-report__link {
  width: 100%;
  margin-top: 7.5px;
}
.el-dialog__body .add-report__link-title {
  display: block;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 5px;
}
.el-dialog__body .add-report__link-input {
  align-items: center;
  position: relative;
}
.el-dialog__body .add-report__link-input input {
  width: 100%;
  height: 28px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  padding: 0 25px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.el-dialog__body .add-report__link-btn {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FC5A45;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .add-report__link-btn span {
  font-size: 10px;
  color: #FFF;
}
.el-dialog__body .add-report__link-delete {
  position: absolute;
  right: 5px;
  width: 18px;
  height: 18px;
  background-color: #F6F6F6;
  cursor: pointer;
}
.el-dialog__body .add-report__link-delete:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-report__link-delete span {
  font-size: 10px;
  color: #D2D2D2;
}
.el-dialog__body .add-report__links {
  width: 100%;
  margin-top: 7.5px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 240px;
}
.el-dialog__body .add-report__links-item {
  width: 100%;
  min-height: 28px;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  position: relative;
  word-break: break-all;
  margin-bottom: 2px;
}
.el-dialog__body .add-report__links-item:last-child {
  margin-bottom: 0;
}
.el-dialog__body .add-report__links-item div {
  position: absolute;
  right: 5px;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.el-dialog__body .add-report__links-item div:hover span {
  color: #FC5A45;
}
.el-dialog__body .add-report__links-item div span {
  font-size: 10px;
  color: #D2D2D2;
  margin: auto;
}
.el-dialog__body .notify-clients {
  width: 100%;
}
.el-dialog__body .notify-clients__all {
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.el-dialog__body .notify-clients__all-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .notify-clients__all-input:checked + .notify-clients__all-checkbox {
  border-color: #000;
}
.el-dialog__body .notify-clients__all-input:checked + .notify-clients__all-checkbox span {
  color: #000;
}
.el-dialog__body .notify-clients__all-input:checked + .notify-clients__all-checkbox + .notify-clients__all-title {
  color: #000;
}
.el-dialog__body .notify-clients__all-checkbox {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  margin-right: 10px;
}
.el-dialog__body .notify-clients__all-checkbox span {
  color: #FFF;
  font-size: 8px;
}
.el-dialog__body .notify-clients__all-title {
  color: #858383;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.el-dialog__body .notify-clients__table {
  width: 100%;
}
.el-dialog__body .notify-clients .notify-table {
  width: 100%;
}
.el-dialog__body .notify-clients .notify-table .vuetable-head-wrapper .vuetable,
.el-dialog__body .notify-clients .notify-table .vuetable-body-wrapper .vuetable {
  width: 100%;
}
.el-dialog__body .notify-clients .notify-table .td-client {
  width: 100%;
}
.el-dialog__body .notify-clients .notify-table .td-client__check {
  position: relative;
  cursor: pointer;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-input {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-input:checked + .td-client__check-checkbox {
  border-color: #000;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-input:checked + .td-client__check-checkbox span {
  color: #000;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-input:checked + .td-client__check-checkbox + .td-client__client-title {
  color: #000;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-checkbox {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  margin-right: 10px;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-checkbox span {
  color: #FFF;
  font-size: 8px;
}
.el-dialog__body .notify-clients .notify-table .td-client__check-title {
  color: #858383;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}
.el-dialog__body .notify-clients .notify-table .td-phone,
.el-dialog__body .notify-clients .notify-table .td-email {
  width: 100%;
}
.el-dialog__body .notify-clients .notify-table .td-phone__input,
.el-dialog__body .notify-clients .notify-table .td-email__input {
  width: 100%;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
}
.el-dialog__body .notify-clients .notify-table .td-phone__input:hover,
.el-dialog__body .notify-clients .notify-table .td-phone__input :focus,
.el-dialog__body .notify-clients .notify-table .td-email__input:hover,
.el-dialog__body .notify-clients .notify-table .td-email__input :focus {
  border-color: #000000;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
  font-family: "devmark" !important;
  content: "\e926";
  margin-left: 10px;
  font-size: 8px;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after:hover {
  color: #FC5A45;
}

@media (max-width: 767px) {
  .el-dialog__body .documents-photos__item {
    width: 33.3%;
  }
  .el-dialog__body .mailing-contacts__column {
    width: 100%;
  }
  .el-dialog__body .mailing-contacts__column:last-child .column-list__item-column {
    width: 33.3%;
    max-width: 33.3%;
    min-width: 33.3%;
  }
  .el-dialog__body .mailing-contacts__column:last-child .column-add__row-column {
    width: 33.3%;
    max-width: 33.3%;
    min-width: 33.3%;
  }
  .el-dialog__body .checking-account .el-row .el-col.el-col-6 {
    width: 50%;
  }
  .el-dialog__body .checking-account .el-row .el-col:nth-child(2) {
    width: calc(50% - 30px);
  }
}
@media (max-width: 576px) {
  .el-dialog {
    padding: 20px 15px;
  }
  .el-dialog__headerbtn {
    right: 15px;
    top: 20px;
  }
  .el-dialog__body .el-row .el-col.el-col-4, .el-dialog__body .el-row .el-col.el-col-8, .el-dialog__body .el-row .el-col.el-col-16 {
    width: 50%;
  }
  .el-dialog__body .el-row .el-col .form-input .input-label {
    margin-bottom: 10px;
  }
  .el-dialog__body .form-footer {
    margin-top: 10px;
  }
  .el-dialog__body .documents-photos__item {
    width: 50%;
  }
  .el-dialog__body .task-info {
    flex-wrap: wrap;
  }
  .el-dialog__body .task-info__performers {
    order: 2;
    min-width: 100%;
  }
  .el-dialog__body .task-info__details {
    order: 1;
    margin-bottom: 15px;
  }
  .el-dialog__body .task-info__date {
    margin-left: 0;
  }
  .el-dialog__body .el-button {
    padding: 0 8px;
  }
  .el-dialog__body .project-stages .stages-list .stage__column {
    width: 100%;
  }
  .el-dialog__body .modal-switch {
    margin: 0 0 15px 0 !important;
  }
  .el-dialog__body .checking-account .el-row .el-col.el-col-6 {
    width: 50%;
  }
  .el-dialog__body .checking-account .el-row .el-col:first-child {
    width: calc(100% - 30px);
  }
  .el-dialog__body .checking-account .el-row .el-col:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .el-dialog__body .documents-photos__item {
    width: 100%;
  }
  .el-dialog__body .el-row .el-col.el-col-4, .el-dialog__body .el-row .el-col.el-col-8, .el-dialog__body .el-row .el-col.el-col-16 {
    width: 100%;
  }
  .el-dialog__body .add-permanent .tasks-list__item {
    flex-wrap: wrap;
  }
  .el-dialog__body .add-permanent .tasks-list__item-info {
    width: 100%;
    border-radius: 5px;
    align-items: center;
    padding: 6px 5px;
  }
  .el-dialog__body .add-permanent .tasks-list__item-periodicity {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-top: 3px;
  }
  .el-dialog__body .service-sites .service-site__column:first-child {
    width: 180px;
    min-width: 180px;
  }
  .el-dialog__body .service-sites .service-site__column-inner {
    padding: 10px 0;
  }
}
.el-tabs {
  width: 100%;
}
.el-tabs__header {
  width: 100%;
}
.el-tabs__nav-wrap {
  width: 100%;
}
.el-tabs__nav-wrap:after {
  display: none;
}
.el-tabs__nav-wrap.is-scrollable {
  padding: 0;
}
.el-tabs__nav-scroll {
  padding-bottom: 10px;
  overflow-x: auto;
  margin-bottom: 5px;
}
.el-tabs__item {
  padding: 0 15px;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  color: #A3A3A3;
  height: auto;
  transition: 0.3s linear all;
  outline: none;
}
.el-tabs__item:hover {
  color: #402495;
}
.el-tabs__item.is-active {
  cursor: default;
  color: #000000;
}
.el-tabs__active-bar {
  display: none;
}

@media (max-width: 991px) {
  .el-tabs__item {
    padding: 0 5px;
    font-size: 18px;
  }
}
.settings-popover {
  width: auto !important;
  min-width: auto;
  padding: 5px 10px;
}
.settings-popover p {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #000000;
  cursor: pointer;
  margin: 6px 0;
  transition: 0.3s linear all;
}
.settings-popover p:hover {
  color: #402495;
}

.ratings-popover {
  width: auto !important;
  min-width: auto;
  padding: 5px 10px;
}
.ratings-popover__table-row {
  padding: 5px 0;
  border-bottom: 1px solid #EEE;
}
.ratings-popover__table-row.is-disabled .ratings-popover__table-title, .ratings-popover__table-row.is-disabled .ratings-popover__table-grade {
  color: #747474;
}
.ratings-popover__table-title {
  flex-grow: 1;
  font-size: 10px;
  font-weight: 500;
  line-height: 110%;
  color: #000000;
  align-items: center;
  padding-right: 10px;
}
.ratings-popover__table-grade {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  padding: 0 5px;
  width: 50px;
  min-width: 50px;
  border-left: 1px solid #EEE;
  justify-content: center;
}

@font-face {
  font-family: element-icons;
  src: url(/fonts/element-icons.woff?313f7dacf2076822059d2dca26dedfc6) format("woff"), url(/fonts/element-icons.ttf?4520188144a17fb24a6af28a70dae0ce) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-arrow-left:before {
  content: "\e6de";
}

.el-icon-arrow-right:before {
  content: "\e6e0";
}

.el-icon-close:before {
  content: "\e6db";
}

.el-icon-zoom-out:before {
  content: "\e776";
}

.el-icon-zoom-in:before {
  content: "\e777";
}

.el-icon-full-screen:before {
  content: "\e719";
}

.el-icon-refresh-left:before {
  content: "\e6c7";
}

.el-icon-refresh-right:before {
  content: "\e6c8";
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.el-image__error,
.el-image__inner,
.el-image__placeholder {
  width: 100%;
  height: 100%;
}

.el-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.el-image__inner {
  vertical-align: top;
}

.el-image__inner--center {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.el-image__error,
.el-image__placeholder {
  background: #f5f7fa;
}

.el-image__error {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #c0c4cc;
  vertical-align: middle;
}

.el-image__preview {
  cursor: pointer;
}

.el-image-viewer__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.el-image-viewer__btn {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0.8;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.el-image-viewer__close {
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
}

.el-image-viewer__canvas {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el-image-viewer__actions {
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 282px;
  height: 44px;
  padding: 0 23px;
  background-color: #606266;
  border-color: #fff;
  border-radius: 22px;
}

.el-image-viewer__actions__inner {
  width: 100%;
  height: 100%;
  text-align: justify;
  cursor: default;
  font-size: 23px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.el-image-viewer__prev {
  left: 40px;
}

.el-image-viewer__next,
.el-image-viewer__prev {
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  font-size: 24px;
  color: #fff;
  background-color: #606266;
  border-color: #fff;
}

.el-image-viewer__next {
  right: 40px;
  text-indent: 2px;
}

.el-image-viewer__mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
}

.viewer-fade-enter-active {
  animation: viewer-fade-in 0.3s;
}

.viewer-fade-leave-active {
  animation: viewer-fade-out 0.3s;
}

@keyframes viewer-fade-in {
  0% {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes viewer-fade-out {
  0% {
    transform: translateZ(0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, -20px, 0);
    opacity: 0;
  }
}
.seo-accordion {
  width: 100%;
}
.seo-accordion .accordion-item {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #FFF;
}
.seo-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.seo-accordion .accordion-item.is-open {
  border: 1px solid #EFEFEF;
}
.seo-accordion .accordion-item.is-open .accordion-item__top-title {
  background-color: #FFF;
}
.seo-accordion .accordion-item.is-open .accordion-item__top-title span {
  color: #402495;
}
.seo-accordion .accordion-item.is-open .accordion-item__top-title span.icon-plus1 {
  color: #FFF;
}
.seo-accordion .accordion-item.is-open .accordion-item__top-button {
  background-color: #FFF;
}
.seo-accordion .accordion-item.is-open .accordion-item__top-button span {
  transform: rotate(180deg);
  color: #BDBDBD;
}
.seo-accordion .accordion-item.is-open .accordion-item__content {
  display: block;
}
.seo-accordion .accordion-item__top {
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
}
.seo-accordion .accordion-item__top-title {
  align-items: center;
  flex-grow: 1;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding: 5px 10px 10px 10px;
}
.seo-accordion .accordion-item__top-title span {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  padding: 0 10px;
}
.seo-accordion .accordion-item__top-progress {
  width: 44px;
  min-width: 44px;
  height: 18px;
  align-items: center;
  justify-content: center;
  background-color: #FC5A45;
  border-radius: 9px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.seo-accordion .accordion-item__top-progress.is-completed {
  background-color: #000000;
}
.seo-accordion .accordion-item__top-add {
  height: 18px;
  align-items: center;
  background-color: #FC5A45;
  border: 1px solid #FC5A45;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #FFF;
  border-radius: 9px;
  margin: 5px 0 0 auto;
  cursor: pointer;
  white-space: nowrap;
}
.seo-accordion .accordion-item__top-add:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.seo-accordion .accordion-item__top-add:hover span {
  color: #FC5A45;
}
.seo-accordion .accordion-item__top-add span {
  font-size: 11px;
  color: #FFF;
  padding: 0;
  margin-left: 5px;
}
.seo-accordion .accordion-item__top-performer {
  height: 18px;
  align-items: center;
  border: 1px solid #EFEFEF;
  padding: 0 5px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
  border-radius: 9px;
  cursor: pointer;
  white-space: nowrap;
  margin: 5px 0 0 auto;
}
.seo-accordion .accordion-item__top-performer:hover {
  border-color: #000000;
}
.seo-accordion .accordion-item__top-button {
  margin-left: 5px;
  width: 60px;
  min-width: 60px;
  min-height: 40px;
  background-color: #F6F6F6;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.seo-accordion .accordion-item__top-button span {
  font-size: 18px;
  color: #402495;
}
.seo-accordion .accordion-item__content {
  width: 100%;
  padding: 10px 25px;
  display: none;
}
.seo-accordion .accordion-item__content .checklist {
  width: 100%;
}
.seo-accordion .accordion-item__content .checklist__item {
  width: 100%;
  align-items: center;
  border-radius: 5px;
  padding: 1px 15px 6px 15px;
}
.seo-accordion .accordion-item__content .checklist__item:nth-child(odd) {
  background-color: #F6F6F6;
}
.seo-accordion .accordion-item__content .checklist__item.is-completed .checklist__item-check {
  border-color: #402495;
  background-color: #402495;
}
.seo-accordion .accordion-item__content .checklist__item.is-completed .checklist__item-check span {
  display: block;
}
.seo-accordion .accordion-item__content .checklist__item-check {
  border: 1px solid #CECECE;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.seo-accordion .accordion-item__content .checklist__item-check span {
  font-size: 8px;
  color: #FFF;
  display: none;
}
.seo-accordion .accordion-item__content .checklist__item-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #000000;
  margin-right: 10px;
}
.seo-accordion .accordion-item__content .checklist__item-status {
  color: #FC5A45;
}
.seo-accordion .accordion-item__content .checklist__item-report {
  margin-left: auto;
  margin-top: 5px;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-upload {
  height: 18px;
  padding: 5px 5px 5px 10px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  font-weight: 500;
  font-size: 10px;
  color: #402495;
  position: relative;
  cursor: pointer;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-upload:hover {
  background-color: #402495;
  border-color: #402495;
  color: #FFF;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-upload:hover span {
  color: #FFF;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-upload__input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-upload span {
  font-size: 10px;
  color: #402495;
  margin-left: 10px;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download {
  align-items: center;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__link {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #402495 !important;
  align-items: center;
  white-space: nowrap;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__link span {
  margin-left: 10px;
  font-size: 12px;
  color: #402495;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__edit {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid #FC5A45;
  background: #FC5A45;
  position: relative;
  cursor: pointer;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__edit:hover {
  background-color: #FFF;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__edit:hover span {
  color: #FC5A45;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__edit-input {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
}
.seo-accordion .accordion-item__content .checklist__item-report .report-download__edit span {
  font-size: 9px;
  color: #FFF;
}

@media (max-width: 991px) {
  .seo-accordion .accordion-item__top-title {
    padding: 5px 5px 10px 5px;
    flex-wrap: wrap;
  }
  .seo-accordion .accordion-item__top-button {
    width: 30px;
    min-width: 30px;
  }
  .seo-accordion .accordion-item__top-button span {
    font-size: 16px;
  }
  .seo-accordion .accordion-item__content {
    padding: 10px;
  }
  .seo-accordion .accordion-item__content .checklist__item {
    flex-wrap: wrap;
    padding: 1px 10px 6px 10px;
  }
  .seo-accordion .accordion-item__content .checklist__item-title {
    padding-right: 5px;
  }
}
.positions {
  width: 100%;
}
.positions__title {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #000000;
  margin-bottom: -10px;
  z-index: 11;
}
.positions__wrapper {
  width: 100%;
}
.positions .positions-requests {
  width: 325px;
  flex-direction: column;
  padding-bottom: 10px;
}
.positions .positions-requests__top {
  width: 100%;
  height: 35px;
  padding: 0 4px 5px 5px;
  align-items: flex-end;
  position: relative;
}
.positions .positions-requests__top:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 26px;
  background-color: #EFEFEF;
  z-index: 10;
}
.positions .positions-requests__top-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.positions .positions-requests .requests-list {
  width: 100%;
  padding: 0 4px 0 0;
  position: relative;
  flex-grow: 1;
}
.positions .positions-requests .requests-list:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  top: 0;
  background-color: #EFEFEF;
  z-index: 10;
}
.positions .positions-requests .requests-list__item {
  width: 100%;
  justify-content: space-between;
  height: 22px;
  align-items: center;
  border-radius: 4px;
  padding: 0 5px;
}
.positions .positions-requests .requests-list__item:nth-child(odd) {
  background-color: #F7F7F7;
}
.positions .positions-requests .requests-list__item-title {
  margin-right: 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.positions .positions-requests .requests-list__item-input {
  flex-grow: 1;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  margin-right: 5px;
  border-radius: 5px;
}
.positions .positions-requests .requests-list__item-input:hover {
  border-color: #000000;
}
.positions .positions-requests .requests-list__item-edit {
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.positions .positions-requests .requests-list__item-edit:hover {
  color: #30BE50;
}
.positions .positions-requests .requests-list__item-save {
  font-size: 12px;
  cursor: pointer;
}
.positions .positions-table {
  width: calc(100% - 325px);
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  padding-bottom: 10px;
}
.positions .positions-table__top {
  width: 100%;
}
.positions .positions-table__top-column {
  padding: 0 2px 5px 3px;
  justify-content: center;
  position: relative;
  width: 120px;
  min-width: 120px;
  background-color: #FFF;
}
.positions .positions-table__top-column:first-child:before {
  display: none;
}
.positions .positions-table__top-column:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 26px;
  background-color: #EFEFEF;
}
.positions .positions-table__top-months {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.positions .positions-table__top-months img {
  width: 14px;
}
.positions .positions-table__top-months img:first-child {
  margin-left: 10px;
}
.positions .positions-table__top-months img:last-child {
  margin-right: 10px;
}
.positions .positions-table__top-title {
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  color: #B6B6B6;
}
.positions .positions-table__content {
  width: 100%;
}
.positions .positions-table__row {
  width: 100%;
  min-height: 22px;
}
.positions .positions-table__row:nth-child(odd) .positions-table__value {
  background-color: #F7F7F7;
}
.positions .positions-table__row:last-child .positions-table__value-text {
  color: #6562EA;
}
.positions .positions-table__row-column {
  padding: 0 2px 0 3px;
  position: relative;
  background-color: #FFF;
  width: 120px;
  min-width: 120px;
  justify-content: space-between;
}
.positions .positions-table__row-column:first-child:before {
  display: none;
}
.positions .positions-table__row-column:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  top: 0;
  background-color: #EFEFEF;
}
.positions .positions-table__value {
  width: calc(50% - 1px);
  padding: 3px 5px;
  height: 22px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
}
.positions .positions-table__value-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  color: #000000;
}
.positions .positions-table__value-input {
  width: calc(100% - 15px);
  height: 100%;
  padding: 2px 5px;
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #000000;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
}
.positions .positions-table__value-input:hover {
  border-color: #000000;
}
.positions .positions-table__value-edit {
  font-size: 12px;
  color: #B9B9B9;
  cursor: pointer;
}
.positions .positions-table__value-edit:hover {
  color: #30BE50;
}
.positions .positions-table__value-save {
  font-size: 12px;
  cursor: pointer;
}
.positions__button {
  margin-top: 20px;
  height: 36px;
  align-items: center;
  padding: 0 10px 0 15px;
  background: #FC5A45;
  border: 1px solid #FC5A45;
  border-radius: 18px;
  font-weight: 500;
  font-size: 12px;
  color: #FFF;
  cursor: pointer;
}
.positions__button:hover {
  background-color: #FFF;
  color: #FC5A45;
}
.positions__button:hover span {
  color: #FC5A45;
}
.positions__button span {
  margin-left: 10px;
  font-size: 18px;
  color: #FFF;
}

@media (max-width: 576px) {
  .positions .positions-requests {
    width: 200px;
  }
  .positions .positions-table {
    width: calc(100% - 200px);
  }
}
@media (max-width: 400px) {
  .positions__title {
    margin-bottom: 10px;
  }
  .positions__wrapper {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .positions .positions-table {
    overflow: initial !important;
    position: initial !important;
  }
}
