:root {
  --hex-white-1: #FFFFFF;
  --hex-white-2: #F7FBFC;
  --hex-white-3: #F1F5F6;
  --hex-white-4: #FBFCFE;
  --hex-grey-1: #E7E9EA;
  --hex-grey-2: #D8D8D8;
  --hex-grey-3: #BCBCD4;
  --hex-grey-4: #676887;
  --hex-grey-5: #8D9096;
  --hex-blue-1: #2C30B6;
  --hex-blue-2: #1F306E;
  --hex-blue-3: #1F216E;
  --hex-red-1: #B62C2C;
  --gradient-1: linear-gradient(90deg, #7DD4F6 0%, #61A7FC 100%);
  --gradient-2: linear-gradient(90.67deg, #2790F0 0.66%, #4C5BF6 99.51%);

  --transition: color .25s, background-color .25s;
  --border: 1px solid var(--hex-grey-3);
  --bdrs: 8px;
  --shadow: 2px 4px 12px rgba(29, 59, 86, 0.08);
  --block-margin: 16px;

  --blue-color: #0c7cba;
  --p-error: #B62C2C;
  --p-form-bg: #FFF;
}

html,
body {
  font-size: 16px;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  border: none;
  background-color: var(--hex-grey-5);
}
.mt {
  margin-top: var(--block-margin);
}
.full-width, .w100 {
  width: 100%;
}
.full-height, .h100 {
  height: 100%;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.ub-sidebar,
.ub-sidebar__main-menu,
.ub-sidebar .el-menu {
  background: var(--hex-white-1);
}
.desktop-select-button {
  margin: 0;
  padding: 7px 20px 10px 13px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.875rem;
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--transition);
}
.desktop-select-button:hover {
  background: var(--gradient-2);
  -webkit-text-fill-color: var(--hex-white-1);
}
.desktop-select-button i {
  font-size: 23px;
  font-weight: bold;
}
.ub-sidebar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: var(--hex-grey-1);
}
.ub-sidebar .desktop-select-button__icon-before {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}
.desktop-select-button__icon-after {
  display: none;
}
.u-sidebar__collapse-button {
  background: var(--gradient-2);
  color: var(--hex-white-1);
  transition: all var(--transition);
}
.u-sidebar__collapse-button:hover {
  opacity: .85;
  background: var(--gradient-2);
  color: var(--hex-white-1);
}
.ub-sidebar__nav-label {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: var(--hex-blue-3);
  margin: 0;
  padding: 1px 12px 12px;
}
.ub-sidebar .el-menu-item,
.ub-sidebar .el-submenu__title {
  font-size: 1rem;
  line-height: 1.188rem;
  padding: 13px 15px 13px 27px !important;
  letter-spacing: -0.001rem;
  background: var(--hex-white-1);
}
.ub-sidebar .el-submenu .el-menu-item {
  padding-left: 65px !important;
}
.ub-sidebar .el-submenu.is-opened>.el-submenu__title {
  border-left: none;
}
.ub-sidebar .el-menu-item:not(.is-active):not(:focus):not(:hover),
.ub-sidebar .el-submenu__title:not(.is-active):not(:focus):not(:hover) {
  color: var(--hex-blue-3) !important;
  background: var(--hex-white-1);
}
.ub-sidebar .el-menu-item:not(.is-active):not(:focus):not(:hover) i,
.ub-sidebar .el-submenu__title:not(.is-active):not(:focus):not(:hover) i {
  color: var(--hex-grey-3) !important;
}
.ub-sidebar .el-menu-item.is-active:not(:hover),
.ub-sidebar .el-submenu__title.is-active:not(:hover) {
  color: var(--hex-blue-1) !important;
  background-color: #fff !important;
}
.ub-sidebar .el-menu-item.is-active i,
.ub-sidebar .el-submenu__title.is-active i,
.ub-sidebar .el-menu-item:focus i,
.ub-sidebar .el-submenu__title:focus i {
  color: #4C5BF6;
}
.ub-sidebar .el-menu-item:hover,
.ub-sidebar .el-submenu__title:hover {
  background: var(--gradient-2) !important;
  color: var(--hex-white-1) !important;
}
.ub-sidebar .el-menu-item:hover i,
.ub-sidebar .el-submenu__title:hover i {
  color: var(--hex-white-1) !important;
}
.ub-sidebar .el-submenu>.el-menu>.el-menu-item {
  background-color: #FBFDFE !important;
}
.ub-sidebar .el-submenu.is-opened>.el-menu {
  border-top: 1px solid var(--hex-grey-1);
  border-bottom: 1px solid var(--hex-grey-1);
}
.x-panel-body,
.u-form-layout {
  background: var(--hex-white-3);
  border-color: var(--hex-grey-1);
}
.u-navbar {
  background: var(--hex-white-2);
  border-color: var(--hex-grey-1);
  padding: 8px 8px 0 30px !important;
}
.u-navbar__tab-container {
  padding: 1px;
}
.u-navbar-all-tabs__button {
  margin-top: 1px;
}
.u-navbar-all-tabs__button,
.u-navbar__tab {
  position: relative;
  color: var(--hex-blue-3);
  background-clip: padding-box;
  background-color: var(--hex-white-1);
  border: 1px solid transparent;
  border-radius: 3px;
}
.u-navbar__tab i {
  color: var(--hex-blue-3);
}
.u-navbar-all-tabs__button::before,
.u-navbar__tab::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: inherit;
  margin: -2px;
  background: var(--gradient-2);
}
.u-navbar__tab.active {
  color: var(--hex-white-1);
  background: var(--gradient-1);
  border-color: transparent;
}
.u-navbar__tab.active::before {
  background: var(--gradient-1);
}
.u-table-entity {
  height: calc(100% - 48px);
  background-color: var(--hex-white-1);
  margin: 1rem;
  border-radius: 16px;
  box-shadow: 2px 4px 12px rgb(31 33 110 / 8%);
  overflow: auto;
}
.v-card .u-table-entity,
.v-collapsible-item .u-table-entity {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.u-table-entity__head {
  background-color: var(--hex-white-1);
  color: var(--hex-blue-3);
  border-bottom: var(--border);
}
.u-table-entity__head .pagination__current,
.u-table-entity__head .pagination__out-of,
.u-table-entity__head .pagination__total {
  color: var(--hex-blue-3);
}
.u-table-entity__head .u-button i {
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-table-entity__head .u-button:hover i {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-table-entity__body {
  flex: 1;
}
.u-toolbar {
  background-color: var(--hex-white-1);
}
.u-toolbar__date {
  border-left: 1px solid var(--hex-blue-3);
}
.u-toolbar__date td {
  color: var(--hex-blue-3);
}
.u-button:focus {
  outline: none;
}
.u-button_appearance-inverse {
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: transparent;
}
.u-button {
  transition: all .25s;
}
.u-button:disabled {
  opacity: .5;
}
.el-tabs__header {
  overflow: hidden !important;
  background: #fff !important;
  margin: 0 !important;
}
.el-tabs__nav-scroll {
  background-color: var(--hex-white-1);
  padding: 0 1rem;
}
.el-tabs__nav-scroll::after {
  height: 1px;
  background-color: var(--hex-grey-3);
}
.el-tabs__content {
  overflow: auto;
}
.el-tabs__active-bar {
  height: 3px;
  background: var(--gradient-2);
}
.el-tabs__item {
  color: var(--hex-grey-4);
}
.el-tabs__item.is-disabled {
  color: var(--hex-grey-2);
  cursor: not-allowed;
}
.el-tabs__item:not(.is-active):not(.is-disabled):hover {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.el-tabs__item.is-active {
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.el-tab-pane {
  height: 100%;
  padding: var(--block-margin);
}
.el-dialog {
  border-radius: var(--bdrs);
  display: grid;
  grid-template-rows: auto 1fr;
}
.el-dialog__header {
  padding: 20px;
  background: var(--hex-white-2);
  border-color: var(--hex-grey-1);
  border-radius: var(--bdrs) var(--bdrs) 0 0;
}
.el-dialog__title {
  color: var(--hex-blue-3);
}
.el-dialog__headerbtn {
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.el-dialog__body {
  height: 100%;
  overflow: auto;
  background-color: var(--p-white);
}
.el-dialog__body .u-form-layout {
  border-radius: 0 0 var(--bdrs) var(--bdrs);
}
.el-dialog__wrapper.ub-dialog__min-width {
  overflow: hidden;
}
.el-dialog__wrapper.ub-dialog__max-width .el-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background-color: var(--p-gray-bg);
}
.el-dialog__body .auth-page__logo {
  padding: 7px;
}
.u-form-layout .el-tabs  .el-tabs__content {
  height: calc(100vh - 250px);
}
.ub-select__option {
  word-break: break-word;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100% !important;
}
.el-alert--success.is-light {
  background-color: #f0f9eb !important;
  color: #67c23a !important;
}
.el-alert--warning.is-light {
  background-color: #fdf6ec !important;
  color: #e6a23c !important;
}
.el-alert--error.is-light {
  background-color: #fef0f0 !important;
  color: #f56c6c !important;
}
.el-checkbox {
  display: flex;
  align-items: center;
  margin-left: 10px !important;
  white-space: normal !important;
}
.el-checkbox__label {
  padding-left: 5px !important;
  margin-left: 10px;
  word-break: break-word;
}
.v-modal {
  z-index: 30000 !important
}
.info-block {
  background-color: var(--p-form-bg);
  margin: 24px 20px;
  border-radius: 16px;
  box-shadow: 2px 4px 12px rgba(31, 33, 110, 0.08);
  overflow: auto;
}
.info-block__wrapper {
  overflow: auto;
  flex-grow: 1;
  background-color: var(--p-gray-bg);
}
.info-block__header {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 16px 24px;
}
.info-block__header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-block__header > div {
  width: 100%;
  display: flex
}
.info-block:not(.info-block__collapsed) .info-block__header {
  border-bottom: 1px solid hsl(215, 15%, 75%);
}
.info-block__label {
  padding: 0 24px 0 0;
  line-height: 1;
  font-weight: 500;
  color: var(--p-title-color);
  width: 100%;
}
.info-block__label > h4:first-child {
  font-size: 1.375rem;
  margin: 0 !important;
}
.info-block__label-bold {
  font-weight: 700
}
.info-block__line {
  flex-grow: 1;
  height: 1px;
}
.info-block__icon {
  margin-left: auto;
  padding: 0 12px;
  font-size: 24px !important;
  color: var(--p-title-color);
  transition: transform .35s;
}
.info-block__icon-rotate {
  transform: rotate(180deg);
}
.info-block__content {
  overflow: hidden;
  flex-grow: 1;
  padding: 24px;
  background-color: var(--hex-white-1);
}
.info-block__content >.u-table-entity:first-child,
.info-block__content > form >.u-table-entity:first-child {
  margin: -24px;
}
.info-block__slide-enter-active,
.info-block__slide-leave-active {
  will-change: height;
  transition: height .35s linear;
}
.info-block__slide-enter,
.info-block__slide-leave-to {
  height: 0 !important;
}
.el-select .el-input__suffix .el-input__suffix-inner {
  pointer-events: none;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 9999999;
  top: -15px;
}
.form-header {
  background: var(--p-gray-bg);
  color: var(--p-title-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 20px;
  position: relative;
  flex-wrap: wrap;
}
.form-header__container {
  display: flex;
  width: 100%
}
.form-header__title {
  margin: 11px 10px 11px 0;
  font-size: 1.625rem;
  font-weight: 700;
}
.form-header__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  justify-content: flex-end;
  flex-grow: 1;
}
.form-header__tags > * > i.fa {
  margin-right: 5px;
}
.form-header__tags .el-tag {
  border-radius: 24px;
}
.form-header__close-button {
  top: auto;
  position: static;
  margin-left: 10px;
  font-size: 24px;
}
.u-form-layout .form-header {
  padding: 5px 20px;
}
.link {
  color: var(--blue-color);
  cursor: pointer;
  grid-area: auto;
}
.link:hover, .link:active {
  text-decoration: underline;
}
.tabbed-table {
  height: 300px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid hsl(213, 13%, 83%);
  border-radius: 4px;
}
.tabbed-table__groups,
.tabbed-table__groups .el-tabs__content {
  height: 100%!important;
}
.tabbed-table__groups .u-table td,
.tabbed-table__groups .u-table th {
  background: #fff !important;
}
.tabbed-table__groups .u-table .u-table__cell-container {
  word-break: break-word;
}
.tabbed-table__groups .u-table th {
  z-index: 2;
}
.tabbed-table__groups .el-tabs__header .el-tabs__nav-wrap {
  padding: 40px 0 0 !important;
}
.tabbed-table__groups .el-tabs__header {
  box-shadow: none !important;
  background: #fff !important;
  margin-right: 0 !important;
}
.tabbed-table__groups .el-tab-pane {
  padding: initial;
}
.tabbed-table__empty-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  width: 100%;
  padding: 1rem;
  color: hsl(var(--hs-text),var(--l-text-description));
}
.el-tabs__nav-wrap::after {
  content: none;
}
.relogin-dialog__wrapper .el-dialog__body {
  border-radius: 16px;
}
.relogin-dialog__wrapper .el-dialog {
  width: 480px!important;
  min-height: 650px;
  border-radius: 16px;
}
.relogin-dialog__wrapper .el-dialog__title {
  line-height: 28px;
}
.relogin-dialog__wrapper .el-dialog__header {
  padding: 0;
}
.relogin-dialog,
.relogin-dialog__frame {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
.relogin-dialog__loader {
  z-index: 1;
  left: 40%;
}

.ub-select-multiple__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-table-entity__body__content-wrapper {
  flex: 1;
}
