@charset "UTF-8";
/* Include fonts
   ========================================================================= */
/**
 * Roboto
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
/*** Functions ***/
/**
 * Set font color according the background
 * $background - background color - format accepted: hsla, rgb, #
 * @return #color
 */
/*** Button mixins ***/
/**
 * Generate button style
 * $name - required
 * $background - required - format accepted: hsla, rgb, #
 * $color - optionnal - format accepted: hsla, rgb, #
 * If no $color specify, the 'set-text-color' function is called
 * go check the _function.scss
 */
*,
*::after,
*::before {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
figure,
figcaption,
blockquote,
dl,
dd,
button,
input,
select,
textarea {
  margin: 0;
}
body {
  position: relative;
  background-color: white;
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #05203F;
  letter-spacing: -0.01em;
}
button, a {
  padding: 0;
  background-color: transparent;
}
ul,
ol,
menu {
  margin: 0;
  padding: 0;
}

ul[class] {
  list-style-type: none;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  display: block;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}


.app__layout * {
  box-sizing: border-box;
}
.app__layout {
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex: auto;
}
.app__layout--sidebar {
  flex-direction: row;
}
.app__sidebar {
  width: 240px;
  min-height: 100vh;
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.05);
  position: relative;
  z-index: 10;
  transition: all 0.2s;
  background: white;
  z-index: 100;
}
@media only screen and (max-width: 1480px) {
  .app__sidebar {
    width: 220px;
  }
}
.app__main {
  position: relative;
  display: flex;
  flex-direction: column;
  left: 0;
  width: calc(100% - 240px);
  transition: all 0.5s ease;
  min-height: 100vh;
  background: #F9FBFF;
  overflow-x: hidden;
}
@media only screen and (max-width: 1480px) {
  .app__main {
    width: calc(100% - 220px);
  }
}
.app__header, .app__footer {
  flex: 0 0 auto;
}
.app__content {
  margin: 40px;
  flex: auto;
}

.app__sidebar.close {
  width: 78px;
}
@media only screen and (max-width: 1480px) {
  .app__sidebar.close {
    width: 67px;
  }
}
.app__sidebar.close .sidebar {
  width: 78px;
}
@media only screen and (max-width: 1480px) {
  .app__sidebar.close .sidebar {
    width: 67px;
  }
}
.app__sidebar.close .sidebar .menu {
  overflow: visible;
}
.app__sidebar.close .sidebar .menu .menu__item {
  width: 78px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 1480px) {
  .app__sidebar.close .sidebar .menu .menu__item {
    width: 67px;
  }
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item_close-name {
  display: block;
  margin-top: 6px;
}
ul.menu.js-menu.close, .app__sidebar.js-sidebar.close{
  opacity: 1 !important;
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item-content {
  padding-right: 0;
  height: auto;
  min-height: auto;
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item-content .menu__item-content_link {
  max-width: 100%;
  padding-left: 0;
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item-content .menu__item-content_link .menu-name {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  display: none;
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item-content .menu__item-content_link .menu-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 24px;
  max-height: 24px;
}
.app__sidebar.close .sidebar .menu .menu__item .menu__item-content .menu__item-content_arrow {
  opacity: 0;
  display: none;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu {
  position: absolute;
  left: 100%;
  top: -20px;
  margin-top: 0;
  padding: 0 0 10px;
  background-color: #fff;
  box-shadow: 0px 5px 16px rgba(53, 73, 112, 0.1);
  border-radius: 10px;
  /*opacity: 0;*/
  display: none;
  pointer-events: none;
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu__name {
  display: block;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu__name_link {
  display: block;
  opacity: 1;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  color: #05203F;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu .submenu__item {
  padding: 0 20px;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu .submenu__item--active::before {
  width: 3px;
}
.app__sidebar.close .sidebar .menu .menu__item .submenu--false {
  padding-bottom: 0;
}
.app__sidebar.close .sidebar .menu .menu__item:hover {
  background-color: var(--bandge_grey);
}
.app__sidebar.close .sidebar .menu .menu__item:hover .submenu {
  top: 0;
  /*opacity: 1;*/
  display: block;
  pointer-events: auto;
}
.app__sidebar.close .sidebar .menu .menu__item + .menu__item {
  margin-top: 0;
}
.app__sidebar.close .sidebar .sidebar__logout-content {
  width: 78px;
}
@media only screen and (max-width: 1480px) {
  .app__sidebar.close .sidebar .sidebar__logout-content {
    width: 67px;
  }
}
.app__sidebar.close .sidebar .sidebar__logout-content_link .link-name {
  display: none;
}
.app__sidebar.close .sidebar .sidebar__logout-content_link .logout-icon {
  margin-right: 0;
}
.app__sidebar.close .logo--sidebar {
  padding-left: 17px;
  padding-right: 17px;
}
.app__sidebar.close .logo__content_item.logo-name {
  opacity: 0;
  visibility: none;
  pointer-events: none;
}

.app__sidebar.close ~ .app__main {
  width: calc(100% - 78px);
}
@media only screen and (max-width: 1480px) {
  .app__sidebar.close ~ .app__main {
    width: calc(100% - 67px);
  }
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 0.9375rem;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 1.5rem;
  font-size: 0.75rem;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 0.75rem;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 0.75rem;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 1.875rem;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 0.75rem;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 0.75rem;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 0.75rem;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.text p, .text ol, .text ul {
  font-size: 13px;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.text > p + p,
.text > p + .link {
  margin-top: 10px;
}
.text > p + img {
  margin-top: 20px;
}
.text > p + .button-primary {
  margin-top: 20px;
}
.text > p + .button-medium {
  margin-top: 16px;
}
.text > p + .button-small {
  margin-top: 10px;
}
.text h3 + *,
.text .list + * {
  margin-top: 20px;
}
.text h2 + * {
  margin-top: 20px;
}
.text .list > * + li {
  margin-top: 12px;
}

/*** abstracts *************/
/***************************/
/*** Button parent *********/
/***************************/
.button, .button-small, .button-small-zero, .button-small-icon, .button-small-icon-zero, .button-table, .daterangepicker .drp-buttons .btn, .button-medium, .button-medium-zero, .button-medium-icon, .button-medium-icon-zero, .button-primary, .button-primary-zero, .button-primary-icon, .button-primary-icon-zero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.button .icon, .button-small .icon, .button-small-zero .icon, .button-small-icon .icon, .button-small-icon-zero .icon, .button-table .icon, .daterangepicker .drp-buttons .btn .icon, .button-medium .icon, .button-medium-zero .icon, .button-medium-icon .icon, .button-medium-icon-zero .icon, .button-primary .icon, .button-primary-zero .icon, .button-primary-icon .icon, .button-primary-icon-zero .icon {
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.7em;
  transition: all 0.3s ease-in-out;
}
.button .icon use, .button-small .icon use, .button-small-zero .icon use, .button-small-icon .icon use, .button-small-icon-zero .icon use, .button-table .icon use, .daterangepicker .drp-buttons .btn .icon use, .button-medium .icon use, .button-medium-zero .icon use, .button-medium-icon .icon use, .button-medium-icon-zero .icon use, .button-primary .icon use, .button-primary-zero .icon use, .button-primary-icon .icon use, .button-primary-icon-zero .icon use {
  transition: all 0.3s ease-in-out;
}
.button--block {
  width: 100%;
}
.button--close {
  color: #FF7A54 !important;
  background-color: #FFF7F5 !important;
  border-color: #FFCABB !important;
}
.button--close:hover {
  background-color: transparent !important;
}
.button--close .icon use {
  fill: #FF7A54 !important;
}
.button--close .icon {
  transform: rotate(180deg);
}
.button--disable {
  color: #b4bfe0 !important;
  background-color: #D8DEEF !important;
  pointer-events: none;
  cursor: default;
}
.button--disable .icon use {
  fill: #b4bfe0 !important;
}
.button:hover [data-icon=arrow-right], .button-small:hover [data-icon=arrow-right], .button-small-zero:hover [data-icon=arrow-right], .button-small-icon:hover [data-icon=arrow-right], .button-small-icon-zero:hover [data-icon=arrow-right], .button-table:hover [data-icon=arrow-right], .daterangepicker .drp-buttons .btn:hover [data-icon=arrow-right], .button-medium:hover [data-icon=arrow-right], .button-medium-zero:hover [data-icon=arrow-right], .button-medium-icon:hover [data-icon=arrow-right], .button-medium-icon-zero:hover [data-icon=arrow-right], .button-primary:hover [data-icon=arrow-right], .button-primary-zero:hover [data-icon=arrow-right], .button-primary-icon:hover [data-icon=arrow-right], .button-primary-icon-zero:hover [data-icon=arrow-right] {
  transform: translateX(5px);
}
.button:focus, .button-small:focus, .button-small-zero:focus, .button-small-icon:focus, .button-small-icon-zero:focus, .button-table:focus, .daterangepicker .drp-buttons .btn:focus, .button-medium:focus, .button-medium-zero:focus, .button-medium-icon:focus, .button-medium-icon-zero:focus, .button-primary:focus, .button-primary-zero:focus, .button-primary-icon:focus, .button-primary-icon-zero:focus {
  outline-color: transparent;
}

/*** abstracts *************/
/***************************/
/*** Button primary ********/
/***************************/
.button-primary, .button-primary-icon, .button-primary-zero, .button-primary-icon-zero {
  padding: 0 1.6em;
  min-width: 300px;
  min-height: 55px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 0.6rem;
}
.button-primary--green, .button-small--green, .button-medium--green, .button-primary-icon--green, .button-small-icon--green, .button-medium-icon--green {
  color: #fff;
  background-color: var(--mint);
}
.button-primary--green:hover, .button-small--green:hover, .button-medium--green:hover, .button-primary-icon--green:hover, .button-small-icon--green:hover, .button-medium-icon--green:hover {
  background-color: #2fa089;
}
.button-primary--green:active, .button-small--green:active, .button-medium--green:active, .button-primary-icon--green:active, .button-small-icon--green:active, .button-medium-icon--green:active {
  background-color: #247867;
}
.button-primary--black, .button-small--black, .button-medium--black, .button-primary-icon--black, .button-small-icon--black, .button-medium-icon--black {
  color: #fff;
  background-color: #05203F;
}
.button-primary--black:hover, .button-small--black:hover, .button-medium--black:hover, .button-primary-icon--black:hover, .button-small-icon--black:hover, .button-medium-icon--black:hover {
  background-color: #08366a;
}
.button-primary--black:active, .button-small--black:active, .button-medium--black:active, .button-primary-icon--black:active, .button-small-icon--black:active, .button-medium-icon--black:active {
  background-color: black;
}
.button-primary--gray, .button-small--gray, .button-table, .daterangepicker .drp-buttons .btn, .button-medium--gray, .button-medium-icon--partner, .button-medium-icon--settings, .button-primary-icon--gray, .button-small-icon--gray, .button-medium-icon--gray {
  color: #05203F;
  background-color: var(--bandge_grey);
}
.button-primary--gray:hover, .button-small--gray:hover, .button-table:hover, .daterangepicker .drp-buttons .btn:hover, .button-medium--gray:hover, .button-medium-icon--partner:hover, .button-medium-icon--settings:hover, .button-primary-icon--gray:hover, .button-small-icon--gray:hover, .button-medium-icon--gray:hover {
  background-color: #dae6fa;
}
.button-primary--gray:active, .button-small--gray:active, .button-table:active, .daterangepicker .drp-buttons .btn:active, .button-medium--gray:active, .button-medium-icon--partner:active, .button-medium-icon--settings:active, .button-primary-icon--gray:active, .button-small-icon--gray:active, .button-medium-icon--gray:active {
  background-color: #ccddf8;
}
.button-primary--red, .button-small--red, .button-medium--red, .button-primary-icon--red, .button-medium-icon--red {
  color: #fff;
  background-color: #FF7A54;
}
.button-primary--red:hover, .button-small--red:hover, .button-medium--red:hover, .button-primary-icon--red:hover, .button-medium-icon--red:hover {
  background-color: #ff663b;
}
.button-primary--red:active, .button-small--red:active, .button-medium--red:active, .button-primary-icon--red:active, .button-medium-icon--red:active {
  background-color: #ff3b02;
}
.button-primary--no-text, .button-primary-zero--no-text {
  padding: 0 1.1em;
  min-width: 5ch;
}
.button-primary--no-text .icon, .button-primary-zero--no-text .icon {
  margin-left: 0;
}
.button-primary--no-text:hover [data-icon=arrow-right], .button-primary-zero--no-text:hover [data-icon=arrow-right] {
  transform: none;
}

/*** Button primary zero ***/
/***************************/
.button-primary-zero, .button-primary-icon-zero {
  border-width: 0.3rem;
  border-style: solid;
  color: #05203F;
  background: transparent;
}
.button-primary-zero--green, .button-small-zero--green, .button-medium-zero--green, .button-primary-icon-zero--green, .button-small-icon-zero--green, .button-medium-icon-zero--green {
  border-color: var(--mint);
}
.button-primary-zero--green:hover, .button-small-zero--green:hover, .button-medium-zero--green:hover, .button-primary-icon-zero--green:hover, .button-small-icon-zero--green:hover, .button-medium-icon-zero--green:hover {
  color: #fff;
  border-color: #2fa089;
  background-color: #2fa089;
}
.button-primary-zero--green:active, .button-small-zero--green:active, .button-medium-zero--green:active, .button-primary-icon-zero--green:active, .button-small-icon-zero--green:active, .button-medium-icon-zero--green:active {
  border-color: #247867;
  background-color: #247867;
}
.button-primary-zero--black, .button-small-zero--black, .button-medium-zero--black, .button-primary-icon-zero--black, .button-small-icon-zero--black, .button-medium-icon-zero--black {
  border-color: #05203F;
}
.button-primary-zero--black:hover, .button-small-zero--black:hover, .button-medium-zero--black:hover, .button-primary-icon-zero--black:hover, .button-small-icon-zero--black:hover, .button-medium-icon-zero--black:hover {
  color: #fff;
  border-color: #08366a;
  background-color: #08366a;
}
.button-primary-zero--black:active, .button-small-zero--black:active, .button-medium-zero--black:active, .button-primary-icon-zero--black:active, .button-small-icon-zero--black:active, .button-medium-icon-zero--black:active {
  border-color: black;
  background-color: black;
}
.button-primary-zero--gray, .button-small-zero--gray, .button-medium-zero--gray, .button-primary-icon-zero--gray, .button-small-icon-zero--gray, .button-medium-icon-zero--gray {
  border-color: #e7effc;
}
.button-primary-zero--gray:hover, .button-small-zero--gray:hover, .button-medium-zero--gray:hover, .button-primary-icon-zero--gray:hover, .button-small-icon-zero--gray:hover, .button-medium-icon-zero--gray:hover {
  border-color: #dae6fa;
  background-color: #dae6fa;
}
.button-primary-zero--gray:active, .button-small-zero--gray:active, .button-medium-zero--gray:active, .button-primary-icon-zero--gray:active, .button-small-icon-zero--gray:active, .button-medium-icon-zero--gray:active {
  border-color: #ccddf8;
  background-color: #ccddf8;
}
.button-primary-zero--red, .button-small-zero--red, .button-medium-zero--red, .button-primary-icon-zero--red, .button-medium-icon-zero--red {
  border-color: #FF7A54;
}
.button-primary-zero--red:hover, .button-small-zero--red:hover, .button-medium-zero--red:hover, .button-primary-icon-zero--red:hover, .button-medium-icon-zero--red:hover {
  color: #fff;
  border-color: #ff663b;
  background-color: #ff663b;
}
.button-primary-zero--red:active, .button-small-zero--red:active, .button-medium-zero--red:active, .button-primary-icon-zero--red:active, .button-medium-icon-zero--red:active {
  border-color: #ff3b02;
  background-color: #ff3b02;
}
/*** Button primary icon ***/
/***************************/
.button-primary-icon--green .icon use, .button-small-icon--green .icon use, .button-medium-icon--green .icon use {
  fill: #fff;
}
.button-primary-icon--black .icon use, .button-small-icon--black .icon use, .button-medium-icon--black .icon use {
  fill: #fff;
}
.button-primary-icon--gray .icon use, .button-small-icon--gray .icon use, .button-medium-icon--gray .icon use {
  fill: #05203F;
}
.button-primary-icon--red .icon use, .button-medium-icon--red .icon use {
  fill: #fff;
}

/*** Button primary icon zero ***/
/********************************/
.button-primary-icon-zero--green .icon use, .button-small-icon-zero--green .icon use, .button-medium-icon-zero--green .icon use {
  fill: #05203F;
}
.button-primary-icon-zero--green:hover .icon use, .button-small-icon-zero--green:hover .icon use, .button-medium-icon-zero--green:hover .icon use {
  fill: #fff;
}
.button-primary-icon-zero--black .icon use, .button-small-icon-zero--black .icon use, .button-medium-icon-zero--black .icon use {
  fill: #05203F;
}
.button-primary-icon-zero--black:hover .icon use, .button-small-icon-zero--black:hover .icon use, .button-medium-icon-zero--black:hover .icon use {
  fill: #fff;
}
.button-primary-icon-zero--gray .icon use, .button-small-icon-zero--gray .icon use, .button-medium-icon-zero--gray .icon use {
  fill: #05203F;
}
.button-primary-icon-zero--red .icon use, .button-medium-icon-zero--red .icon use {
  fill: #05203F;
}
.button-primary-icon-zero--red:hover .icon use, .button-medium-icon-zero--red:hover .icon use {
  fill: #fff;
}

/*** abstracts *************/
/***************************/
/*** Button medium *********/
/***************************/
.button-medium, .button-medium-icon, .button-medium-zero, .button-medium-icon-zero {
  padding: 0 13px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border-radius: 0.4rem;
}
.button-medium--no-text, .button-medium-zero--no-text {
  padding: 0 8px;
  min-width: 40px;
}
.button-medium--no-text .icon, .button-medium-zero--no-text .icon {
  margin-left: 0;
}
.button-medium--no-text:hover [data-icon=arrow-right], .button-medium-zero--no-text:hover [data-icon=arrow-right] {
  transform: none !important;
}

/*** Button medium zero ***/
/***************************/
.button-medium-zero, .button-medium-icon-zero {
  border-width: 0.2rem;
  border-style: solid;
  color: #05203F;
  background: transparent;
}
.button-medium-zero--gray {
  border-color: #dee9fb;
}
/*** Button medium icon ****/
/***************************/
.button-medium-icon:hover [data-icon=arrow-right] {
  transform: translateX(3px);
}
.button-medium-icon--partner:hover .icon use {
  fill: #05203F;
}
.button-medium-icon--partner .icon {
  transform: none !important;
  margin-left: 0;
  margin-right: 0.7em;
}
.button-medium-icon--partner .icon use {
  fill: #9fbff2;
}
.button-medium-icon--settings {
  min-width: 4rem;
  border-radius: 50%;
  padding: 0;
}
.button-medium-icon--settings .icon {
  transform: none !important;
  margin: 0;
}

/*** Button medium icon zero ****/
/********************************/
.button-medium-icon-zero:hover [data-icon=arrow-right] {
  transform: translateX(3px);
}
/*** abstracts *************/
/***************************/
/*** Button small **********/
/***************************/
.button-small, .button-table, .daterangepicker .drp-buttons .btn, .button-small-icon, .button-small-zero, .button-small-icon-zero {
  padding: 0 13px;
  min-height: 34px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border-radius: 0.4rem;
}
.button-small--no-text, .button-small-zero--no-text {
  padding: 0 0.8em;
  min-width: 4ch;
}
.button-small--no-text .icon, .button-small-zero--no-text .icon {
  margin-left: 0;
}
.button-small--no-text:hover [data-icon=arrow-right], .button-small-zero--no-text:hover [data-icon=arrow-right] {
  transform: none !important;
}

/*** Button small zero *****/
/***************************/
.button-small-zero, .button-small-icon-zero {
  border-width: 0.1rem;
  border-style: solid;
  color: #05203F;
  background: transparent;
}
.button-small-zero--gray {
  border-color: #d5e3f9;
}
/*** Button small icon ****/
/***************************/
.button-small-icon:hover [data-icon=arrow-right] {
  transform: translateX(2px);
}
/*** Button small icon zero ****/
/********************************/
.button-small-icon-zero:hover [data-icon=arrow-right] {
  transform: translateX(2px);
}
/*** abstracts *************/
/***************************/
/*** Button table **********/
/***************************/
.button-table, .daterangepicker .drp-buttons .btn {
  padding: 0 10px;
  min-height: 26px;
  font-size: 11px;
  border-radius: 2px;
  border: 1px solid #d1e0f9;
}
.button-table:hover .icon, .daterangepicker .drp-buttons .btn:hover .icon {
  transform: none;
}
.button-table--icon .icon {
  transform: none;
  margin-left: 0;
  margin-right: 0.7em;
}
.button-table--no-text {
  margin: 0;
  padding: 0;
  width: 30px;
}
.button-table--no-text .icon {
  margin: 0;
}

.informer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0.5rem;
  min-height: 4rem;
  border-radius: 4rem;
  background-color: var(--bandge_grey);
}
.informer__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  min-height: 3.9rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  color: #8D9ABB;
}
.informer__item .info-data {
  margin-left: 0.5rem;
  color: #05203F;
}

.informer-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
}
.informer-text::before {
  position: relative;
  top: -0.5px;
  margin-right: 0.7em;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #05203F;
}
.informer-text .icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  cursor: pointer;
}
.informer-text .icon:hover use {
  fill: #05203F;
}
.informer-text .icon use {
  fill: #8D9ABB;
}
.informer-text--green::before {
  background-color: var(--mint);
}
.informer-text--red::before {
  background-color: #FF7A54;
}
.informer-text--gray::before {
  background-color: #DDE2F0;
}
.informer-text--sky::before {
  background-color: #6FF2FF;
}
.informer-text--blue::before {
  background-color: #3B98FF;
}

.informer-date {
  display: flex;
}
.informer-date::before {
  content: "";
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}

.informer-bar {
  width: 100%;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
}
.informer-bar--gray {
  background-color: #F6FAFF;
}
.informer-bar--red {
  background-color: #FFF7F5;
}
.informer-bar--green {
  background-color: var(--main_badge_color);
}

.list li {
  display: flex;
}
.list li::before {
  position: relative;
  content: "";
  top: 0.7rem;
  margin-right: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--mint);
}
.list > * + li {
  margin-top: 0.8rem;
}
.list--simple li {
  display: block;
}
.list--simple li::before {
  display: none;
}

/*** abstracts *************/
/***************************/
.tabs {
  display: inline-block;
}
.tabs__panel {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 5px;
  border-radius: 5rem;
  background-color: var(--bandge_grey);
}
.tabs__panel--small .tabs__panel_item {
  min-height: 3rem;
}
.tabs__panel_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #8D9ABB;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin: 0px 5px;
}
.kv-table-header{
  background: transparent;
}
.app__main .table-bordered > thead > tr > th, .app__main .table-bordered > tbody > tr > th, .app__main .table-bordered > tfoot > tr > th, .app__main .table-bordered > thead > tr > td, .app__main .table-bordered > tbody > tr > td, .app__main .table-bordered > tfoot > tr > td, .app__main .table-responsive > .table-bordered{
  border-color: #DDE2F0;
}
.app__main .summary{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 140%;
}
.tabs__panel_item:hover {
  color: #05203F;
  background-color: #ccddf8;
  text-decoration: none;
}
.tabs__panel_item--active {
  background-color: #05203F;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.card, .card-modal, .card-info, .card-banner, .card-user, .card-table {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 5px 16px rgba(53, 73, 112, 0.1);
  overflow: hidden;
}
.card__header, .card-modal__header {
  padding: 24px 30px 0;
  display: flex;
  align-items: center;
}
.card__header > .icon, .card-modal__header > .icon {
  position: relative;
  top: 1px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.card__header > .icon:hover use, .card-modal__header > .icon:hover use {
  fill: #05203F;
}
.card__header > .icon use, .card-modal__header > .icon use {
  fill: #8D9ABB;
}
.card__header > .tabs, .card-modal__header > .tabs,
.card__header > .informer,
.card-modal__header > .informer {
  margin-left: auto;
}
.card__body {
  padding: 30px;
}
.card__body_subtitle {
  margin-top: 30px;
  font-weight: 700;
}
.card__body_subtitle + * {
  margin-top: 20px;
}
.card__body > * + * {
  margin-top: 24px;
}
.card__body_informer {
  display: flex;
}
.card__body_informer .card-info, .card__body_informer .card-banner {
  flex: 1;
}
.card__body_informer .card-info + .card-info, .card__body_informer .card-banner + .card-info, .card__body_informer .card-info + .card-banner, .card__body_informer .card-banner + .card-banner {
  margin-left: 30px;
}
.card__body .list {
  padding-left: inherit;
}
.card__footer {
  padding: 0 30px 30px;
}
.card__footer_informer {
  display: flex;
  align-items: center;
}
.card__footer_informer > * + .informer-text {
  margin-left: 20px;
}
.card__footer > .button--block + * {
  margin-top: 24px;
}
.card__footer > * + .button--block {
  margin-top: 14px;
}
.card__footer .button--block + .link {
  display: block;
  text-align: center;
}
.card--col {
  flex: auto;
}
.card--hidden .card__header, .card--hidden .card-modal__header {
  padding: 24px 3px;
}
.card--hidden .card__header button, .card--hidden .card-modal__header button {
  margin-left: 20px;
}
.card--hidden .card__body {
  padding: 0 30px 30px;
}
.card--accounting .card__body_accounting {
  display: flex;
  justify-content: space-between;
}
.card--accounting .card__body_accounting-col {
  flex: 1;
  max-width: 45%;
}
.card--accounting .card__body_accounting-col h3 {
  margin-bottom: 20px;
}

.card-table {
  box-shadow: none;
  border: 1px solid #DDE2F0;
  transition: all 0.3s ease-in-out;
}
.card-table:hover {
  border-color: #bac4e0;
}
.card-table__header {
  display: flex;
  align-items: center;
  padding: 26px 30px;
  font-weight: 700;
  line-height: 140%;
}
.card-table__header > * {
  margin-left: 20px;
}
.card-table__body {
  display: none;
  padding: 0 30px 30px;
}
.card-table__body.open {
  display: block;
}
.card-table.active {
  box-shadow: 0px 5px 16px rgba(53, 73, 112, 0.1);
  border-color: #fff;
}

.card-user {
  padding: 50px 30px 30px;
  position: relative;
  min-width: 230px;
}
.card-user::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 0;
}
.new_card-user--client:before{
  content: "";
  position: absolute;
  background: white;
}
.new_card-user--client .user-admin__avatar{
  max-width: 100%;
  border-radius: 10px;
  border:0px;
}
.card-user__menu {
  width: 100%;
  margin-top: 20px;
}
.card-user__menu_item a {
  font-weight: 500;
  font-size: 14px;
  color: #05203F;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
}
.card-user__menu_item a:hover {
  color: var(--mint);
}
.card-user__menu_item + .card-user__menu_item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #DDE2F0;
}
.card-user__menu .card-user__links{
  margin-top: 30px;
}
.card-user__buttons {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
}
.card-user__buttons * + * {
  width: 100%;
  margin-top: 8px;
}
.card-user--client::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: #DDE2F0;
  z-index: 0;
}
.card-user--client .user-admin__status {
  background-color: #DDE2F0;
  color: #05203F;
}

.card-info, .card-banner {
  padding: 30px;
  box-shadow: none;
  background-color: #fff;
  border: 2px solid #eff1f8;
}
.card-info__header {
  display: flex;
  align-items: center;
}
.card-info__header .value {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.card-info__header .icon {
  margin-left: auto;
  width: 24px;
  height: 24px;
}
.card-info__header .icon use {
  fill: #3B98FF;
}
.card-info__body {
  margin-top: 20px;
  font-weight: 500;
  font-size: 15px;
}
.card-info--gray {
  background-color: #F6FBFF;
  border: none;
}
.card-info--total {
  background-color: #d5fefb;
  border: 2px solid #d5fefb;
}
.card-info--green {
  background-color: var(--main_badge_color);
  border: none;
}
.card-info--green .icon use {
  fill: #8DCC51;
}
.card-info--red {
  background-color: #ffdfdf;
  border: none;
}
.card-info--red .icon use {
  fill: #FF7A54;
}
.body__profile .card-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.body__profile .card-row:last-child{
  border-bottom: 0px;
}
.flex{
  display: flex; flex-wrap:wrap;
}
.card-user.new_card-user--client{
  width: 100%;
}
.body__profile .card-row p{
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203F;
}
.card-statistic {
  padding-left: 30px;
  border-left: 1px solid #DDE2F0;
}
.card-statistic__header {
  margin-bottom: 10px;
  font-weight: 600;
}
.card-statistic__content {
  display: flex;
  flex-flow: row nowrap;
}
.card-statistic__content .value {
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.06em;
}
.card-statistic__content .value--gray {
  background: none;
  color: #8D9ABB;
}
.card-statistic__content .value--gradient {
  font-weight: 600;
  background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.card-statistic__content .chart img {
  height: 100%;
}
.card__body_chart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-statistic__content .widget-comparison {
  margin-left: 16px;
}

.card-banner {
  padding: 20px 30px;
  border: 1px solid #DDE2F0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-banner__content {
  max-width: 200px;
}
.card-banner__content_offer {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}
.card-banner__content_offer + * {
  margin-top: 2rem;
}
.card-banner__content .link {
}
.card-banner__img {
  max-width: 100px;
}

.card-modal__header {
  padding: 16px 30px;
  background-color: var(--bandge_grey);
}
.card-modal__header .icon {
  margin-left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.card-modal__header .icon:hover {
  transform: rotate(90deg);
}
.card-modal__header .icon:hover use {
  fill: #05203F;
}
.card-modal__header .icon use {
  fill: #FF7A54;
}
.card-modal__body {
  padding: 30px;
}
.card-modal__body_block .text {
}
.card-modal__body_block > * + .text,
.card-modal__body_block > * + .list {
  margin-top: 14px;
}
.card-modal__body_block .buttons-group {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.card-modal__body_block .buttons-group > * + * {
  margin-left: 10px;
}
.card-modal__body_block + .card-modal__body_block {
  margin-top: 20px;
}
.card-modal__body_block-title, .card-modal__footer_block-title {
  margin-bottom: 10px;
  font-weight: 600;
}
.card-modal__footer {
  padding: 0 30px 30px;
}
.card-modal__footer_block + .card-modal__footer_block {
  margin-top: 20px;
}
.card-modal--news .card-modal__body_block {
  border-bottom: 1px solid var(--mint);
  padding-bottom: 26px;
}

.card-payment__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.card-payment__form {
  flex: auto;
}
.card-payment__form_item + .card-payment__form_item {
  margin-top: 20px;
}
.card-payment__form_item + .submit {
  margin-top: 30px;
}
.card-payment__form > *[type=submit],
.card-payment__form > a {
  margin-top: 20px;
}
.card-payment__available {
  flex: auto;
  max-width: 300px;
  margin-left: 40px;
}

/*** abstracts *************/
/***************************/
.input, .datepicker, .select, .textarea {
  width: 100%;
  font-weight: 500;
  color: #05203F;
  padding: 12px;
  background-color: #F3F9FF;
  border: 1px solid #daecff;
  border-radius: 4px;
}
.input::placeholder, .datepicker::placeholder, .select::placeholder, .textarea::placeholder {
  color: #8D9ABB;
}
.input:focus, .datepicker:focus, .select:focus, .textarea:focus {
  background-color: #fff;
  outline: transparent;
  border: 2px solid #529cf1;
}
.input:disabled, .datepicker:disabled, .select:disabled, .textarea:disabled {
  border: 2px solid #D8DEEF;
  background-color: #D8DEEF;
  cursor: not-allowed;
  color: #8D9ABB;
}
.input:disabled::placeholder, .datepicker:disabled::placeholder, .select:disabled::placeholder, .textarea:disabled::placeholder {
  color: #8D9ABB;
}
.input--active {
  background-color: #fff;
  outline: transparent;
  border-color: #05203F;
}
.input--valid {
  border-color: var(--mint);
  background-color: #fff;
}
.input--valid::placeholder {
  color: #05203F;
}
.input--invalid {
  border-color: #FF7A54;
  background-color: #fff;
  color: #CD6547;
}
.input--small, .datepicker--small, .textarea--small {
  min-height: 40px;
  border-width: 1px;
}
.input--small:focus, .datepicker--small:focus, .textarea--small:focus {
  border-width: 1px;
}
.input--link {
  background-color: #fff;
  border-color: var(--mint);
  color: #05203F;
}

.input-wrapp__label {
  display: flex;
  align-items: center;
}
.input-wrapp__label .label {
  margin-right: 0.8rem;
}
.input-wrapp__label .icon {
  position: relative;
  top: -2px;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.input-wrapp__label .icon:hover use {
  fill: #05203F;
}
.input-wrapp__label .icon use {
  fill: #8D9ABB;
}
.input-wrapp__label .label--small {
  margin-right: 0.6rem;
}
.input-wrapp__label .label--small + .icon {
  top: -3px;
}
.input-wrapp__error {
  color: #FF7A54;
}

.textarea {
  min-height: 5.3rem;
  resize: vertical;
}
/*** abstracts *************/
/***************************/
.label {
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #05203F;
  text-align: left;
  padding: 2px 0em 3px;
}
.label--checkbox {
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 1480px) {
  .label--checkbox {
  }
}
.label--disabled {
  color: #bbc6e3;
}
.label--small {
}


.input + .label {
  margin-top: 1rem;
}

/*** abstracts *************/
/***************************/
.select-wrapper {
  position: relative;
  background-color: #F3F9FF;
  border-radius: 4px;
}
.select-wrapper::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  content: "";
  width: 0.7em;
  height: 0.4em;
  background-color: var(--mint);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

.select {
  padding-right: 40px;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.select:focus {
  background-color: #fff;
  outline: transparent;
  border: 2px solid #0d509e;
}
.select:disabled {
  border: 2px solid #D8DEEF;
  background-color: #D8DEEF;
  cursor: not-allowed;
  color: #8D9ABB;
}
.select--active {
  background-color: #fff;
  outline: transparent;
  border-color: #05203F;
}
.select--small {
  min-height: 40px;
  padding: 10px;
  border-width: 1px;
  font-size: 14px;
}
.select--small:focus {
  border-width: 1px;
}

/*** abstracts *************/
/***************************/
.checkbox {
  position: relative;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--mint);
  border-radius: 0.15em;
  -webkit-appearance: none;
}
.checkbox:focus{
  border-color:var(--mint);
}
@media only screen and (max-width: 1480px) {
  .checkbox {
    width: 20px;
    height: 20px;
  }
}
.checkbox::before {
  position: absolute;
  top: 0.15em;
  left: 0.15em;
  content: "";
  width: 1em;
  height: 0.9em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #fff;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
@media only screen and (max-width: 1480px) {
  .checkbox::before {
    width: 0.9em;
    height: 0.8em;
    top: 0.18em;
    left: 0.16em;
  }
}
.checkbox:checked {
  border-color: var(--mint);
  background-color: var(--mint);
}
.checkbox:checked::before {
  transform: scale(1);
}
.checkbox:disabled {
  border-color: #D8DEEF;
  background-color: #D8DEEF;
}
.checkbox--small {
  margin-right: 0.8rem;
}

input[type=checkbox] {
  appearance: none;
  cursor: pointer;
  background-color: transparent;
}

/*** abstracts *************/
/***************************/
.toggle {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  flex: auto;
}
.toggle__input {
  appearance: none;
  position: relative;
  display: inline-block;
  width: 4.7rem;
  height: 2.6rem;
  margin: 0 1rem;
  vertical-align: top;
  background: #fff;
  border: 2px solid #c5e2ff;
  border-radius: 2.2rem;
  outline: none;
  cursor: pointer;
}
.toggle__input::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 2rem;
  height: 2rem;
  background-color: var(--mint);
  border-radius: 50%;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.toggle__input:checked::after {
  transform: translateX(calc(100% + 1px));
}
.toggle__label {
  font-weight: 500;
  line-height: 1;
  color: #8D9ABB;
}
.toggle__label--active {
  color: #05203F;
}

/*** abstracts *************/
/***************************/
.link {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  color: #3B98FF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.link:hover {
  color: #05203F;
}
.link--icon {
  display: flex;
  align-items: center;
}
.link--icon .icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.link--icon .icon use {
  fill: #8d9abb;
}

.user-admin {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  z-index: 1;
}
.user-admin__avatar {
  max-width: 130px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
}
.user-admin__status, .user-admin__status-begin, .user-admin__name, .user-admin__id, .user-admin__email {
  text-align: center;
}
.user-admin__status {
  margin-top: 8px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding: 0 12px;
  border-radius: 26px;
  background-color: var(--mint);
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.user-admin__status-begin {
  margin-top: 5px;
  font-weight: 500;
  line-height: 1;
  color: #8D9ABB;
}
.user-admin__name {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 700;
}
.user-admin__id {
  margin-top: 13px;
  font-weight: 500;
  line-height: 1;
}
.user-admin__email {
  margin-top: 7px;
  font-weight: 500;
  line-height: 1;
  color: #8D9ABB;
}

.user-profile {
  position: relative;
  cursor: pointer;
}
.user-profile__wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.user-profile__content {
  flex: auto;
  text-align: right;
}
.user-profile__content_name {
  max-width: 190px;
  white-space: nowrap;
  font-weight: 600;
  overflow: hidden;
}
.user-profile__content_id {
  margin-top: 5px;
  font-weight: 500;
  line-height: 1;
  color: #8D9ABB;
}
.user-profile__avatar {
  flex: 1 0 54px;
  max-width: 54px;
  margin-left: 15px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1480px) {
  .user-profile__avatar {
    flex: 1 0 46px;
    max-width: 46px;
  }
}
.user-profile__menu {
  position: absolute;
  right: 0;
  top: 4rem;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0px 5px 16px rgba(53, 73, 112, 0.1);
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  visibility: none;
  transition: all 0.3s ease-in-out;
  min-width: 206px;
}
.user-profile__menu_item {
  padding: 10px 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.user-profile__menu_item:hover {
  background-color: #e3eaf5;
}
.user-profile__menu_item:hover .user-profile__menu_link .icon use {
  fill: #05203F;
}
.user-profile__menu_link {
  display: flex;
  align-items: center;
}
.user-profile__menu_link .icon {
  margin-right: 1rem;
  height: 20px;
  width: 20px;
}
.user-profile__menu_link .icon use {
  fill: var(--mint);
  transition: all 0.3s ease-in-out;
}
.user-profile__menu_link .name {
  font-weight: 500;
}
.user-profile.active .user-profile__menu {
  top: 60px;
  opacity: 1;
  pointer-events: auto;
}

.user-default {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.user-default__avatar {
  flex: 1 0 6.4rem;
  max-width: 6.4rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.user-default__content_name {
  font-weight: 500;
}
.user-default__content_link {
  margin-top: 0.5rem;
}

.table-edpro {
  width: 100%;
}
.table-edpro .table-bordered > thead > tr > th, .table-edpro .table-bordered > thead > tr > td{
  border: 1px solid #DDE2F0;
  border-bottom-width: 0px;
}
.table-edpro tr:nth-child(even) {
  background-color: #F9FBFF;
}
.table-edpro select.form-control{
  height: auto !important;
}
.table-edpro thead tr{
  text-align: center;
}
.table-edpro thead tr a, .table-edpro thead th{
  font-weight: 600;
  line-height: 130%;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
}
.table-edpro td{
  font-size: 14px;
}
.table-edpro thead > tr > th, .table-edpro tbody > tr > td, .table-edpro tfoot > tr > td{
  padding: 8px 16px;
}
.table-edpro tfoot{
  background: transparent;
}
.table-edpro .panel-heading > div{
  margin-top:0px;
}
.table-edpro tr:hover:not(.table-edpro__head) {
  background-color: #e7f2ff;
  cursor: default;
}
.table-edpro__row:nth-child(even) {
  background-color: #F6FAFF;
}
.table-edpro__row:hover:not(.table-edpro__head) {
  background-color: #e7f2ff;
  cursor: default;
}
.table-edpro__row--title .table-edpro__th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  line-height: 130%;
  font-size: 13px;letter-spacing: -0.01em;
}
.table-edpro__row--title .table-edpro__th a{
  color: black;
}
.table-edpro__row--product:nth-child(even) {
  background-color: #fff;
}
.table-edpro__row--product:hover .button-table {
  background-color: var(--mint);
  border-color: var(--mint);
  color: #fff;
}
.table-edpro__row--product:hover .button-table .icon use {
  fill: #fff;
}
.table-edpro__row--product .table-edpro-buttons .button-table:hover {
  background-color: #05203F;
  border-color: #05203F;
  color: white !important;
}
.table-edpro__row--badge:nth-child(even) {
  background-color: #fff;
}
.table-edpro__row.product-new {
  position: relative;
}
.table-edpro__row.product-new::before {
  position: absolute;
  left: -2px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: var(--mint);
}
.table-edpro__th {
  padding: 1rem;
  border: 1px solid #DDE2F0;
  font-weight: 600;
  line-height: 130%;
}
.table-edpro__th .select-wrapper,
.table-edpro__th .input,
.table-edpro__th .datepicker {
  background-color: #fff;
}
.table-edpro__th .select,
.table-edpro__th .input,
.table-edpro__th .datepicker {
  border-color: #cbd3e8;
  color: #8D9ABB;
}
.table-edpro__th .select--small,
.table-edpro__th .input--small,
.table-edpro__th .datepicker--small {
  min-height: 3.6rem;
  height: 3.6rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.table-edpro__th .datepicker--small {
  min-width: auto;
  padding-left: 3.4rem;
  background-size: 1.6rem;
}
.table-edpro__th .select--active,
.table-edpro__th .input--active,
.table-edpro__th .datepicker--active {
  border-color: #05203F;
  color: #05203F;
}
.table-edpro__th--lead {
  padding-left: 2rem;
  font-weight: 600;
  text-align: left;
}
.table-edpro__th--fix[data-fix="90"] {
  width: 90px;
}
.table-edpro__th--fix[data-fix="100"] {
  width: 100px;
}
.table-edpro__th--fix[data-fix="120"] {
  width: 120px;
}
.table-edpro__td {
  padding: 0.8rem;
  border: 1px solid #DDE2F0;
  line-height: 140%;
}
.table-edpro__td_date {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.table-edpro__td_date .icon {
  position: relative;
  top: -1px;
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
}
.table-edpro__td_date .icon use {
  fill: #05203F;
}
.table-edpro__td .icon {
  width: 14px;
  height: 14px;
}
.table-edpro__td--center {
  text-align: center;
  white-space: nowrap;
}
.table-edpro__td--product {
  padding-left: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: none;
}
.table-edpro__td--product .table-edpro-buttons {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.table-edpro__td--product .table-edpro-buttons * + * {
  min-width: 30px;
  margin-left: 12px;
}
.table-edpro__td--product .table-edpro-buttons .input {
  min-height: 26px;
  height: 26px;
  padding: 5px;
}
.table-edpro__td--statistic {
  border-bottom: 0;
  border-top: 0;
  line-height: 100%;
  text-align: center;
}
.fold_page .table-edpro__td--statistic .icon {
  top: -1px;
}
.table-edpro__td--statistic .icon {
  position: relative;
  top: -1px;
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
}
.table-edpro__td--badge {
  width: 9rem;
  text-align: center;
  background-color: #F6FBFF;
}
.table-edpro__td--badge.red {
  background-color: #FFF7F5;
  color: #FF7A54;
}
.table-edpro__td--badge.green {
  background-color: var(--main_badge_color);
}
.table-edpro__td--badge.gray {
  background-color: #F3F9FF;
  color: #8D9ABB;
}
.table-edpro__td--tooltype .icon {
  margin-left: 0.5rem;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.table-edpro__td--tooltype .icon:hover use {
  fill: #05203F;
}
.table-edpro__td--tooltype .icon use {
  fill: #8D9ABB;
}

.table-edpro-wrapp,
.table-edpro-section {
  width: 100%;
}

.table-edpro-wrapp__footer {
  padding-top: 2rem;
}
.table-edpro-wrapp__footer .link--icon {
  color: #05203F !important;
}
.table-edpro-wrapp__footer .link--icon:hover {
  color: #FF7A54 !important;
  text-decoration: none !important;
}
.table-edpro-wrapp__footer .link--icon .icon {
  width: 1.8rem;
  height: 1.8rem;
}
.table-edpro-wrapp__footer .link--icon .icon use {
  fill: #FF7A54;
}

.table-edpro-service {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 1.8rem;
  background-color: #F6FAFF;
  border: 1px solid #DDE2F0;
  border-bottom: none;
}
.table-edpro-service__output {
  font-weight: 600;
}
.table-edpro-service__buttons {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.table-edpro-service__buttons * + * {
  margin-left: 1rem;
}

.table-edpro-settings {
  display: none;
  padding: 2rem 2rem 4rem;
  border: 1px solid #DDE2F0;
  border-bottom: none;
  overflow: hidden;
}
.table-edpro-settings__content {
  flex: 1 0 100%;
  width: 100%;
}
.table-edpro-settings__content_header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.table-edpro-settings__content_filter {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}
.table-edpro-settings__content_filter .label {
  margin-bottom: 2rem;
}
.table-edpro-settings__content_draggable {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.table-edpro-settings__content_draggable .label {
  margin-bottom: 2rem;
}
.table-edpro-settings__content_draggable .select-drag {
  display: flex;
  justify-content: space-between;
}
.table-edpro-settings__content_draggable .select-drag * {
  flex: 1 1 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-edpro-settings__content_draggable .select-drag * + * {
  margin-left: 1rem;
}
.table-edpro-settings__content_fieldset .label--checkbox + .label--checkbox {
  margin-left: 2rem;
}
.table-edpro-settings__content_fieldset + .table-edpro-settings__content_fieldset {
  margin-left: 6rem;
}
.table-edpro-settings__content_footer {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}
.table-edpro-settings__content_footer .button-small {
  margin-right: 1rem;
}
.table-edpro-settings__content_footer .settings-close {
  margin-left: auto;
}
.table-edpro-settings.open {
  display: block;
}
.table-edpro .panel-heading{
  margin: 0px;
  background: #F9FBFF;
  padding: 3px 15px;
}
.table-edpro .panel-heading .summary{
  margin: 0px;
}
.panel{
  border-radius:0px;
}

progress::-webkit-progress-bar {
  background: transparent;
  border-radius: 5px;
}

.progress {
  width: 100%;
  height: 0.7rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 10px;
  background: var(--bandge_grey);
}
.progress::-webkit-progress-value {
  border-radius: 10px;
}
.progress::-moz-progress-bar {
  border-radius: 10px;
}
.progress__container {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  display: block;
}
.progress__bar {
  background: var(--mint);
  width: 0%;
  display: block;
  height: inherit;
}
.progress--green {
  color: var(--mint);
}
.progress--green::-webkit-progress-value {
  background: var(--mint);
}
.progress--green::-moz-progress-bar {
  background: var(--mint);
}
.progress--red {
  color: #FF7A54;
}
.progress--red::-webkit-progress-value {
  background: #FF7A54;
}
.progress--red::-moz-progress-bar {
  background: #FF7A54;
}
.progress--gradient::-webkit-progress-value {
  background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
}
.progress--gradient::-moz-progress-bar {
  background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
}

.widget-progress__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-progress__header_title {
  font-weight: 500;
  line-height: 100%;
  display: flex;
  font-size: 15px;
  align-items: flex-start;
}
.widget-progress__header_title .icon {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  cursor: pointer;
}
.widget-progress__header_title .icon:hover use {
  fill: #05203F;
}
.widget-progress__header_title .icon use {
  fill: #8D9ABB;
}
.widget-progress__header_bonus {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.05em;
}
.widget-progress__header .link {
  font-weight: 500;
  line-height: 100%;
  font-size: 13px;
}
.widget-progress__footer {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.03em;
}
.widget-progress__footer_content {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.widget-progress__footer_content .value-finish {
  color: #8D9ABB;
}

.widget-value {
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.widget-value--small {
  font-size: 14px;
}
.widget-value--pink {
  color:var(--pink) !important;
}
.widget-value--gray {
  background: none;
  color: #8D9ABB;
}
.widget-value--gradient {
  font-weight: 600;
  background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.widget-comparison {
  max-width: 100px;
}
.widget-comparison__metric {
  font-weight: 600;
  letter-spacing: -0.02em;
}
.widget-comparison__metric--negative .icon use {
  fill: #FF7A54;
}
.widget-comparison__metric--positive .icon {
  transform: rotate(180deg);
}
.widget-comparison__metric--positive .icon use {
  fill: var(--mint);
}
.widget-comparison__metric .icon {
  width: 1.4rem;
  height: 1.4rem;
}
.widget-comparison__text {
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  color: #8D9ABB;
}
.widget-comparison--profit .icon {
  width: 3rem;
  height: 3rem;
}
.widget-comparison--profit .icon use {
  fill: var(--mint);
}
.widget-comparison--chart {
  margin-left: 0;
  margin-right: 1.6rem;
}

.widget-balance {
  display: flex;
  align-items: center;justify-content: space-between;
}
.widget-balance__comparison {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid #DDE2F0;
}

.widget-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-result__title {
  font-weight: 500;
  line-height: 100%;
}
.widget-result__value {
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
}

.widget-skladchina {
  text-align: center;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  background-color: var(--bandge_grey);
  text-align: center;
}
.widget-skladchina__value {
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.06em;
  white-space: nowrap;
  font-size: 34px;
}
.widget-skladchina__text {
  margin-top: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: #6d7ea8;
  font-size: 13px;
}

.widget-users {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: flex-start;
}
.widget-users__item {
  margin-top: 1.4rem;
  width: 340px;
}

.widget-direction {
  display: flex;
  align-items: center;
}
.widget-direction__title {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-size: 30px;
}
.widget-direction .special-button {
  margin-left: auto;
}

.datepickers {
  position: relative;
  padding-left: 4rem;
  min-width: 240px;
  background-repeat: no-repeat;
  background-position: 1.2rem center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z' fill='%238D9ABB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1C16.5523 1 17 1.44772 17 2V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V2C15 1.44772 15.4477 1 16 1Z' fill='%238D9ABB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8.55228 1 9 1.44772 9 2V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V2C7 1.44772 7.44772 1 8 1Z' fill='%238D9ABB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 9.44772 2.44772 9 3 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z' fill='%238D9ABB'/%3E%3C/svg%3E%0A");
  background-size: 1.9rem;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #05203F;
  background-color: #F3F9FF;
  border: 2px solid #daecff;
  border-radius: 4px;

}
.datepicker--small {
  padding-left: 3.8rem;
  min-width: 200px;
  background-size: 1.8rem;
}
.datepicker--active {
  background-color: #fff;
  outline: transparent;
  border-color: #05203F;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z' fill='%2364D1BB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 1C16.5523 1 17 1.44772 17 2V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V2C15 1.44772 15.4477 1 16 1Z' fill='%2364D1BB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8.55228 1 9 1.44772 9 2V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V2C7 1.44772 7.44772 1 8 1Z' fill='%2364D1BB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 9.44772 2.44772 9 3 9H21C21.5523 9 22 9.44772 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z' fill='%2364D1BB'/%3E%3C/svg%3E%0A");
}

.daterangepicker {
  background-color: #fff;
  box-shadow: 0px 5px 20px rgba(53, 73, 112, 0.2);
  border-radius: 1rem;
  border: none;
  font-family: inherit;
  border-color: #DDE2F0;
  transition: all 0.3s ease-in-out;
}

.daterangepicker:before,
.daterangepicker:after {
  display: none;
  content: none;
  visibility: hidden;
  width: 0;
  height: 0;
}

.daterangepicker td.in-range {
  background-color: var(--bandge_grey);
  color: #05203F;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  width: 3.2rem;
  height: 2.8rem;
  transition: all 0.3s ease-in-out;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: var(--bandge_grey);
}

.daterangepicker td.active {
  background-color: var(--mint);
  color: #fff;
  font-weight: 500;
}

.daterangepicker td.active:hover {
  background-color: #2fa089;
}


.daterangepicker .drp-buttons {
  border-color: #DDE2F0;
}

.daterangepicker .drp-buttons .btn {
  padding: 0.4em 1.3em;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.daterangepicker .drp-buttons .btn.applyBtn {
  border-color: var(--mint);
  background-color: #fff;
}
.daterangepicker .drp-buttons .btn.applyBtn:hover {
  background-color: var(--mint);
  color: #fff;
}

.daterangepicker td.off {
  color: #adb6ce;
}

.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker .drp-calendar.left {
  padding: 1.4rem 0 1.4rem 1.4rem;
}

.daterangepicker .drp-calendar.right {
  padding: 1.4rem 1.4rem 1.4rem 0;
}

.daterangepicker .drp-buttons {
  padding: 1.4rem;
  text-align: left;
}

.tippy-box[data-theme=custom] {
  background-color: #05203F;
  color: #fff;
  border-radius: 0.8rem;
}

.tippy-box[data-theme=custom][data-placement=top] > .tippy-arrow::before {
  border-top-color: #05203F;
}

.faq__section .widget-direction {
  display: block;
}
.faq__section .widget-direction__title {
  padding: 1rem;
  font-weight: 600;
  background-color: #e7f2ff;
}
.faq__section + .faq__section {
  margin-top: 2rem;
}
.faq__item {
  cursor: pointer;
  border-bottom: 1px solid #DDE2F0;
  transition: all 0.3s ease-in-out;
  border-left: 2px solid rgba(100, 209, 187, 0);
  transition: all 0.3s ease-in-out;
}
.faq__item.active {
  border-left-color: var(--mint);
}
.faq__item_content .title {
  padding: 1rem;
  color: #8D9ABB;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.faq__item_content .title:hover {
  color: #05203F;
}
.faq__item_content.visible .title {
  color: #05203F;
}
.faq__item .text {
  display: none;
  padding: 0 1rem 1rem;
  font-weight: 400;
}
.faq__item .text.open {
  display: block;
}
.faq__item + .faq__item {
  border-top: none;
}

.element-hidden {
  display: none;
}
.element-hidden.open {
  display: block;
}

.special-button {
  max-width: 700px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  cursor: pointer;
}
.special-button_wrap{
  flex-flow: row nowrap;
  display: flex;
}
.special-button__icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(95deg, var(--mint) 0%, #b6ff62 100%);
}
.special-button__text {
  margin-left: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.special-button__text .link {
  display: block;
  margin-top: 0.5rem;
}

.dragable {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 2rem;
  min-height: 4.4rem;
  background-color: var(--bandge_grey);
  border: 2px dashed #c3d7f7;
  font-weight: 600;
  text-align: center;
  cursor: move;
  cursor: grab;
}

.date-switch {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.date-switch__date {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.date-switch__date .icon {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.date-switch__date .icon use {
  fill: #a8b5d9;
}
.date-switch__date .date {
  font-weight: 600;
  line-height: 1;
}
.date-switch__button {
  width: 28px;
  height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.date-switch__button .icon-arrow use {
  transition: all 0.3s ease-in-out;
}
.date-switch__button:hover [data-icon=arrow-right] use {
  fill: var(--mint);
}
.date-switch__button--prev {
  border-right: 1px solid #bac4e0;
}
.date-switch__button--next {
  border-left: 1px solid #bac4e0;
}

.service-button {
  min-height: 40px;
  padding: 0 10px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 4px;
  border: transparent;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.service-button:hover {
  background-color: var(--mint);
  color: #fff;
}
.service-button:hover .service-button__icon svg use {
  fill: #fff;
}
.service-button__icon {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.service-button__icon svg {
  width: 100%;
  height: 100%;
}
.service-button__icon svg use {
  transition: all 0.3s ease-in-out;
  fill: var(--mint);
}
.service-button.button--close {
  background-color: #fff !important;
}

.header {
  position: relative;
  height: 94px;
  padding: 0 20px 0 20px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  background-color: #F6FAFF;
  z-index: 1000;
}
@media only screen and (max-width: 1480px) {
  .header {
    height: 70px;
  }
}
.header__content {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hide {
  display: none;
}
.side-schools{
  position: absolute;
}
ul.side-schools {
  width: 100%;
  left: 0px;
  padding: 12px;
  background: white;
  top: 50px;
}
li.school-item {
  margin-bottom: 5px;
}
li.school-item a{
  display: block;
  width: 100%;
}
li.school-item:last-child {
  margin-bottom: 0px;
}
.header__block--select {
  width: 300px;
}
@media only screen and (max-width: 1480px) {
  .header__block--select {
    width: 240px;
  }
}
.header__block--select .select {
  position: relative;
  padding-left: 40px;
  background-color: #fff;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  -ms-appearance: none;
  appearance: none !important;
}
@media only screen and (max-width: 1480px) {
  .header__block--select .select {
    min-height: 40px;
    padding: 7px;
    padding-left: 35px;
  }
}
.header__block--select .select-wrapper::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--mint);
  z-index: 1;
}
.header__block--select .select-wrapper.null_school::after{
  display: none;
}
.header__block--select .select-wrapper.null_school .select{
  cursor: initial;
}
@media only screen and (max-width: 1480px) {
  .header__block--select .select-wrapper::before {
    left: 15px;
  }
}
.header__block--user {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header__block--toggle-sidebar {
  margin-right: 28px;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #C8DAF0;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.header__block--toggle-sidebar:hover {
  background-color: var(--mint);
  border-color: var(--mint);
}
.header__block--toggle-sidebar:hover .toggle-sidebar .icon use {
  fill: #fff;
}
@media only screen and (max-width: 1480px) {
  .header__block--toggle-sidebar {
    height: 40px;
  }
}
.header__block--toggle-sidebar .toggle-sidebar {
  width: 100%;
  height: 100%;
  border: none;
}
.header__block--toggle-sidebar .toggle-sidebar .icon use {
  fill: #05203F;
  transition: all 0.3s ease-in-out;
}
.header__user-item {
  height: 54px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #C8DAF0;
}
@media only screen and (max-width: 1480px) {
  .header__user-item {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
  }
}
.header__user-item:first-child {
  border: none;
}
.header__user-item:last-child {
  padding-right: 0;
}
.header__user-item .user-tutorials {
  line-height: 140%;
  color: #05203F;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header__user-item .user-tutorials:hover {
  color: var(--mint);
}
.header__user-item .user-alert {
  position: relative;
  border: none;
}
button.user-alert {
  background: transparent;
}
.header__user-item .user-alert .icon use {
  fill: #05203F;
}
.header__user-item .user-alert::after {
  position: absolute;
  right: 1px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--mint);
  border: 2px solid #fff;
}

.logo {
  display: flex;
  height: 94px;
  width: 100%;
  flex-flow: column nowrap;
  justify-content: center;
}
@media only screen and (max-width: 1480px) {
  .logo {
    height: 80px;
  }
}
.logo__content {
  height: 42px;
}
.logo__content_item.logo-symbol {
  transition: all 0.3s ease-in-out;
}
.logo__content_item.logo-name {
  position: relative;
  top: -18px;
  left: 24px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1480px) {
  .logo__content_item.logo-name {
    top: -16px;
    width: 143px;
  }
}
.logo--sidebar {
  padding-left: 27px;
  padding-right: 27px;
}

.sidebar__logout {
  position: fixed;
  bottom: 0;
  left: 0;
}
.sidebar__logout.scrollable {
  box-shadow: -7px -1px 7px 6px rgba(5, 32, 63, 0.06);
}
.sidebar__logout-content_link:hover{
  text-decoration: none;
}
.sidebar__logout-content {
  padding: 20px 27px;
  width: 240px;
  background-color: #fff;
}
@media only screen and (max-width: 1480px) {
  .sidebar__logout-content {
    max-width: 220px;
  }
}
.sidebar__logout-content_link {
  flex: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
}
.sidebar__logout-content_link:hover .link-name {
  color: #FF7A54;
}
.sidebar__logout-content_link .logout-icon {
  margin-right: 2rem;
  flex: 1 0 2.4rem;
  max-width: 2.4rem;
}
.sidebar__logout-content_link .logout-icon use {
  fill: #FF7A54;
  transition: all 0.3s ease-in-out;
}
.sidebar__logout-content_link .link-name {
  font-weight: 700;
  color: #05203F;
  transition: all 0.3s ease-in-out;
}
.sidebar--left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
}
@media only screen and (max-width: 1480px) {
  .sidebar--left {
    width: 220px;
  }
}

.menu {
  height: 100%;
  overflow: auto;
  padding-bottom: 48px;
  padding-top: 40px;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
ul.menu.js-menu {
  padding-bottom: 158px;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu__item {
  position: relative;
}
.menu__item:hover .menu__item-content_arrow use {
  fill: #05203F;
}
.menu__item_close-name {
  display: none;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #8D9ABB;
}
.menu__item--active .menu__item-content_link .menu-icon use,
.menu__item--active .menu__item-content_link .menu-icon i {
  fill: #8D9ABB;
  color: #8D9ABB;
}
.menu__item--active .menu__item-content_link .menu-name {
  color: #05203F;
}
.menu__item--active .menu__item-content_arrow {
  transform: rotate(180deg);
}
.menu__item--active .menu__item-content_arrow use {
  fill: #8D9ABB;
}
.menu__item + .menu__item {
  margin-top: 10px;
}
.menu__item-content {
  min-height: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  cursor: pointer;
}
.menu__item-content_link {
  flex: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 27px;
}
.menu__item-content_link:hover .menu-icon use {
  fill: var(--mint);
}
.menu__item-content_link:hover{
  text-decoration: none;
}
.menu__item-content_link:hover .menu-name {
  color: #05203F;
}

/*Подсветка активного пункта меню*/
li.menu__item.js-menu-item.active .menu-icon use, li.menu__item.active .menu__item-content_link .menu-icon use {
  fill: var(--mint);
}
li.menu__item.js-menu-item.active .menu__item-content_link, li.menu__item.active .menu__item-content_link{
  text-decoration: none;
}
li.menu__item.js-menu-item.active .menu__item-content_link .menu-name, li.menu__item.active .menu__item-content_link .menu-name {
  color: #05203F;
}


.menu__item-content_link .menu-icon {
  flex: 1 0 24px;
  max-width: 40px;
}
.menu__item-content_link i.menu-icon {
  color: #8D9ABB;
  transition: all 0.3s ease-in-out;
}
.menu__item-content_link .menu-icon use {
  fill: #8D9ABB;
  transition: all 0.3s ease-in-out;
}
.menu__item-content_link .menu-name {
  color: #8D9ABB;
  opacity: 1;
  pointer-events: all;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.menu__item-content_arrow {
  margin-left: 1rem;
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}
.menu__item-content_arrow use {
  fill: #8D9ABB;
  transition: all 0.3s ease-in-out;
}
.menu .submenu {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.submenu {
  display: none;
  background-color: #f6f9ff;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.submenu__name {
  display: none;
  padding: 15px;
  font-weight: 700;
}

.submenu__item:hover {
  background-color: #e3eaf5;
}
.submenu__item:hover a {
  opacity: 1;
}
.submenu__item a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: #05203F;
  opacity: 0.5;
  white-space: nowrap;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 40px;
  padding: 0 15px 0 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
}
a.submenu__item_link.active{
  background-color: #e3eaf5;
  opacity: 1;
}

.submenu__item--active {
  position: relative;
  background-color: #e3eaf5;
  pointer-events: none;
}
.submenu__item--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--mint);
}
.submenu__item--active a {
  opacity: 1 !important;
  pointer-events: none;
}
.submenu.open {
  display: block;
  border-top: 1px solid #dae6fa;
  border-bottom: 1px solid #dae6fa;
  max-height: 250px;
  overflow-y: auto;
}

.submenu.open::-webkit-scrollbar, .app__sidebar.close .sidebar .menu .menu__item .submenu::-webkit-scrollbar {
  width: 12px;
}
.submenu.open::-webkit-scrollbar-track, .app__sidebar.close .sidebar .menu .menu__item .submenu::-webkit-scrollbar-track {
  background: #f6f9ff;
}

.submenu.open::-webkit-scrollbar-thumb, .app__sidebar.close .sidebar .menu .menu__item .submenu::-webkit-scrollbar-thumb {
  background-color: var(--mint);
  border-radius: 20px;
  border: 3px solid #f6f9ff;
}
.content {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.content__row {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (max-width: 1380px) {
  .content__row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.content__row > * {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (max-width: 1380px) {
  .content__row > * {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.content__user {
  flex: auto;
  max-width: 300px;
  margin-right: 4rem;
}
@media only screen and (max-width: 1380px) {
  .content__user {
    max-width: 270px;
    margin-right: 3rem;
  }
}
.content__admin {
  flex: auto;
}
.content--home {
  display: flex;
}

* + .content {
  margin-top: 3rem;
}

.modal-edpro {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(5, 32, 63, 0.5);
  cursor: pointer;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-edpro::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-edpro__container {
  position: relative;
  max-width: 1000px;
  margin: 50px auto;
  display: none;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  cursor: default;
}
.modal-edpro__container.modal-open {
  overflow: initial !important;
}
button.modal-edpro__close.js-modal-close:focus{
  outline: 0px !important;
}
@media (max-width: 1024px) {
  .modal-edpro__container {
    width: 90%;
  }
}
.modal-edpro__container.modal-open {
  display: inline-block;
}
.modal-edpro__container--partnerlink {
  max-width: 540px;
}
.modal-edpro__close {
  position: absolute;
  top: -3rem;
  right: -3rem;
  border: none;
}
.modal-edpro__close:hover .icon {
  transform: rotate(180deg);
}
.modal-edpro__close .icon {
  width: 3rem;
  height: 3rem;
  transition: all 0.3s ease-in-out;
}
.modal-edpro__close .icon use {
  fill: #fff;
}
.modal-edpro.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.fade {
  opacity: 0;
  transition: opacity 0.3s;
}
.fade.animate-open {
  opacity: 1;
  transition: opacity 0.3s;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s, visibility 0.3s;
}
.fadeInUp.animate-open {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, visibility 0.3s;
}

.disable-scroll {
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.partner-links__item:hover .card-table__header {
  color: #05203F;
}
.partner-links__item .card-table__header {
  color: #8D9ABB;
  transition: all 0.3s ease-in-out;
}
.partner-links__item + .partner-links__item {
  margin-top: 1rem;
}

/**
 * Abstract
 */
/**
 * Base
 */
/**
 * Vendor styles
 */
/**
 * Components
 */
/**
 * Content
 */
/*# sourceMappingURL=main.css.map */

/*New Styles*/
span.value-team {
  color: var(--mint);
}
.card-user__menu{
  margin-bottom: 30px;
}
a.link.link--icon {
  font-family: Inter;  font-style: normal;  font-weight: 500;  font-size: 13px;  line-height: 140%;color: #3B98FF;
}
.card-user__links{
  width: 100%;  display: flex;  flex-flow: column;
}
.card-user__links a{
  margin-bottom: 10px;
  width: 100%;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #05203F;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px;
  min-height: 40px;
  background: var(--bandge_grey);
  border-radius: 4px;transition: all 0.3s ease-in-out;
}
.card-user__links a:hover{
  background-color: #dae6fa;
  text-decoration: none;
}
.card-user__links a svg{
  margin-right: 14px;
}
.card__header h3{
  font-family: Inter;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203F;
}
.card__body .widget-balance .widget-value{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #05203F;
}
.widget-progress__body{
  margin-top: 9px;
}
a.button-primary-icon.button-primary-icon--black.button--block:hover{
  text-decoration: none; color: white;
}
.button--block:hover{
  text-decoration: none;
}
.sidebar__logout-content_link svg use{
  fill: #ff7a54;
  transition: all 0.3s ease-in-out;
}
.sidebar__logout-content_link svg{
  margin-right: 2rem;
  flex: 1 0 2.4rem;
  max-width: 2.4rem;
}
.my_bussiness_title{
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  color: #05203F;
  margin-bottom: 50px;
}
.app__main.main{
  background: white;
}
.sub_title_page{
  background: white;padding: 60px 10px 50px;
  position: relative;
}
.sub_title_page:after, .sub_title_page:before {
  position: absolute;
  content: '';
  background: white;
  left: -50%;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 1;
}
.sub_title_page:before {
  right: -50%;left: auto;
}
.sub_title_page h3, .sub_title_page h1{
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 100%;
  color: #05203F;
  z-index: 2;
  position: relative;
}
.sub_title_page p{
  z-index: 2;
  position: relative;    margin-top: 10px;
}
.card_intro{
  padding: 30px;
  margin-bottom: 1rem;
}
.card_intro h3{
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #05203F;
}
.tabs_links{
  display: flex;
}
.tabs_links li {

}
.tabs_links li a{
  color: #8D9ABB;display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  border-radius: 4rem !important;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.tabs_links li a.active{
  background-color: #05203F !important;
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}
.hidden_all{
  display: none !important;
}
.badge:hover{
  text-decoration: none;
}
.no__border{
  border:0px !important;
}
.fold_page .text{
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #05203F;
}
.pre_wrap {
  white-space: pre-wrap;
  text-align: right;
  padding-right: 0px;
}
.kv-table-footer {
  font-size: 14px;
}

.kv-table-footer td{
  vertical-align: middle;
}
a.link.link-submenu:focus {
  outline: 0px;
}
.menu-active .submenu{
  display: block;
}
.menu-active .link-submenu svg{
  transform: rotate(180deg);
}
.menu-active .link-submenu svg use{
  fill: #000;
}
.menu-active a.link-submenu{
  color: var(--mint);
}
.intro_project {
  padding: 15px;
}
.intro_project li{
  margin-top: 8px;
}
.intro_project li a{
  color: white;
}
.user-admin__date-end {
  font-size: 13px;
}
.green_icon{
  transform: rotate(180deg);
}
.widget-comparison__metric--negative .icon.green_icon use {
  fill: var(--mint);
}
.intro_text {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  color: #05203F;
}
.stat_bonus{
  margin-top: 50px;
}
.intro_sub_page{
  position: relative;
  z-index: 2;
}
.table-edpro-wrapp h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203F;
}
.bonus_table_basic td:nth-child(1), .bonus_table_levels td:nth-child(1){
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203F;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 8px;
}
.bonus_table_levels td.table-edpro__td.table-edpro__td--tooltype.badge--bold{
  font-size: 12px;
}

.card_source_total_details tr.table-edpro__row td:nth-child(2), .bonus_table_basic tr.table-edpro__row td:nth-child(2), .bonus_table_levels tr.table-edpro__row td:nth-child(2), .bonus_table_levels tr.table-edpro__row td:nth-child(3),.bonus_table_levels tr.table-edpro__row td:nth-child(4){
  text-align: center;

}
.card_source_total_details tr.table-edpro__row td .badge, .bonus_table_basic tr.table-edpro__row td .badge, .bonus_table_levels tr.table-edpro__row td .badge{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #05203F;
  flex: none;
  order: 1;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 30px;
}
.no-border, .no-border td{
  border: 0px !important;
}
.bonus_table_basic tr.table-edpro__row td .badge--primary-light{
  background: #F7FBFF;
}
.bonus_table_basic tr.table-edpro__row td .green, .badge.green{
  background: var(--main_badge_color);
}
.bonus_table_basic tr.table-edpro__row td .red{
  background: #FFF7F5;
}
.bonus_table_levels tr.table-edpro__row td .badge--primary{
  background: #F7FBFF;
}
.bonus_table_levels tr.table-edpro__row td .badge--primary.green{
  background: var(--main_badge_color);
}
.card_source_total_details td, .bonus_table_basic td{
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.card_source_total_details tr:last-child td, .bonus_table_basic tr:last-child td{
  border-bottom-color: transparent;
}
.first_no_bord{
  border-left-color: transparent;
  border-top-color: transparent;
}
.bonus_table_levels td:nth-child(1){
  border-left-color: transparent;
}
.bonus_table_levels tr td:last-child{
  border-right-color: transparent;

}
.bonus_table_levels tr:first-child td{
  border-top-color: transparent;
}
.bonus_table_levels tr:last-child td{
  border-bottom-color: transparent;
}
.show{
  opacity: 1;
}
.bonus_table_basic td.sum_table{
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #05203F;
}
.sum_text_table{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-align: right;
  color: #05203F;
}
.badge_partner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 34px;
  background: var(--mint);
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 5px 10px 0px 0px;
}
.structure_id{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #f6faff;
  border-radius: 100px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
  padding: 5px 23px;
}
.badge__active{
  background: #E8FCFE;
}
.text_user_personal {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #05203F;
  margin-right: 18px;
}
.icon-view, .icon-blank{
  position: relative;
}
.icon-view:before, .icon-blank:before{
  content: '';
  width: 20px;;
  height: 20px;
  left: 0px;
  margin-right: 7px;
}
.icon-view:before{
  background: url("../images/view.svg") no-repeat;
}
.icon-blank:before{
  background: url("../images/blank.svg") no-repeat;
}
.main_filter{
  background: #F9FBFF;
}
.main_filter #selectedOfferNames{
  min-height: 100px;
  height: 100px;
  width: 100%;
  font-weight: 500;
  color: #05203F;
  padding: 12px;
  background-color: #F3F9FF;
  border: 1px solid #daecff;
  border-radius: 4px;
}
.order-filter-group{
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 1;
}
.order-filter-tab-selected,.order-filter-tab{
  background: white;
}
.order-filter-tab-selected{
  position: relative;
  border: 1px solid #DDE2F0;
  border-bottom: 0px;
}
.order-filter-tab-selected:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  bottom: -1px;
  left: 0px;
  z-index: 2;
}
.order-filter-tab{
  padding-top: 20px;
  border: 1px solid #DDE2F0;
  margin-bottom: 20px;
}
.order-filter-group span{
  border-bottom: 1px dashed;
}
.order-filter-tab-selected span{
  border-bottom: 1px transparent;
}
select#structureorder-dateperiod{
  padding: 10px;
}
.select--small{
  -webkit-appearance: none;
}
/*.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom, .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top{
  display: none !important;
}*/
.order-filter-form{
  position: relative;
}
.card-partner-link .tab-content.tab-content-custom-pill{
  padding-top: 0px;
  padding-right: 0px;
}
.brand-switcher{
  display: none;
}
.select_style_edpro span.select2-selection.select2-selection--single{
  min-height: 40px;
  font-size: 13px;
  border-width: 1px;
  padding-right: 40px;
  appearance: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative;
  border-color: #daecff;
  border-radius: 4px;
  box-shadow: none;
}
.select_style_edpro .select2-container--krajee .select2-selection--single .select2-selection__placeholder{
  color: #05203F;
}

.select_style_edpro .select2-container--krajee .select2-selection--single .select2-selection__arrow{
  display: none;
}
.field-partnerregistrationform-gender label{
  margin-right: 0.6rem;
  display: block;
  margin-bottom: 7px;
  font-weight: 600;
  color: #05203F;
  text-align: left;
  padding: 2px 0em 3px;
}
.form-group.field-partnerregistrationform-gender{
  margin-bottom: 0px;
}
a#notificationDropdown {
  font-size: 24px;
}
.btn{
  line-height: initial;
}
.partner-links__item .name_partner-links{
 margin-left: 0px;
}

@media (min-width: 1461px) and (max-width: 1900px){
  .button-primary, .button-primary-icon, .button-primary-zero, .button-primary-icon-zero{
    min-width: 100%;
    line-height: 1.2;
    padding: 0 16px;
  }
  .widget-skladchina {
    padding: 24px 10px 24px;
  }
  .card-banner__content_offer {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1510px){
  .card-banner__content_offer {
    font-size: 16px;
  }
  .card-banner__img {
    max-width: 45px;
  }
  .button-primary, .button-primary-icon, .button-primary-zero, .button-primary-icon-zero{
    min-width: 100%;
    font-size: 14px;
  }
  .menu__item-content_arrow {
    margin-left: 6px;
  }
  .card-user__menu_item a{
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 1300px){
  .user-profile__content_name, .header__user-item.header__user-tutorials{
    display: none;
  }
  .user-profile__avatar {
    flex: 1 0 33px;
    margin-left: 5px;
  }
  .user-profile__content_id{
    font-size: 13px;
  }
  .row.main_page_row{
    justify-content: space-between;
  }
  .main_page_content {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .main_page_content .col-lg-4{
    flex: 0 0 50%;
    max-width: 50%;
  }
  .main_page_content .col-md-8, .main_page_content .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .main_page_content .widget-comparison{
    margin-left: 0px;
    max-width: 100%;
  }
  .main_page_content .line_row .card-banner{
    margin-bottom: 15px;
  }
  .main_page_row .card.no__border.mb-5{
    min-width: 230px;
  }
  .main_page_row .widget-value {
    font-size: 30px;
  }
  .main_page_row .widget-comparison--profit .icon {
    width: 2rem;
    height: 2rem;
    margin-left: 11px;
  }
  .user-profile__menu_link:hover{
    color: var(--primary-text-color);
  }
  .main_page_row .mobile_row{
    flex-wrap: wrap;
  }
  .main_page_row .mobile_row .wh_home{
    width: 100%;
    margin-bottom: 10px;
  }
  .main_page_row .mobile_row .ml-auto{
    margin-left: revert !important;
  }
}
@media (max-width: 991px) {
  aside.sidebar.sidebar--left, .app__sidebar, .header__block--toggle-sidebar, .user-profile__content {
    display: none;
  }
  .app__main {
    width: 100%;
  }
  .order-filter-tab .form-group .datepickers{
    min-width: auto;
  }
  .main_page_content .line_row .card-banner{
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .app__content {
    margin: 10px;
  }
  aside.sidebar.sidebar--left, .app__sidebar, .header__block--toggle-sidebar {
    display: none;
  }
  ul.menu.js-menu {
    padding-bottom: 40px;
  }
  .app__main{
    width: 100%;
  }
  .button-primary, .button-primary-icon, .button-primary-zero, .button-primary-icon-zero{
    min-width: 100%;
  }
  .order-filter-tab-selected, .order-filter-tab {
    background: transparent;
  }
  .order-filter-tab-selected{
    background: transparent;
    border: 0px;
  }
  .order-filter-group{
    position: relative;
    z-index: 3;
  }
  .order-filter-tab   .datepickers{
    min-width: 100%;
  }
  .order-filter-form a.btn.btn-outline-primary{
    white-space:initial;
    margin-top: 10px;
  }
  .btn_grop_filter{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .brand-switcher {
    display: flex;
    align-items: center;
  }
  .header__block.header__block--select .select-wrapper, .header__user-item.header__user-tutorials, .user-profile__content, a.navbar-brand.brand-logo{
    display: none;
  }
  .mobile_show{
    display: block;
  }
  .partner-links__item .card-table__header{
    padding: 15px 15px;
    display: flex;
    justify-content: space-between;
  }
  .partner-links__item .card-table__header .button-small-icon-zero--green{
    padding: 0 9px;
    min-height: 29px;
    width: 150px;
    font-size: 11px;
  }
  .partner-links__item .table-edpro__td--product{
    flex-wrap: wrap;
  }
  .partner-links__item .table-edpro__td--product .link-name{
    text-align: left;
    font-size: 13px;
  }
  .partner-links__item .table-edpro__td--product .table-edpro-buttons {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partner-links__item .table-edpro__td--product .table-edpro-buttons * + * {
    margin-left: 0px;
  }
  .partner-links__item input.input.input--small.input--link.partner-link {
    width: 100%;
    margin-bottom: 10px;
  }
  .partner-links__item .card-table__header{
    text-align: left;
  }
  .partner-links__item .name_partner-links{
    width: calc(100% - 150px);
    font-size: 13px;
  }
  .partner-links__item .card-table__body{
    padding: 0 15px 15px;
  }
  .tabs__panel{
    background: transparent;
    border-radius: 0px;
  }
  .card-partner-link .widget-direction{
    flex-wrap: wrap;
  }
  .card-partner-link .widget-direction__title{
    font-size: 24px;
  }
  .card-partner-link .widget-direction .special-button {
    margin: 10px 0;
  }
  #searchForm .select-wrapper {
    display: block;
  }
  .header__user-item{
    min-width: 64px;
  }
  .card__body_informer{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .card__body_informer .card-info + .card-info{
    margin: 15px 0px 0px;
  }
  .stat_bonus .col-md-6:nth-child(2), .line_row .col-lg-4:nth-child(2){
    margin: 20px 0;
  }
  .line_row .card-banner__img{
    max-width: 50px;
  }
  .line_row .card-banner__content_offer{
    font-size: 16px;
  }
  .line_row a.link.link--icon{
    margin-top: 15px;
  }
  .btn{
    white-space:inherit;
  }
  .sub_title_page {
    background: white;
    padding: 30px 10px 30px;
    position: relative;
  }
  .navbar-brand {
    margin-right: 0px;
  }
  .modal-edpro__container{
    margin: 100px auto;
  }
  .modal-edpro__close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
  }
  .modal-edpro__close .icon use {
    fill: #000;
  }
  .modal-edpro__close .icon{
    width: 30px;
    height: 30px;
  }
  .mobile_row .d-flex{
    flex-direction: column;
    width: 100%;
  }
  .mobile_row .d-flex .ml-2{
    margin-left: 0px !important;
    margin-top: 10px;
  }
  .special-button_wrap{
    margin-top: 15px;
  }
}
.stretch-card .badge.badge--grey {
  display: inline-flex;
}
.bonus_table_levels .badge--mute{
  color: #969696;
}
.badge--bold{
  font-weight: bold !important;
  font-size: 12px;
}
.ov-x-visible{
  overflow-x: auto;
}
.app__sidebar.close .logo__content-img {
  display: none !important;
}

.app__sidebar.close .logo__content-img--min {
  display: block !important;
}

.logo__content-img {
  max-height: 100%;
  margin: 0 auto;
}

.logo__content-img--min {
  display: none;
}

/*Experts*/
.plan{
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px #cccccc73;
  margin-bottom: 20px;
}
.plan_header, .plan_btn{
  background: #f6faff;
  padding: 20px;
  position: relative;
}
.plan_discount{
  position: absolute;
  background: var(--mint);
  width: 111px;
  top: -10px;
  left: -40px;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px 9px;
  color: white;
}
.plan_title {
  font-size: 2rem;
  font-weight: 100;
}
.plan_price {
  font-size: 2.19rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 15px 0;
  min-height: 115px;
  justify-content: end;
}
span.plan_price_cur, .plan_price_old{
  font-size: 1rem;
  font-weight: 100;
}
.plan_price_old {
  text-decoration: line-through;
  color: #7f7c7c;
}
.plan_btn a{
  /*background: linear-gradient(97.57deg, #B6FF62 2.79%, #6FF2FF 100%);
  color: black;*/
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.875rem 3.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: var(--mint);
  border: 1px solid var(--mint);
  color: white;

}
.plan_btn a:hover{
  background: transparent;
  color: black;
  text-decoration: none;
}
.plan_desc {
  padding: 20px 50px;
}
.special-button.instruction_block{
  background: white;
  padding: 25px;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px #cccccc73;
}
.subscript_desc {
  float: right;
  width: 48%;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0px 0px 6px #cccccc73;
  margin-bottom: 20px;
  padding: 20px;
}
.subscript_desc_success, .subscript_desc_fail{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.subscript_desc_success .ico {
  color: var(--mint);
  font-size: 2.5rem;
}
.subscript_desc_fail .ico {
  color: #ff5e5e;
  font-size: 2.5rem;
}
span.subscript_desc_time {
  font-size: 20px;
}
@media (max-width: 1250px) {
  .plan_desc {
    padding: 15px;
  }
  .subscript_desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .plan_price{
    min-height: auto;
    padding: 0px;
  }

}