@charset "UTF-8";
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Panton', sans-serif;
}
/* HTML5 display-role reset for older browsers */
body {
  -webkit-overflow-scrolling: touch;

  /*   -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; */
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
[hidden] {
  display: none;
}
a,
li,
a:active,
a:hover {
  outline: 0 !important;
}
img {
  border: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="submit"],
button,
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-family: 'Panton', sans-serif;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}
select,
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  display: block;
  width: 100%;
  outline: none;
  font-family: 'Panton', sans-serif;
  -webkit-appearance: none;
}
select::-ms-clear,
input[type="text"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="color"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="range"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="week"]::-ms-clear,
textarea::-ms-clear {
  display: none;
}
textarea {
  overflow: auto;
  resize: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*@import 'colReorder.dataTables.min.css';*/
/*@import 'fixedColumns.dataTables.min.css';*/
/*@import 'jquery.dataTables.css';*/
:root {
  --clr-base: #2F364A;
  --clr-att: #3760FF;
  --clr-att-hover: #1746FD;
  --clr-light: #868B99;
  --clr-border-att: #88A0FF;
  --clr-border: #e4e5e9;
  --min: 320px;
  --max: 100%;
  --paddingContainer: 15px;
  font-size: 10px;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.elm-hidden {
  display: none;
}
.f-light {
  filter: brightness(0.3) opacity(0.25);
}
.f-light-main {
  filter: brightness(0.3) opacity(0.5);
}
.scroll-main {
  overflow: auto;
}
.scroll-main::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #F2F2F5;
}
.scroll-main::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
  border-radius: 2px;
}
.scroll-main::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
  border-radius: 2px;
}
.scroll-main::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.scroll-main::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.scroll-main::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.scroll-main::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
/* ----------------------------------- *\
			main styles
\* ----------------------------------- */
body {
  color: var(--clr-base);
  background: #F2F4FB;
  font-size: 14px;
  line-height: 1.28571429;
}
p,
ul,
ol,
table,
blockquote,
.bq-text {
  position: relative;
  margin-bottom: 1.28571429em;
}
p img,
ul img,
ol img,
table img,
blockquote img,
.bq-text img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child,
.bq-text:last-child {
  margin-bottom: 0 !important;
}
li {
  position: relative;
}
a {
  text-decoration: none;
  color: var(--clr-att);
}
a:hover {
  text-decoration: none;
  color: var(--clr-att);
}
a.link-main,
.link-main {
  text-decoration: none;
  border-bottom: 1px solid;
}
a.link-main:hover,
.link-main:hover {
  border-bottom: none;
}
.link-phone {
  white-space: nowrap;
}
.side-title,
h1,
.h1-title,
h2,
.h2-title,
h3,
.h3-title,
h4,
.h4-title,
h5,
.h5-title,
h6,
.h6-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin: 1em 0;
}
.side-title:first-child,
h1:first-child,
.h1-title:first-child,
h2:first-child,
.h2-title:first-child,
h3:first-child,
.h3-title:first-child,
h4:first-child,
.h4-title:first-child,
h5:first-child,
.h5-title:first-child,
h6:first-child,
.h6-title:first-child {
  margin-top: 0;
}
.side-title .title-sep,
h1 .title-sep,
.h1-title .title-sep,
h2 .title-sep,
.h2-title .title-sep,
h3 .title-sep,
.h3-title .title-sep,
h4 .title-sep,
.h4-title .title-sep,
h5 .title-sep,
.h5-title .title-sep,
h6 .title-sep,
.h6-title .title-sep {
  display: inline;
  vertical-align: middle;
  font-size: 1.33333333em;
  line-height: 1;
  color: #CCCED5;
  font-weight: 400;
  margin: 0 0.15em 0 0.1em;
}
.side-title .h1-title,
h1 .h1-title,
.h1-title .h1-title,
h2 .h1-title,
.h2-title .h1-title,
h3 .h1-title,
.h3-title .h1-title,
h4 .h1-title,
.h4-title .h1-title,
h5 .h1-title,
.h5-title .h1-title,
h6 .h1-title,
.h6-title .h1-title {
  margin: 0;
  display: inline;
}
.side-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.h1-title {
  font-size: 24px;
  line-height: 1.20833333;
  font-weight: 600;
  margin: 0 0 0.5em 0;
}
.h4-title,
h4 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.text-att,
.title-att,
.tbl-att {
  color: var(--clr-att);
}
.text-light,
.title-light,
.tbl-light {
  color: var(--clr-light);
}
.text-center,
.title-center,
.tbl-center {
  text-align: center;
}
.tbl-sep,
.text-sep {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background: #CDCFDA;
  margin: 0 7px 0 7px;
}
.tbl-red,
.text-red {
  color: #FC1E10;
}
.tbl-text {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  max-width: 347px;
}
.tbl-text.text-short {
  max-width: 140px;
}
.tbl-text.text-white:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  background: linear-gradient(270deg, #FFFFFF 39.36%, rgba(255, 255, 255, 0) 96.77%);
  z-index: 2;
  pointer-events: none;
}
.tbl-text-rows {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 24px;
  -ms-line-clamp: 3;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  word-wrap: break-word;
  box-orient: vertical;
  max-height: 72px;
  overflow: hidden;
  white-space: normal;
  max-width: 250px;
}
.tbl-text-full {
  max-width: 430px;
  white-space: normal;
  display: block;
}
table {
  width: 100%;
  margin-bottom: 30px;
}
table.tbl-inner th,
table.tbl-inner td {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
  border: none;
  padding: 16px 12px;
  color: inherit;
}
table.tbl-inner th:first-child,
table.tbl-inner td:first-child {
  border-radius: 4px 0 0 4px;
}
table.tbl-inner th:last-child,
table.tbl-inner td:last-child {
  border-radius: 0 4px 4px 0;
}
table.tbl-inner tr:nth-child(2n+1) th,
table.tbl-inner tr:nth-child(2n+1) td {
  background: #F4F5FB;
}
table.tbl-list-features th:last-child,
table.tbl-list-features td:last-child {
  width: 100px;
  text-align: right;
}
table.tbl-main {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
}
table.tbl-main th,
table.tbl-main td {
  border: 1px solid #E4E5E9;
  vertical-align: top;
  padding: 7px 8px;
}
table tr.tr-color-white th,
table tr.tr-color-white td {
  background-color: #fff !important;
}
table tr.tr-color-green th,
table tr.tr-color-green td {
  background-color: #F4FDF5 !important;
}
table tr.tr-color-red th,
table tr.tr-color-red td {
  background-color: #FDF6F4 !important;
}
table tr.tr-color-yellow th,
table tr.tr-color-yellow td {
  background-color: #FFFFEA !important;
}
table .td-nowrap {
  white-space: nowrap;
}
table .tbl-buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
table .tbl-buttons-wrap.buttons-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
table .tbl-buttons-wrap .btn-action-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 4px 0 0;
}
table .tbl-buttons-wrap .btn-action-ico:last-child {
  margin-right: 0;
}
@media (max-width: 1399px) {
  :root {
    font-size: 9.5px;
  }
}
@media (max-width: 1199px) {
  :root {
    font-size: 9px;
  }
}
@media (max-width: 1023px) {
  :root {
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 7px;
  }
    .white-header-back{
        display:none;
    }
}
@media (min-width: 1024px) {
  :root {
    --paddingContainer: 30px;
  }
  .h1-title.title-large,
  h1.title-large {
    font-size: 38px;
    line-height: 1.21052632;
  }
}
/* ----------------------------------- *\
			structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: var(--min);
}
.cnt-full-wrap {
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
    margin: 50px auto;
    margin-bottom: 0px;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
}
.inner-wrap{
  min-width: var(--min);
  max-width: var(--max);
  width: 100%;
}
.inner-wrap .inner-wrap,
.page .inner-wrap {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.inner-wrap .cnt-section,
.page .cnt-section {
  min-width: 0;
}
.page {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: var(--min);
  width: 100%;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  animation: fadein ease 0.2s;
}
.nav,
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  text-align: left;
}
.nav ul,
.header ul,
.footer ul,
.nav li,
.header li,
.footer li,
.nav p,
.header p,
.footer p {
  margin: 0;
  padding: 0;
}
.nav ul:before,
.header ul:before,
.footer ul:before,
.nav li:before,
.header li:before,
.footer li:before,
.nav p:before,
.header p:before,
.footer p:before {
  display: none;
}
.nav a,
.header a,
.footer a {
  text-decoration: none;
  position: relative;
  transition: all ease 0.2s;
}
.header {
  background-color: #081136;
  z-index: 99;
}
.header .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding: 0 20px 0 22px;
}
.header .logo .logo-title-text {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.header .logo .logo-pic {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header .logo .logo-pic img {
  width: 100%;
}
.header .logo .logo-title {
  display: block;
  width: 93px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 10px;
}
.header .logo .logo-title img {
  display: block;
  width: 100%;
}
.actions-panel-box {
  z-index: 99993;
  transition: right ease-in-out 0.8s;
}
.actions-panel-box .btn-action-ico.button-action.active {
  background-color: #081136;
}
.logo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  letter-spacing: normal;
  font-weight: 400;
}
.logo:hover {
  text-decoration: none;
}
.logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .header .inner-wrap {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .header .logo-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
  }
  .header .ico-arrow-toggle,
  .header .ico-menu-toggle {
    display: none;
  }
  .header .logo {
    padding: 0;
  }
  .header .main-menu-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
  }
  .actions-panel-box {
    z-index: 101;
    min-width: 0;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8px;
    right: 60px;
  }
  .actions-panel-box .actions-content-block {
    position: absolute;
    z-index: 30;
    top: 100%;
    right: -60px;
    margin-top: 8px;
    background-color: #fff;
    box-shadow: -2px 0px 7px rgba(8, 17, 54, 0.11);
    width: 294px;
    min-width: 294px;
    padding: 20px 10px 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .actions-panel-box .actions-wrap {
    margin: 0 -10px 0 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: contents;
  }
  .actions-panel-box .btn-user {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 34px;
    height: 34px;
  }
  .actions-panel-box .btn-user.active ~ .actions-content-block {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .actions-panel-box .button-action {
    margin: 0 10px 10px 0;
  }
  .main-menu-wrap .ico-menu {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    z-index: 2;
  }
  .main-menu-wrap .menu-content-block {
    display: none;
    width: 320px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    background-color: #081136;
  }
  .main-menu-wrap .menu {
    padding: 20px 0;
  }
  .main-menu-wrap .menu li {
    padding: 2px 0;
  }
  .main-menu-wrap .btn-action-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu-wrap .btn-action-menu .button-title {
    width: 100%;
  }
  .main-menu-wrap .btn-action-menu .button-ico {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {


    body.page-scroll-hor {
        /*background: #fff;*/
    }
    .page-scroll-hor .wrap {
        /*background: #fff;*/
        overflow-x: visible;
        overflow-y: visible;
    }
    .page-scroll-hor .wrap .page {
        width: fit-content !important;
        overflow: visible;
        /*background: #fff;*/
    }
    .page-scroll-hor .wrap .table-box {
        overflow: visible;
        margin-left: 0;
        padding-left: 0;
        /*width: fit-content;*/
    }
    .page-scroll-hor .wrap .table-box .dataTableHeader {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .page-scroll-hor .wrap .table-box .dataTable.table-fix thead {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
    .page-scroll-hor .wrap.header-show .content-outer-wrap > .data-table-wrap .bottom-actions-box {
        padding-right: 330px;
    }
    .page-scroll-hor .wrap .content-outer-wrap > .data-table-wrap .bottom-actions-box {
        width: 100%;
        position: fixed;
        justify-content: space-between;
        bottom: 0;
        z-index: 50;
        background-color: #fff;
        margin-bottom: 0;
        padding-bottom: 24px;
        padding-top: 10px;
        margin-left: calc(var(--paddingContainer) * -1);
        padding-right: 150px;
        transition: padding-right ease 0.2s;
    }
    .page-scroll-hor .wrap .content-outer-wrap > .data-table-wrap .bottom-actions-box .total-wrap {
        position: sticky;
        right: 0;
        padding-right: var(--paddingContainer);
    }
    .page-scroll-hor .wrap .content-outer-wrap > .data-table-wrap .bottom-actions-box .pagenav-wrap {
        flex: inherit;
        position: sticky;
        left: 80px;
        padding-left: var(--paddingContainer);
    }
    .page-scroll-hor .wrap.header-show .bottom-actions-box .pagenav-wrap {
        left: 260px;
    }
    .page-scroll-hor .wrap .table-box .dataTables_wrapper {
        overflow: visible;
    }
    .page-scroll-hor .wrap .table-box .dataTables_wrapper {
        max-height: inherit;
    }



    .wrap:not(.header-show) {
    padding-left: 80px;
  }
    .wrap:not(.header-show) .header {
    width: 80px;
  }
    .wrap:not(.header-show) .header .ico-arrow-toggle:before {
    transform: rotate(0deg);
  }
    .wrap:not(.header-show) .header .ico-menu-toggle {
    left: 40px;
    margin-left: -20px;
  }
    .wrap:not(.header-show) .header .logo .logo-title-text {
    display: none;
  }
    .wrap:not(.header-show) .header .logo .logo-title {
    display: none;
  }
    .wrap:not(.header-show) .main-menu-wrap .btn-action-menu .button-title {
    display: none;
  }
    .wrap:not(.header-show) .main-menu-wrap .btn-action-menu:hover .button-ico {
    background-color: #111C46;
  }
    .wrap:not(.header-show) .main-menu-wrap .btn-action-menu.active .button-ico {
    background-color: var(--clr-att);
  }
  .wrap {
    padding-left: 260px;
    padding-right: 80px;
    transition: padding ease 0.2s;
  }
  .actions-panel-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 80px;
    box-shadow: -2px 0px 7px rgba(8, 17, 54, 0.11);
    padding: 74px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 80px;
  }
  .actions-panel-box .inner-wrap {
    width: 80px;
    min-width: 80px;
    min-height: 100%;
  }
  .actions-panel-box .actions-content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 20px 12px 94px 12px;
    border-top: 1px solid #E4E5E9;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .actions-panel-box .actions-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .actions-panel-box .actions-wrap {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 24px;
  }
  .actions-panel-box .actions-wrap:last-child {
    margin-bottom: 0;
  }
  .actions-panel-box .action-wrap.bottom-action {
      position: absolute; bottom: 10px
  }
  .actions-panel-box .action-wrap {
    margin-bottom: 24px;
  }
  .actions-panel-box .action-wrap:last-child {
    margin-bottom: 0;
  }
  .actions-panel-box .btn-user {
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -20px;
    z-index: 2;
  }
  .header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    min-width: 0;
    transition: width ease 0.2s;
  }
  .header .inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 0;
    padding: 0;
    height: 100%;
  }
  .header .logo-wrap {
    width: 100%;
    border-bottom: 1px solid #212949;
    line-height: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .main-menu-wrap {
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    overflow: hidden;
  }
  .header .ico-arrow-toggle {
    position: absolute;
    top: 48px;
    right: 0;
    margin-top: -16px;
    z-index: 5;
  }
  .header .ico-menu-toggle {
    position: absolute;
    top: 24px;
    left: 100%;
    margin: -20px 0 0 -52px;
    z-index: 5;
  }
  .header .logo .logo-title-text {
    padding-left: 12px;
  }
  .main-menu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-menu-wrap .menu-content-block {
    display: block;
    width: 260px;
    position: relative;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    padding: 16px 6px 32px 16px;
    -ms-overflow-style: none;
  }
  .main-menu-wrap .menu-content-block::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .main-menu-wrap .menu li {
    margin-bottom: 12px;
  }
  .main-menu-wrap .menu li:last-child {
    margin-bottom: 0;
  }
  .main-menu-wrap .ico-menu {
    display: none;
  }
}
/* ----------------------------------- *\
			items styles
\* ----------------------------------- */
.item-tile-legend {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 0 0 0 20px;
  min-height: 20px;
}
.item-tile-legend .tile-ico {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 6px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  overflow: hidden;
}
.item-tile-legend .tile-ico img {
  width: 100%;
  height: 100%;
}
.item-tile-legend .tile-title {
  display: block;
}
.item-tile-legend .tile-count {
  display: inline;
}
.item-tile-notify {
  display: block;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  padding: 11px 60px 11px 19px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  color: var(--clr-base);
}
.item-tile-notify:hover {
  background: #F0F3FF;
  border-color: #88A0FF;
  color: var(--clr-base);
}
.item-tile-notify .btn-action-ico {
  position: absolute;
  top: 50%;
  right: 32px;
  margin: -20px -20px 0 0;
  z-index: 6;
}
.item-tile-notify:not(:hover) .btn-action-ico:before {
  filter: brightness(0.3) opacity(0.25);
}
.item-tile-message-group {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #ACB0C1;
  padding: 12px 12px 12px 20px;
  transition: all ease 0.2s;
  border-bottom: 1px solid var(--clr-border);
}
.item-tile-message-group:hover {
  background-color: #F4F5FB;
  border-bottom-color: var(--clr-border);
  color: #CAD3F9;
}
.item-tile-message-group:hover .tile-title {
  color: var(--clr-base);
}
.item-tile-message-group.active {
  background-color: var(--clr-att);
  border-bottom-color: var(--clr-att);
  color: #CAD3F9;
}
.item-tile-message-group.active .tile-title {
  color: #fff;
}
.item-tile-message-group.active .tile-counter {
  background-color: #fff;
  color: var(--clr-base);
}
.item-tile-message-group .tile-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -5px 5px -5px;
  font-size: 12px;
  line-height: 20px;
}
.item-tile-message-group .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 5px 0;
}
.item-tile-message-group .tile-title-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-message-group .tile-info {
  padding: 0 5px;
  margin: 0;
  display: block;
}
.item-tile-message-group .tile-title {
  margin: 0 8px 0 0;
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-base);
  -ms-flex: 1;
      flex: 1;
}
.item-tile-message-group .tile-counter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
.item-tile-message-group .tile-desc {
  margin: 0 0 5px 0;
  display: block;
}
.item-tile-message-group .tile-desc:last-child {
  margin: 0;
}
.item-tile-message {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 12px;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  color: var(--clr-base);
  z-index: 2;
}
.item-tile-message.color-second {
  background-color: #E1E6F9;
}
.item-tile-message .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 12px;
}
.item-tile-message .tile-title-wrap .tile-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-message .tile-title-wrap .tile-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 32px;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 0 5px 13px;
}
.item-tile-message .tile-title-wrap .tile-title:first-child {
  padding-left: 0;
}
.item-tile-message .tile-text-wrap {
  margin-bottom: 12px;
  display: block;
  position: relative;
}
.item-tile-message .tile-text-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-message .tile-list-wrap {
  margin-bottom: 12px;
}
.item-tile-message .tile-list-wrap:last-child {
  margin-bottom: 0;
}
.item-tile-message .tile-list-wrap:last-child .frm-field-upload:last-child {
  padding-right: 50px;
}
.item-tile-message .tile-text-wrap:last-child .tile-text:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 10px;
}
.item-tile-message .tile-info {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 22px;
  width: 50px;
  text-align: right;
  font-size: 12px;
  line-height: 24px;
  color: #ACB0C1;
  overflow: hidden;
}
.item-tile-message .frm-field-upload {
  margin-bottom: 12px;
}
.item-tile-message .frm-field-upload:last-child {
  margin-bottom: 0;
}
.item-tile-message:before {
  content: "";
  display: block;
  background: url(/build/assets/corner-edca9aaf.svg) center no-repeat;
  background-size: 100% auto;
  width: 37px;
  height: 16px;
  position: absolute;
  top: 0;
  left: -14px;
  z-index: -1;
  filter: brightness(0) invert(1);
  transform: scaleX(-1);
}
.list-clear ul:after {
  display: none;
  opacity: 0;
}
.list-clear li.closed > .item-tile-order.tile-toggle .btn-action-ico.button-toggle {
  transform: rotate(180deg);
}
.list-clear .item-tile-order.tile-toggle {
  padding-right: 30px;
}
.list-clear .item-tile-order.tile-toggle .btn-action-ico.button-toggle {
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  left: auto;
  margin: -15px 0 0 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: none;
  background: url(/build/assets/arrow-select-f33bff53.svg) 40% 40% no-repeat;
  background-size: 20px auto;
  transition: all ease 0.2s;
}
.list-clear .item-tile-order.tile-toggle .btn-action-ico.button-toggle:after,
.list-clear .item-tile-order.tile-toggle .btn-action-ico.button-toggle:before {
  display: none;
}
.list-clear .item-tile-order .tile-info.tile-arrow:before,
.list-clear .item-tile-order .tile-info.tile-arrow-prev:after {
  filter: none;
  opacity: 1;
}
.list-clear .item-tile-order:not(.tile-attention) {
  padding-left: 0;
}
.list-clear .item-tile-order:after {
  display: none;
  opacity: 0;
}
.list-clear .item-tile-order .button-toggle {
  display: none;
}
.item-tile-order {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
  padding: 0 3px 0 37px;
  min-height: 32px;
  position: relative;
  color: var(--clr-base);
  border-radius: 16px;
  border: 1px solid transparent;
  transition: all ease 0.2s;
  z-index: 2;
}
.item-tile-order.tile-attention {
  border-color: #ACB0C1;
  background-color: #fff;
}
.item-tile-order .tile-button {
  position: absolute;
  top: 15px;
  left: 4px;
  margin-top: -10px;
  z-index: 2;
}
.item-tile-order .tile-info {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  padding: 3px 8px 3px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-tile-order .tile-info b{
    color: #ACB0C1;
    font-weight: 400;
    background-color: #fff;
}
.item-tile-order .tile-info.tile-arrow,
.item-tile-order .tile-info.tile-arrow-prev {
  padding-right: 36px;
}
.item-tile-order .tile-info.tile-arrow:before,
.item-tile-order .tile-info.tile-arrow-prev:before,
.item-tile-order .tile-info.tile-arrow:after,
.item-tile-order .tile-info.tile-arrow-prev:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -28px;
  filter: grayscale(100%) opacity(0.5);
  margin-top: -10px;
  background: url(/build/assets/arrow-att-b321a0d1.svg) 50% no-repeat;
  background-size: 100% auto;
}
.item-tile-order .tile-info.tile-arrow:after,
.item-tile-order .tile-info.tile-arrow-prev:after {
  display: none;
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -20px;
}
.item-tile-order .tile-info.tile-arrow-prev {
  padding-left: 36px;
}
.item-tile-order .tile-info.tile-arrow-prev:after {
  display: block;
}
.item-tile-order .tile-status,
.item-tile-order .elm-status {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 3px 8px 3px 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.item-tile-info {
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: 500;
  display: block;
}
.item-tile-info .tile-title {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.1875;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--clr-att);
}
.item-tile-info .tile-title a {
  color: inherit !important;
}
.item-tile-info .tile-title a:hover {
  color: var(--clr-att-hover) !important;
}
.item-tile-popup-notfy {
  display: none;
  width: 365px;
  animation: fadein ease 0.5s;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow: hidden;
  background-color: #F5F7FF;
  border: 1px solid var(--clr-att-hover);
  border-radius: 4px;
  z-index: 999;
  padding: 15px 15px 15px 15px;
  position: fixed;
  top: 20px;
  right: 100px;
}
.item-tile-popup-notfy.active {
  display: -ms-flexbox;
  display: flex;
}
.item-tile-popup-notfy:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  left: 15px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.item-tile-popup-notfy.tile-error {
  padding-left: 55px;
  border-color: #FC1E10;
  background-color: #FDF6F4;
}
.item-tile-popup-notfy.tile-error:before {
  background-image: url(/build/assets/notify-alert-335cad69.svg);
}
.item-tile-popup-notfy.tile-error .tile-ico {
  display: none;
}
.item-tile-popup-notfy.tile-error .tile-info-wrap {
  padding-left: 0;
}
.item-tile-popup-notfy.tile-succefull {
  padding-left: 55px;
  border-color: #12CF26;
  background-color: #F4FDF5;
}
.item-tile-popup-notfy.tile-succefull:before {
  background-image: url(/build/assets/notify-succefull-a72b032d.svg);
}
.item-tile-popup-notfy.tile-succefull .tile-ico {
  display: none;
}
.item-tile-popup-notfy.tile-succefull .tile-info-wrap {
  padding-left: 0;
}
.item-tile-popup-notfy .tile-ico {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -5px;
}
.item-tile-popup-notfy .tile-info-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 0 0 9px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
  letter-spacing: normal;
}
.item-tile-popup-notfy .tile-info-wrap:first-child {
  padding-left: 0;
}
.item-tile-popup-notfy .tile-title {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 600;
  color: var(--clr-base);
  margin: 0 0 4px 0;
  padding-right: 20px;
}
.item-tile-popup-notfy .tile-title:last-child {
  margin: 0;
}
.item-tile-popup-notfy .tile-button-close {
  position: absolute;
  top: 26px;
  right: 26px;
  margin: -10px -10px 0 0;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.item-tile-doc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 500;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all ease 0.2s;
}
.item-tile-doc.tile-main {
  border-top: 1px solid #E4E5E9;
  padding-right: 30px;
  min-height: 44px;
  cursor: pointer;
}
.item-tile-doc.tile-main:hover {
  background-color: #F9F9FB;
}
.item-tile-doc.tile-main:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  background: url(/build/assets/arrow-select-f33bff53.svg) center no-repeat;
  background-size: 100% auto;
  transition: transform ease 0.2s;
}
.item-tile-doc .tile-ico {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}
.item-tile-doc .tile-title {
  padding: 0 30px 0 0;
  position: relative;
}
.item-tile-doc .tile-title:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -25px;
  background: url(/build/assets/arrow-att-b321a0d1.svg) center no-repeat;
  background-size: 100% auto;
  margin-top: -10px;
}
.item-tile-doc .tile-title:last-child {
  padding-right: 0;
}
.item-tile-doc .tile-title:last-child:before {
  display: none;
}
.item-tile-doc .tile-status {
  margin-left: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.elm-tooltip-content {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.elm-tooltip-content * {
  display: none;
}
.elm-tooltip-content p {
  margin: 0;
  padding: 0;
}
.elm-panel-audio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 70px;
  background: #E9EDFF;
  border-radius: 4px;
  padding: 10px 4px 10px 30px;
  height: 100%;
  font-size: 12px;
  line-height: 1.1;
  color: #6B72AC;
  font-weight: 400;
}
.elm-panel-audio .btn-action-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 8px 0 0;
}
.elm-panel-audio .audio-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  margin: 0 0 0 0;
}
.elm-panel-audio .audio-time:last-child {
  margin: 0;
}
.elm-panel-audio .audio-inner-wrapper {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 8px 0 0;
}
.elm-panel-audio .audio-panel-container {
  padding: 0 18px 0 18px;
  position: relative;
  overflow: hidden;
  -ms-flex: 1;
      flex: 1;
}
.elm-panel-audio .audio-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 50px;
  position: relative;
}
.elm-panel-audio .audio-panel-handle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 3;
  cursor: pointer;
  padding: 0 8px;
}
.elm-panel-audio .audio-panel-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3760FF;
  border: 6px solid #FFFFFF;
  box-shadow: 0px 3px 3px rgba(0, 22, 100, 0.33);
  border-radius: 50%;
}
.elm-panel-audio .audio-panel-handle:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1000px;
  background-color: rgba(233, 237, 255, 0.5);
  pointer-events: none;
}
.elm-panel-audio .audio-track {
  margin: 0 -8px;
  height: 24px;
}
.elm-panel-call {
  display: -ms-flexbox;
  display: flex;
  background-color: #F4FDF5;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  -ms-flex-pack: center;
      justify-content: center;
}
.elm-panel-call.panel-red {
  background-color: #FDF6F4;
}
.elm-panel-call.panel-phone {
  -ms-flex-align: center;
      align-items: center;
}
.elm-panel-call.panel-text,
.elm-panel-call.panel-phone {
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 32px;
  padding-left: 3.2rem;
  padding-right: 2px;
  padding-right: 0.2rem;
}
.elm-panel-call.panel-text .call-wrap,
.elm-panel-call.panel-phone .call-wrap,
.elm-panel-call.panel-text .call-wrap:last-child,
.elm-panel-call.panel-phone .call-wrap:last-child {
  width: auto;
  padding: 0 30px 0 0;
  -ms-flex-negative: inherit;
      flex-shrink: inherit;
}
.elm-panel-call.panel-text .call-name,
.elm-panel-call.panel-phone .call-name {
  display: -ms-flexbox;
  display: flex;
  min-height: 29px;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
}
.elm-panel-call.panel-text .call-wrap:before,
.elm-panel-call.panel-phone .call-wrap:before {
  display: none;
}
.elm-panel-call.panel-text .call-wrap:after,
.elm-panel-call.panel-phone .call-wrap:after {
  display: none;
}
.elm-panel-call.panel-main .call-wrap {
  width: 218px;
  padding-right: 30px;
}
.elm-panel-call.panel-main .call-wrap:before {
  display: none;
}
.elm-panel-call.panel-main .call-wrap:last-child {
  padding-right: 0;
  width: 170px;
}
.elm-panel-call .call-name {
  display: block;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: 500;
}
.elm-panel-call .call-wrap {
  padding-right: 144px;
  padding-right: 14.4rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.elm-panel-call .call-wrap:last-child {
  padding-right: 0;
}
.elm-panel-call .call-wrap:last-child:before {
  display: none;
}
.elm-panel-call .call-wrap:before {
  content: "";
  display: block;
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -96px;
  margin-left: -9.6rem;
  margin-top: -24px;
  margin-top: -2.4rem;
  background: url(/build/assets/arrow-right-cb894100.svg) center no-repeat;
  background-size: 100% auto;
}
.elm-panel-call .call-arrow,
.elm-panel-call .call-cancel {
  display: block;
  width: 48px;
  width: 4.8rem;
  height: 48px;
  height: 4.8rem;
  position: relative;
  background: url(/build/assets/arrow-right-cb894100.svg) center no-repeat;
  background-size: 100% auto;
  margin-right: 20px;
  margin-right: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-panel-call .call-cancel {
  background-image: url(/build/assets/x-9bf4a0be.svg);
}
.elm-panel-call .field-title {
  margin-bottom: 2px;
}
.elm-panel-call .call-title {
  margin: 0;
}
.elm-progress {
  height: 4px;
  width: 100%;
  display: block;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  background-color: #E4E5E9;
}
.elm-progress:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: 2px;
  background-color: var(--clr-att);
}
.elm-progress[data-value="01"]:before {
  width: 01%;
}
.elm-progress[data-value="02"]:before {
  width: 02%;
}
.elm-progress[data-value="03"]:before {
  width: 03%;
}
.elm-progress[data-value="04"]:before {
  width: 04%;
}
.elm-progress[data-value="05"]:before {
  width: 05%;
}
.elm-progress[data-value="06"]:before {
  width: 06%;
}
.elm-progress[data-value="07"]:before {
  width: 07%;
}
.elm-progress[data-value="08"]:before {
  width: 08%;
}
.elm-progress[data-value="09"]:before {
  width: 09%;
}
.elm-progress[data-value="1"]:before {
  width: 01%;
}
.elm-progress[data-value="2"]:before {
  width: 02%;
}
.elm-progress[data-value="3"]:before {
  width: 03%;
}
.elm-progress[data-value="4"]:before {
  width: 04%;
}
.elm-progress[data-value="5"]:before {
  width: 05%;
}
.elm-progress[data-value="6"]:before {
  width: 06%;
}
.elm-progress[data-value="7"]:before {
  width: 07%;
}
.elm-progress[data-value="8"]:before {
  width: 08%;
}
.elm-progress[data-value="9"]:before {
  width: 09%;
}
.elm-progress[data-value="10"]:before {
  width: 10%;
}
.elm-progress[data-value="11"]:before {
  width: 11%;
}
.elm-progress[data-value="12"]:before {
  width: 12%;
}
.elm-progress[data-value="13"]:before {
  width: 13%;
}
.elm-progress[data-value="14"]:before {
  width: 14%;
}
.elm-progress[data-value="15"]:before {
  width: 15%;
}
.elm-progress[data-value="16"]:before {
  width: 16%;
}
.elm-progress[data-value="17"]:before {
  width: 17%;
}
.elm-progress[data-value="18"]:before {
  width: 18%;
}
.elm-progress[data-value="19"]:before {
  width: 19%;
}
.elm-progress[data-value="20"]:before {
  width: 20%;
}
.elm-progress[data-value="21"]:before {
  width: 21%;
}
.elm-progress[data-value="22"]:before {
  width: 22%;
}
.elm-progress[data-value="23"]:before {
  width: 23%;
}
.elm-progress[data-value="24"]:before {
  width: 24%;
}
.elm-progress[data-value="25"]:before {
  width: 25%;
}
.elm-progress[data-value="26"]:before {
  width: 26%;
}
.elm-progress[data-value="27"]:before {
  width: 27%;
}
.elm-progress[data-value="28"]:before {
  width: 28%;
}
.elm-progress[data-value="29"]:before {
  width: 29%;
}
.elm-progress[data-value="30"]:before {
  width: 30%;
}
.elm-progress[data-value="31"]:before {
  width: 31%;
}
.elm-progress[data-value="32"]:before {
  width: 32%;
}
.elm-progress[data-value="33"]:before {
  width: 33%;
}
.elm-progress[data-value="34"]:before {
  width: 34%;
}
.elm-progress[data-value="35"]:before {
  width: 35%;
}
.elm-progress[data-value="36"]:before {
  width: 36%;
}
.elm-progress[data-value="37"]:before {
  width: 37%;
}
.elm-progress[data-value="38"]:before {
  width: 38%;
}
.elm-progress[data-value="39"]:before {
  width: 39%;
}
.elm-progress[data-value="40"]:before {
  width: 40%;
}
.elm-progress[data-value="41"]:before {
  width: 41%;
}
.elm-progress[data-value="42"]:before {
  width: 42%;
}
.elm-progress[data-value="43"]:before {
  width: 43%;
}
.elm-progress[data-value="44"]:before {
  width: 44%;
}
.elm-progress[data-value="45"]:before {
  width: 45%;
}
.elm-progress[data-value="46"]:before {
  width: 46%;
}
.elm-progress[data-value="47"]:before {
  width: 47%;
}
.elm-progress[data-value="48"]:before {
  width: 48%;
}
.elm-progress[data-value="49"]:before {
  width: 49%;
}
.elm-progress[data-value="50"]:before {
  width: 50%;
}
.elm-progress[data-value="51"]:before {
  width: 51%;
}
.elm-progress[data-value="52"]:before {
  width: 52%;
}
.elm-progress[data-value="53"]:before {
  width: 53%;
}
.elm-progress[data-value="54"]:before {
  width: 54%;
}
.elm-progress[data-value="55"]:before {
  width: 55%;
}
.elm-progress[data-value="56"]:before {
  width: 56%;
}
.elm-progress[data-value="57"]:before {
  width: 57%;
}
.elm-progress[data-value="58"]:before {
  width: 58%;
}
.elm-progress[data-value="59"]:before {
  width: 59%;
}
.elm-progress[data-value="60"]:before {
  width: 60%;
}
.elm-progress[data-value="61"]:before {
  width: 61%;
}
.elm-progress[data-value="62"]:before {
  width: 62%;
}
.elm-progress[data-value="63"]:before {
  width: 63%;
}
.elm-progress[data-value="64"]:before {
  width: 64%;
}
.elm-progress[data-value="65"]:before {
  width: 65%;
}
.elm-progress[data-value="66"]:before {
  width: 66%;
}
.elm-progress[data-value="67"]:before {
  width: 67%;
}
.elm-progress[data-value="68"]:before {
  width: 68%;
}
.elm-progress[data-value="69"]:before {
  width: 69%;
}
.elm-progress[data-value="70"]:before {
  width: 70%;
}
.elm-progress[data-value="71"]:before {
  width: 71%;
}
.elm-progress[data-value="72"]:before {
  width: 72%;
}
.elm-progress[data-value="73"]:before {
  width: 73%;
}
.elm-progress[data-value="74"]:before {
  width: 74%;
}
.elm-progress[data-value="75"]:before {
  width: 75%;
}
.elm-progress[data-value="76"]:before {
  width: 76%;
}
.elm-progress[data-value="77"]:before {
  width: 77%;
}
.elm-progress[data-value="78"]:before {
  width: 78%;
}
.elm-progress[data-value="79"]:before {
  width: 79%;
}
.elm-progress[data-value="80"]:before {
  width: 80%;
}
.elm-progress[data-value="81"]:before {
  width: 81%;
}
.elm-progress[data-value="82"]:before {
  width: 82%;
}
.elm-progress[data-value="83"]:before {
  width: 83%;
}
.elm-progress[data-value="84"]:before {
  width: 84%;
}
.elm-progress[data-value="85"]:before {
  width: 85%;
}
.elm-progress[data-value="86"]:before {
  width: 86%;
}
.elm-progress[data-value="87"]:before {
  width: 87%;
}
.elm-progress[data-value="88"]:before {
  width: 88%;
}
.elm-progress[data-value="89"]:before {
  width: 89%;
}
.elm-progress[data-value="90"]:before {
  width: 90%;
}
.elm-progress[data-value="91"]:before {
  width: 91%;
}
.elm-progress[data-value="92"]:before {
  width: 92%;
}
.elm-progress[data-value="93"]:before {
  width: 93%;
}
.elm-progress[data-value="94"]:before {
  width: 94%;
}
.elm-progress[data-value="95"]:before {
  width: 95%;
}
.elm-progress[data-value="96"]:before {
  width: 96%;
}
.elm-progress[data-value="97"]:before {
  width: 97%;
}
.elm-progress[data-value="98"]:before {
  width: 98%;
}
.elm-progress[data-value="99"]:before {
  width: 99%;
}
.elm-progress[data-value="100"]:before {
  width: 100%;
}
.elm-row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.elm-row.row-form {
  display: block;
  position: relative;
}
.elm-row.row-form:before {
  display: none;
}
.elm-row.row-form .main-form-box {
  width: 100%;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.elm-row.row-form .main-form-box .frm-title-wrap {
  padding: 20px 0;
  margin: 0;
}
.elm-row.row-form .main-form-box:last-child {
  margin-bottom: 0;
}
.elm-row.row-form .main-form-box .frm-row-submit {
  padding-top: 8px;
}
.elm-row .row-items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 0 0;
  text-align: left;
}
.elm-row .row-items-wrap .row-item-wrap {
  width: 50%;
  padding: 0 10px 0 0;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.elm-row .row-items-wrap .row-item-wrap.wrap-full {
  width: 100%;
  margin-bottom: 8px;
}
.elm-row .row-items-wrap .row-item-title {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #CDCFDA;
  margin: 0;
}
.elm-row .row-items-wrap .row-item-value {
  display: block;
}
.elm-row:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  height: 1px;
  background-color: #E4E5E9;
}
.elm-row .text-stroke {
  display: inline;
  text-decoration: line-through;
}
.elm-row .row-title {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 6px 0 0;
  color: #ACB0C1;
  font-weight: 400;
  background-color: #fff;
  max-width: 50%;
}
.elm-row .row-value {
  padding: 0 0 0 6px;
  display: block;
  position: relative;
  background-color: #fff;
  text-align: right;
}
.elm-row .row-value.value-action {
  padding-right: 40px;
}
.elm-row .row-value.value-action .row-items-wrap {
  margin: 0 -50px 0 0;
}
.elm-row .row-value.value-action .row-item-wrap:first-child {
  padding-right: 50px;
}
.elm-row .row-value.value-action .btn {
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: -14px;
  margin-left: 0;
}
.elm-row .text-right {
  text-align: right;
}
.elm-row .text-small {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
}
.elm-row .row-form-wrap {
  display: -ms-flexbox;
  display: flex;
}
.elm-row .row-form-wrap .field-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 8px;
}
.elm-row .row-form-wrap .field-input {
  max-width: 210px;
  -ms-flex: 1;
      flex: 1;
}
.elm-row .btn {
  display: flex-inline;
  vertical-align: middle;
  margin-left: 5px;
}
.elm-row .elm-status {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.elm-row .frm-buttons-wrap {
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin: 0 -8px 0 0;
  padding-bottom: 14px;
}
.elm-row .frm-buttons-wrap .btn {
  margin: 8px 8px 0 0;
}
.elm-row .row-line {
  margin-bottom: 16px;
}
.elm-row .row-action {
  padding: 0 40px 0 0;
  position: relative;
}
.elm-row .row-action > .btn-action-ico {
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: -12px;
}
.elm-row .row-action .elm-panel-audio {
  display: none;
  position: absolute;
  top: 12px;
  left: 100%;
  margin-top: -35px;
  margin-left: -24px;
  z-index: 2;
  background-color: transparent;
  width: 440px;
  padding-left: 0;
}
.elm-row .row-action .elm-panel-audio .audio-panel-handle:before {
  background-color: #fff;
}
.elm-row .row-action.row-action-active .elm-panel-audio {
  display: -ms-flexbox;
  display: flex;
}
.elm-row .row-action.row-action-active > .btn-action-ico {
  display: none;
}
.elm-row p {
  margin-bottom: 6px;
}
.elm-legend,
.tile-legend {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  min-height: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}
.elm-legend .btn-action-ico,
.tile-legend .btn-action-ico {
  position: absolute;
  top: 0;
  left: 0;
}
.elm-legend .ico-emergency ~ .lg-title,
.tile-legend .ico-emergency ~ .lg-title {
  color: #FC1E10;
}
.elm-legend .ico-inner ~ .lg-title,
.tile-legend .ico-inner ~ .lg-title {
  color: #3760FF;
}
.elm-legend .ico-revision ~ .lg-title,
.tile-legend .ico-revision ~ .lg-title {
  color: #12CF26;
}
.elm-status-period,
.tile-status-period {
  color: #FC1E10;
}
.elm-status-period.color-yellow,
.tile-status-period.color-yellow {
  color: #FCBA10;
}
.elm-status-period.color-yellow .tbl-sep,
.tile-status-period.color-yellow .tbl-sep {
  background-color: rgba(252, 30, 16, 0.25);
}
.elm-status-period .elm-ico,
.tile-status-period .elm-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 2px 0 0;
}
.elm-status-period .tbl-sep,
.tile-status-period .tbl-sep {
  background-color: rgba(252, 30, 16, 0.25);
}
.elm-status,
.tile-status {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 0 8px;
  background-color: var(--clr-base);
  color: #fff;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
}
.elm-status.st-text,
.tile-status.st-text {
  display: inline;
  border-radius: 0;
  height: auto;
  font-size: 1em;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
.elm-status.color-blue-light,
.tile-status.color-blue-light {
  color: #128EA9;
  background-color: #DCF8FE;
}
.elm-status.color-violet,
.tile-status.color-violet {
  color: #AD31C0;
  background-color: #F7E4FA;
}
.elm-status.color-green,
.tile-status.color-green {
  background-color: #D7F7DA;
  color: #39C648;
}
.elm-status.color-green.st-text,
.tile-status.color-green.st-text {
  color: #12CF26;
}
.elm-status.color-red,
.tile-status.color-red {
  background-color: #FAE5E4;
  color: #FE4C41;
}
.elm-status.color-yellow,
.tile-status.color-yellow {
  background-color: #FAF7E4;
  color: #E09910;
}
.elm-status.color-orange,
.tile-status.color-orange {
  background-color: #FFE8D2;
  color: #FDA04A;
}
.elm-status.color-blue,
.tile-status.color-blue {
  background-color: #DCECFE;
  color: #2489FF;
}
.elm-tooltip {
  cursor: pointer;
  position: relative;
}
.elm-photo,
.tile-photo {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  transform: translateZ(0);
}
.elm-photo.photo-main,
.tile-photo.photo-main {
  border: 1px solid #f00;
  width: 300px;
  height: 300px;
}
.elm-photo:before,
.tile-photo:before {
  content: "";
  display: none;
  padding-top: 100%;
}
.elm-photo img,
.tile-photo img {
  display: block;
  position: relative;
  width: 100%;
}
.elm-photo.photo-cover:before,
.tile-photo.photo-cover:before {
  display: block;
}
.elm-photo.photo-cover img,
.tile-photo.photo-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.elm-photo.photo-contain:before,
.tile-photo.photo-contain:before {
  display: block;
}
.elm-photo.photo-contain img,
.tile-photo.photo-contain img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .elm-photo.photo-cover img,
  .tile-photo.photo-cover img {
    height: 100%;
        -o-object-fit: cover;
    object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .elm-photo.photo-contain img,
  .tile-photo.photo-contain img {
    height: 100%;
    width: 100%;
        -o-object-fit: contain;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.elm-price,
.tile-price {
  white-space: nowrap;
}
.elm-price.price-old,
.tile-price.price-old {
  text-decoration: line-through;
}
.elm-ico,
.button-ico,
.menu-ico,
.frm-ico,
.tab-ico,
.tile-ico {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.elm-ico img,
.button-ico img,
.menu-ico img,
.frm-ico img,
.tab-ico img,
.tile-ico img,
.elm-ico [class*="icon-"],
.button-ico [class*="icon-"],
.menu-ico [class*="icon-"],
.frm-ico [class*="icon-"],
.tab-ico [class*="icon-"],
.tile-ico [class*="icon-"],
.elm-ico .i,
.button-ico .i,
.menu-ico .i,
.frm-ico .i,
.tab-ico .i,
.tile-ico .i,
.elm-ico svg,
.button-ico svg,
.menu-ico svg,
.frm-ico svg,
.tab-ico svg,
.tile-ico svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.elm-overlay {
  display: none;
  animation: fadein ease 0.2s;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
}
.elm-overlay.active {
  display: block;
}
.elm-sep,
.tile-sep {
  clear: both;
  width: 100%;
  position: relative;
  line-height: 1;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
}
.elm-sep:before,
.tile-sep:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -1px;
  background-color: #D1D4E7;
}
.elm-sep .sep-title,
.tile-sep .sep-title {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background-color: #BABDD1;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  z-index: 2;
  position: relative;
}
.elm-counter,
.tile-counter {
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  height: 18px;
  line-height: 18px;
  padding: 0 3px;
  min-width: 18px;
  border-radius: 9px;
  background-color: #F40000;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1499px) {
  .elm-row .row-action.row-action-active {
    padding-bottom: 40px;
    padding-right: 0;
  }
  .elm-row .row-action .elm-panel-audio {
    margin: 0;
    height: 40px;
    padding: 0;
    right: -8px;
    left: auto;
    bottom: auto;
    top: 100%;
    min-height: 40px;
    width: 400px;
    transform: translate(0, -80%);
  }
}
@media (max-width: 1023px) {
  .item-tile-popup-notfy {
    top: 10px;
    right: 10px;
    width: 300px;
  }
  .item-tile-popup-notfy .tile-ico {
    width: 24px;
    height: 24px;
    margin-top: -7px;
  }
  .item-tile-popup-notfy:before {
    width: 24px;
    height: 24px;
    top: 12px;
  }
  .item-tile-popup-notfy.tile-error,
  .item-tile-popup-notfy.tile-succefull {
    padding-left: 48px;
  }
  .elm-row {
    font-size: 14px;
  }
  .elm-row .row-items-wrap .row-item-wrap {
    width: 100%;
  }
  .elm-row .row-value.value-action .btn {
    top: 10px;
  }
  .elm-row .row-action > .btn-action-ico {
    top: 10px;
  }
}
@media (max-width: 767px) {
  .item-tile-message {
    padding-bottom: 40px;
  }
  .item-tile-message .tile-info {
    left: 12px;
    right: 12px;
    width: auto;
  }
  .item-tile-message .tile-list-wrap:last-child .frm-field-upload:last-child {
    padding-right: 0;
  }
  .item-tile-message .tile-text-wrap:last-child .tile-text:after {
    display: none;
  }
}
@media (max-width: 479px) {
  .elm-panel-audio {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .elm-panel-audio .audio-inner-wrapper {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
  .elm-panel-audio .button-round {
    -ms-flex-order: 5;
        order: 5;
    margin: 0 4px;
  }
  .elm-panel-call.panel-main {
    display: block;
  }
  .elm-panel-call.panel-main .call-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .elm-panel-call.panel-main .call-wrap:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .elm-panel-call .call-wrap {
    padding-right: 60px;
  }
  .elm-panel-call .call-wrap:before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -45px;
  }
  .elm-panel-call .call-title {
    font-size: 20px;
  }
  .elm-row {
    padding-bottom: 10px;
    display: block;
  }
  .elm-row .row-action.row-action-active {
    padding-bottom: 74px;
    padding-right: 0;
  }
  .elm-row .row-action .elm-panel-audio {
    margin: 0;
    padding: 0;
    right: -8px;
    left: auto;
    bottom: 0;
    top: auto;
    width: 100%;
    height: auto;
  }
  .elm-row .row-action.row-action-two .elm-panel-audio {
    left: 0;
    position: absolute;
    transform: none;
    max-width: 100%;
  }
  .elm-row .row-form-wrap {
    width: 100%;
    padding-top: 10px;
  }
  .elm-row .row-form-wrap .field-input {
    max-width: inherit;
  }
  .elm-row .row-title,
  .elm-row .row-value {
    width: 100%;
    padding: 0;
    text-align: left;
    max-width: inherit !important;
  }
  .elm-row:before {
    bottom: 0;
    top: auto;
  }
  .elm-row .frm-buttons-wrap {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media (min-width: 480px) {
  .elm-row .row-form-wrap {
    margin-top: -10px;
  }
  .elm-row .row-value.row-value-main {
    text-align: left;
    -ms-flex: 1;
        flex: 1;
    width: auto;
    max-width: 506px !important;
  }
  .elm-row .row-value-small {
    font-size: 14px;
    line-height: 1.71428571;
  }
}
@media (min-width: 1500px) {
  .elm-row .row-action.row-action-two {
    padding-right: 72px;
  }
  .elm-row .row-action.row-action-two > .btn-action-ico {
    right: 32px;
  }
  .elm-row .row-action.row-action-two > .btn-action-ico + .btn-action-ico {
    right: 0;
  }
  .elm-row .row-action.row-action-two .elm-panel-audio {
    margin-left: -56px;
  }
}
/* ----------------------------------- *\
			content styles
\* ----------------------------------- */
.chart-box {
  display: -ms-flexbox;
  display: flex;
}
.chart-box .chart-wrap {
  width: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.chart-box .chart-wrap img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
}
.chart-box .chart-info-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 30px;
}
.chart-box .chart-info-wrap .info-title {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
}
.chart-box .chart-info-wrap .info-desc {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.chart-box .legends-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 170px);
  padding: 0 0 0 52px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 170px;
}
.chart-box .items-wrap {
  margin: 0;
  width: 100%;
  display: block;
    -moz-columns: 2;
  columns: 2;
    -moz-column-gap: 32px;
  column-gap: 32px;
  min-width: 0;
  max-width: 500px;
}
.chart-box .item-wrap {
    -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  padding: 4px 0;
  margin: 0;
}
.dashboard-popup-box {
  display: none;
  animation: fadein ease 0.2s;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.dashboard-popup-box .frm-popup-main {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: calc(100% - 30px);
}
.dashboard-popup-box.active {
  display: -ms-flexbox;
  display: flex;
}
.dashboard-actions-box {
  display: -ms-flexbox;
  display: flex;
}
.dashboard-actions-box .breadcrumbs-wrap {
  -ms-flex: 1;
      flex: 1;
  padding-top: 6px;
}
.dashboard-actions-box .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
  position: relative;
}
.dashboard-actions-box .frm-select-wrap .frm-popup-main {
  max-width: calc(100vw - 30px);
}
.dashboard-panel-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 16px;
  margin: 0 -16px;
}
.dashboard-panel-box .panel-section-wrap {
  background: #FFFFFF;
  border: 1px solid #E4E5E9;
  border-radius: 4px;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 45%;
  width: calc(50% - 32px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
  margin: 0 16px 32px 16px;
  position: relative;
  animation: fadein ease 0.2s;
}
.dashboard-panel-box .panel-section-wrap.panel-hidden {
  display: none;
}
.dashboard-panel-box .panel-section-wrap.w-full {
  width: 95%;
  width: calc(100% - 32px);
}
.dashboard-panel-box .panel-section-title {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dashboard-panel-box .panel-section-title .section-title {
  margin: 0 12px 10px 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 600;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.dashboard-panel-box .panel-section-title .section-form-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 12px 10px 0;
  width: 220px;
  max-width: 100%;
  min-width: 140px;
}
.dashboard-panel-box .panel-section-title .section-form-field.field-line {
  width: auto;
}
.dashboard-panel-box .panel-section-content {
  padding: 20px 0 0 0;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.dashboard-panel-box .frm-select-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.dashboard-panel-box .frm-select-wrap + .panel-section-title {
  padding-right: 40px;
}
.dashboard-panel-box .table-box {
  margin-bottom: 0;
}
.side-select-box {
  margin-bottom: 60px;
}
.side-select-box .frm-select {
  margin-bottom: 20px;
}
.side-select-box .frm-select:last-child {
  margin-bottom: 0;
}
.outer-content-wrap {
  display: -ms-flexbox;
  display: flex;
}
.outer-content-wrap .side-wrap {
  width: 213px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 18px 20px 0 0;
  -ms-flex-order: 1;
      order: 1;
}
.outer-content-wrap .content-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 213px);
  -ms-flex-order: 2;
      order: 2;
}
.outer-content-wrap .content-wrap .main-form-box {
  max-width: 845px;
}
.loader-box,
.loader-line-box {
  position: relative;
  min-height: 60px;
}
.loader-box:after,
.loader-line-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  background: rgba(47, 54, 74, 0.15) url(/build/assets/loader-00daa1e2.svg) center no-repeat;
  background-size: 60px auto;
}
.loader{
    background: rgba(47, 54, 74, 0.15) url(/build/assets/loader-00daa1e2.svg) center no-repeat;
    background-size: 60px auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.loader-line-box {
  clear: both;
}
.loader-line-box:after {
  background-size: 30px auto;
  background-color: transparent;
}
.loader-box.loader-fullscreen:after {
    position: fixed;
    background-color: transparent;
}
.wrap.wrap-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #081136;
  overflow: auto;
  -ms-overflow-style: none;
}
.wrap.wrap-login::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.login-box {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-top: 100px;
  padding-top: 10rem;
  padding-bottom: 100px;
  padding-bottom: 10rem;
  color: #ACB0C1;
  font-size: 12px;
  line-height: 1.66666667;
  font-weight: 500;
  overflow: auto;
  -ms-overflow-style: none;
}
.login-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.login-box .inner-wrap {
  width: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.login-box .form-outer-wrap {
  padding: 0 23px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.login-box .form-logo-wrap {
  text-align: center;
  margin-bottom: 150px;
  margin-bottom: 15rem;
  line-height: 1;
}
.login-box .form-logo {
  display: inline-block;
  color: #7A86B1;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 600;
}
.login-box .form-logo:hover {
  color: #fff;
}
.login-box .frm-row {
  margin: 0 -10px;
}
.login-box .frm-field {
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
.login-box .field-link {
  padding: 10px 0 0 0;
}
.login-box .frm-row-submit {
  margin: 0 -10px;
  padding-top: 10px;
}
.login-box .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.login-box .frm-row-submit .btn {
  width: 100%;
}
.login-box .frm-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 30px 0;
}
body:not(.popup-panel-active) .popup-panel-box {
  pointer-events: none;
  opacity: 0;
}
.popup-panel-active {
  overflow: hidden;
}
.popup-panel-active .wrap:before {
  display: block;
}
.popup-panel-active[data-panel-active*="panel-messages"] .popup-panel-box[data-panel*="panel-messages"] {
  left: 25%;
  display: -ms-flexbox;
  display: flex;
}
.popup-panel-active[data-panel-active*="panel-notify"] .popup-panel-box[data-panel*="panel-notify"] {
  left: 25%;
  display: -ms-flexbox;
  display: flex;
}
.popup-panel-active .actions-panel-box {
  right: calc(75% - 80px);
}
.popup-panel-box {
  display: -ms-flexbox;
  display: flex;
  transition: all ease-in-out 0.8s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 75%;
  z-index: 999;
  background-color: #fff;
  padding-left: 80px;
}
.popup-panel-box.panel-notify .popup-panel-outer-wrap .panel-content-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.popup-panel-box .button-panel-close {
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 20;
  margin: -20px -20px 0 0;
}
.popup-panel-menu {
  width: 226px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #081136;
  padding: 24px 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.popup-panel-menu .panel-title {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  margin: 0;
  padding: 0 20px 30px 30px;
}
.popup-panel-menu .panel-menu {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 0 18px;
  overflow: auto;
  -ms-overflow-style: none;
}
.popup-panel-menu .panel-menu::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-panel-menu .menu {
  margin: 0;
  font-size: 14px;
  color: #93A0D2;
  line-height: 20px;
}
.popup-panel-menu .menu li {
  margin: 0 0 12px 0;
  padding: 0;
}
.popup-panel-menu .menu li:before {
  display: none;
}
.popup-panel-menu .menu a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 4px 4px 4px 12px;
  transition: all ease 0.2s;
  color: inherit;
  border-radius: 4px;
}
.popup-panel-menu .menu a:hover {
  background-color: #111C46;
  color: #fff;
}
.popup-panel-menu .menu a.active {
  color: #fff;
  background-color: var(--clr-att);
}
.popup-panel-menu .menu a.active .elm-counter {
  background-color: #fff;
  color: var(--clr-base);
}
.popup-panel-menu .menu .menu-title {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.popup-panel-menu .menu .elm-counter {
  margin: -2px 8px 0 0;
}
.popup-panel-menu .button-menu-toggle {
  position: absolute;
  top: 35px;
  right: 30px;
  margin: -20px -20px 0 0;
  display: none;
  transition: all ease 0.2s;
  z-index: 10;
}
.popup-panel-content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: calc(100% - 226px);
}
.popup-panel-outer-wrap {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.popup-panel-outer-wrap .panel-side-top,
.popup-panel-outer-wrap .panel-content-top {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 68px;
  border-bottom: 1px solid var(--clr-border);
  padding: 20px;
}
.popup-panel-outer-wrap .panel-side-top .frm-field-search,
.popup-panel-outer-wrap .panel-content-top .frm-field-search {
  margin: 0;
}
.popup-panel-outer-wrap .popup-content-action {
  display: none;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 15px;
  border-bottom: 1px solid var(--clr-border);
}
.popup-panel-outer-wrap .popup-content-action .btn {
  width: 100%;
}
.popup-panel-outer-wrap .popup-content-action .btn .btn-action-ico {
  width: 26px;
  height: 26px;
}
.popup-panel-outer-wrap .panel-side-main,
.popup-panel-outer-wrap .panel-content-main {
  position: relative;
  display: block;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.popup-panel-outer-wrap .panel-side-main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  -ms-overflow-style: none;
}
.popup-panel-outer-wrap .panel-side-main::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-panel-outer-wrap .panel-content-main {
  display: -ms-flexbox;
  display: flex;
}
.popup-panel-outer-wrap .panel-content-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-right: 76px;
}
.popup-panel-outer-wrap .panel-content-top .title-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 24px 0 0;
}
.popup-panel-outer-wrap .panel-content-top .menu-wrap {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: -8px;
}
.popup-panel-outer-wrap .panel-content-top .menu-wrap .menu {
  margin: 0 -8px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup-panel-outer-wrap .panel-content-top .menu-wrap .menu li {
  padding: 0 8px 8px 0;
  margin: 0;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-panel-outer-wrap .panel-content-top .menu-wrap .menu li:before {
  display: none;
}
.popup-panel-outer-wrap .panel-content-top .search-wrap {
  width: 200px;
}
.popup-panel-outer-wrap .panel-content-top .panel-title {
  line-height: 28px;
  margin: 0;
}
.popup-panel-outer-wrap .notify-box {
  margin: 0;
  height: 100%;
  min-height: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-panel-outer-wrap .chat-panel-box {
  margin: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}
.popup-panel-outer-wrap .chat-panel-box .messages-outer-wrap {
  height: auto;
  max-height: inherit;
}
.popup-panel-outer-wrap .chat-panel-box .message-inner-wrap {
  padding-right: 0;
}
.popup-panel-outer-wrap .chat-panel-box .message-inner-wrap.ms-right {
  padding-left: 0;
}
.panel-side-wrap {
  width: 254px;
  border-right: 1px solid var(--clr-border);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.panel-side-wrap .button-list-toggle {
  position: absolute;
  top: 34px;
  right: 0;
  margin-top: -20px;
  z-index: 10;
  display: none;
}
.panel-content-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 254px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.notify-box {
  background-color: #F4F5FB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 730px;
  padding-bottom: 20px;
}
.notify-box .items-outer-wrap {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 20px 20px 8px 20px;
  overflow: auto;
  -ms-overflow-style: none;
}
.notify-box .items-outer-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.notify-box .more-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px 24px 20px;
  line-height: 1;
}
.notify-box .more-wrap .btn {
  width: 100%;
}
.notify-box .item-wrap {
  margin-bottom: 8px;
}
.notify-box .js-tab-block {
  display: none;
}
.chat-panel-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.chat-panel-box .messages-list-wrap {
  padding: 20px;
  transition: all ease 0.2s;
  width: 100%;
  max-height: 100%;
  -ms-flex-order: 1;
      order: 1;
  display: block;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  overflow: auto;
  -ms-overflow-style: none;
}
.chat-panel-box .messages-list-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.chat-panel-box .messages-info-wrap {
  position: relative;
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 2;
      order: 2;
  z-index: 20;
  background-color: #fff;
  transition: all ease 0.2s;
  overflow: hidden;
  padding: 60px 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.chat-panel-box .messages-info-wrap .info-list-wrap {
  display: none;
  -ms-flex: 1;
      flex: 1;
  position: relative;
  padding: 0 20px;
  overflow: auto;
  -ms-overflow-style: none;
}
.chat-panel-box .messages-info-wrap .info-list-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.chat-panel-box .messages-info-wrap .elm-row {
  margin-bottom: 15px;
}
.chat-panel-box .messages-info-wrap.active {
  width: 53%;
}
.chat-panel-box .messages-info-wrap.active .info-list-wrap {
  display: block;
}
.chat-panel-box .messages-info-wrap.active ~ .messages-list-wrap {
  width: 47%;
}
.chat-panel-box .messages-info-wrap.active .button-info-toggle {
  left: 20px;
  width: auto;
  padding: 0 32px 0 16px;
}
.chat-panel-box .messages-info-wrap.active .button-info-toggle .button-title {
  display: block;
}
.chat-panel-box .messages-info-wrap.active .button-info-toggle .btn-action-ico {
  right: 5px;
}
.chat-panel-box .messages-info-wrap.active .button-info-toggle .btn-action-ico.ico-nav:before {
  transform: rotate(0deg);
}
.chat-panel-box .messages-info-wrap ~ .messages-list-wrap {
  width: calc(100% - 60px);
}
.chat-panel-box .messages-info-wrap .button-info-toggle {
  padding: 0;
  min-width: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 20px;
  left: 16px;
}
.chat-panel-box .messages-info-wrap .button-info-toggle .button-title {
  display: none;
}
.chat-panel-box .messages-info-wrap .button-info-toggle .btn-action-ico {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.chat-panel-box .messages-outer-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  background-color: #F4F5FB;
  overflow: hidden;
  max-height: 730px;
  border-bottom: 1px solid var(--clr-border);
}
.chat-panel-box .message-form-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 19px 30px 19px;
}
.chat-panel-box .message-form-wrap .frm-row,
.chat-panel-box .message-form-wrap .frm-row:last-child {
  margin: 0 -4px;
}
.chat-panel-box .message-form-wrap .frm-row .frm-field,
.chat-panel-box .message-form-wrap .frm-row:last-child .frm-field {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  padding: 0 4px;
  margin: 0;
}
.chat-panel-box .message-form-wrap .frm-row .frm-field.field-action,
.chat-panel-box .message-form-wrap .frm-row:last-child .frm-field.field-action {
  width: 40px;
  -ms-flex: inherit;
      flex: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.chat-panel-box .message-form-wrap .frm-row .btn-action-ico,
.chat-panel-box .message-form-wrap .frm-row:last-child .btn-action-ico {
  width: 32px;
  height: 32px;
}
.chat-panel-box .message-form-wrap textarea.form-input {
  min-height: 32px;
  resize: vertical;
  line-height: 20px;
  padding-top: 5px;
}
.chat-panel-box .message-form-wrap .btn-action-ico:hover {
  background-color: #F4F5FB;
}
.chat-panel-box .message-inner-wrap {
  margin-bottom: 14px;
  padding-right: 20px;
}
.chat-panel-box .message-inner-wrap .item-tile-message {
  max-width: 800px;
}
.chat-panel-box .message-inner-wrap.ms-right {
  padding-right: 0;
  padding-left: 20px;
}
.chat-panel-box .message-inner-wrap.ms-right .item-tile-message {
  margin: 0 0 0 auto;
  background-color: #E1E6F9;
}
.chat-panel-box .message-inner-wrap.ms-right .item-tile-message:before {
  left: auto;
  right: -14px;
  filter: none;
  transform: scaleX(1);
}
.chat-panel-box .elm-sep {
  margin-bottom: 14px;
}
.chat-inner-box {
  border: 1px solid var(--clr-border);
  width: 1235px;
  max-width: 100%;
}
.chat-inner-box .top-actions-box {
  border-bottom: 1px solid var(--clr-border);
  padding: 20px;
  margin: 0;
}
.chat-inner-box .inner-content-wrap {
  display: -ms-flexbox;
  display: flex;
}
.chat-inner-box .chat-side-wrap {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-order: 1;
      order: 1;
  padding: 16px 32px;
  border-right: 1px solid var(--clr-border);
}
.chat-inner-box .chat-content-wrap {
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 320px);
  -ms-flex-order: 2;
      order: 2;
}
.side-menu-box {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.side-menu-box a {
  display: block;
  padding: 10px 0;
}
.side-menu-box a:hover,
.side-menu-box a.active {
  color: var(--clr-base);
}
.orders-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.orders-box:last-child {
  margin-bottom: 0;
}
.orders-box .item-tile-order {
  margin-bottom: 8px;
  z-index: 2;
}
.orders-box .item-tile-order.tile-attention:after {
  top: 100%;
}
.orders-box .item-tile-order.no-left-border:after {
    content: none;
}
.orders-box .item-tile-order:after {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 14px;
  bottom: -18px;
  width: 1px;
  background-color: #ACB0C1;
  z-index: -1;
}
.orders-box .orders-list {
  overflow: hidden;
}
.orders-box .orders-list li li {
  padding-left: 32px;
}
.orders-box .orders-list ul.no-after:after {
    content: none;
}
.orders-box .orders-list ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 100%;
  top: 0;
  margin-bottom: -17px;
  width: 33px;
  border-bottom: 1px solid #ACB0C1;
  border-radius: 0 0 0 8px;
}
.orders-box ul,
.orders-box li {
  margin: 0;
  padding: 0;
}
.orders-box ul:before,
.orders-box li:before {
  display: none;
}
.orders-box ul {
  overflow: hidden;
  position: relative;
}
.orders-box li {
  position: relative;
}
.orders-box li.closed > .item-tile-order:after {
  display: none;
}
.orders-box li:not(.closed) > .item-tile-order .btn-action-ico.button-toggle:before {
  transform: rotate(0deg);
}
.orders-box li:not(.submenu) > .item-tile-order .tile-button {
  display: none;
}
.orders-box li:not(.submenu):last-child > .item-tile-order:after {
  display: none;
}
.orders-box li.submenu.submenu-main li:last-child > .item-tile-order {
  background-color: #fff;
  position: relative;
}
.orders-box li.submenu.submenu-main li:last-child > .item-tile-order:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 999px;
  background: #fff;
  margin-left: 1px;
}
.orders-box li.submenu.submenu-main li:last-child:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 23px;
  left: 30px;
  width: 30px;
  height: 1px;
  background-color: #acb0c1;
  z-index: 1;
}
.orders-box li.submenu.submenu-main > ul:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  left: 15px;
  bottom: 23px;
  top: 0;
  right: 0;
  border-left: 1px solid #acb0c1;
  border-bottom: 1px solid #acb0c1;
  border-radius: 0 0 0 8px;
}
.menu-info-box {
  margin-bottom: 50px;
  margin-bottom: 5rem;
  padding-top: 20px;
}
.menu-info-box .item-tile-info {
  margin-bottom: 20px;
}
.notify-popup-box {
  position: fixed;
  top: 20px;
  right: 100px;
  width: 365px;
  z-index: 999;
  display: none;
  animation: fadein ease 0.5s;
}
.notify-popup-box.active {
  display: block;
}
.notify-popup-box .item-tile-popup-notfy {
  width: 100%;
  margin-bottom: 20px;
  z-index: 2;
  position: relative;
  top: auto;
  right: auto;
}
.phone-panel-box {
  margin-bottom: 28px;
}
.phone-panel-box .items-wrap {
  margin: 0 -4px;
}
.phone-panel-box .item-wrap {
  width: 440px;
  padding: 0 4px;
  margin-bottom: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.phone-panel-box .item-wrap.wrap-full {
  width: calc(100% - 440px);
}
.phone-panel-box .elm-panel-call {
  min-height: 100%;
}
.phone-panel-box .elm-panel-call.panel-text {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.phone-panel-box .main-filter-box {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
  background-color: transparent;
}
.phone-panel-box .main-filter-box .filter-content-wrap {
  display: block;
  padding: 0;
  margin: 0;
}
.transcript-box {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.transcript-box textarea.form-input {
  height: 324px;
  font-size: 12px;
  line-height: 1.66666667;
  font-weight: 500;
}
.transcript-box .frm-field {
  margin-bottom: 12px;
}
.transcript-box .field-line {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.documents-box {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.documents-box .documents-list > li > ul {
  display: none;
}
.documents-box .documents-list ul {
  padding-left: 28px;
}
.documents-box .documents-list ul ul {
  padding-left: 20px;
}
.documents-box ul,
.documents-box li {
  margin: 0;
  padding: 0;
}
.documents-box ul:before,
.documents-box li:before {
  display: none;
}
.documents-box li.open .item-tile-doc.tile-main {
  background-color: #F9F9FB;
}
.documents-box li.open .item-tile-doc.tile-main:before {
  transform: rotate(180deg);
}
.filter-saved-box {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: -4px;
  display: -ms-flexbox;
  display: flex;
}
.filter-saved-box .filter-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #ACB0C1;
  padding: 0 4px 0 0;
  margin: 0;
}
.filter-saved-box .filter-items {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-saved-box .btn {
  margin: 0 4px 4px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.filter-saved-box .btn .btn-action-ico {
  cursor: pointer;
}
.popup-open {
  overflow: hidden;
}
.popup-box {
  display: none;
  animation: fadein ease 0.2s;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(47, 54, 74, 0.35);
  z-index: 101;
}
.popup-box.popup-modal {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.popup-box.popup-modal.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-box.active {
  display: block;
}
.popup-box.fancybox-content {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.popup-box .btn-action-ico.ico-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 28px;
  left: 40px;
  right: auto;
  display: block;
}
.popup-box .btn-action-ico.ico-close:hover {
  background: none;
}
.popup-box .btn-action-ico.ico-close:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: url(/build/assets/close-f6ee1051.svg) center no-repeat;
  background-size: 20px auto;
}
.popup-box .btn-action-ico.ico-close * {
  display: none;
}
.popup-box .button-right.clear {
    right: 228px;
}
.popup-box .button-right {
  position: absolute;
  top: 28px;
  right: 128px;
    cursor: pointer;
}
.popup-box .button-right.btn-action-icon {
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0 0 34px;
  color: var(--clr-base);
  font-size: 12px;
  font-weight: 500;
}
.popup-box .button-right.btn-action-icon .button-ico {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
}
.popup-modal.popup-modal-500 .popup-outer-box {
  width: 520px;
}
.popup-modal.popup-modal-550 .popup-outer-box {
  width: 550px;
  padding: 32px 32px 24px 32px;
}
.popup-modal .popup-outer-box {
  border-radius: 4px;
  width: 440px;
  max-width: 90%;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 16px 16px 8px 16px;
  height: auto;
  -ms-flex: inherit;
      flex: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  display: block;
}
.popup-modal .popup-outer-box .popup-footer-wrap {
  padding: 0;
}
.popup-modal .popup-outer-box .popup-title-wrap {
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: 500;
  margin-bottom: 16px;
  padding: 0 20px 0 0;
}
.popup-modal .popup-outer-box .popup-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.20833333;
  font-weight: 600;
  margin: 0 0 8px 0;
}
.popup-modal .popup-outer-box .btn-action-ico.ico-close {
  position: absolute;
  top: 6px;
  right: 6px;
  left: auto;
  margin: 0;
  z-index: 20;
}
.popup-modal .popup-outer-box .btn-action-ico.ico-close:after,
.popup-modal .popup-outer-box .btn-action-ico.ico-close:before {
  filter: brightness(0) grayscale(1);
  background-size: 16px auto;
}
.popup-modal .form-short {
  max-width: 432px;
}
.popup-modal .field-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.popup-modal .field-select .frm-select {
  margin: 0 24px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.popup-outer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  padding: 100px 128px 20px 48px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.popup-outer-box .tab-box {
  padding: 12px 16px;
  background-color: #F4F5FB;
  border-radius: 0px 4px 4px 4px;
  position: relative;
  overflow: hidden;
}
.popup-outer-box .tab-box.tab-light {
  background-color: transparent;
  border: 1px solid #CCCED5;
}
.popup-outer-box .tab-box .frm-row-submit {
  padding-top: 10px;
}
.popup-outer-box .inner-tabs-box {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.popup-outer-box .inner-tabs-box.tabs-light {
  z-index: 2;
  margin-bottom: -1px;
}
.popup-outer-box .inner-tabs-box.tabs-light .btn.button-tab:not(.active) {
  border-bottom: 1px solid #ccced5;
}
.popup-outer-box .inner-tabs-box.tabs-light .btn.button-tab.active {
  border-color: #CBCED5;
  background-color: #fff;
  overflow: visible;
}
.popup-outer-box .inner-tabs-box.tabs-light .btn.button-tab.active:after {
  background-color: #fff;
}
.popup-outer-box .inner-tabs-box .btn.button-tab.active {
  border-color: #F4F5FB;
}
.popup-outer-box .inner-tabs-box .btn.button-tab-second.active,
.popup-outer-box .inner-tabs-box .btn.button-tab-second:hover,
.popup-outer-box .inner-tabs-box .btn.button-tab.active,
.popup-outer-box .inner-tabs-box .btn.button-tab:hover {
  background-color: #F4F5FB;
  border-color: #F4F5FB;
}
.popup-outer-box .table-box table.dataTable tbody td,
.popup-outer-box .table-box table.dataTable tbody th {
  background-color: #fff !important;
}
.popup-outer-box .table-box:last-child {
  margin-bottom: 0;
}
.popup-outer-box .elm-row .row-value.row-value-main {
  padding-bottom: 10px;
  width: 50%;
  max-width: 50% !important;
}
.popup-outer-box .popup-title-wrap {
  display: block;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-outer-box .popup-title-wrap .elm-status {
  display: inline-block;
  vertical-align: middle;
}
.popup-outer-box .popup-content-wrap {
  position: relative;
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
    scrollbar-width: none;
}
.popup-outer-box .popup-content-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-outer-box .popup-content-wrap .btn {
  width: 100%;
}
.popup-outer-box .popup-footer-wrap {
  padding-top: 8px;
  padding-bottom: 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-outer-box .popup-footer-wrap.footer-sep {
  border-top: 1px solid var(--clr-border);
  padding-top: 20px;
  margin-top: 4px;
}
.popup-outer-box .popup-title {
  margin: 0 0 12px 0;
}
.popup-outer-box .popup-title:last-child {
  margin-bottom: 0;
}
.popup-outer-box .popup-subtitle {
  display: block;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  color: #ACB0C1;
  margin: 0;
}
.popup-outer-box .elm-panel-call,
.popup-outer-box .elm-panel-audio {
  margin: 0 -10px 8px -10px;
  margin: 0 -1rem 8px -1rem;
}
.popup-outer-box .elm-panel-call:last-child,
.popup-outer-box .elm-panel-audio:last-child {
  margin-bottom: 0;
}
.popup-outer-box .elm-panel-audio {
  height: auto;
}
.popup-outer-box .elm-row .row-title {
  padding: 0 6px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: auto;
}
.popup-outer-box .row-title {
  margin: 0 0 10px 0;
  padding: 0 4px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-outer-box .frm-row-submit {
  margin: 0 -4px;
}
.popup-outer-box .frm-row-submit .frm-field {
  margin-bottom: 8px;
}
.popup-outer-box .frm-row {
  margin: 0 -4px;
}
.popup-outer-box .frm-row .field-title-large {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  margin-bottom: 10px;
  padding-top: 5px;
}
.popup-outer-box .frm-row.row-sep {
  padding: 10px 0;
}
.popup-outer-box .frm-field {
  padding: 0 4px;
  width: 100%;
  margin-bottom: 16px;
}
.popup-outer-box .frm-field.field-line {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-outer-box .field-main {
  width: 60%;
}
.popup-outer-box .field-main + .frm-field {
  width: auto;
  -ms-flex: 1;
      flex: 1;
}
.popup-outer-box textarea.form-input {
  min-height: 132px;
}
.popup-outer-box textarea.form-input.form-input-height {
  height: auto;
  min-height: 240px;
  max-height: 543px;
}
.popup-outer-box textarea.form-input.height-small {
  min-height: 86px;
}
.popup-outer-box .frm-field-upload,
.popup-outer-box .frm-field-number {
  margin-bottom: 13px;
}
.popup-outer-box .frm-field-upload:last-child,
.popup-outer-box .frm-field-number:last-child {
  margin-bottom: 0;
}
.popup-outer-box .frm-select.select-line {
  margin: 0 20px 10px 0;
  display: inline-block;
  vertical-align: top;
}
.fancybox-slide--html {
  padding: 0;
}
.fancybox-bg {
  background: none;
}
.subscribe-info-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -52px 0 0;
}
.subscribe-info-box .info-outer-wrap {
  width: 472px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-right: 52px;
}
.subscribe-info-box .list-outer-wrap {
  width: 600px;
  border-radius: 4px;
  margin-bottom: 40px;
  margin-right: 52px;
  border: 1px solid var(--clr-border);
  padding: 16px;
  max-width: 100%;
}
.subscribe-info-box .search-wrap {
  margin-bottom: 12px;
}
.subscribe-info-box .list-wrap {
  max-height: 480px;
  overflow: auto;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #F2F2F5;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
  border-radius: 2px;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
  border-radius: 2px;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.subscribe-info-box .list-wrap::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.subscribe-info-box .rows-wrap {
  margin-bottom: 36px;
  padding-top: 5px;
}
.subscribe-info-box table {
  margin: 0;
}
.subscribe-info-box table.tbl-main {
  margin: 0;
}
.subscribe-info-box table.tbl-main th:first-child,
.subscribe-info-box table.tbl-main td:first-child {
  border-left: none;
}
.subscribe-info-box table.tbl-main th:last-child,
.subscribe-info-box table.tbl-main td:last-child {
  border-right: none;
}
.subscribe-info-box table.tbl-main tr:first-child th,
.subscribe-info-box table.tbl-main tr:first-child td {
  border-top: none;
}
.subscribe-info-box table.tbl-main tr:last-child th,
.subscribe-info-box table.tbl-main tr:last-child td {
  border-bottom: none;
}
.subscribe-info-box .frm-row,
.subscribe-info-box .frm-row-submit {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribe-info-box .frm-row-submit {
  padding-top: 28px;
}
.subscribe-info-box .frm-field {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subscribe-info-box .field-line {
  margin-bottom: 8px;
  width: auto;
}
.subscribe-info-box textarea.form-input {
  min-height: 136px;
  line-height: 1.71428571;
}
.subscribe-info-box .elm-row {
  margin-bottom: 16px;
}
.subscribe-info-box .elm-row:last-child {
  margin-bottom: 0;
}
.user-title-box {
  padding-left: 154px;
  position: relative;
  margin-bottom: 32px;
}
.user-title-box .title-outer-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 130px;
}
.user-title-box .title-outer-wrap .title-inner-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.user-title-box .title-outer-wrap .title-inner {
  font-size: 24px;
  line-height: 1.20833333;
  font-weight: 600;
  color: var(--clr-base);
  margin: 0;
}
.user-title-box .title-button {
  margin-bottom: 12px;
}
.user-title-box .title-button:last-child {
  margin-bottom: 0;
}
.user-title-box .title-button .btn {
  width: auto !important;
}
.user-title-box .title-button-info {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ACB0C1;
}
.user-title-box .title-button-info:last-child {
  margin-bottom: 0;
}
.user-title-box .elm-photo {
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url(/build/assets/user-5daf5650.svg) center no-repeat;
  background-size: cover;
}
.user-box {
  position: relative;
  margin-bottom: 50px;
}
.user-box:last-child {
  margin-bottom: 0;
}
.user-box .desc-outer-wrap {
  max-width: 714px;
  padding-left: 154px;
}
.user-box .desc-outer-wrap .elm-row {
  margin-bottom: 22px;
}
.user-box .desc-outer-wrap .rows-wrap,
.user-box .desc-outer-wrap .form-wrap {
  max-width: inherit;
  width: 100%;
  margin-bottom: 20px;
}
.user-box .desc-outer-wrap .rows-wrap:last-child,
.user-box .desc-outer-wrap .form-wrap:last-child {
  margin-bottom: 0;
}
.main-info-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.main-info-box.info-user {
  margin-top: 32px;
}
.main-info-box.info-user .info-outer-wrap {
  padding: 24px 24px 65px 24px;
}
.main-info-box.width-short {
  max-width: 1174px;
}
.main-info-box .field-title-large {
  margin-bottom: 20px;
}
.main-info-box .documents-box {
  max-width: 900px;
}
.main-info-box .documents-box .item-tile-doc.tile-main {
  border-top: none;
  background-color: transparent;
}
.main-info-box .documents-box li.open .item-tile-doc.tile-main {
  background-color: transparent;
}
.main-info-box .info-outer-wrap {
  border: 1px solid var(--clr-border);
  padding: 28px 24px 28px 24px;
}
.main-info-box .actions-outer-wrap {
  margin: 60px 0 0 0;
  margin: 6rem 0 0 0;
  padding: 0 24px;
}
.main-info-box .rows-wrap,
.main-info-box .form-wrap {
  max-width: 472px;
}
.main-info-box .rows-wrap.width-main,
.main-info-box .form-wrap.width-main {
  max-width: 721px;
}
.main-info-box .rows-wrap.width-large,
.main-info-box .form-wrap.width-large {
  max-width: 890px;
}
.main-info-box .rows-wrap.width-medium,
.main-info-box .form-wrap.width-medium {
  max-width: 800px;
}
.main-info-box .rows-wrap {
  margin-bottom: 36px;
}
.main-info-box .rows-wrap:last-child {
  margin-bottom: 0;
}
.main-info-box .frm-row-submit,
.main-info-box .frm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.main-info-box .form-text {
  -ms-flex-pack: center;
      justify-content: center;
}
.main-info-box .frm-field {
  padding: 0 4px;
  margin-bottom: 12px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-info-box .frm-field.field-line {
  width: auto;
}
.main-info-box .elm-row {
  margin-bottom: 16px;
}
.main-info-box .elm-row:last-child {
  margin-bottom: 0;
}
.main-info-box .elm-row .row-value {
  max-width: 50%;
}
.main-info-box .table-box {
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.main-info-box .frm-field-number,
.main-info-box .frm-field-upload {
  margin-bottom: 10px;
}
.main-info-box .frm-field-number:last-child,
.main-info-box .frm-field-upload:last-child {
  margin-bottom: 0;
}
.main-form-box {
  margin-bottom: 40px;
  max-width: 880px;
  padding: 24px 24px 16px 24px;
  background-color: #F4F5FB;
}
.main-form-box .frm-content[data-content]:not(.active) {
  display: none;
}
.main-form-box .field-text {
  font-size: 14px;
  line-height: 1.71428571;
}
.main-form-box .field-text .field-title-large {
  margin: 20px 0 8px 0;
}
.main-form-box .field-text .field-title-large:first-child {
  margin-top: 0;
}
.main-form-box .field-text .field-title-large:last-child {
  margin-bottom: 0;
}
.main-form-box .field-text p {
  margin-bottom: 20px;
}
.main-form-box .field-title-large + .frm-field > .rows-wrap:first-child {
  padding-top: 12px;
}
.main-form-box .field-title-large.title-top {
  margin-bottom: 20px;
}
.main-form-box.width-medium {
  max-width: 800px;
}
.main-form-box .frm-title-wrap {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: -12px;
  display: block;
}
.main-form-box .frm-title-wrap .h1-title {
  margin: 0 12px 0 0;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.main-form-box .frm-title-wrap .elm-status {
  margin: 5px 12px 5px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.main-form-box .frm-title-wrap.js-btn-toggle {
  cursor: pointer;
  padding-right: 40px !important;
  position: relative;
}
.main-form-box .frm-title-wrap.js-btn-toggle:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 34px;
  right: 8px;
  margin-top: -14px;
  border-radius: 2px;
  border: 1px solid #88A0FF;
  background: url(/build/assets/arrow-select-f33bff53.svg) -1px 0 no-repeat;
  background-size: 24px auto;
}
.main-form-box .frm-title-wrap.js-btn-toggle.active:before {
  transform: rotate(180deg);
}
.main-form-box .frm-content-wrap {
  padding-bottom: 20px;
}
.main-form-box .frm-content-wrap.js-popup-block {
  display: none;
}
.main-form-box .frm-field.field-flex {
  display: -ms-flexbox;
  display: flex;
}
.main-form-box .frm-field.field-text {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.main-form-box .frm-field.field-text .field-title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 7px 0 0;
  color: #ACB0C1;
  line-height: inherit;
  max-width: 100%;
  font-size: 12px;
}
.main-form-box .frm-field.field-text .field-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.main-form-box .frm-field.field-text .elm-status {
  margin: 0 6px 0 0;
  max-width: 100%;
}
.main-form-box .frm-field.field-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6px;
  margin-top: 10px;
}
.main-form-box .frm-field.field-social .frm-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 124px;
  padding: 0 10px 0 0;
}
.main-form-box .frm-field.field-social .form-input {
  max-width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-form-box .content-menu-outer-wrap {
  padding-top: 20px;
}
.main-form-box .content-menu-outer-wrap .main-form-box {
  margin-bottom: 0;
}
.main-form-box .content-menu-outer-wrap .menu-outer-wrap,
.main-form-box .menu-info-box {
  margin-bottom: 0;
}
.main-form-box .menu-info-box {
  padding-top: 10px;
}
.main-form-box:last-child {
  margin-bottom: 0;
}
.main-form-box.form-light {
  padding: 0;
  background-color: transparent;
  max-width: 776px;
}
.main-form-box.form-light .elm-row .row-value,
.main-form-box.form-light .elm-row .row-title {
  background-color: #fff;
}
.main-form-box.form-short {
  max-width: 472px;
}
.main-form-box.form-medium {
  max-width: 540px;
}
.main-form-box .frm-tab {
  border: 1px solid #CCCED5;
  padding: 16px 24px 8px 24px;
  margin-bottom: 24px;
}
.main-form-box .frm-field {
  width: 100%;
  padding: 0 4px;
  margin-bottom: 12px;
}
.main-form-box .field-title-large {
  margin-bottom: 10px;
}
.main-form-box .field-title-large .frm-select,
.main-form-box .field-title-large .frm-select-toggle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
}
.main-form-box .field-title-large.h1-title {
  font-size: 24px;
  line-height: 1.33333333;
  margin-bottom: 28px;
}
.main-form-box .field-title.title-line {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-base);
  margin: 0 20px 4px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.main-form-box .field-half {
  width: 50%;
}
.main-form-box .field-full {
  -ms-flex: 1;
      flex: 1;
}
.main-form-box .field-letter {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 56px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  width: auto;
  padding-top: 22px;
  max-width: 300px;
}
.main-form-box .field-short {
  -ms-flex: 1;
      flex: 1;
}
.main-form-box .field-short .form-input,
.main-form-box .field-short .select2 {
  max-width: 90px;
}
.main-form-box .field-short .frm-field-inner {
  max-width: 200px;
}
.main-form-box .field-short .frm-field-inner .field-line {
  width: 50%;
  min-width: 0;
}
.main-form-box .field-third {
  width: 33.33%;
}
.main-form-box .field-line {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-form-box .field-half-max {
  max-width: 150px;
}
.main-form-box .field-third-max {
  max-width: 110px;
}
.main-form-box .field-third-vmax {
  max-width: 160px;
}
.main-form-box .field-select-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -32px -10px 0;
  margin: 0 -3.2rem -1rem 0;
}
.main-form-box .field-select-wrap .frm-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 32px 10px 0;
  margin: 0 3.2rem 1rem 0;
}
.main-form-box .frm-row-submit,
.main-form-box .frm-row,
.main-form-box .frm-field-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.main-form-box .frm-field-number {
  margin-bottom: 12px;
}
.main-form-box .frm-row > .field-title,
.main-form-box .frm-row > .field-title-main,
.main-form-box .frm-row > .field-title-large {
  padding: 0 4px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 100%;
}
.main-form-box .frm-row.row-sep {
  padding-bottom: 10px;
}
.main-form-box .frm-row.row-sep-main {
  padding-bottom: 20px;
}
.main-form-box .frm-row.row-border {
  border-top: 1px solid var(--clr-border);
  padding-top: 23px;
  padding-bottom: 10px;
}
.main-form-box .frm-row.row-title {
  padding-bottom: 0;
}
.main-form-box .frm-row.row-title .frm-field {
  margin-bottom: 10px;
}
.main-form-box .row-select-half {
  margin-left: -10px;
  margin-right: -10px;
}
.main-form-box .row-select-half .frm-field {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 22px;
}
.main-form-box .row-select-half .frm-select {
  margin-bottom: 15px;
}
.main-form-box .row-select-half textarea.form-input {
  height: 102px;
}
.main-form-box .row-select-half .frm-field-datepicker {
  max-width: 235px;
}
.main-form-box .frm-row-submit {
  margin-top: 10px;
  position: relative;
  padding-top: 24px;
}
.main-form-box .frm-row-submit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  right: 4px;
  background-color: var(--clr-border);
  height: 1px;
}
.main-form-box .frm-row-submit.row-clear {
  margin-top: 0;
}
.main-form-box .frm-row-submit.row-clear:before {
  display: none;
}
.main-form-box .frm-row-submit.row-clear-padding {
  padding-top: 0;
}
.main-form-box .frm-row-submit:first-child {
  margin-top: -10px;
  padding-top: 0;
  border-top: none;
}
.main-form-box .frm-row-submit:first-child:before {
  display: none;
}
.main-form-box .row-address {
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-form-box .row-address .frm-field.field-text {
  max-width: 112px;
}
.main-form-box .row-address .frm-select {
  margin-bottom: 4px;
}
.main-form-box .row-address .frm-select:last-child {
  margin-bottom: 4px;
}
.main-form-box .inner-tabs-box {
  padding-top: 12px;
}
.main-form-box .inner-tabs-box.tabs-border {
  border-top: 1px solid var(--clr-border);
  padding-top: 23px;
}
.main-form-box .frm-select.select-line {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 4px 0;
}
.main-form-box .frm-select {
  margin-bottom: 8px;
}
.main-form-box .frm-select:last-child {
  margin-bottom: 0;
}
.main-form-box .field-select {
  padding-top: 4px;
  min-height: 28px;
}
.main-form-box .field-select .frm-select {
  margin: 0 20px 4px 0;
}
.main-form-box .field-main {
  width: 74.5%;
}
.main-form-box .field-second {
  width: 25.5%;
}
.main-form-box textarea.form-input {
  min-height: 78px;
}
.main-form-box textarea.form-input.h-large {
  height: 134px;
}
.main-form-box .frm-field-upload {
  margin-bottom: 12px;
  max-width: 462px;
}
.main-form-box .frm-field-upload:last-child {
  margin-bottom: 0;
}
.main-form-box .frm-field-upload.field-full-width {
  max-width: inherit;
}
.main-form-box .field-action {
  font-size: 12px;
  line-height: 1.66666667;
  font-weight: 500;
  margin-top: 12px;
}
.main-form-box .field-buttons {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-left: 8px;
}
.main-form-box .field-buttons:first-child {
  padding-left: 4px;
}
.main-form-box .field-buttons .btn {
  margin: 0 12px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-form-box .field-buttons .btn:last-child {
  margin: 0;
}
.main-form-box .elm-row {
  margin-bottom: 19px;
}
.main-form-box .elm-row .row-title,
.main-form-box .elm-row .row-value {
  background-color: #F4F5FB;
}
.main-form-box .rows-wrap {
  width: 100%;
  max-width: inherit;
  margin-bottom: 18px;
}
.main-form-box .rows-wrap:last-child {
  margin-bottom: 18px;
}
.main-form-box .table-inner-wrap {
  margin-bottom: 20px;
}
.main-form-box .table-inner-wrap:last-child {
  margin-bottom: 0;
}
.main-form-box .table-inner-wrap .table-box {
  margin-bottom: 0;
}
.title-inner-box {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
.title-inner-box .title-wrap {
  -ms-flex: 1;
      flex: 1;
}
.title-inner-box .title-wrap .h1-title {
  line-height: 28px;
  margin-bottom: 0;
}
.title-inner-box .action-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 20px;
  min-width: 105px;
}
.title-box {
  margin-bottom: 16px;
}
.title-box .h1-title:last-child {
  margin-bottom: 0;
}
.nav-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 6px;
  margin: 0 -12px 8px 0;
  -ms-flex-align: center;
      align-items: center;
}
.nav-box .nav-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 12px 8px 0;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}
.nav-box .nav-action {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.nav-box .nav-action-inner {
    padding: 4px 8px 4px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-box .nav-legends {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.nav-box .nav-legends .elm-legend {
  margin: 0 16px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.nav-box .h1-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.nav-box .h1-title:last-child {
  margin-right: 0;
}
.nav-box .elm-status {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.nav-box .elm-status:last-child {
  margin-right: 0;
}
.table-box {
  position: relative;
  margin-bottom: 24px;
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
  overflow: hidden;
  -ms-overflow-style: none;
}
.table-box #table_wrapper {
  padding-bottom: 22px;
    width: fit-content;
}
.js-tab-block .table-box #table_wrapper {
    width: auto;
}
.table-box #table_wrapper::-webkit-scrollbar {
  height: 8px;
  width: 8px;
  background-color: var(--clr-border);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.table-box #table_wrapper::-webkit-scrollbar-thumb {
  background-color: var(--clr-att);
  border-radius: 4px;
}
.table-box #table_wrapper::-webkit-scrollbar-thumb:hover {
  background-color: var(--clr-att);
}
.table-box #table_wrapper::-webkit-scrollbar-button:vertical:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.table-box #table_wrapper::-webkit-scrollbar-button:vertical:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.table-box #table_wrapper::-webkit-scrollbar-button:horizontal:start:decrement {
  background-color: transparent;
  width: 0;
  height: 0;
}
.table-box #table_wrapper::-webkit-scrollbar-button:horizontal:end:increment {
  background-color: transparent;
  width: 0;
  height: 0;
}
.table-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.table-box #table_filter,
.table-box #table_info {
  display: none !important;
}
.table-box table.dataTable tbody tr.tr-orange {
  background-color: #FDF6F0 !important;
}
.table-inner-wrap .table-box table.dataTable {
    white-space: normal;
}
.table-box table.dataTable {
    margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
  white-space: nowrap;
}
.table-box table.dataTable tr.tr-clear th:not(:first-child),
.table-box table.dataTable tr.tr-clear td:not(:first-child) {
  border-left: none;
}
.table-box table.dataTable tr.tr-clear th:not(:last-child),
.table-box table.dataTable tr.tr-clear td:not(:last-child) {
  border-right: none;
}
.table-box table.dataTable tr.tr-padding-clear th,
.table-box table.dataTable tr.tr-padding-clear td {
  padding: 0;
}
.table-box table.dataTable .tbl-light,
.table-box table.dataTable .tbl-att {
  display: inline;
}
.table-box table.dataTable th,
.table-box table.dataTable td {
  background-color: #fff;
}
.table-box table.dataTable th.fixed,
.table-box table.dataTable td.fixed {
  z-index: 20;
}
.table-box table.dataTable .td-center,
.table-box table.dataTable .th-center {
  text-align: center;
}
.table-box table.dataTable thead{
    position: sticky;
    top: 0;
    z-index: 21;
}
.table-box table.dataTable thead .frm-select.select-clear {
  margin: 0 auto;
}
.table-box table.dataTable thead tr:first-child th:first-child,
.table-box table.dataTable thead tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
.table-box table.dataTable thead tr:first-child th:last-child,
.table-box table.dataTable thead tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.table-box table.dataTable thead th,
.table-box table.dataTable thead td {
  font-size: 14px;
  line-height: 24px;
  color: #ACB0C1;
  padding: 3px 8px;
  font-weight: 500;
  border: 1px solid var(--clr-border);
  text-align: left;
  vertical-align: top;
  background-color: #F9F9FB;
  border-left: none;
}
.table-box table.dataTable thead th:first-child,
.table-box table.dataTable thead td:first-child {
  border-left: 1px solid var(--clr-border);
}
.table-box table.dataTable thead th:after,
.table-box table.dataTable thead td:after,
.table-box table.dataTable thead th:before,
.table-box table.dataTable thead td:before {
  display: none !important;
}
.table-box table.dataTable thead th:hover .btn-action-ico.ico-sort,
.table-box table.dataTable thead td:hover .btn-action-ico.ico-sort {
  opacity: 1;
}
.table-box table.dataTable thead th.th-right-clear,
.table-box table.dataTable thead td.th-right-clear {
  border-right: none;
}
.table-box table.dataTable thead th.th-right-clear + th,
.table-box table.dataTable thead td.th-right-clear + th,
.table-box table.dataTable thead th.th-right-clear + td,
.table-box table.dataTable thead td.th-right-clear + td {
  border-left: none;
}
.table-box table.dataTable thead th.th-middle,
.table-box table.dataTable thead td.th-middle,
.table-box table.dataTable thead th.td-middle,
.table-box table.dataTable thead td.td-middle {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-box table.dataTable thead th.th-right,
.table-box table.dataTable thead td.th-right,
.table-box table.dataTable thead th.td-right,
.table-box table.dataTable thead td.td-right {
  text-align: right;
}
.table-box table.dataTable thead th.th-right .frm-select.select-clear,
.table-box table.dataTable thead td.th-right .frm-select.select-clear,
.table-box table.dataTable thead th.td-right .frm-select.select-clear,
.table-box table.dataTable thead td.td-right .frm-select.select-clear,
.table-box table.dataTable thead th.th-right .btn-action-ico,
.table-box table.dataTable thead td.th-right .btn-action-ico,
.table-box table.dataTable thead th.td-right .btn-action-ico,
.table-box table.dataTable thead td.td-right .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable thead th.th-left,
.table-box table.dataTable thead td.th-left,
.table-box table.dataTable thead th.td-left,
.table-box table.dataTable thead td.td-left {
  text-align: right;
}
.table-box table.dataTable thead th.th-left .frm-select.select-clear,
.table-box table.dataTable thead td.th-left .frm-select.select-clear,
.table-box table.dataTable thead th.td-left .frm-select.select-clear,
.table-box table.dataTable thead td.td-left .frm-select.select-clear,
.table-box table.dataTable thead th.th-left .btn-action-ico,
.table-box table.dataTable thead td.th-left .btn-action-ico,
.table-box table.dataTable thead th.td-left .btn-action-ico,
.table-box table.dataTable thead td.td-left .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable thead th.th-action,
.table-box table.dataTable thead td.th-action,
.table-box table.dataTable thead th.td-action,
.table-box table.dataTable thead td.td-action {
  width: 32px;
  padding: 3px 4px 0 4px;
  text-align: center;
}
.table-box table.dataTable thead th.th-action.td-middle,
.table-box table.dataTable thead td.th-action.td-middle,
.table-box table.dataTable thead th.td-action.td-middle,
.table-box table.dataTable thead td.td-action.td-middle,
.table-box table.dataTable thead th.th-action.th-middle,
.table-box table.dataTable thead td.th-action.th-middle,
.table-box table.dataTable thead th.td-action.th-middle,
.table-box table.dataTable thead td.td-action.th-middle {
  padding-bottom: 3px;
}
.table-box table.dataTable thead th.th-action .frm-select.select-clear,
.table-box table.dataTable thead td.th-action .frm-select.select-clear,
.table-box table.dataTable thead th.td-action .frm-select.select-clear,
.table-box table.dataTable thead td.td-action .frm-select.select-clear {
  margin-top: 2px;
}
.table-box table.dataTable thead th.th-action .btn-action-ico,
.table-box table.dataTable thead td.th-action .btn-action-ico,
.table-box table.dataTable thead th.td-action .btn-action-ico,
.table-box table.dataTable thead td.td-action .btn-action-ico {
  margin: 0 auto;
}
.table-box table.dataTable thead th.th-action .frm-select,
.table-box table.dataTable thead td.th-action .frm-select,
.table-box table.dataTable thead th.td-action .frm-select,
.table-box table.dataTable thead td.td-action .frm-select {
  margin: 0 auto;
}
.table-box table.dataTable thead th.th-input,
.table-box table.dataTable thead td.th-input,
.table-box table.dataTable thead th.td-input,
.table-box table.dataTable thead td.td-input {
  width: 94px;
}
.table-box table.dataTable thead .btn-action-ico {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.table-box table.dataTable thead .btn-action-ico.button-left {
  margin-left: -4px;
  margin-right: -4px;
}
.table-box table.dataTable thead .btn-action-ico.button-right {
  margin-left: -4px;
}
.table-box table.dataTable thead .th-title {
  display: inline-block;
  vertical-align: middle;
}
.table-box table.dataTable thead .sorting_desc .btn-action-ico.ico-sort {
  transform: scaleY(1);
  opacity: 1;
}
.table-box table.dataTable thead .sorting_asc .btn-action-ico.ico-sort {
  transform: scaleY(-1);
  opacity: 1;
}
.table-box table.dataTable tfoot .frm-select.select-clear {
  margin: 0 auto;
}
.table-box table.dataTable tfoot tr:last-child th:first-child,
.table-box table.dataTable tfoot tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table-box table.dataTable tfoot tr:last-child th:last-child,
.table-box table.dataTable tfoot tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.table-box table.dataTable tfoot th.th-middle,
.table-box table.dataTable tfoot td.th-middle,
.table-box table.dataTable tfoot th.td-middle,
.table-box table.dataTable tfoot td.td-middle {
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}
.table-box table.dataTable tfoot th.th-right,
.table-box table.dataTable tfoot td.th-right,
.table-box table.dataTable tfoot th.td-right,
.table-box table.dataTable tfoot td.td-right {
  text-align: right;
}
.table-box table.dataTable tfoot th.th-right .frm-select.select-clear,
.table-box table.dataTable tfoot td.th-right .frm-select.select-clear,
.table-box table.dataTable tfoot th.td-right .frm-select.select-clear,
.table-box table.dataTable tfoot td.td-right .frm-select.select-clear,
.table-box table.dataTable tfoot th.th-right .btn-action-ico,
.table-box table.dataTable tfoot td.th-right .btn-action-ico,
.table-box table.dataTable tfoot th.td-right .btn-action-ico,
.table-box table.dataTable tfoot td.td-right .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable tfoot th.th-left,
.table-box table.dataTable tfoot td.th-left,
.table-box table.dataTable tfoot th.td-left,
.table-box table.dataTable tfoot td.td-left {
  text-align: right;
}
.table-box table.dataTable tfoot th.th-left .frm-select.select-clear,
.table-box table.dataTable tfoot td.th-left .frm-select.select-clear,
.table-box table.dataTable tfoot th.td-left .frm-select.select-clear,
.table-box table.dataTable tfoot td.td-left .frm-select.select-clear,
.table-box table.dataTable tfoot th.th-left .btn-action-ico,
.table-box table.dataTable tfoot td.th-left .btn-action-ico,
.table-box table.dataTable tfoot th.td-left .btn-action-ico,
.table-box table.dataTable tfoot td.td-left .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable.no-footer {
  border-bottom: none;
}
.table-box table.dataTable tbody .frm-select.select-clear {
  margin: 0 auto;
}
.table-box table.dataTable tbody tr {
  box-shadow: none !important;
  background: none !important;
}
.table-box table.dataTable tbody tr.tr-middle th,
.table-box table.dataTable tbody tr.tr-middle td {
  vertical-align: middle;
}
.table-box table.dataTable tbody:last-child tr:last-child th:first-child,
.table-box table.dataTable tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.table-box table.dataTable tbody:last-child tr:last-child th:last-child,
.table-box table.dataTable tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.table-box table.dataTable tbody th,
.table-box table.dataTable tbody td {
    padding: 3px 4px;
  border: 1px solid var(--clr-border);
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  vertical-align: top;
  box-shadow: none !important;
    /*background: none !important;*/
  border-left: none;
  border-top: none;
}
.table-box table.dataTable tbody th:first-child,
.table-box table.dataTable tbody td:first-child {
  border-left: 1px solid var(--clr-border);
}
.table-box table.dataTable tbody th.th-action,
.table-box table.dataTable tbody td.th-action,
.table-box table.dataTable tbody th.td-action,
.table-box table.dataTable tbody td.td-action {
  width: 32px;
  padding: 8px 4px 0 4px;
  text-align: center;
}
.table-box table.dataTable tbody th.th-action.td-middle,
.table-box table.dataTable tbody td.th-action.td-middle,
.table-box table.dataTable tbody th.td-action.td-middle,
.table-box table.dataTable tbody td.td-action.td-middle,
.table-box table.dataTable tbody th.th-action.th-middle,
.table-box table.dataTable tbody td.th-action.th-middle,
.table-box table.dataTable tbody th.td-action.th-middle,
.table-box table.dataTable tbody td.td-action.th-middle {
  padding-bottom: 8px;
}
.table-box table.dataTable tbody th.th-action .frm-select.select-clear,
.table-box table.dataTable tbody td.th-action .frm-select.select-clear,
.table-box table.dataTable tbody th.td-action .frm-select.select-clear,
.table-box table.dataTable tbody td.td-action .frm-select.select-clear {
  margin-top: 2px;
}
.table-box table.dataTable tbody th.th-action .btn-action-ico,
.table-box table.dataTable tbody td.th-action .btn-action-ico,
.table-box table.dataTable tbody th.td-action .btn-action-ico,
.table-box table.dataTable tbody td.td-action .btn-action-ico {
  margin: 0 auto;
  display: block;
}
.table-box table.dataTable tbody th.th-action .frm-select,
.table-box table.dataTable tbody td.th-action .frm-select,
.table-box table.dataTable tbody th.td-action .frm-select,
.table-box table.dataTable tbody td.td-action .frm-select {
  margin: 0 auto;
}
.table-box table.dataTable tbody th.th-middle,
.table-box table.dataTable tbody td.th-middle,
.table-box table.dataTable tbody th.td-middle,
.table-box table.dataTable tbody td.td-middle {
  vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}
.table-box table.dataTable tbody th.th-right,
.table-box table.dataTable tbody td.th-right,
.table-box table.dataTable tbody th.td-right,
.table-box table.dataTable tbody td.td-right {
  text-align: right;
}
.table-box table.dataTable tbody th.th-right .frm-select.select-clear,
.table-box table.dataTable tbody td.th-right .frm-select.select-clear,
.table-box table.dataTable tbody th.td-right .frm-select.select-clear,
.table-box table.dataTable tbody td.td-right .frm-select.select-clear,
.table-box table.dataTable tbody th.th-right .btn-action-ico,
.table-box table.dataTable tbody td.th-right .btn-action-ico,
.table-box table.dataTable tbody th.td-right .btn-action-ico,
.table-box table.dataTable tbody td.td-right .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable tbody th.th-left,
.table-box table.dataTable tbody td.th-left,
.table-box table.dataTable tbody th.td-left,
.table-box table.dataTable tbody td.td-left {
  text-align: right;
}
.table-box table.dataTable tbody th.th-left .frm-select.select-clear,
.table-box table.dataTable tbody td.th-left .frm-select.select-clear,
.table-box table.dataTable tbody th.td-left .frm-select.select-clear,
.table-box table.dataTable tbody td.td-left .frm-select.select-clear,
.table-box table.dataTable tbody th.th-left .btn-action-ico,
.table-box table.dataTable tbody td.th-left .btn-action-ico,
.table-box table.dataTable tbody th.td-left .btn-action-ico,
.table-box table.dataTable tbody td.td-left .btn-action-ico {
  margin: 0 0 0 auto;
}
.table-box table.dataTable tbody .btn-action-ico,
.table-box table.dataTable tbody .tbl-text {
  display: inline-block;
  vertical-align: baseline;
}
.table-box table.dataTable tbody .btn-action-ico {
  width: 24px;
  height: 24px;
}
.table-box table.dataTable tbody .elm-tooltip {
  margin-left: 15px;
}
.table-box .settings-popup-wrap {
  display: block;
  margin: 0 auto;
  width: 24px;
}
.table-box .btn-action-ico {
  vertical-align: middle;
}
.table-box .button-type {
  margin: 0 4px 0 0;
}
.table-box table .tbl-form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
}
.table-box table .tbl-form-inputs {
  -ms-flex: 1;
      flex: 1;
  padding: 12px;
  position: relative;
}
.table-box table .tbl-form-inputs:before {
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  bottom: -100px;
  right: 0;
  width: 1px;
  background-color: var(--clr-border);
}
.table-box table .tbl-form-actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 12px;
}
.table-box table .tbl-form-action {
  margin-bottom: 8px;
}
.table-box table .tbl-form-action:last-child {
  margin-bottom: 0;
}
.table-box table .tbl-form-action .btn {
  padding: 0 15px;
  width: 100%;
}
.table-box table .tbl-form-input {
  margin-bottom: 7px;
}
.table-box table .tbl-form-input:last-child {
  margin-bottom: 0;
}
.table-box .dataTables_wrapper {
  overflow: auto;
}
.table-box table.dataTable th.sorting {
  cursor: pointer;
}
.table-box table.dataTable th.fixed,
.table-box table.dataTable tbody td.fixed {
  position: sticky;
}
.table-box table.dataTable tbody td.fixed {
  background: #fff !important;
}
.bottom-actions-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 24px;
}
.bottom-actions-box .pagenav-wrap {
  -ms-flex: 1;
      flex: 1;
}
.bottom-actions-box .pagenav-box {
  margin: 0;
}
.bottom-actions-box .total-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 300px;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
  -ms-flex-align: center;
      align-items: center;
}
.top-actions-box {
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
.top-actions-box .view-wrap,
.top-actions-box .search-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1px 0;
}
.top-actions-box .search-wrap {
  width: 200px;
}
.top-actions-box .actions-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex: 1;
      flex: 1;
}
.top-actions-box .title-wrap {
  -ms-flex: 1;
      flex: 1;
}
.top-actions-box .title-wrap .h1-title {
  line-height: 28px;
}
.top-actions-box .title-wrap .h4-title {
  line-height: 28px;
  margin-bottom: 0;
}
.top-actions-box .action-wrap {
  margin: 0 8px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top-actions-box .view-box {
  margin: 0 0 8px 0;
}
.view-box .btn-page,
.pagenav-box .btn-page {
  display: block;
  position: relative;
  min-width: 24px;
  margin: 0 4px 0 3px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-base);
  border-radius: 2px;
  overflow: hidden;
}
.view-box .btn-page:before,
.pagenav-box .btn-page:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 2px;
  opacity: 0;
  border: 1px solid var(--clr-att);
  transition: all ease 0.2s;
}
.view-box .btn-page:hover:before,
.pagenav-box .btn-page:hover:before {
  opacity: 1;
}
.view-box .btn-page.active,
.pagenav-box .btn-page.active {
  background-color: #081136;
  color: #fff;
}
.view-box .btn-page.active:before,
.pagenav-box .btn-page.active:before {
  opacity: 0;
}
.view-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.view-box .field-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.view-box .pages-wrap {
  display: -ms-flexbox;
  display: flex;
}
.view-box .btn-page {
  padding: 0 4px;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 0 0 4px;
}
.pagenav-box {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
}
.pagenav-box .btn-action-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 32px;
}
.pagenav-box .btn-action-ico:first-child {
  margin-left: 0;
}
.pagenav-box .btn-action-ico:last-child {
  margin-right: 0;
}
.pagenav-box .pages-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagenav-box .btn-page:nth-child(6) ~ .btn-page {
  display: none;
}
.pagenav-box .btn-page:nth-child(6) ~ .btn-page.page-dotted,
.pagenav-box .btn-page:nth-child(6) ~ .btn-page:last-child {
  display: block;
}
.main-filter-box {
  position: relative;
  margin-bottom: 10px;
  background-color: #F4F5FB;
  border-radius: 0 4px 4px 0;
}
.main-filter-box .frm-field-range {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.main-filter-box .frm-field-range .frm-field {
  width: 50%;
  margin-bottom: 0;
}
.main-filter-box + .table-box {
  margin-top: 20px;
}
.main-filter-box .filter-toggle-wrap {
  position: absolute;
  right: 0;
  top: -26px;
  float: right;
  z-index: 2;
}
.main-filter-box .filter-actions-wrap {
  position: relative;
  padding: 10px 24px 8px 24px;
}
.main-filter-box .filter-actions-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background-color: var(--clr-border);
}
.main-filter-box .filter-content-wrap {
  padding: 24px 24px 8px 24px;
  display: block;
  position: relative;
}
.main-filter-box .field-content-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -24px 0 0;
}
.main-filter-box .field-content-select .frm-select {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin: 2px 24px 2px 0;
}
.main-filter-box .fields-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-filter-box .frm-row {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-filter-box .frm-row.spaces{
    justify-content: space-between;
}
.main-filter-box .frm-field {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 4px;
  margin-bottom: 16px;
  width: auto;
}
.main-filter-box .field-large {
  width: 228px;
}
.main-filter-box .field-large-main {
  width: 298px;
}
.main-filter-box .field-large-medium {
  width: 332px;
}
.main-filter-box .field-large-full {
  width: 492px;
}
.main-filter-box .field-medium {
  width: 183px;
}
.main-filter-box .field-small {
  width: 160px;
}
.main-filter-box .field-vsmall {
  width: 85px;
}
.main-filter-box .field-full {
  -ms-flex: 1;
      flex: 1;
}
.main-filter-box .field-half {
  width: 50%;
}
.main-filter-box .field-first {
  width: 188px;
}
.main-filter-box .field-third {
  width: 33.33%;
}
.main-filter-box .field-second {
  -ms-flex: 1;
      flex: 1;
}
.main-filter-box .field-second .fields-inner-wrap {
  margin-top: -12px;
}
.main-filter-box .field-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-width: 260px;
  max-width: 660px;
}
.main-filter-box .frm-field-inner {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.main-filter-box .frm-field-inner .frm-field {
  padding: 0 4px;
  margin-bottom: 0;
  margin-top: 10px;
  width: auto;
}
.main-filter-box .field-actions {
  display: -ms-flexbox;
  display: flex;
}
.main-filter-box .field-actions .btn {
  margin: 0 8px 0 0;
}
.main-filter-box .field-actions .btn:last-child {
  margin: 0;
}
.main-filter-box .field-actions .frm-select {
  margin-bottom: 2px;
}
.main-filter-box .field-actions .frm-select.select-small {
  margin-bottom: 4px;
}
.main-filter-box .field-title {
  min-height: 20px;
}
.main-filter-box .row-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-filter-box .row-title {
  width: 221px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 16px 0 0;
  min-height: 28px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 600;
  margin: 0;
  text-align: right;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.main-filter-box .row-title-include {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.main-filter-box .row-title-include .frm-field {
  margin-bottom: 0;
    margin-top: 5px;
}
.main-filter-box .frm-field-upload {
  margin-bottom: 12px;
  max-width: 462px;
}
.main-filter-box .frm-field-upload:last-child {
  margin-bottom: 0;
}
.header-show .breadcrumbs-box {
    left: 290px;
    width: calc(100vw - 420px);
}
.breadcrumbs-box {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.41666667;
  color: #212949;

    position: sticky;
    left: 110px;
    width: calc(100vw - 210px);
}
.breadcrumbs-box + .title-box {
  padding-top: 16px;
}
.breadcrumbs-box .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px 0 0;
}
.breadcrumbs-box li {
  margin: 0 20px 0 0;
  padding: 0;
}
.breadcrumbs-box li:last-child {
  color: #ACB0C1;
}
.breadcrumbs-box li:last-child:after {
  display: none;
}
.breadcrumbs-box li:before {
  display: none;
}
.breadcrumbs-box li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  margin-left: 8px;
  background-color: #CCCED5;
  border-radius: 50%;
}
.breadcrumbs-box a {
  display: block;
  position: relative;
  color: inherit;
}
.breadcrumbs-box a:hover {
  color: var(--clr-att);
}
.main-tabs-box,
.tabs-box,
.inner-tabs-box {
  margin: 0;
  border-bottom: 1px solid #E1E5F0;
}
.main-tabs-box .menu,
.tabs-box .menu,
.inner-tabs-box .menu {
  margin: 0 -2px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    scrollbar-width: none;
}
.main-tabs-box li,
.tabs-box li,
.inner-tabs-box li {
  margin: 0 2px 0 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-tabs-box li:before,
.tabs-box li:before,
.inner-tabs-box li:before {
  display: none;
}
.inner-tabs-box {
  border-bottom: none;
}
.inner-tabs-box.tabs-light .btn.button-tab.active {
  background-color: #fff;
}
.inner-tabs-box.tabs-light .btn.button-tab.active:after {
  opacity: 1;
  display: block;
  background-color: #fff;
}
.inner-tabs-box .btn.button-tab {
  border: 1px solid #E7EAF3;
  background-color: #E7EAF3;
  border-bottom: none;
}
.inner-tabs-box .btn.button-tab:after {
  background-color: #F4F5FB;
}
.inner-tabs-box.main-tabs-box .btn.button-tab.active {
    border-color: #fff;
}
.inner-tabs-box .btn.button-tab.active {
  border-color: #CCCED5;
  background-color: #F4F5FB;
}
.tabs-box {
  margin-bottom: 24px;
  border-bottom: none;
}
.tabs-box ~ .main-filter-box {
  margin-top: -24px;
}
.header-show .tabs-outer-wrap {
    left: 290px;
    width: calc(100vw - 420px);
}
.tabs-outer-wrap {
    width: calc(100vw - 210px);
    position: sticky;
    left: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 12px;
  line-height: 1;
}
.tabs-outer-wrap .btn.button-tab:not(.active):hover:before,
.inner-tabs-box .btn.button-tab:not(.active):hover:before {
  opacity: 1 !important;
}
.content-menu-outer-wrap {
  display: -ms-flexbox;
  display: flex;
}
.content-menu-outer-wrap .content-inner-wrap .table-box table {
  max-width: 100%;
}
.content-menu-outer-wrap .form-outer-wrap,
.content-menu-outer-wrap .content-inner-wrap {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex: 1;
      flex: 1;
  padding: 0 40px 0 0;
  padding: 0 4rem 0 0;
  max-width: 932px;
}
.content-menu-outer-wrap .form-outer-wrap.width-main,
.content-menu-outer-wrap .content-inner-wrap.width-main {
  max-width: 1176px;
}
.content-menu-outer-wrap .menu-outer-wrap {
  width: 30%;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  -ms-flex-order: 2;
      order: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.content-menu-outer-wrap .menu-outer-wrap .menu {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
}
.content-menu-outer-wrap .menu-outer-wrap li {
  margin: 0 0 20px 0;
  padding: 0;
}
.content-menu-outer-wrap .menu-outer-wrap li:before {
  display: none;
}
.content-menu-outer-wrap .menu-outer-wrap a {
  display: block;
  color: var(--clr-base);
}
.content-menu-outer-wrap .menu-outer-wrap a:hover,
.content-menu-outer-wrap .menu-outer-wrap a.active {
  color: var(--clr-att);
}
.content-menu-outer-wrap .main-form-box,
.content-menu-outer-wrap .top-actions-box,
.content-menu-outer-wrap .table-box {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.content-menu-outer-wrap .table-box table {
  max-width: 880px;
}
.content-outer-wrap {
    width: fit-content;
  margin-left: calc(var(--paddingContainer) * -1);
  margin-right: calc(var(--paddingContainer) * -1);
  -ms-flex: 1;
      flex: 1;
  display: block;
  position: relative;
  background-color: #fff;
  padding-left: var(--paddingContainer);
  padding-right: var(--paddingContainer);
    padding-top: 22px;
    padding-bottom: 0px;
}
.content-outer-wrap.content-gray {
  background-color: transparent;
}
.settings-popup-wrap {
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 5;
}
.settings-popup-wrap .settings-content-block {
  display: none;
  width: 178px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  z-index: 10;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px 8px 2px 8px;
}
.settings-popup-wrap .settings-content-block .frm-select {
  width: 100%;
  text-align: left;
  margin: 0 0 8px 0 !important;
  display: block;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul-right .menu-more-submenu-ul,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul-right .menu-more-submenu-ul {
  left: auto;
  right: 0;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul-center .menu-more-submenu-ul,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul-center .menu-more-submenu-ul {
  left: 50%;
  right: auto;
  margin-left: -110px;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul {
  z-index: 100;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 222px;
  padding: 6px 0;
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul li,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul li {
  padding: 2px 8px;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  white-space: normal;
  padding: 3px 12px 3px 12px;
  border-radius: 2px;
  color: var(--clr-base);
  background-color: transparent;
  text-align: left;
  min-height: 0;
  height: auto;
  border: none;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:before,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:before {
  display: none;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:after,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  left: auto;
  bottom: auto;
  margin: -12px -12px 0 0;
  opacity: 0;
  transition: opacity ease 0.2s;
  background: url(/build/assets/check-select-ab30d2b2.svg) center no-repeat;
  background-size: 100% auto;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:hover,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab:hover,
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active {
  background-color: #F4F5FB;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active {
  padding-right: 36px;
}
.main-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active:after,
.inner-tabs-box.menu-more-active .menu-more-submenu-ul .btn.button-tab.active:after {
  opacity: 1;
}
.main-tabs-box.menu-more-active .menu-more-submenu-li .btn.button-tab.menu-more-submenu-button:before,
.inner-tabs-box.menu-more-active .menu-more-submenu-li .btn.button-tab.menu-more-submenu-button:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #3760FF;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.main-tabs-box.menu-more-active .menu-more-submenu-active .btn.button-tab.menu-more-submenu-button,
.inner-tabs-box.menu-more-active .menu-more-submenu-active .btn.button-tab.menu-more-submenu-button {
  background-color: #E9EDFF;
  color: #3760FF;
}
.main-tabs-box.menu-more-active .menu-more-submenu-active .btn.button-tab.menu-more-submenu-button:before,
.inner-tabs-box.menu-more-active .menu-more-submenu-active .btn.button-tab.menu-more-submenu-button:before {
  opacity: 1;
}
.main-tabs-box.menu-more-active .menu-more-submenu-active .menu-more-submenu-ul,
.inner-tabs-box.menu-more-active .menu-more-submenu-active .menu-more-submenu-ul {
  display: block;
}
.main-tabs-box.menu-more-active .menu,
.inner-tabs-box.menu-more-active .menu {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: visible;
}
.main-tabs-box.menu-more-active .menu li,
.inner-tabs-box.menu-more-active .menu li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-tabs-box.menu-more-active .menu .menu-more-hidden,
.inner-tabs-box.menu-more-active .menu .menu-more-hidden {
  display: none;
}
@media (max-width: 1599px) {
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .items-wrap {
        -moz-columns: 1;
    columns: 1;
        -moz-column-gap: 0;
    column-gap: 0;
  }
  .popup-panel-active[data-panel-active*="panel-messages"] .popup-panel-box[data-panel*="panel-messages"] {
    left: 10%;
  }
  .popup-panel-active[data-panel-active*="panel-notify"] .popup-panel-box[data-panel*="panel-notify"] {
    left: 10%;
  }
  .popup-panel-active .actions-panel-box {
    right: 90%;
  }
  .popup-panel-box {
    width: 90%;
  }
  .phone-panel-box .item-wrap {
    width: 100%;
  }
  .phone-panel-box .item-wrap.wrap-full {
    width: 100%;
  }
  .phone-panel-box .elm-panel-call.panel-text {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .phone-panel-box .elm-panel-call.panel-text .call-wrap {
    -ms-flex: inherit;
        flex: inherit;
    padding-bottom: 10px;
  }
}
@media (max-width: 1359px) {
  .chart-box .legends-wrap {
    padding-left: 30px;
  }
  .main-filter-box .field-actions {
    width: 100%;
  }
  .main-filter-box .field-inner-wrap {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .popup-panel-active[data-panel-active*="panel-messages"] .popup-panel-box[data-panel*="panel-messages"] {
    left: 0%;
  }
  .popup-panel-active[data-panel-active*="panel-notify"] .popup-panel-box[data-panel*="panel-notify"] {
    left: 0%;
  }
  .popup-panel-active .actions-panel-box {
    right: 100%;
  }
  .popup-panel-box {
    width: 100%;
  }
  .popup-panel-box:not(.menu-active) .popup-panel-menu {
    width: 60px;
  }
  .popup-panel-box:not(.menu-active) .popup-panel-menu .panel-title,
  .popup-panel-box:not(.menu-active) .popup-panel-menu .panel-menu {
    opacity: 0;
    pointer-events: none;
  }
  .popup-panel-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    z-index: 23;
    transition: all ease 0.2s;
  }
  .popup-panel-menu .panel-title,
  .popup-panel-menu .panel-menu {
    transition: opacity ease 0.2s;
    width: 226px;
  }
  .popup-panel-menu .panel-title {
    padding-right: 60px;
  }
  .popup-panel-menu .button-menu-toggle {
    display: block;
  }
  .popup-panel-content {
    max-width: 100%;
    padding-left: 60px;
    width: 100%;
  }
  .content-menu-outer-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 5rem;
  }
  .content-menu-outer-wrap.content-template {
    max-width: inherit;
  }
  .content-menu-outer-wrap.content-template .menu-outer-wrap {
    -ms-flex-order: 2;
        order: 2;
  }
  .content-menu-outer-wrap.content-template .form-outer-wrap {
    -ms-flex-order: 1;
        order: 1;
  }
  .content-menu-outer-wrap .menu-outer-wrap {
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
  }
  .content-menu-outer-wrap .form-outer-wrap,
  .content-menu-outer-wrap .content-inner-wrap {
    width: 100%;
    max-width: inherit;
    padding-right: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .main-filter-box .field-second {
    -ms-flex: 1;
        flex: 1;
  }
  .main-filter-box .field-second .fields-inner-wrap {
    margin-top: -40px;
  }
  .main-filter-box .row-title-include {
    display: block;
  }
  .main-filter-box .row-title {
    padding: 0 4px;
    width: 100%;
    text-align: left;
    display: block;
    min-height: 0;
        margin: 0;
    }
    .main-filter-box .filter-content-wrap.col-2 .row-title {
        margin-top: 15px;
    }
    .main-filter-box .filter-content-wrap.col-2 .row-title-include .frm-field {
        margin-top: 3px;
  }
}
@media (max-width: 1023px) {
  .dashboard-actions-box .frm-select-wrap .btn-popup {
    width: 28px;
    padding: 0;
  }
  .dashboard-actions-box .frm-select-wrap .btn-popup .button-title {
    display: none;
  }
  .dashboard-actions-box .frm-select-wrap .btn-popup .button-ico {
    margin: 0 auto;
  }
  .dashboard-panel-box {
    margin-left: -10px;
    margin-right: -10px;
  }
  .dashboard-panel-box .panel-section-wrap {
    padding: 15px;
    margin: 0 10px 20px 10px;
    width: calc(50% - 20px);
  }
  .dashboard-panel-box .panel-section-wrap.w-full {
    width: calc(100% - 20px);
  }
  .dashboard-panel-box .frm-select-wrap {
    top: 16px;
    right: 16px;
  }
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box {
    display: block;
  }
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .chart-wrap {
    margin: 0 auto;
  }
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .legends-wrap {
    max-width: 100%;
    padding-left: 0;
    min-height: 0;
    margin-top: 30px;
  }
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .items-wrap {
        -moz-columns: 2;
    columns: 2;
        -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .outer-content-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .outer-content-wrap .content-wrap {
    max-width: inherit;
  }
  .outer-content-wrap .side-wrap {
    width: 100%;
    padding: 0;
  }
  .table-box table .tbl-form-wrap {
    display: block;
  }
  .table-box table .tbl-form-inputs {
    width: 100%;
  }
  .table-box table .tbl-form-inputs:before {
    display: none;
  }
  .popup-panel-active .actions-panel-box {
    top: 8px;
    right: 60px;
    left: auto;
    margin: 0;
  }
  .popup-panel-outer-wrap .panel-content-top {
    padding-right: 40px;
  }
  .popup-panel-box {
    padding-left: 0;
  }
  .popup-panel-box .button-panel-close {
    right: 0;
    margin-right: 0;
  }
  .popup-panel-menu {
    left: 0;
  }
  .chat-panel-box .messages-info-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 300px;
  }
  .chat-panel-box .messages-info-wrap ~ .messages-list-wrap {
    width: auto;
    max-width: calc(100% - 60px);
  }
  .chat-panel-box .messages-info-wrap.active {
    width: 100%;
  }
  .chat-panel-box .messages-info-wrap.active ~ .messages-list-wrap {
    width: auto;
    max-width: calc(100% - 60px);
  }
  .chat-inner-box {
    position: relative;
    /*.chat-side-wrap {
            width: 240px;
            padding-left: 24px;
            padding-right: 24px;
        }
        .chat-content-wrap {
            max-width: calc(100% - 240px);
        }*/
  }
  .chat-inner-box .inner-content-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .chat-inner-box .chat-side-wrap {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid var(--clr-border);
  }
  .chat-inner-box .chat-side-wrap .side-menu-box {
    margin-bottom: 0;
  }
  .chat-inner-box .chat-content-wrap {
    width: 100%;
    max-width: inherit;
    -ms-flex: inherit;
        flex: inherit;
  }
  .notify-popup-box {
    top: 10px;
    right: 10px;
    width: 300px;
  }
  .notify-popup-box .item-tile-popup-notfy {
    margin-bottom: 10px;
  }
  .nav-box .nav-action {
    -ms-flex: inherit;
        flex: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .nav-box .nav-action-inner {
    padding: 4px 8px 4px 0;
  }
  .filter-saved-box {
    display: block;
  }
  .filter-saved-box .filter-title {
    padding-right: 0;
    margin: 0 0 10px 0;
  }
    .popup-box .button-right.clear {
        left: 105px;
    }
  .popup-box .button-right {
    right: auto;
    left: 5px;
    top: 0;
        cursor: pointer;
  }
  .popup-box .btn-action-ico.ico-close {
    top: 0;
    right: 0;
    left: auto;
  }
  .popup-outer-box {
    padding: 40px 15px 20px 15px;
  }
  .subscribe-info-box {
    margin: 0;
  }
  .subscribe-info-box .list-outer-wrap,
  .subscribe-info-box .info-outer-wrap {
    width: 50%;
    margin: 0 0 32px 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .subscribe-info-box .info-outer-wrap {
    padding-left: 32px;
  }
  .bottom-actions-box {
    display: block;
  }
  .bottom-actions-box .pagenav-wrap {
    -ms-flex: inherit;
        flex: inherit;
    width: 100%;
  }
  .bottom-actions-box .total-wrap {
    max-width: inherit;
    width: 100%;
    margin-top: 8px;
  }
  .top-actions-box {
    display: block;
  }
  .top-actions-box .actions-wrap {
    margin-left: 0;
    margin-right: -8px;
  }
  .top-actions-box .search-wrap {
    width: 100%;
    margin-top: 10px;
  }
  .pagenav-box .btn-action-ico {
    margin: 0;
  }
  .pagenav-box .btn-page:nth-child(4) ~ .btn-page {
    display: none;
  }
  .main-filter-box .filter-toggle-wrap {
    display: block;
    padding: 20px 15px 0 24px;
    position: static;
    width: auto;
    float: none;
  }
  .tabs-box .menu,
  .main-tabs-box .menu,
  .inner-tabs-box .menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    overflow: auto;
    -ms-overflow-style: none;
  }
  .tabs-box .menu::-webkit-scrollbar,
  .main-tabs-box .menu::-webkit-scrollbar,
  .inner-tabs-box .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .main-tabs-box,
  .inner-tabs-box {
    border-bottom: none;
  }
  .main-tabs-box .btn.button-border:after,
  .inner-tabs-box .btn.button-border:after {
    display: none;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  .dashboard-panel-box .panel-section-wrap {
    width: 95%;
    width: calc(100% - 20px);
  }
  .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .items-wrap {
        -moz-columns: 3;
    columns: 3;
    max-width: 100%;
  }
  .popup-panel-box.side-active .panel-side-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .popup-panel-outer-wrap .popup-content-action {
    display: block;
  }
  .popup-panel-outer-wrap .panel-side-top {
    padding-left: 15px;
    padding-right: 40px;
  }
  .popup-panel-outer-wrap .panel-content-top {
    display: block;
    padding-left: 15px;
  }
  .popup-panel-outer-wrap .panel-content-top .title-wrap {
    padding: 0;
  }
  .popup-panel-outer-wrap .panel-content-top .search-wrap {
    width: 100%;
    margin-top: 10px;
  }
  .panel-side-wrap {
    display: none;
    animation: fadein ease 0.2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    background-color: #fff;
    z-index: 24;
  }
  .panel-side-wrap .button-list-toggle {
    display: block;
  }
  .panel-content-wrap {
    max-width: 100%;
  }
  .notify-box .items-outer-wrap,
  .notify-box .more-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .chat-panel-box .chat-side-wrap,
  .chat-panel-box .messages-list-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .chat-panel-box .message-form-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
  .chat-panel-box .message-form-wrap .btn-action-ico {
    width: 28px;
  }
  .user-title-box {
    padding-left: 0;
  }
  .user-title-box .title-outer-wrap {
    padding-left: 120px;
    min-height: 100px;
  }
  .user-title-box .title-outer-wrap .title-inner {
    font-size: 20px;
  }
  .user-title-box .elm-photo {
    width: 100px;
    height: 100px;
  }
  .user-box {
    padding-left: 0;
  }
  .user-box .desc-outer-wrap {
    max-width: 100%;
    padding-left: 0;
  }
  .orders-box .orders-list {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    overflow: auto;
    -ms-overflow-style: none;
  }
  .orders-box .orders-list::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .orders-box .orders-list > li {
    width: 705px;
  }
  .popup-modal.popup-modal-550 .popup-outer-box {
    padding: 24px 16px 16px 16px;
  }
  .subscribe-info-box {
    margin: 0;
    display: block;
  }
  .subscribe-info-box .list-outer-wrap {
    width: 100%;
  }
  .subscribe-info-box .info-outer-wrap {
    width: 100%;
    padding: 0;
  }
  .main-info-box {
    margin-bottom: 6rem;
  }
  .main-info-box .info-outer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-info-box .actions-outer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-info-box .form-wrap,
  .main-info-box .rows-wrap {
    max-width: 100%;
  }
  .main-info-box .form-wrap.width-main,
  .main-info-box .rows-wrap.width-main {
    max-width: inherit;
  }
  .main-info-box .table-box {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-form-box {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
  }
  .main-form-box .field-title-large.h1-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-form-box .frm-title-wrap .h1-title {
    font-size: 18px;
  }
  .main-form-box .field-letter {
    padding-top: 0;
    width: 100%;
    max-width: inherit;
  }
  .main-form-box .frm-field.field-line {
    width: 100%;
  }
  .main-form-box .field-short {
    width: 100%;
  }
  .main-form-box .form-text {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .main-form-box .field-half {
    width: 100%;
  }
  .main-form-box .field-third {
    width: 100%;
  }
  .main-form-box .field-half-max,
  .main-form-box .field-third-max,
  .main-form-box .field-third-vmax {
    max-width: inherit;
  }
  .main-form-box .field-main,
  .main-form-box .field-second {
    width: 100%;
  }
  .main-form-box .frm-tab {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-form-box .field-title-large .frm-select,
  .main-form-box .field-title-large .frm-select-toggle {
    margin-left: 0;
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  .main-filter-box .filter-toggle-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-filter-box .filter-actions-wrap {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-filter-box .filter-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-filter-box .frm-field {
    width: 100%;
  }
  .main-filter-box .frm-field.field-full {
    width: 100%;
    -ms-flex: inherit;
        flex: inherit;
  }
  .main-filter-box .frm-field-inner .frm-field {
    margin: 0 0 10px 0;
  }
  .main-filter-box .field-inner-wrap {
    display: block;
  }
}
@media (max-width: 639px) {
  .chart-box {
    display: block;
  }
  .chart-box .chart-wrap {
    margin: 0 auto;
  }
  .chart-box .legends-wrap {
    max-width: 100%;
    padding-left: 0;
    min-height: 0;
    margin-top: 30px;
  }
  .chart-box .items-wrap {
        -moz-columns: 3;
    columns: 3;
        -moz-column-gap: 16px;
    column-gap: 16px;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .chart-box .items-wrap {
        -moz-columns: 1 !important;
    columns: 1 !important;
  }
  .user-title-box .title-outer-wrap {
    padding-left: 85px;
    min-height: 70px;
  }
  .user-title-box .title-outer-wrap .title-inner {
    font-size: 16px;
  }
  .user-title-box .elm-photo {
    width: 70px;
    height: 70px;
  }
  .user-box {
    padding-left: 0;
  }
  .user-box .desc-outer-wrap {
    max-width: 100%;
  }
  .main-info-box.info-user .info-outer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-info-box .info-outer-wrap .view-box .btn-page,
  .main-info-box .info-outer-wrap .pagenav-box .btn-page {
    padding: 0 4px;
    min-width: 20px;
  }
  .phone-panel-box .elm-panel-call .call-arrow,
  .phone-panel-box .elm-panel-call .call-cancel {
    width: 24px;
    height: 24px;
    margin: 0;
    display: none;
  }
  .popup-outer-box .elm-row .row-value.row-value-main {
    padding-bottom: 10px;
    width: 100%;
    max-width: 100% !important;
  }
  .popup-outer-box .elm-row .row-title {
    margin-bottom: 0;
  }
  .popup-outer-box .elm-row:before {
    display: none;
  }
  .popup-outer-box .elm-row:last-child {
    margin-bottom: 0;
  }
  .popup-outer-box .field-main {
    width: 100%;
  }
  .popup-outer-box .field-main + .frm-field {
    width: 100%;
  }
  .main-form-box .frm-title-wrap .h1-title {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  .popup-outer-box .field-third {
    width: 33.33%;
  }
  .popup-outer-box .field-half {
    width: 50%;
  }
}
@media (min-width: 640px) {
  .main-form-box .field-title {
    min-height: 20px;
  }
}
@media (min-width: 768px) {


    .main-filter-box .filter-content-wrap.col-2 {
        /*-moz-columns: 2;*/
        /*columns: 2;*/
        /*-moz-column-gap: 30px;*/
        /*column-gap: 30px;*/
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 2.25rem;
    }
    .main-filter-box .filter-content-wrap.col-2>div {
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid-column;
    }

  .main-filter-box .field-half-max {
    width: 50%;
    max-width: 253px;
  }
  .main-filter-box .field-half-max + .field-second {
    width: auto;
    -ms-flex: 1;
        flex: 1;
  }
  .main-form-box .field-third.field-fix-width {
    width: 270px;
  }
  .main-form-box .field-half.field-fix-width {
    width: 402px;
  }
  .main-form-box .field-letter {
    width: 100%;
    max-width: inherit;
    padding-top: 0;
  }
  .main-form-box .field-third-span {
    width: 66.66%;
  }
  .main-form-box .row-line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main-form-box .row-letter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-form-box .row-letter .field-line {
    min-width: 150px;
  }
  .main-form-box .row-letter .form-text {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .main-form-box .row-time {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .main-form-box .row-time .frm-field {
    width: 135px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .main-form-box .row-time .frm-field.field-button {
    width: auto;
  }
  .main-form-box .row-time .frm-field.field-full {
    -ms-flex: 1;
        flex: 1;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .popup-panel-opened .popup-panel-box {
    transition: none;
  }
  .popup-outer-box {
    width: 620px;
    margin: 0 0 0 auto;
  }
  .popup-box .btn-action-ico.ico-close {
    left: 100%;
    margin-left: -582px;
  }
  .main-tabs-box {
    margin: 0 -15px;
  }
  .tabs-box.tabs-filter {
    padding-right: 200px;
  }
  .main-tabs-box,
  .inner-tabs-box {
    margin-bottom: -1px;
  }
  .tabs-box .menu,
  .main-tabs-box .menu,
  .inner-tabs-box .menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: calc(var(--paddingContainer) * -1);
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    overflow: auto;
    -ms-overflow-style: none;
  }
  .tabs-box .menu::-webkit-scrollbar,
  .main-tabs-box .menu::-webkit-scrollbar,
  .inner-tabs-box .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .header-show .dashboard-panel-box .panel-section-wrap:not(.w-full) .chart-box .items-wrap {
    min-width: 0;
    max-width: 500px;
        -moz-columns: 2;
    columns: 2;
        -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .header-show .dashboard-panel-box .panel-section-wrap {
    width: 95%;
    width: calc(100% - 32px);
  }
  .chat-inner-box .chat-side-wrap {
    width: 240px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .chat-inner-box .chat-content-wrap {
    max-width: calc(100% - 240px);
  }
  .header-show .chat-inner-box .chat-side-wrap {
    display: none;
  }
  .header-show .chat-inner-box .chat-content-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .content-menu-outer-wrap.info-outer-wrap {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .content-menu-outer-wrap.info-outer-wrap .menu-outer-wrap {
    width: 220px;
  }
  .content-menu-outer-wrap.content-template {
    max-width: 1200px;
  }
  .content-menu-outer-wrap.content-template .menu-outer-wrap {
    width: 37.5%;
  }
  .content-menu-outer-wrap.content-template .form-outer-wrap,
  .content-menu-outer-wrap.content-template .content-inner-wrap {
    width: 62.5%;
    max-width: inherit;
    padding-right: 5rem;
  }
  .main-form-box .content-menu-outer-wrap.content-template .content-inner-wrap,
  .main-form-box .content-menu-outer-wrap.content-template .form-outer-wrap {
    width: 55%;
  }
  .main-form-box .content-menu-outer-wrap.content-template .menu-outer-wrap {
    width: 45%;
  }
}
/* ----------------------------------- *\
			forms elements styles
\* ----------------------------------- */
.form-input,
input.vue-dadata__input {
  height: 28px;
  border-radius: 2px;
  border: 1px solid #CCD4E0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 500;
  color: var(--clr-base);
  background-color: #fff;
}
.form-input:hover,
input.vue-dadata__input:hover,
.form-input:focus,
input.vue-dadata__input:focus {
  border-color: #1153FF;
}
.form-input:focus,
input.vue-dadata__input:focus {
  background-color: #F5F8FF;
}
.form-input.input-disabled,
input.vue-dadata__input.input-disabled,
.form-input[disabled],
input.vue-dadata__input[disabled] {
  background-color: #E6E8F4;
  border-color: #E6E8F4;
  color: #CCCED5;
}
.form-input.input-disabled[placeholder]::-webkit-input-placeholder,
input.vue-dadata__input.input-disabled[placeholder]::-webkit-input-placeholder,
.form-input[disabled][placeholder]::-webkit-input-placeholder,
input.vue-dadata__input[disabled][placeholder]::-webkit-input-placeholder {
  color: #CCCED5;
}
.form-input.input-disabled[placeholder]:-moz-placeholder,
input.vue-dadata__input.input-disabled[placeholder]:-moz-placeholder,
.form-input[disabled][placeholder]:-moz-placeholder,
input.vue-dadata__input[disabled][placeholder]:-moz-placeholder {
  color: #CCCED5;
}
.form-input.input-disabled[placeholder]::-moz-placeholder,
input.vue-dadata__input.input-disabled[placeholder]::-moz-placeholder,
.form-input[disabled][placeholder]::-moz-placeholder,
input.vue-dadata__input[disabled][placeholder]::-moz-placeholder {
  color: #CCCED5;
}
.form-input.input-disabled[placeholder]:-ms-input-placeholder,
input.vue-dadata__input.input-disabled[placeholder]:-ms-input-placeholder,
.form-input[disabled][placeholder]:-ms-input-placeholder,
input.vue-dadata__input[disabled][placeholder]:-ms-input-placeholder {
  color: #CCCED5;
}
.form-input.inp-error,
input.vue-dadata__input.inp-error {
  border-color: #FF8982;
  background-color: #FDF6F4;
}
.form-input.inp-error ~ .btn-action-ico.ico-calendar:before,
input.vue-dadata__input.inp-error ~ .btn-action-ico.ico-calendar:before {
  background-image: url(/build/assets/calendar-error-096abff3.svg);
}
.form-input.inp-error ~ .btn-action-ico.ico-search:before,
input.vue-dadata__input.inp-error ~ .btn-action-ico.ico-search:before {
  background-image: url(/build/assets/search-error-170c0f56.svg);
}
.form-input.inp-error ~ .btn-action-ico.ico-clear:before,
.form-input.inp-error ~ .vs__clear:before,
input.vue-dadata__input.inp-error ~ .vs__clear:before,
input.vue-dadata__input.inp-error ~ .btn-action-ico.ico-clear:before {
  background-image: url(/build/assets/close-error-7b0b5d78.svg);
}
textarea.form-input {
  padding-top: 8px;
  min-height: 68px;
  resize: vertical;
}
.form-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: none;
  padding: 0;
}
select.form-input {
  cursor: pointer;
  display: block;
  width: 100%;
  padding-right: 30px;
  background-image: url(/build/assets/arrow-select-f33bff53.svg);
  background-size: 20px auto;
  background-position: right 10px center;
  background-color: #fff;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #ACB0C1;
}
[placeholder]:-moz-placeholder {
  color: #ACB0C1;
}
[placeholder]::-moz-placeholder {
  color: #ACB0C1;
}
[placeholder]:-ms-input-placeholder {
  color: #ACB0C1;
}
.btn {
  height: 28px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid var(--clr-att);
  background: var(--clr-att);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
}
.btn:hover {
  background-color: var(--clr-att-hover);
  border-color: var(--clr-att-hover);
  color: #fff;
}
.btn.button-full {
  width: 100%;
}
.btn.button-main {
  height: 52px;
}
.btn.button-hidden {
  opacity: 0;
  pointer-events: none;
}
.btn.button-arrow {
  padding-right: 30px;
}
.btn.button-arrow:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -11px;
  transition: all ease 0.2s;
  background: url(/build/assets/arrow-select-f33bff53.svg) center no-repeat;
  background-size: 100% auto;
  filter: brightness(0) invert(1);
}
.btn.button-arrow.button-border:before {
  filter: none;
}
.btn.button-arrow.button-disabled:before,
.btn.button-arrow[disabled]:before {
  filter: none;
  filter: brightness(0.3) opacity(0.25);
}
.btn.button-arrow.active:before {
  transform: rotate(180deg);
  margin-top: -8px;
}
.btn.button-border {
  background-color: transparent;
  border-color: var(--clr-border-att);
  color: var(--clr-base);
}
.btn.button-border:hover {
  border-color: var(--clr-att);
  background-color: #F0F3FF;
  color: var(--clr-base);
}
.btn.button-border .button-ico {
  filter: none;
}
.btn.button-tab-menu {
  height: 28px;
  padding: 0 28px 0 12px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-base);
  background-color: #F4F5FB;
  border: none;
}
.btn.button-tab-menu .button-title {
  display: block;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn.button-tab-menu:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -12px -12px 0 0;
  background: url(/build/assets/button-check-24e68319.svg) center no-repeat;
  background-size: 16px auto;
}
.btn.button-tab-menu:hover {
  background-color: #e3e4ea;
  color: var(--clr-base);
}
.btn.button-tab-menu:hover:before {
  filter: brightness(0) invert(1);
}
.btn.button-tab-menu.active {
  background-color: var(--clr-att);
  color: #fff;
}
.btn.button-tab-menu.active:before {
  filter: brightness(0) invert(1);
}
.btn.button-tab,
.btn.button-tab-second {
  overflow: visible;
  background-color: #CDCFDA;
  border: none;
  padding: 0 20px;
  height: 36px;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  color: #6F747D;
}
.btn.button-tab:hover,
.btn.button-tab-second:hover {
  background-color: #E9EDFF;
  color: #3760FF;
}
.btn.button-tab:hover:before,
.btn.button-tab-second:hover:before {
  background-color: #3760FF;
}
.btn.button-tab.active,
.btn.button-tab-second.active {
  background-color: #fff;
  color: #2F364A;
}
.btn.button-tab.active:after,
.btn.button-tab-second.active:after {
  display: block;
}
.btn.button-tab.active:before,
.btn.button-tab-second.active:before {
  display: none;
}
.btn.button-tab:before,
.btn.button-tab-second:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  transition: all ease 0.2s;
  opacity: 0;
  background-color: #E6E8F2;
}
.btn.button-tab:after,
.btn.button-tab-second:after {
  content: "";
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  z-index: 2;
}
.btn.button-tab .button-ico,
.btn.button-tab-second .button-ico {
  filter: brightness(0) grayscale(1);
  width: 20px;
  height: 20px;
  margin: 0 4px 0 -8px;
}
.btn.button-tab-second {
  height: 32px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 14px;
  background-color: #E7E9F3;
}
.btn.button-tab-second:after {
  display: none;
  opacity: 0;
  height: 0;
}
.btn.button-tab-second.active,
.btn.button-tab-second:hover {
  background-color: #F4F5FB;
}
.btn.button-tab-second.active .button-ico,
.btn.button-tab-second:hover .button-ico {
  filter: none;
}
.btn.button-icon {
  padding-left: 3px;
  padding-right: 3px;
}
.btn.button-icon .button-ico {
  margin: 0 !important;
}
.btn.button-full {
  width: 100%;
}
.btn .button-ico {
  width: 20px;
  height: 20px;
  margin: 0 4px 0 -12px;
  filter: brightness(0) invert(1);
}
.btn .button-ico:last-child {
  margin-left: 4px;
  margin-right: -12px;
}
.btn.button-selected {
  height: 24px;
  padding: 0 16px;
  background-color: #E9EDFF;
  font-size: 12px;
  font-weight: 500;
  color: var(--clr-att);
  border: 1px solid #E9EDFF;
  border-radius: 3px;
  overflow: visible;
}
.btn.button-selected:hover {
  background-color: #E9EDFF;
  border-color: #E9EDFF;
  color: var(--clr-att);
}
.btn.button-selected:hover .btn-action-ico.ico-del {
  display: block;
}
.btn.button-selected .btn-action-ico.ico-del {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--clr-att);
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  display: none;
  animation: fadein ease 0.2s;
}
.btn.button-selected .btn-action-ico.ico-del:hover {
  background-color: var(--clr-att);
}
.btn.button-selected .btn-action-ico.ico-del:before {
  filter: brightness(0) invert(1);
  background-size: 14px auto;
}
.btn.button-selected.button-border {
  background-color: transparent;
  border-color: var(--clr-att);
  color: var(--clr-base);
}
.btn.button-selected.button-border:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
  color: #fff;
}
.btn.button-selected.active {
  background-color: #081136;
  border-color: #081136;
  color: #fff;
}
.btn[disabled],
.btn.button-disabled {
  pointer-events: none;
  background-color: #F4F5FB;
  border-color: #F4F5FB;
  color: #C6C9D6;
}
.btn[disabled].button-border,
.btn.button-disabled.button-border {
  background-color: #F4F5FB;
  border-color: #F4F5FB;
  color: #C6C9D6;
}
.btn[disabled] .button-ico,
.btn.button-disabled .button-ico {
  filter: brightness(0.3) opacity(0.25);
}
.btn-user {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  line-height: 1;
}
.btn-user img {
  display: block;
  width: 100%;
}
.vs__clear,
.btn-action-ico {
  min-width: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: all ease 0.2s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-action-ico.button-hidden {
  opacity: 0;
  pointer-events: none;
}
.btn-action-ico[data-counter] {
  overflow: visible;
}
.btn-action-ico[data-counter]:after {
  content: attr(data-counter);
  height: 22px;
  line-height: 18px;
  border-radius: 11px;
  border: 2px solid #fff;
  float: left;
  background-color: #F40000;
  padding: 0 6px;
  min-width: 32px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: -8px;
  right: -8px;
  left: auto;
  bottom: auto;
  z-index: 2;
}
.vs__clear:not(.btn),
.btn-action-ico:not(.btn) {
  background: none;
  border: none;
  box-shadow: none;
}
.btn-action-ico.btn {
  min-width: 0;
  min-height: 0;
  padding: 0;
  display: block;
}
.btn-action-ico:before,
.vs__clear:before,
.btn-action-ico:after,
.vs__clear:after,
.btn-action-ico [class*="icon-"],
.vs__clear [class*="icon-"],
.btn-action-ico img,
.vs__clear img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all ease 0.2s;
}
.vs__clear:before,
.btn-action-ico:before,
.vs__clear:after,
.btn-action-ico:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.vs__clear:hover,
.btn-action-ico:hover {
  text-decoration: none;
}
.vs__clear:hover:not(.btn),
.btn-action-ico:hover:not(.btn) {
  background: none;
  box-shadow: none;
}
.btn-action-ico.ico-email-send:before {
  background-image: url(/build/assets/email-send-11aa93a5.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-file-plus:before {
  background-image: url(/build/assets/file-plus-60d8b23e.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-file-check:before {
  background-image: url(/build/assets/file-check-32f724fb.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-file-download:before {
  background-image: url(/build/assets/file-download-b97e4e98.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-del:before {
  background-image: url(/build/assets/del-35c851b9.svg);
  background-size: 20px auto;
  filter: brightness(0.3) opacity(0.25);
}
.btn-action-ico.ico-del:hover:before {
  filter: none;
  opacity: 1;
}
.btn-action-ico.ico-del-att:before {
  background-image: url(/build/assets/x-att-abbd041c.svg);
  background-size: 14px auto;
}
.btn-action-ico.ico-search:before {
  background-image: url(/build/assets/search-2f14a225.svg);
  background-size: 20px auto;
  bottom: 4px;
}
.btn-action-ico.ico-close:before {
  background-image: url(/build/assets/x-small-9b3742a3.svg);
  background-size: 20px auto;
}
.btn-action-ico.vs__clear svg{
    display:none;
}
.btn-action-ico.ico-clear:before,
.vs__clear:before,
.btn-action-ico.ico-close-main:before {
  background-image: url(/build/assets/close-f6ee1051.svg);
  background-size: 16px auto;
  left: -4px;
  top: -4px;
}
.btn-action-ico.ico-close-main:before {
  background-size: 20px auto;
}
.btn-action-ico.ico-calendar:before {
  background-image: url(/build/assets/calendar-a63ded9b.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-nav {
  width: 28px;
  height: 28px;
  border-radius: 2px;
  cursor: pointer;
}
.btn-action-ico.ico-nav:before {
  background-image: url(/build/assets/arrow-nav-597dcc92.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-nav-prev:before {
  transform: rotate(180deg);
}
.btn-action-ico.ico-messages:before {
  background-image: url(/build/assets/messages-7a7370dd.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-download:before {
  background-image: url(/build/assets/download-e16d7854.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-play:before {
  background-image: url(/build/assets/player-play-a764ae53.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-pause:before {
  background-image: url(/build/assets/player-pause-2bb0e23a.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-stop:before {
  background-image: url(/build/assets/player-stop-175cdfa7.svg);
  background-size: 16px auto;
}
.btn-action-ico.ico-menu:after,
.btn-action-ico.ico-menu-toggle:after,
.btn-action-ico.ico-menu:before,
.btn-action-ico.ico-menu-toggle:before,
.btn-action-ico.ico-menu span,
.btn-action-ico.ico-menu-toggle span {
  display: block;
  position: absolute;
  width: 24px;
  height: 18px;
  border-top: 2px solid #989DB1;
  border-bottom: 2px solid #989DB1;
  margin: -9px 0 0 -12px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.btn-action-ico.ico-menu:before,
.btn-action-ico.ico-menu-toggle:before {
  height: 2px;
  margin-top: -1px;
  border-top: none;
}
.btn-action-ico.ico-menu.active:after {
  height: 2px;
  margin-top: -1px;
  border-top: none;
  transform: rotate(-45deg);
}
.btn-action-ico.ico-menu.active:before {
  transform: rotate(45deg);
}
.btn-action-ico.ico-menu-toggle:after,
.btn-action-ico.ico-menu-toggle:before,
.btn-action-ico.ico-menu-toggle span {
  width: 25px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  border: none;
  margin-left: -12px;
  margin-top: -7px;
}
.btn-action-ico.ico-menu-toggle:before {
  margin-top: 5px;
}
.btn-action-ico.ico-menu-toggle span {
  margin-top: -1px;
}
.btn-action-ico.ico-password-toggle:before {
  background-image: url(/build/assets/eye-off-1c56da58.svg);
  background-size: 24px auto;
}
.btn-action-ico.ico-password-toggle.active:before {
  background-image: url(/build/assets/eye-on-168ec4ba.svg);
}
.btn-action-ico.ico-arrow-toggle {
  width: 32px;
  height: 32px;
  z-index: 5;
  cursor: pointer;
  border-radius: 16px 0 0 16px;
  background-color: #2A3560;
}
.btn-action-ico.ico-arrow-toggle:hover,
.btn-action-ico.ico-arrow-toggle.active {
  background-color: var(--clr-att);
}
.btn-action-ico.ico-arrow-toggle.active:before {
  transform: rotate(0deg);
}
.btn-action-ico.ico-arrow-toggle:before {
  background-image: url(/build/assets/arrow-nav-597dcc92.svg);
  background-size: 24px auto;
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
  left: 4px;
}
.btn-action-ico.ico-dotted:before,
.btn-action-ico.ico-dotted-v:before {
  background-image: url(/build/assets/dotted-599530c5.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-dotted-v:before {
  transform: rotate(90deg);
}
.btn-action-ico.ico-settings:before {
  background-image: url(/build/assets/settings-637fca9f.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-edit:before {
  background-image: url(/build/assets/edit-f1f9ea4c.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-link:before {
  background-image: url(/build/assets/link-5a5b69e4.svg);
  background-size: 20px auto;
  top: -4px;
  left: -4px;
}
.btn-action-ico.ico-upload:before {
  background-image: url(/build/assets/upload-18f914b9.svg);
  background-size: 20px auto;
}
.btn-action-ico.ico-sort:before {
  background-image: url(/build/assets/no-sort-a29caed5.svg);
  background-size: 14px auto;
  bottom: 4px;
}
.btn-action-ico.ico-sort-up:before {
  background-image: url(/build/assets/sort-ad5e3adb.svg);
  background-size: 20px auto;
  transform: scaleY(-1);
  bottom: 4px;
  left: 4px;
}
.btn-action-ico.ico-sort-down:before {
  background-image: url(/build/assets/sort-ad5e3adb.svg);
  background-size: 20px auto;
  bottom: 0;
  left: 4px;
  top: 4px;
}
.btn-action-ico.ico-pin:before {
  background-image: url(/build/assets/pin-8c3167c6.svg);
  background-size: 20px auto;
  left: 4px;
  top: 4px;
}
.btn-action-ico.ico-pin-off:before {
  background-image: url(/build/assets/pin-off-59518f7e.svg);
  background-size: 20px auto;
  left: 4px;
  top: 4px;
}
.btn-action-ico.button-toggle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid var(--clr-base);
  background-color: #fff;
}
.btn-action-ico.button-toggle:hover,
.btn-action-ico.button-toggle.active {
  border: 1px solid var(--clr-base);
  background-color: #fff;
}
.btn-action-ico.button-toggle.active:before {
  transform: rotate(0deg);
}
.btn-action-ico.button-toggle:after,
.btn-action-ico.button-toggle:before {
  width: 7px;
  height: 1px;
  background-color: var(--clr-base);
  position: absolute;
  top: 9px;
  left: 6px;
  bottom: auto;
  right: auto;
}
.btn-action-ico.button-toggle:before {
  transform: rotate(90deg);
}
.btn-action-ico.button-round {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--clr-att);
  background-color: #fff;
}
.btn-action-ico.button-round:hover {
  background-color: var(--clr-att);
  border-color: var(--clr-att);
}
.btn-action-ico.button-round:hover:before {
  filter: brightness(0) invert(1);
}
.btn-action-ico.button-type {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.btn-action-ico.button-type:before {
  background-size: 16px auto;
}
.btn-action-ico.button-type.ico-emergency {
  background-color: #FAE5E4;
}
.btn-action-ico.button-type.ico-emergency:before {
  background-image: url(/build/assets/type-emergency-8c21f6f4.svg);
}
.btn-action-ico.button-type.ico-inner {
  background-color: #F0F3FF;
}
.btn-action-ico.button-type.ico-inner:before {
  background-image: url(/build/assets/type-inner-ed357ba4.svg);
}
.btn-action-ico.button-type.ico-revision {
  background-color: #F4FDF5;
}
.btn-action-ico.button-type.ico-revision:before {
  background-image: url(/build/assets/type-revision-47729970.svg);
}
.btn-action-ico.button-type.ico-paid:before {
  background-image: url(/build/assets/paid-02f88387.svg);
    background-size: 24px auto;
}
.btn-action-ico.button-round-text {
  line-height: 22px;
  display: block;
  padding: 0 4px;
  width: auto;
  min-width: 34px;
  font-size: 12px;
  color: #6B72AC;
  font-weight: 400;
  text-align: center;
  border-radius: 12px;
}
.btn-action-ico.button-round-text:hover {
  color: #fff;
}
.btn-action-ico.button-small {
  width: 20px;
  height: 20px;
}
.btn-action-ico.button-icon-action {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-color: #F0F0F2;
}
.btn-action-ico.button-icon-action:before,
.btn-action-ico.button-icon-action img {
  filter: brightness(0.3) opacity(0.25);
}
.btn-action-ico.button-icon-action:hover {
  background-color: #F0F0F2;
}
.btn-action-ico.button-action {
  width: 56px;
  height: 56px;
  border-radius: 9px;
  background-color: #F1F2F8;
}
.btn-action-ico.button-action img,
.btn-action-ico.button-action svg {
  max-width: 32px;
  max-height: 32px;
  filter: brightness(0.3) opacity(0.5);
}
.btn-action-ico.button-action:hover {
  background-color: #E9EDFF;
}
.btn-action-ico.button-action:hover[data-counter]:after {
  background-color: var(--clr-att);
}
.btn-action-ico.button-action:hover img,
.btn-action-ico.button-action:hover svg {
  filter: none;
}
.btn-action-ico.button-action.active {
  background-color: var(--clr-att);
}
.btn-action-ico.button-action.active img,
.btn-action-ico.button-action.active svg {
  filter: brightness(0) invert(1);
}
.btn-action-ico.button-action.active[data-counter]:after {
  background-color: var(--clr-att);
}
.btn-action-ico.button-disabled {
  pointer-events: none;
}
.btn-action-ico.button-disabled:before {
  filter: brightness(0.3) opacity(0.25);
}
.btn-action-icon {
  padding-left: 24px;
}
.btn-action-icon.button-dark:not(:hover) {
  color: var(--clr-base);
}
.btn-action-icon .button-ico {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}
.btn-action-icon.ico-large {
  padding-left: 34px;
}
.btn-action-icon.ico-large .button-ico {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.btn-action-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px 0 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.btn-action-toggle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all ease 0.2s;
  background: url(/build/assets/arrow-toggle-5661dcba.svg) center no-repeat;
  background-size: 100% auto;
}
.btn-action-menu {
  font-size: 14px;
  line-height: 20px;
  display: block;
  max-width: 100%;
  color: #93A0D2;
  text-decoration: none;
  min-height: 28px;
}
.btn-action-menu .button-ico {
  width: 44px;
  height: 28px;
  position: absolute;
  top: 14px;
  left: 0;
  margin-top: -14px;
  z-index: 2;
  border-radius: 4px;
  transition: background ease 0.2s;
}
.btn-action-menu .button-ico img,
.btn-action-menu .button-ico svg {
  max-width: 20px;
  max-height: 20px;
}
.btn-action-menu .button-title {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  padding: 4px 20px 4px 44px;
  position: relative;
  width: auto;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.btn-action-menu:hover {
  color: #fff;
}
.btn-action-menu:hover .button-title {
  background-color: #111C46;
}
.btn-action-menu.active {
  color: #fff;
}
.btn-action-menu.active .button-ico img,
.btn-action-menu.active .button-ico svg {
  filter: brightness(0) invert(1);
}
.btn-action-menu.active .button-title {
  background-color: var(--clr-att);
}
.field-title {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.66666667;
  font-weight: 500;
  color: #ACB0C1;
}
.field-title.field-req:after {
  content: "*";
  display: inline;
  color: #FF2828;
}
.field-title-large {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  display: block;
  position: relative;
  color: var(--clr-base);
}
.field-title-main {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  color: #ACB0C1;
}
.field-title-main.title-fill {
  color: var(--clr-base);
}
.field-title-main.title-disabled {
  color: #D1D1D1;
}
.field-desc {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 1.33333333;
  color: #CCCED5;
}
.field-desc.desc-att {
  color: #FA9727;
}
.field-desc.desc-link {
  color: var(--clr-att);
}
.field-desc.desc-alert {
  color: #FF4A4A;
}
.frm-popup {
  padding-bottom: 10px;
}
.frm-popup .frm-field {
  margin-bottom: 15px;
}
.frm-field-password {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-password .btn-action-ico {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
  z-index: 2;
}
.frm-editable-action {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-editable-action .popup-content-block {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  margin-top: 5px;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  background-color: #fff;
  z-index: 20;
}
.frm-editable-action .menu {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
}
.frm-editable-action .menu li {
  margin: 0;
  padding: 0;
}
.frm-editable-action .menu li:before {
  display: none;
}
.frm-editable-action .menu a {
  display: block;
  padding: 2px 20px 2px 8px;
  white-space: nowrap;
  color: var(--clr-base);
}
.frm-editable-action .menu a:hover,
.frm-editable-action .menu a.active {
  color: var(--clr-att);
}
.frm-editable-action .btn {
  height: 32px;
  padding: 0 24px 0 7px;
}
.frm-editable-action .btn.button-border:not(:hover) {
  border-color: #E2E0EF;
}
.frm-editable-action .btn .button-ico {
  width: 20px;
  height: 20px;
  margin: 0;
}
.frm-editable-action .btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -10px;
  transition: all ease 0.2s;
  background: url(/build/assets/arrow-select-f33bff53.svg) center no-repeat;
  background-size: 100% auto;
}
.frm-tags-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm-tags-wrap .frm-tag {
  margin: 0 4px 4px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm-buttons-wrap:last-child {
  margin-bottom: -12px;
}
.frm-buttons-wrap .btn {
  margin: 0 8px 12px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}
.frm-buttons-wrap .btn .button-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm-field-editable {
  position: relative;
}
.frm-field-editable .field-editable {
  height: 427px;
  padding: 55px 15px 15px 15px;
  overflow: auto;
}
.frm-field-editable .field-editable-actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 5px 0 15px;
}
.frm-field-editable .frm-editable-action {
  margin: 0 8px 8px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 22px 0 8px;
  height: 20px;
  line-height: 20px;
  border-radius: 2px;
  background-color: #CCDAFF;
  color: var(--clr-att);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.frm-tag .tag-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
}
.frm-tag .btn-action-ico {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 3px;
  width: 14px;
  height: 20px;
}
.frm-content:not(.active) {
  display: none;
}
.frm-row,
.frm-field,
.frm-row-submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
}
.frm-field {
  display: block;
  width: 100%;
  max-width: 100%;
}
.frm-field .field-title {
  margin-bottom: 2px;
}
.frm-field .field-desc {
  margin-top: 2px;
}
.frm-field-input {
  position: relative;
}
.frm-field-input .btn-action-ico {
  width: 30px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}
.frm-field-input .form-input,
.frm-field-input input.vue-dadata__input {
  padding-right: 30px;
}
.frm-field-input .form-input.input-disabled ~ .btn-action-ico,
.frm-field-input input.vue-dadata__input.input-disabled ~ .btn-action-ico,
.frm-field-input .form-input[disabled] ~ .btn-action-ico,
.frm-field-input input.vue-dadata__input[disabled] ~ .btn-action-ico {
  pointer-events: none;
}
.frm-field-input .form-input.input-disabled ~ .btn-action-ico:before,
.frm-field-input input.vue-dadata__input.input-disabled ~ .btn-action-ico:before,
.frm-field-input .form-input[disabled] ~ .btn-action-ico:before,
.frm-field-input input.vue-dadata__input[disabled] ~ .btn-action-ico:before {
  filter: brightness(0.3) opacity(0.25);
}
.frm-field-text {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px;
  display: block;
  position: relative;
  background-color: #e7eaf3;
}
.frm-field-upload,
.frm-field-number {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--clr-base);
  padding: 0 0 0 26px;
}
.frm-field-upload:before,
.frm-field-number:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/build/assets/file-main-0b6a33fc.svg) center no-repeat;
  background-size: 20px auto;
}
.frm-field-upload.field-error:before,
.frm-field-number.field-error:before {
  background-image: url(/build/assets/file-error-c862abe9.svg);
}
.frm-field-upload.field-error .field-message,
.frm-field-number.field-error .field-message {
  display: block;
}
.frm-field-upload.field-succefull:before,
.frm-field-number.field-succefull:before {
  background-image: url(/build/assets/file-succefull-1d0f859b.svg);
}
.frm-field-upload.field-succefull .field-message,
.frm-field-number.field-succefull .field-message {
  display: block;
  color: #12CF26;
}
.frm-field-upload.field-upload:before,
.frm-field-number.field-upload:before {
  background-image: url(/build/assets/file-upload-904fd96b.svg);
}
.frm-field-upload.field-upload .ico-del,
.frm-field-number.field-upload .ico-del {
  display: none;
}
.frm-field-upload.field-upload .field-upload,
.frm-field-number.field-upload .field-upload {
  display: block;
}
.frm-field-upload.field-check:before,
.frm-field-number.field-check:before {
  background-image: url(/build/assets/file-check-32f724fb.svg);
  background-size: 24px auto;
}
.frm-field-upload.field-check .ico-del,
.frm-field-number.field-check .ico-del {
  display: none;
}
.frm-field-upload.field-check .field-title-inner,
.frm-field-number.field-check .field-title-inner {
  color: var(--clr-att);
}
.frm-field-upload .field-title-wrap,
.frm-field-number .field-title-wrap {
  -ms-flex: 1;
      flex: 1;
  padding: 0 8px 0 0;
  position: relative;
  overflow: hidden;
}
.frm-field-upload .field-title-inner,
.frm-field-number .field-title-inner {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frm-field-upload .field-upload,
.frm-field-number .field-upload {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 143px;
}
.frm-field-upload .field-message,
.frm-field-number .field-message {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 8px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #FC1E10;
  white-space: nowrap;
}
.frm-field-upload .btn-action-ico,
.frm-field-number .btn-action-ico {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-number:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  background: url(/build/assets/phone-7daeb022.svg) center no-repeat !important;
  background-size: 100% auto;
  filter: brightness(0.3) opacity(0.25);
}
.frm-field-phone {
  position: relative;
}
.frm-field-phone .field-phone-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: right;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  font-size: 14px;
  line-height: 24px;
  width: 32px;
  color: #ACB0C1;
  font-weight: 500;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.frm-field-phone .form-input,
.frm-field-phone input.vue-dadata__input {
  padding-left: 40px;
}
.frm-field-file {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.frm-field-file.file-button {
  width: 32px;
  height: 32px;
}
.frm-field-file.file-button .form-input {
  display: none;
}
.frm-field-file.file-button .btn-action-ico {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-field-file.active .form-input,
.frm-field-file.active input.vue-dadata__input {
  color: var(--clr-base);
}
.frm-field-file.active .form-input:before,
.frm-field-file.active input.vue-dadata__input:before {
  display: none;
}
.frm-field-file .form-input,
.frm-field-file input.vue-dadata__input {
  display: block;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  width: auto;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #ACB0C1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.frm-field-file .form-input:before,
.frm-field-file input.vue-dadata__input:before {
  content: attr(data-title);
}
.frm-field-file input[type="file"] {
  position: absolute;
  top: 100%;
  left: 100%;
  opacity: 0;
  font-size: 0;
  width: 0;
  height: 0;
}
.frm-field-file .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
}
.frm-field-search {
  position: relative;
  line-height: 1;
}
.frm-field-search .btn-action-ico {
  width: 40px;
  height: 28px;
  position: absolute;
  top: 0;
  right: -3px;
  z-index: 2;
}
.frm-field-search .form-input,
.frm-field-search input.vue-dadata__input {
  padding-right: 30px;
}
.frm-field-search .form-input.input-disabled ~ .btn-action-ico,
.frm-field-search input.vue-dadata__input.input-disabled ~ .btn-action-ico,
.frm-field-search .form-input[disabled] ~ .btn-action-ico,
.frm-field-search input.vue-dadata__input[disabled] ~ .btn-action-ico {
  pointer-events: none;
}
.frm-field-search .form-input.input-disabled ~ .btn-action-ico:before,
.frm-field-search input.vue-dadata__input.input-disabled ~ .btn-action-ico:before,
.frm-field-search .form-input[disabled] ~ .btn-action-ico:before,
.frm-field-search input.vue-dadata__input[disabled] ~ .btn-action-ico:before {
  filter: brightness(0.3) opacity(0.25);
}
.frm-field-button {
  display: -ms-flexbox;
  display: flex;
}
.frm-field-button .field-input {
  -ms-flex: 1;
      flex: 1;
    max-width: 350px;
}
.frm-field-button .field-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 0 0 8px;
}
.frm-field-datepicker {
  position: relative;
}
.frm-field-datepicker .btn-action-ico {
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 2;
}
.frm-field-datepicker .form-input,
.frm-field-datepicker input.vue-dadata__input {
  padding-right: 30px;
}
.frm-field-datepicker .form-input.input-disabled ~ .btn-action-ico,
.frm-field-datepicker input.vue-dadata__input.input-disabled ~ .btn-action-ico,
.frm-field-datepicker .form-input[disabled] ~ .btn-action-ico,
.frm-field-datepicker input.vue-dadata__input[disabled] ~ .btn-action-ico {
  pointer-events: none;
}
.frm-field-datepicker .form-input.input-disabled ~ .btn-action-ico:before,
.frm-field-datepicker input.vue-dadata__input.input-disabled ~ .btn-action-ico:before,
.frm-field-datepicker .form-input[disabled] ~ .btn-action-ico:before,
.frm-field-datepicker input.vue-dadata__input[disabled] ~ .btn-action-ico:before {
  filter: brightness(0.3) opacity(0.25);
}
.frm-select-wrap {
  position: relative;
}
.frm-select-wrap .btn.btn-action-ico {
  width: 28px;
  height: 28px;
}
.frm-select-wrap .btn-popup {
  z-index: 5;
}
.frm-select-wrap .popup-content-block:not(.frm-popup-main) {
  display: none;
  width: 146px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  z-index: 20;
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: 500;
  padding: 6px 0;
}
.frm-select-wrap .popup-content-block:not(.frm-popup-main) ul,
.frm-select-wrap .popup-content-block:not(.frm-popup-main) li {
  margin: 0;
  padding: 0;
}
.frm-select-wrap .popup-content-block:not(.frm-popup-main) ul:before,
.frm-select-wrap .popup-content-block:not(.frm-popup-main) li:before {
  display: none;
}
.frm-select-wrap .popup-content-block:not(.frm-popup-main) a {
  display: block;
  padding: 2px 10px 2px 20px;
  color: inherit;
}
.frm-select-wrap .popup-content-block:not(.frm-popup-main) a:hover,
.frm-select-wrap .popup-content-block:not(.frm-popup-main) a.active {
  background-color: var(--clr-att);
  color: #fff;
}
.frm-select-wrap .popup-content-block.frm-popup-main {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}
.frm-popup-main {
  position: relative;
  width: 390px;
  max-width: 95vw;
  z-index: 30;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 22, 100, 0.12);
  border-radius: 4px;
  overflow: hidden;
  padding: 16px;
}
.frm-popup-main .popup-main-title {
  width: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.frm-popup-main .popup-main-content {
  display: block;
  padding: 22px 0 22px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-popup-main .popup-main-content .frm-select {
  margin-bottom: 14px;
}
.frm-popup-main .popup-main-content .frm-select:last-child {
  margin: 0;
}
.frm-popup-main .popup-main-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm-popup-main .popup-main-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4px 8px 0 0;
}
.frm-popup-main .btn-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.frm-select,
.frm-select-toggle {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.frm-select input[type="checkbox"],
.frm-select-toggle input[type="checkbox"],
.frm-select input[type="radio"],
.frm-select-toggle input[type="radio"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.frm-select input[type="checkbox"][disabled] ~ label,
.frm-select-toggle input[type="checkbox"][disabled] ~ label,
.frm-select input[type="radio"][disabled] ~ label,
.frm-select-toggle input[type="radio"][disabled] ~ label {
  pointer-events: none;
  color: #C6C9D6;
}
.frm-select input[type="checkbox"][disabled] ~ label:after,
.frm-select-toggle input[type="checkbox"][disabled] ~ label:after,
.frm-select input[type="radio"][disabled] ~ label:after,
.frm-select-toggle input[type="radio"][disabled] ~ label:after {
  border-color: #C6C9D6;
  background-color: #C6C9D6 !important;
}
.frm-select input[type="checkbox"][disabled] ~ label:before,
.frm-select-toggle input[type="checkbox"][disabled] ~ label:before,
.frm-select input[type="radio"][disabled] ~ label:before,
.frm-select-toggle input[type="radio"][disabled] ~ label:before {
  border-color: #C6C9D6;
}
.frm-select label,
.frm-select-toggle label {
  display: block;
  position: relative;
  cursor: pointer;
}
.frm-select label:before,
.frm-select-toggle label:before,
.frm-select label:after,
.frm-select-toggle label:after {
  content: "";
  display: block;
  position: absolute;
}
.frm-select .field-select-inner,
.frm-select-toggle .field-select-inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 16px;
}
.frm-select .field-select-inner .field-select-inner,
.frm-select-toggle .field-select-inner .field-select-inner {
  padding: 0 8px 0 0;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
}
.frm-select .field-select-inner .field-select-inner + .field-select-inner,
.frm-select-toggle .field-select-inner .field-select-inner + .field-select-inner {
  padding: 0 0 0 8px;
}
.frm-select .field-select-inner .field-small,
.frm-select-toggle .field-select-inner .field-small {
  width: 62px;
}
.frm-select .field-select-inner .field-small + .field-select-inner,
.frm-select-toggle .field-select-inner .field-small + .field-select-inner {
  width: auto;
  -ms-flex: 1;
      flex: 1;
  max-width: calc(100% - 62px);
  min-width: 96px;
}
.frm-select .field-select-inner .form-input,
.frm-select-toggle .field-select-inner .form-input,
.frm-select .field-select-inner .frm-field-date,
.frm-select-toggle .field-select-inner .frm-field-date {
  width: 100%;
}
.frm-select-toggle input[type="checkbox"]:checked ~ label:before,
.frm-select-toggle input[type="radio"]:checked ~ label:before {
  border-color: var(--clr-att);
  background-color: var(--clr-att);
}
.frm-select-toggle input[type="checkbox"]:checked ~ label:after,
.frm-select-toggle input[type="radio"]:checked ~ label:after {
  left: 14px;
  background-color: #fff;
}
.frm-select-toggle input[type="checkbox"][disabled] ~ label:before,
.frm-select-toggle input[type="radio"][disabled] ~ label:before {
  border-color: #c6c9d6;
  background-color: #c6c9d6;
}
.frm-select-toggle input[type="checkbox"][disabled] ~ label:after,
.frm-select-toggle input[type="radio"][disabled] ~ label:after {
  background-color: #fff !important;
}
.frm-select-toggle label {
  padding-left: 36px;
  min-height: 20px;
  line-height: 20px;
}
.frm-select-toggle label:before {
  width: 28px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -8px;
  border-radius: 8px;
  transition: all ease 0.2s;
  border: 1px solid #CCCED5;
  background-color: #CCCED5;
}
.frm-select-toggle label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 2px;
  transition: all ease 0.2s;
  margin-top: -6px;
}
.frm-select.select-clear {
  width: 24px;
  height: 24px;
}
.frm-select.select-clear label {
  padding: 0;
  width: 24px;
  height: 24px;
}
.frm-select.select-clear.select-small {
  width: 20px;
  height: 20px;
}
.frm-select.select-clear.select-small label {
  width: 20px;
  height: 20px;
  padding: 0;
}
.frm-select.select-small input[type="radio"] ~ label:after {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
.frm-select.select-small label {
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  min-height: 20px;
}
.frm-select.select-small label:before,
.frm-select.select-small label:after {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  margin: -10px 0 0 -10px;
}
.frm-select input[type="radio"] ~ label:before,
.frm-select input[type="radio"] ~ label:after {
  border-radius: 50%;
}
.frm-select input[type="radio"] ~ label:after {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: var(--clr-att);
  border: none;
}
.frm-select input[type="radio"]:checked ~ label:before {
  opacity: 1;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select input:checked ~ label:before {
  opacity: 0;
}
.frm-select label {
  min-height: 24px;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 36px;
  color: var(--clr-base);
  transition: color ease 0.2s;
  overflow: hidden;
}
.frm-select label:hover {
  color: var(--clr-att);
}
.frm-select label:hover:before {
  border-color: var(--clr-att);
}
.frm-select label:hover:after {
  background-color: transparent;
  background-image: url(/build/assets/check-att-651593fe.svg);
}
.frm-select label:after,
.frm-select label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: 12px;
  margin: -12px 0 0 -12px;
  border: 1px solid #CCD4E0;
  border-radius: 2px;
  transition: all ease 0.2s;
  background-color: #fff;
}
.frm-select label:after {
  border-color: var(--clr-att);
  background-color: var(--clr-att);
  background-image: url(/build/assets/check-cce3df44.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  opacity: 0;
}
.mx-datepicker-popup{
    z-index: 99994 !important;
}
body .mx-datepicker-main.mx-datepicker-popup .mx-time {
  width: 60px;
}
body .mx-datepicker-main.mx-datepicker-popup .mx-time.mx-calendar-time {
  width: 120px;
}
body .mx-datepicker-main.mx-datepicker-popup .mx-datepicker-body > div:not([class]) {
  display: -ms-flexbox;
  display: flex;
}
body .mx-datepicker-main.mx-datepicker-popup .mx-datepicker-body > div:not([class]) .mx-time.mx-calendar-time {
  position: relative;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-left: 1px solid #e8e8e8;
}
body .mx-datepicker-main.mx-datepicker-popup .mx-datepicker-body > div:not([class]) .mx-calendar.mx-calendar-panel-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body .v-select {
  width: 100%;
  max-width: 100%;
}
body .v-select.vs--open .vs__dropdown-toggle .vs__actions {
  transform: rotate(180deg);
}
body .vs__dropdown-toggle {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 28px;
  border-radius: 2px;
  border: 1px solid #CCD4E0;
  padding: 0 8px;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 500;
  color: var(--clr-base);
  background-color: #fff;
  padding: 0 30px 0 8px;
  position: relative;
}
body .vs__dropdown-toggle:hover,
body .vs__dropdown-toggle:focus {
  border-color: #1153FF;
}
body .vs__dropdown-toggle:focus {
  background-color: #F5F8FF;
}
body .vs__dropdown-toggle.input-disabled,
body .vs__dropdown-toggle[disabled] {
  background-color: #E6E8F4;
  border-color: #E6E8F4;
  color: #CCCED5;
}
body .vs__dropdown-toggle.input-disabled[placeholder]::-webkit-input-placeholder,
body .vs__dropdown-toggle[disabled][placeholder]::-webkit-input-placeholder {
  color: #CCCED5;
}
body .vs__dropdown-toggle.input-disabled[placeholder]:-moz-placeholder,
body .vs__dropdown-toggle[disabled][placeholder]:-moz-placeholder {
  color: #CCCED5;
}
body .vs__dropdown-toggle.input-disabled[placeholder]::-moz-placeholder,
body .vs__dropdown-toggle[disabled][placeholder]::-moz-placeholder {
  color: #CCCED5;
}
body .vs__dropdown-toggle.input-disabled[placeholder]:-ms-input-placeholder,
body .vs__dropdown-toggle[disabled][placeholder]:-ms-input-placeholder {
  color: #CCCED5;
}
body .vs__dropdown-toggle.inp-error {
  border-color: #FF8982;
  background-color: #FDF6F4;
}
body .vs__dropdown-toggle.inp-error ~ .btn-action-ico.ico-calendar:before {
  background-image: url(/build/assets/calendar-error-096abff3.svg);
}
body .vs__dropdown-toggle.inp-error ~ .btn-action-ico.ico-search:before {
  background-image: url(/build/assets/search-error-170c0f56.svg);
}
body .vs__dropdown-toggle.inp-error ~ .vs__clear:before,
body .vs__dropdown-toggle.inp-error ~ .btn-action-ico.ico-clear:before {
  background-image: url(/build/assets/close-error-7b0b5d78.svg);
}
body .vs__dropdown-toggle .vs__actions {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -12px -12px 0 0;
    background: url(/build/assets/arrow-select-f33bff53.svg) -2px -2px no-repeat;
  background-size: 100% auto;
}
body .vs__dropdown-toggle .vs__actions .vs__open-indicator {
  display: none;
}
body .vs__dropdown-toggle .vs__clear {
  display: none !important;
}
body .vs__dropdown-toggle .vs__selected-options,
body .vs__dropdown-toggle .vs__selected {
  display: block;
  width: 100%;
  height: 26px;
    line-height: 26px;
  position: relative;
    overflow-y: clip;
  margin: 0;
  padding: 0;
}
body .vs__dropdown-toggle .vs__selected {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  font-weight: 500;
}
body .vs__dropdown-toggle .vs__search {
  height: 26px;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
body .vs__dropdown-menu {
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  padding: 8px 8px;
  background-color: #fff;
  width: auto;
  max-width: 300px;
  min-width: 100%;
}
body .vs__dropdown-menu .vs__dropdown-option {
  margin: 0 0 4px 0;
  padding: 4px 40px 4px 12px;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: var(--clr-base);
  white-space: normal;
}
body .vs__dropdown-menu .vs__dropdown-option:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 12px;
  margin-top: -12px;
    background: url(/build/assets/check-select-ab30d2b2.svg) center no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
body .vs__dropdown-menu .vs__dropdown-option:last-child {
  margin: 0;
}
body .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight,
body .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  color: var(--clr-att);
  background-color: #F4F5FB;
  padding: 4px 40px 4px 12px;
}
body .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected {
  color: var(--clr-base);
  padding: 4px 40px 4px 12px;
}
body .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected:after {
  opacity: 1;
}
body .ui-tooltip {
  background: #FFFFFF;
  padding: 10px;
  box-shadow: 0px 3px 10px rgba(0, 22, 100, 0.12);
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.66666667;
  font-weight: 500;
  color: var(--clr-base);
}
body .ui-tooltip p {
  margin-bottom: 4px !important;
  padding: 0 !important;
}
body .ui-tooltip .elm-tooltip-content {
  display: block;
}
body select.inp-error + .select2 .select2-selection--single {
  border-color: #FF8982;
  background-color: #FDF6F4;
}
body select.inp-error + .select2 .select2-selection--single .select2-selection__arrow:before {
  background-image: url(/build/assets/arrow-select-error-d019cab0.svg);
}
body .select2-container {
  width: 100% !important;
}
body .select2-container.select2-container--open .select2-selection--single,
body .select2-container.select2-container--focus .select2-selection--single {
  border-color: #1153FF;
  background-color: #F5F8FF;
}
body .select2-container:hover .select2-selection--single {
  border-color: #1153FF;
}
body .select2-container .select2-selection--multiple {
  min-height: 28px;
}
body .select2-container--default .select2-selection--multiple {
  padding: 0 0 3px 3px;
  border-radius: 2px;
  border: 1px solid #CCD4E0;
}
body .select2-container--default .select2-selection--single {
  height: 28px;
  border-radius: 2px;
  border: 1px solid #CCD4E0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--clr-base);
  line-height: 26px;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 28px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 20px;
  height: 26px;
  right: 10px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow * {
  display: none;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 0;
  right: 0;
  background: url(/build/assets/arrow-select-f33bff53.svg) center no-repeat;
  background-size: 100% auto;
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ACB0C1;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 3px 3px 0 0;
  height: 20px;
  border-radius: 2px;
  border: none;
  background: #CCDAFF;
  padding: 0 22px 0 8px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: var(--clr-att);
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice:before {
  display: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 2;
  margin: 0;
  min-width: 0;
  border-radius: 0;
  border: none;
  background: none !important;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  right: 0;
  background: url(/build/assets/close-f6ee1051.svg) center no-repeat;
  background-size: 14px auto;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  display: none;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
body .select2-search.select2-search--inline {
  display: none !important;
}
body .select2-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  padding: 8px;
  border: none;
}
body .select2-dropdown .select2-search--dropdown {
  display: none !important;
}
body .select2-results__option {
  margin: 2px 0;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 10px 3px 12px;
  font-weight: 500;
  color: var(--clr-base);
}
body .select2-results__option:hover {
  background-color: #F4F5FB;
  color: var(--clr-att);
}
body .select2-container--default .select2-results__option--selected,
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F4F5FB;
  color: var(--clr-att);
}
body .select2-container--default .select2-results__option--selected {
  background-image: url(/build/assets/check-select-ab30d2b2.svg);
  background-size: 24px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 35px;
}
body .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #E6E8F4;
  border-color: #E6E8F4;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #CCCED5;
}
body .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
  filter: brightness(0.3) opacity(0.25);
}
.autocomplete-wrap {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 3, 70, 0.12);
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 500;
  color: var(--clr-base);
  padding: 4px 0;
}
.autocomplete-wrap li {
  padding: 5px 8px 5px 8px !important;
  transition: all ease 0.2s;
  box-sizing: border-box;
}
.autocomplete-wrap li:hover,
.autocomplete-wrap li.active {
  background-color: var(--clr-att) !important;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .main-filter-box .filter-content-wrap.col-2 .field-second {
        flex: 1;
    }
    .main-filter-box .filter-content-wrap.col-2 .field-second .fields-inner-wrap {
        margin-top: -40px;
    }
    .main-filter-box .filter-content-wrap.col-2 .row-title-include {
        display: block;
    }
    .main-filter-box .filter-content-wrap.col-2 .row-title {
        padding: 0 4px;
        width: 100%;
        text-align: left;
        display: block;
        min-height: 0;
        margin: 30px 0 0 0;
    }
}
@media (max-width: 479px) {
  .frm-field-button {
    display: block;
  }
  .frm-field-button .field-button {
    margin: 8px 0 0 0;
    padding: 0;
  }
  .frm-field-button .field-button .btn {
    width: 100%;
  }
  .frm-field-button .field-button .btn.button-hidden {
    display: none;
  }
  .frm-field-file {
    display: block;
  }
  .frm-field-file .form-input,
  .frm-field-file input.vue-dadata__input {
    width: 100%;
  }
  .frm-field-file .btn {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .frm-field-upload {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frm-field-upload .field-title-wrap {
    -ms-flex-order: 1;
        order: 1;
  }
  .frm-field-upload .btn-action-ico {
    -ms-flex-order: 2;
        order: 2;
  }
  .frm-field-upload .field-message,
  .frm-field-upload .field-upload {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 100%;
  }
  .frm-field-upload .field-upload {
    -ms-flex-order: 4;
        order: 4;
    padding-top: 5px;
  }
}
@media (min-width: 480px) {
  .frm-field-upload.field-full-progress .field-title-wrap {
    -ms-flex: inherit;
        flex: inherit;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .frm-field-upload.field-full-progress .field-upload {
    -ms-flex: 1;
        flex: 1;
  }
}
/* ----------------------------------- *\
		common styles
\* ----------------------------------- */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinslide {
  from {
    opacity: 0;
    transform: translate(0, -50px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.i,
[class*="icon-"] {
  display: block;
  transition: none;
}
.img-bg-cover,
.img-bg-contain {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-bg-contain {
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img-bg-cover {
    height: 100%;
        -o-object-fit: cover;
    object-fit: cover;
  }
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .img-bg-contain {
    height: 100%;
        -o-object-fit: contain;
    object-fit: contain;
    max-width: inherit;
    max-height: inherit;
    right: auto;
    bottom: auto;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.items-wrap.show-all .item-wrap.wrap-hidden {
  display: block;
}
.items-wrap.show-all .wrap-more a:after {
  content: attr(data-hide);
}
.item-wrap {
  width: 100%;
  position: relative;
    -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  display: block;
  animation: fadein ease 0.2s;
}
.item-wrap.wrap-more ~ .item-wrap {
  display: none;
}
.item-wrap.wrap-more.active {
  display: none;
}
.item-wrap.wrap-more.active ~ .item-wrap {
  display: block;
}
.item-wrap.wrap-more a:after {
  content: attr(data-show);
}
.item-wrap.wrap-hidden {
  display: none;
  animation: fadein ease 0.2s;
}
.slider-wrap,
.slider,
.sl-wrap {
  position: relative;
  line-height: 1;
  display: block;
}
.sl-wrap ~ .sl-wrap {
  display: none;
}
.slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.slick-dots li {
  margin: 0 5px 5px 0;
  padding: 0;
  display: block;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  background: none;
  border: none;
  min-width: 0;
  padding: 0;
  box-shadow: none;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C4C4C4;
}
.slick-dots li button:hover,
.slick-dots li button.active {
  background: var(--clr-att);
}
.slick-dots .slick-active button {
  background: var(--clr-att);
}
.item-tile,
.tile-outer-wrap,
.tile-inner-wrap,
.tile-photo-wrap,
.tile-photos-wrap,
.tile-info-wrap,
.tile-text-wrap,
.tile-title-wrap,
.tile-desc-wrap,
.tile-actions-wrap,
.tile-action-wrap,
.tile-ico,
.tile-photo,
.tile-info,
.tile-text,
.tile-title,
.tile-desc {
  display: block;
  position: relative;
  transition: all ease 0.2s;
}
.tile-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.tile-photo {
  transform: translateZ(0);
}
.tile-photo img {
  transition: all ease 0.2s;
}
.no-mbottom {
  margin-bottom: 0 !important;
}
.no-mtop {
  margin-top: 0 !important;
}
.elm-hidden {
  display: none !important;
}
@media (max-width: 1023px) {
  .elm-hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .elm-hidden-desktop {
    display: none !important;
  }
}
/* ----------------------------------- *\
			fonts
\* ----------------------------------- */
/* ----------------------------------- *\
			icons
\* ----------------------------------- */
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-blank {
  background-image: url(/build/assets/spr-8a8a6d63.png);
  background-position: 0px 0px;
  width: 1px;
  height: 1px;
}
body .dataTable  .vs__dropdown-toggle .vs__selected{
    white-space: normal;
}
.vs__clear svg{
    display: none;
}
.header-show .white-header-back{
    width: 290px;
}
.white-header-back{
    width: 110px;
    position: fixed;
    background: #fff;
    top: 98px;
    left: 0;
    bottom: 0;
    z-index: 30;
}
.header-show .content-outer-wrap > .data-table-wrap .sticky-block{
    width: calc(100vw - 420px);
    z-index: 22;
    padding-bottom: 0px;
}
.content-outer-wrap > .data-table-wrap .sticky-block{
    position: sticky;
    width: calc(100vw - 210px);
    background: #fff;
    padding: 10px;
    margin: -10px;
    z-index:22;
}
.data-table-wrap{
    width: fit-content;
}
.js-tab-block .data-table-wrap{
    width: auto;
}
thead{
    position: initial;

}
.dataTable  thead tr th{
    position: sticky;
    top: 0;
    z-index: 3;
}
.page-scroll-hor .wrap .table-box{
    overflow: visible;
    margin-top: 10px;
}
table.dataTable {
    padding-right: 80px;
}
.vs_dropdown-menu{
    z-index:99999;
}
.table-box table.dataTable thead tr:first-child th:first-child:before,
.table-box table.dataTable thead tr:first-child td:first-child:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: 100%;
    width: 40px;
    background: #fff;
    z-index: 100;
    margin-right: 1px;
}
.main-info-box .table-box table.dataTable thead tr:first-child th:first-child:before,
.main-info-box .table-box table.dataTable thead tr:first-child td:first-child:before {
    content: none !important;
}
/*task 26895*/
.wrap > .main-search-box {
    margin-left: 0;
    margin-right: 0;
}
.main-search-box {
    margin-right: calc(var(--paddingContainer) * -1);
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--clr-border);
    background: #fff;
    position: fixed;
    z-index: 100;
    width: 99%;
}
.main-search-box .form-inner-wrap {
    max-width: 600px;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 3;
}
.main-search-box .popup-list-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    padding: 50px 0 24px 0;
    box-shadow: 0px 3px 10px 0px rgba(0, 22, 100, 0.12);
    padding-right: 10px;
    display: none;
    animation: fadein ease 0.2s;
    max-width: 82%;
}
.main-search-box .popup-list-wrap.active {
    display: block;
}
.main-search-box .list-content-wrap {
    padding-right: 5px;
}
.main-search-box .list-content-wrap.scroll-main {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}
.main-search-box .list-action-wrap {
    padding-top: 16px;
    padding-left: var(--paddingContainer);
    padding-right: var(--paddingContainer);
}
.main-search-box .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 10px 4px var(--paddingContainer);
    font-size: 14px;
    line-height: 24px;
    color: var(--clr-base);
    margin: 0;
    position: relative;
    transition: all ease 0.2s;
    cursor: pointer;
}
.main-search-box .list-item:hover {
    background-color: #f0f0f0;
}
.main-search-box li.list-item {
    margin: 0;
    padding: 4px var(--paddingContainer);
}
.main-search-box .list-link {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.main-search-box .list-info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 12px 0 0;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-search-box .list-info-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    padding: 0 12px 0 0;
    color: #ACB0C1;
}
.main-search-box .btn-popup-close {
    z-index: 3;
    position: absolute;
    top: 5px;
    right: 5px;
}
.main-search-box .frm-field-search .ico-search {
    pointer-events: none;
}
.main-search-box .frm-field-search .ico-clear {
    display: none;
}
.main-search-box .frm-field-search input:valid ~ .ico-clear {
    display: block;
}
.main-search-box .list {
    margin: 0;
    padding: 0;
}
.main-search-box li {
    margin: 0;
    padding: 0;
}
.main-search-box li:before {
    display: none;
}
/*end task 26895*/
/*task 26897*/
.btn.button-tab-new-notify:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    left: auto;
    bottom: auto;
    margin: 0;
    border-radius: 50%;
    background: #FC1E10;
    width: 8px;
    height: 8px;
}
.f800 {
    font-weight: 800;
}
.table-box table.dataTable tbody td.fixed.td-bg-blue {
    background: #E1EFFF !important;
}
.table-box table.dataTable tbody td.fixed.td-bg-gray {
    background: #E8E8E8 !important;
}
.table-box table.dataTable tbody td.fixed.td-bg-yellow {
    background: #FFFDD8 !important;
}
.table-box table.dataTable tbody td.fixed.td-bg-green {
    background: #DFFFE8 !important;
}
.table-box table.dataTable tbody td.fixed.td-bg-red {
    background: #FFE8E8 !important;
}
div.td-bg-blue,
span.td-bg-blue {
    display: flex;
    align-items: center;
    padding: 8px 7px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.td-bg-blue {
    background: #E1EFFF;
}
.td-bg-blue .td-bg-text {
    font-weight: 500;
    display: inline;
    color: blue;
}
div.td-bg-gray,
span.td-bg-gray {
    display: flex;
    align-items: center;
    padding: 0 7px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.td-bg-gray {
    background: #E8E8E8;
}
.td-bg-gray .td-bg-text {
    font-weight: 500;
    display: inline;
    color: gray;
}
div.td-bg-yellow,
span.td-bg-yellow {
    display: flex;
    align-items: center;
    padding: 0 7px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.td-bg-yellow {
    background: #FFFDD8;
}
.td-bg-yellow .td-bg-text {
    font-weight: 500;
    display: inline;
    color: #FFD40F;
}
div.td-bg-green,
span.td-bg-green {
    display: flex;
    align-items: center;
    padding: 0 7px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.td-bg-green {
    background: #DFFFE8;
}
.td-bg-green .td-bg-text {
    font-weight: 500;
    display: inline;
    color: #12CF26;
}
div.td-bg-red,
span.td-bg-red {
    display: flex;
    align-items: center;
    padding: 0 7px;
    min-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.td-bg-red {
    background: #FFE8E8;
}
.td-bg-red .td-bg-text {
    font-weight: 500;
    display: inline;
    color: #F71212;
}
/*end task 26897*/
/*task 26896*/
.popup-panel-box.panel-notify-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-panel-box.panel-notify-main .table-box {
    border-top: 1px solid var(--clr-border);
    padding: 0;
    margin: 0;
}
.popup-panel-box.panel-notify-main .table-box table.dataTable {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}
.popup-panel-box.panel-notify-main .table-box table.dataTable th,
.popup-panel-box.panel-notify-main .table-box table.dataTable td {
    vertical-align: middle;
}
.popup-panel-box.panel-notify-main .table-box table.dataTable tr:not(.tr-header) th,
.popup-panel-box.panel-notify-main .table-box table.dataTable tr:not(.tr-header) td {
    padding-top: 12px;
    padding-bottom: 12px;
}
.popup-panel-box.panel-notify-main .panel-title-wrap {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #F2F4FB;
    padding: 20px 20px 0 20px;
}
.popup-panel-box.panel-notify-main .panel-content-wrap {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 20px 20px;
    position: relative;
    overflow: auto;
}
.popup-panel-box.panel-notify-main .tabs-outer-wrap {
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 0;
}
.popup-panel-box.panel-notify-main .title-box {
    margin-bottom: 20px;
}
.popup-panel-box.panel-notify-main .table-box {
    overflow: visible;
}
.top-actions-box .actions-right-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.top-actions-box .actions-right-wrap .action-wrap:last-child {
    margin-right: 0;
}
.top-actions-box .action-title {
    font-size: 14px;
    line-height: 28px;
    color: #ACB0C1;
}
.view-actions-panel-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.view-actions-panel-box .actions-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding-right: 10px;
    margin-bottom: 10px;
}
.view-actions-panel-box .action-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 4px 0 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ACB0C1;
    margin: 0;
}
.view-actions-panel-box .action-field {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
}
.panel-select-box {
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 6px;
    padding: 2px;
    line-height: 1;
    background: #E7E9F3;
    position: relative;
    overflow: hidden;
}
.panel-select-box .btn {
    margin: 0 4px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 24px;
    padding: 0 9px;
    border: none;
    background: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-transform: none;
    color: #ACB0C1;
}
.panel-select-box .btn:hover,
.panel-select-box .btn.active {
    color: #2F364A;
    background-color: #fff;
}
.panel-select-box .btn:last-child {
    margin-right: 0;
}
.more-box {
    padding: 17px 0;
    text-align: center;
}
.table-box.table-rows table.dataTable tbody th,
.table-box.table-rows table.dataTable tbody td {
    border-left: none;
    border-right: none;
}
.table-box table.dataTable .th-new,
.table-box table.dataTable .td-new {
    position: relative;
}
.table-box table.dataTable .th-new+th,
.table-box table.dataTable .td-new+td {
    padding-left: 15px;
}
.table-box table.dataTable .th-new:after,
.table-box table.dataTable .td-new:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    right: -8px;
    left: auto;
    bottom: auto;
    margin: 0;
    border-radius: 50%;
    background: #FC1E10;
    width: 8px;
    height: 8px;
}
.table-box.table-rows table.dataTable tbody .td-padding-right {
    padding-right: 40px;
}
.table-box table.dataTable .th-new-out+th,
.table-box table.dataTable .td-new-out+td {
    padding-left: 15px;
}
.table-box table.dataTable .td-text {
    white-space: normal;
}
.table-box table.dataTable tr.tr-noborder th,
.table-box table.dataTable tr.tr-noborder td {
    border-bottom: none !important;
}
.table-box table.dataTable tr.tr-header th,
.table-box table.dataTable tr.tr-header td {
    background-color: #F4F5FB !important;
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #ACB0C1;
    padding-top: 0;
    padding-bottom: 0;
}
/*end task 26896*/
.inner-wrap {
    margin: 0 auto;
}
.frm-select.select-small label{
    display: inline-block;
}
.rowspan-5{
    grid-row: span 5 / span 5;
}
.rowspan-4{
    grid-row: span 4 / span 4;
}
.rowspan-3{
    grid-row: span 3 / span 3;
}
.rowspan-2{
    grid-row: span 2 / span 2;
}
.rowspan-1{
    grid-row: span 1 / span 1;
}
.rowspan-6{
    grid-row: span 6 / span 6;
}
.js-tab-block table.dataTable{
    padding-right: 0;
}
/*new styles for status*/
.elm-status.st-main {
  height: auto;
  border-radius: 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding: 2px 8px;
  text-align: center;
}
.elm-status.st-draft {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-formed {
  background-color: #F6D879;
  color: #000;
}
.elm-status.st-under-considered {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-planned-implementation {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-in-work {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-work-completed {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-work-completed-closed {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-work-no-completed-closed-uk {
  background-color: #DFF0F2;
  color: #007381;
}
.elm-status.st-work-no-completed-closed-applicant {
  background-color: #DFF0F2;
  color: #007381;
}
.elm-status.st-inbox-unread {
  background-color: #F6D879;
  color: #000;
}
.elm-status.st-inbox-read {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-performer-clarification {
  background-color: #FF802B;
  color: #fff;
}
.elm-status.st-in-work {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-revision {
  background-color: #FF802B;
  color: #fff;
}
.elm-status.st-ready {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-canceled {
  background-color: #BFBFBF;
  color: #2F364A;
}
.elm-status.st-os-received {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-os-not-received {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-new {
  background-color: #F6D879;
  color: #000;
}
.elm-status.st-in-work {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-completed {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-fulfillment {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-noted {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-project {
  background-color: #F1AD3D;
  color: #fff;
}
.elm-status.st-revision {
  background-color: #FF802B;
  color: #fff;
}
.elm-status.st-canceled {
  background-color: #BFBFBF;
  color: #2F364A;
}
.elm-status.st-agreed {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-signed {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-sended {
  background-color: #D8F0DC;
  color: #009A10;
}
.elm-status.st-submitted-issue {
  background-color: #EDEDED;
  color: #2F364A;
}
.elm-status.st-transferred-applicant {
  background-color: #D8F0DC;
  color: #009A10;
}
/*end new styles for status*/
.menu-more-submenu-ul-right span,
.nav-action-inner > a,
.nav-action-inner > button,
.field-line > button{
    margin-right: 5px;
}
.elm-chart-line .chart-line.think{
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.elm-chart-line .chart-line.nums{
    overflow: visible;
    flex-shrink: unset;
}
.chart-lines-wrapper .status-title-value{
    margin-left: 10px;
    margin-right: -41px;
    line-height: 32px;
}
/* login new pages */
.wrap.wrap-login-new {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.item-tile-qr-app {
  display: block;
  position: relative;
  min-height: 100%;
  border: 1px solid #E7E8EA;
  text-align: center;
  border-radius: 9px;
  color: #2F364A;
  padding: 12px 12px 35px 12px;
}
.item-tile-qr-app .tile-title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 33px;
  min-height: 36px;
  -ms-flex-pack: center;
      justify-content: center;
}
.item-tile-qr-app .tile-title-wrap .tile-ico {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-tile-qr-app .tile-title-wrap .tile-title {
  display: block;
  padding-left: 6px;
  font-size: 14px;
  line-height: 24px;
}
.item-tile-qr-app .tile-photo-wrap {
  padding: 23px;
  margin: 0 auto;
  max-width: 216px;
  position: relative;
  display: block;
}
.item-tile-qr-app .tile-photo {
  display: block;
}
.item-tile-qr-app .tile-photo-wrap:before,
.item-tile-qr-app .tile-photo-inner:before,
.item-tile-qr-app .tile-photo-wrap:after,
.item-tile-qr-app .tile-photo-inner:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border: 2px solid #3760FF;
  position: absolute;
  top: 0;
  left: 0;
}
.item-tile-qr-app .tile-photo-wrap:before {
  border-right: none;
  border-bottom: none;
}
.item-tile-qr-app .tile-photo-wrap:after {
  left: auto;
  right: 0;
  border-bottom: none;
  border-left: none;
}
.item-tile-qr-app .tile-photo-inner:before {
  top: auto;
  bottom: 0;
  border-right: none;
  border-top: none;
}
.item-tile-qr-app .tile-photo-inner:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  border-top: none;
  border-left: none;
}
.main-login-box {
  min-height: 100dvh;
  width: 100%;
  -ms-flex: 1;
      flex: 1;
}
.main-login-box .inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 100dvh;
}
.main-login-box .info-items-wrap .items-wrap {
  margin: 0 -14px;
}
.main-login-box .info-items-wrap .item-wrap {
  padding: 0 14px;
  width: 50%;
  margin: 0;
  max-width: 316px;
}
.main-login-box .info-title-wrap {
  margin-bottom: 84px;
  margin-bottom: 8.4rem;
}
.main-login-box .info-title-wrap .info-title {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  font-weight: 400;
}
.main-login-box .info-logo-wrap {
  margin-bottom: 40px;
}
.main-login-box .info-logo-wrap .logo {
  width: 146px;
}
.main-login-box .info-buttons-wrap {
  display: none;
  text-align: center;
  margin-bottom: 25px;
}
.main-login-box .info-buttons-wrap .info-button-title {
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto 20px auto;
  max-width: 244px;
}
.main-login-box .info-buttons-wrap .info-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 10px;
  height: 38px;
  border-radius: 4px;
  padding: 0 9px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 24px;
  color: #2F364A;
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: #E6E9F3;
}
.main-login-box .info-buttons-wrap .info-button .button-ico {
  width: 26px;
  height: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 6px 0 0;
}
.main-login-box .info-qr-wrap .info-qr-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
  max-width: 30.5em;
}
.main-login-box .form-logo-wrap {
  margin-bottom: 88px;
}
.main-login-box .form-logo-wrap .logo {
  margin: 0 auto;
  width: 157px;
}
.main-login-box .form-outer-wrap {
  padding: 100px 5px;
  padding: 10rem 5px;
  min-height: 100%;
}
.main-login-box .form-wrap {
  display: block;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 446px;
  margin: 0 auto;
}
.main-login-box .form-title-wrap {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ACB0C1;
  margin-bottom: 28px;
}
.main-login-box .form-title {
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #2F364A;
  margin: 0 0 12px 0;
}
.main-login-box .form-input {
  height: 40px;
  border-radius: 0;
  border-color: #fff;
  background-color: #fff;
  padding-left: 10px;
  font-size: 16px;
}
.main-login-box .frm-row,
.main-login-box .frm-row-submit {
  margin: 0 -5px;
}
.main-login-box .frm-row-submit .frm-field {
  margin-bottom: 0;
}
.main-login-box .frm-row-submit .field-link {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.main-login-box .frm-field {
  padding: 0 5px;
  margin-bottom: 12px;
}
.main-login-box .frm-field.space-large {
  margin-bottom: 24px;
}
.main-login-box .field-title {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #ACB0C1;
  margin: 0 0 2px 0;
}
.main-login-box .btn {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  min-width: 90px;
}
.main-login-box .frm-select label {
  min-height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: #ACB0C1;
  padding-left: 28px;
}
.main-login-box .frm-select label:before {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #CCD4E0;
  top: 10px;
  left: 10px;
  margin: -10px 0 0 -10px;
}
.main-login-box .frm-select label:after {
  width: 20px;
  height: 20px;
  top: 10px;
  left: 10px;
  margin: -10px 0 0 -10px;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .main-login-box .info-outer-wrap {
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 446px;
  }
  .main-login-box .info-outer-wrap + .form-outer-wrap {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 28px;
  }
  .main-login-box .info-qr-wrap,
  .main-login-box .info-items-wrap {
    display: none;
  }
  .main-login-box .info-buttons-wrap {
    display: block;
  }
  .main-login-box .info-logo-wrap {
    margin-bottom: 28px;
  }
  .main-login-box .info-title-wrap {
    margin-bottom: 28px;
  }
  .main-login-box .info-title-wrap .info-title {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
  }
  .main-login-box .form-title-wrap.title-mobile-center {
    text-align: center;
  }
  .main-login-box .form-title-wrap.title-mobile-space {
    margin-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  .main-login-box .inner-wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .main-login-box .info-content-wrap {
    margin: 0 auto;
    max-width: 750px;
  }
  .main-login-box .info-outer-wrap {
    width: 54.5%;
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    padding-top: 18rem;
    padding-left: 10rem;
    padding-right: 5rem;
    padding-bottom: 10rem;
  }
  .main-login-box .info-outer-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100dvw;
    background: #fff;
  }
  .main-login-box .info-outer-wrap + .form-outer-wrap {
    width: 45.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 11rem;
    padding-top: 28rem;
  }
  .main-login-box .form-outer-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-login-box .form-logo-wrap {
    margin-bottom: 32px;
  }
  .main-login-box .form-logo-wrap .logo {
    margin: 0;
    width: 146px;
  }
  .main-login-box .frm-row-submit .frm-field {
    margin: 0;
  }
  .main-login-box .frm-field {
    margin-bottom: 24px;
  }
  .main-login-box .row-link {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .main-login-box .row-link .frm-field {
    width: auto;
    max-width: 50%;
  }
  .main-login-box .row-link .field-link {
    margin: 0;
  }
  .main-login-box .form-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
  }
}
@media (min-width: 1024px) and (max-height: 999px) {
  .main-login-box .info-outer-wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .main-login-box .info-outer-wrap + .form-outer-wrap {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .main-login-box .info-outer-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-login-box .info-outer-wrap + .form-outer-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-login-box .info-title-wrap .info-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
/* /login new pages */
/* new styles for left panel */
@media (min-width: 1024px) {
  .wrap:not(.header-show) .header.header-light .logo-wrap {
    opacity: 0;
    overflow: hidden;
  }
  .header.header-light {
    background: #F2F4FB;
  }
  .header.header-light ~ .page {
    margin-left: 0;
    margin-right: 0;
  }
  .header.header-light ~ .main-search-box {
    background: none;
    padding-left: 0;
    border: none;
  }
  .header.header-light ~ .main-search-box .frm-field-search .form-input {
    background: none;
  }
  .header.header-light ~ .page > .tabs-outer-wrap .main-tabs-box {
    margin-left: 0;
  }
  .header.header-light ~ .page > .tabs-outer-wrap .main-tabs-box .menu {
    padding-left: 0;
  }
  .header.header-light .logo-wrap {
    border-bottom-color: #F2F4FB;
    padding-top: 13px;
    padding-bottom: 20px;
    min-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all ease 0.2s;
  }
  .header.header-light .ico-menu-toggle {
    top: 46px;
  }
  .header.header-light .ico-menu-toggle:before,
  .header.header-light .ico-menu-toggle:after,
  .header.header-light .ico-menu-toggle span {
    background-color: #393185;
  }
  .header.header-light .logo .logo-title-text {
    color: #393185;
  }
  .header.header-light .logo .logo-image {
    display: block;
    width: 131px;
    height: auto;
    position: relative;
    overflow: hidden;
  }
  .header.header-light .logo .logo-image img {
    display: block;
    width: 100%;
  }
  .header.header-light .btn-action-menu:not(:hover, .active) {
    color: #2f364a;
  }
  .header.header-light .btn-action-menu:not(:hover, .active) .button-ico img,
  .header.header-light .btn-action-menu:not(:hover, .active) .button-ico svg {
    filter: brightness(0) grayscale(1);
  }
  .header.header-light .btn-action-menu:hover .button-ico img,
  .header.header-light .btn-action-menu:hover .button-ico svg {
    filter: brightness(0) invert(1);
  }
}
/* /new styles for left panel */
.popup-box.popup-question .popup-outer-box .btn-action-ico.ico-close {
    top: 25px;
    right: 30px;
}
.popup-box.popup-question .popbackground-imageup-outer-box .btn-action-ico.ico-close:before {
    filter: none;
}
.popup-box.popup-question .popup-outer-box {
    min-height: 285px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-box.popup-question .popup-content-wrap,
.popup-box.popup-question .popup-footer-wrap {
    max-width: 353px;
    margin-left: auto;
    margin-right: auto;
}
.popup-box .popup-content-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 32px;
}
.panel-day-user-box {
    display: block;
    position: relative;
    border-radius: 8px;
    border: 1px solid #E4E5E9;
    background: #FBFBFB;
    padding: 15px 15px 19px 15px;
    margin-bottom: 14px;
}
.panel-day-user-box.type-status-normal .elm-user .user-title,
.panel-day-user-box.type-status-green .elm-user .user-title,
.panel-day-user-box.type-status-red .elm-user .user-title {
    color: var(--clr-base);
}
.panel-day-user-box.type-status-normal:before,
.panel-day-user-box.type-status-green:before,
.panel-day-user-box.type-status-red:before {
    left: auto;
    right: 15px;
    top: 15px;
}
.panel-day-user-box .panel-form-section {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E4E5E9;
}
.panel-day-user-box .panel-form-section .frm-select {
    margin-bottom: 16px;
}
.panel-day-user-box .panel-form-section .frm-select:last-child {
    margin-bottom: 0;
}
.panel-day-user-box .panel-form-section .frm-row:last-child .frm-field {
    margin-bottom: 0;
}
.panel-day-user-box .elm-user {
    display: block;
}
.panel-day-user-box .elm-user .elm-photo {
    width: 76px;
    height: 76px;
}
.panel-day-user-box .elm-user .user-title-wrap {
    padding: 12px 0 0 0;
}
.panel-day-user-box .elm-user .user-title {
    font-size: 18px;
}
.panel-day-user-box .elm-user .user-info {
    font-size: 16px;
}
.week-slider-box {
    width: 353px;
    max-width: 100%;
    margin-bottom: 32px;
    padding: 0 32px;
    position: relative;
}
.week-slider-box .slider-wrap {
    margin: 0 -3px;
}
.week-slider-box .sl-wrap {
    padding: 0 3px;
}
.week-slider-box .ico-arrow-prev {
    position: absolute;
    top: 0;
    left: -29px;
}
.week-slider-box .ico-arrow-next {
    position: absolute;
    top: 0;
    right: -29px;
}
.week-slider-box .btn-action-ico.ico-arrow {
    height: 46px;
    width: 28px;
    border-radius: 8px;
    border: 1px solid #88A0FF;
}
.week-slider-box .btn-action-ico.ico-arrow:hover {
    background-color: var(--clr-att);
    border-color: var(--clr-att);
}
.week-slider-box .btn-action-ico.ico-arrow:hover:before {
    filter: brightness(0) invert(1);
}
.table-box table.dataTable thead td.th-week-day,
.table-box table.dataTable thead th.th-week-day,
.table-box table.dataTable thead td.th-week-lead,
.table-box table.dataTable thead th.th-week-lead {
    text-align: center;
    padding: 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
table.tbl-week-list tbody tr:hover th,
table.tbl-week-list tbody tr:hover td {
    background-color: #F5F7FE !important;
}
table.tbl-week-list tbody tr:hover .elm-user.user-action .user-title {
    color: var(--clr-att);
}
table.tbl-week-list tbody tr:hover .elm-user.user-action:before {
    opacity: 1;
}
table.tbl-week-list tbody tr:hover .elm-user.user-action .button-action {
    opacity: 1;
    pointer-events: auto;
}
table .th-week-day-title,
table .th-week-day-date {
    display: inline;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--clr-base);
    text-transform: uppercase;
}
table .th-week-day-date {
    color: #ACB0C1;
    font-size: 14px;
    font-weight: 500;
}
table .th-week-day-date:before {
    content: " / ";
    margin-right: 4px;
    margin-left: 2px;
}
table .elm-day-status {
    width: 173px;
}
.btn-action-ico.ico-arrow:before {
    background-image: url(/build/assets/arrow-slider-76980cfa.svg);
    background-size: 24px auto;
}
.btn-action-ico.ico-arrow-prev:before {
    transform: rotate(180deg);
}
.photo-user {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 1;
    background: url(/build/assets/user-5daf5650.svg) center no-repeat;
    background-size: 100% auto;
}
.elm-date-panel {
    display: block;
    text-align: center;
    height: 46px;
    border-radius: 8px;
    background: #F5F7FE;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    color: var(--clr-base);
    padding: 0 15px;
    overflow: hidden;
}
.elm-day-status {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E4E5E9;
    transition: all ease 0.2s;
    padding: 39px 11px 11px 11px;
    font-size: 14px;
    line-height: 24px;
    color: #ACB0C1;
    min-height: 76px;
}
.elm-day-status:hover {
    color: #212949;
}
.elm-day-status.type-status-normal:hover {
    border-color: #212949;
}
.elm-day-status.type-status-normal:hover:before {
    opacity: 1;
}
.elm-day-status.type-status-green:hover {
    border-color: #12CF26;
    color: #12CF26;
    background-color: #D7F7DA;
}
.elm-day-status.type-status-red:hover {
    border-color: #FC1E10;
    color: #FC1E10;
    background-color: #FAE5E4;
}
.type-status-normal,
.type-status-green,
.type-status-red {
    position: relative;
    border: 1px solid #E4E5E9;
    border-radius: 8px;
}
.type-status-normal:before,
.type-status-green:before,
.type-status-red:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/build/assets/circle-dashed-c3ef7639.svg) center no-repeat;
    background-size: 100% auto;
    opacity: 0.7;
    transition: all ease 0.2s;
    top: 11px;
    left: 11px;
}
.type-status-green {
    border-color: #12CF26;
    color: #12CF26;
    background-color: #F4FDF5;
}
.type-status-green:before {
    opacity: 1;
    background-image: url(/build/assets/clock-45dba8c1.svg);
}
.type-status-red {
    border-color: #FC1E10;
    color: #FC1E10;
    background-color: #FDF6F4;
}
.type-status-red:before {
    opacity: 1;
    background-image: url(/build/assets/circle-minus-37426056.svg);
}
.elm-user {
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}
.elm-user.user-action {
    padding-left: 11px;
    padding-right: 32px;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
}
.elm-user.user-action:hover .user-title {
    color: var(--clr-att);
}
.elm-user.user-action:hover:before {
    opacity: 1;
}
.elm-user.user-action:hover .button-action {
    opacity: 1;
    pointer-events: auto;
}
.elm-user.user-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    border-radius: 1px;
    margin-top: -24px;
    height: 48px;
    background: var(--clr-att);
    opacity: 0;
    transition: all ease 0.2s;
}
.elm-user.user-action .user-title-wrap {
    padding-top: 0;
}
.elm-user .elm-photo {
    width: 48px;
}
.elm-user .user-title-wrap {
    display: block;
    padding-left: 12px;
    padding-top: 2px;
}
.elm-user .user-title {
    display: block;
    transition: color ease 0.2s;
}
.elm-user .user-title a {
    color: inherit;
}
.elm-user .user-title a:hover {
    color: var(--clr-att);
}
.elm-user .user-info {
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
    color: #ACB0C1;
}
.elm-user .button-action {
    height: 28px;
    width: 28px;
    min-width: 0;
    padding: 0;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
    opacity: 0;
    pointer-events: none;
}
.elm-user .button-action .button-ico {
    margin: 0 auto;
}
@container (max-width: 119px) {
    .elm-day-status {
        font-size: 8px;
    }
}
.popup-question .frm-row-submit .frm-field{
    width: 50%;
}
.popup-question .frm-row-submit .frm-field .btn{
    width: 100%;
}
@media (min-width: 480px) {
    .popup-question .frm-row-submit .frm-field {
        width: 50%;
    }
}
.item-tile-notfy {
    display: none;
    animation: fadein ease 0.5s;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    background-color: #F5F7FF;
    border: 1px solid var(--clr-att-hover);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px 15px 15px 15px;
    white-space: pre-line;
}
.item-tile-notfy.active {
    display: -ms-flexbox;
    display: flex;
}
.item-tile-notfy:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 10px;
    left: 15px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.item-tile-notfy.tile-error {
    padding-left: 55px;
    border-color: #FC1E10;
    background-color: #FDF6F4;
}
.item-tile-notfy.tile-error:before {
    background-image: url(/build/assets/notify-alert-335cad69.svg);
}
.item-tile-notfy.tile-error .tile-ico {
    display: none;
}
.item-tile-notfy.tile-error .tile-info-wrap {
    padding-left: 0;
}
.item-tile-notfy.tile-succefull {
    padding-left: 55px;
    border-color: #12CF26;
    background-color: #F4FDF5;
}
.item-tile-notfy.tile-succefull:before {
    background-image: url(/build/assets/notify-succefull-a72b032d.svg);
}
.item-tile-notfy.tile-succefull .tile-ico {
    display: none;
}
.item-tile-notfy.tile-succefull .tile-info-wrap {
    padding-left: 0;
}
.item-tile-notfy .tile-ico {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -5px;
}
.item-tile-notfy .tile-info-wrap {
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 9px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
    text-align: left;
    letter-spacing: normal;
}
.item-tile-notfy .tile-info-wrap:first-child {
    padding-left: 0;
}
.item-tile-notfy .tile-title {
    font-size: 16px;
    line-height: 1.1875;
    font-weight: 600;
    color: var(--clr-base);
    margin: 0 0 4px 0;
    padding-right: 20px;
}
.item-tile-notfy .tile-title:last-child {
    margin: 0;
}
.item-tile-notfy .tile-button-close {
    position: absolute;
    top: 26px;
    right: 26px;
    margin: -10px -10px 0 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}
.mb-2{
    margin-bottom: 20px;
}
.dashboard-panel-box.section-small-space .frm-popup-main .popup-main-title {
  font-size: 18px;
  line-height: 1.2;
}
.dashboard-panel-box.section-small-space .frm-popup-main .popup-main-content .frm-select {
  margin-bottom: 16px;
}
.dashboard-panel-box.section-small-space .frm-popup-main .popup-main-content .frm-select:last-child {
  margin-bottom: 0;
}
.dashboard-panel-box .table-box {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.dashboard-panel-box .table-box table {
  padding-right: 0;
}
.dashboard-panel-box .table-box table.dataTable tbody th,
.dashboard-panel-box .table-box table.dataTable tbody td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.dashboard-panel-box .table-box table.dataTable thead tr:first-child th:first-child:before,
.dashboard-panel-box .table-box table.dataTable thead tr:first-child td:first-child:before {
  display: none !important;
}
.dashboard-panel-box .frm-select-wrap {
  z-index: 99;
}
.dashboard-panel-box .frm-select-wrap:not(.js-popup-wrap) .active ~ .popup-content-block {
  display: block !important;
}
.panel-total-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 600;
}
.panel-total-box .elm-ico {
  width: 38px;
  height: 38px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.panel-total-box .total-title {
  padding-left: 12px;
}
@media (min-width: 1400px) {
  .dashboard-panel-box.section-small-space {
    margin-left: -6px;
    margin-right: -6px;
  }
  .dashboard-panel-box.section-small-space .panel-section-wrap {
    margin: 0 6px 12px 6px;
    width: calc(50% - 12px);
    padding-top: 15px;
  }
  .dashboard-panel-box.section-small-space .panel-section-wrap.w-3 {
    width: calc(33.33% - 12px);
  }
  .dashboard-panel-box.section-small-space .panel-section-wrap.w-full {
    width: calc(100% - 12px);
  }
  .dashboard-panel-box.section-small-space .panel-section-content {
    padding-top: 10px;
  }
  .dashboard-panel-box .panel-section-wrap.w-3 {
    width: calc(33.33% - 32px);
  }
}
/*new dash elements*/
[data-value-width="0"] {
  width: 1px !important;
    display: none;
}
[data-value-width="01"] {
  width: 01% !important;
}
[data-value-width="02"] {
  width: 02% !important;
}
[data-value-width="03"] {
  width: 03% !important;
}
[data-value-width="04"] {
  width: 04% !important;
}
[data-value-width="05"] {
  width: 05% !important;
}
[data-value-width="06"] {
  width: 06% !important;
}
[data-value-width="07"] {
  width: 07% !important;
}
[data-value-width="08"] {
  width: 08% !important;
}
[data-value-width="09"] {
  width: 09% !important;
}
[data-value-width="1"] {
  width: 01% !important;
}
[data-value-width="2"] {
  width: 02% !important;
}
[data-value-width="3"] {
  width: 03% !important;
}
[data-value-width="4"] {
  width: 04% !important;
}
[data-value-width="5"] {
  width: 05% !important;
}
[data-value-width="6"] {
  width: 06% !important;
}
[data-value-width="7"] {
  width: 07% !important;
}
[data-value-width="8"] {
  width: 08% !important;
}
[data-value-width="9"] {
  width: 09% !important;
}
[data-value-width="10"] {
  width: 10% !important;
}
[data-value-width="11"] {
  width: 11% !important;
}
[data-value-width="12"] {
  width: 12% !important;
}
[data-value-width="13"] {
  width: 13% !important;
}
[data-value-width="14"] {
  width: 14% !important;
}
[data-value-width="15"] {
  width: 15% !important;
}
[data-value-width="16"] {
  width: 16% !important;
}
[data-value-width="17"] {
  width: 17% !important;
}
[data-value-width="18"] {
  width: 18% !important;
}
[data-value-width="19"] {
  width: 19% !important;
}
[data-value-width="20"] {
  width: 20% !important;
}
[data-value-width="21"] {
  width: 21% !important;
}
[data-value-width="22"] {
  width: 22% !important;
}
[data-value-width="23"] {
  width: 23% !important;
}
[data-value-width="24"] {
  width: 24% !important;
}
[data-value-width="25"] {
  width: 25% !important;
}
[data-value-width="26"] {
  width: 26% !important;
}
[data-value-width="27"] {
  width: 27% !important;
}
[data-value-width="28"] {
  width: 28% !important;
}
[data-value-width="29"] {
  width: 29% !important;
}
[data-value-width="30"] {
  width: 30% !important;
}
[data-value-width="31"] {
  width: 31% !important;
}
[data-value-width="32"] {
  width: 32% !important;
}
[data-value-width="33"] {
  width: 33% !important;
}
[data-value-width="34"] {
  width: 34% !important;
}
[data-value-width="35"] {
  width: 35% !important;
}
[data-value-width="36"] {
  width: 36% !important;
}
[data-value-width="37"] {
  width: 37% !important;
}
[data-value-width="38"] {
  width: 38% !important;
}
[data-value-width="39"] {
  width: 39% !important;
}
[data-value-width="40"] {
  width: 40% !important;
}
[data-value-width="41"] {
  width: 41% !important;
}
[data-value-width="42"] {
  width: 42% !important;
}
[data-value-width="43"] {
  width: 43% !important;
}
[data-value-width="44"] {
  width: 44% !important;
}
[data-value-width="45"] {
  width: 45% !important;
}
[data-value-width="46"] {
  width: 46% !important;
}
[data-value-width="47"] {
  width: 47% !important;
}
[data-value-width="48"] {
  width: 48% !important;
}
[data-value-width="49"] {
  width: 49% !important;
}
[data-value-width="50"] {
  width: 50% !important;
}
[data-value-width="51"] {
  width: 51% !important;
}
[data-value-width="52"] {
  width: 52% !important;
}
[data-value-width="53"] {
  width: 53% !important;
}
[data-value-width="54"] {
  width: 54% !important;
}
[data-value-width="55"] {
  width: 55% !important;
}
[data-value-width="56"] {
  width: 56% !important;
}
[data-value-width="57"] {
  width: 57% !important;
}
[data-value-width="58"] {
  width: 58% !important;
}
[data-value-width="59"] {
  width: 59% !important;
}
[data-value-width="60"] {
  width: 60% !important;
}
[data-value-width="61"] {
  width: 61% !important;
}
[data-value-width="62"] {
  width: 62% !important;
}
[data-value-width="63"] {
  width: 63% !important;
}
[data-value-width="64"] {
  width: 64% !important;
}
[data-value-width="65"] {
  width: 65% !important;
}
[data-value-width="66"] {
  width: 66% !important;
}
[data-value-width="67"] {
  width: 67% !important;
}
[data-value-width="68"] {
  width: 68% !important;
}
[data-value-width="69"] {
  width: 69% !important;
}
[data-value-width="70"] {
  width: 70% !important;
}
[data-value-width="71"] {
  width: 71% !important;
}
[data-value-width="72"] {
  width: 72% !important;
}
[data-value-width="73"] {
  width: 73% !important;
}
[data-value-width="74"] {
  width: 74% !important;
}
[data-value-width="75"] {
  width: 75% !important;
}
[data-value-width="76"] {
  width: 76% !important;
}
[data-value-width="77"] {
  width: 77% !important;
}
[data-value-width="78"] {
  width: 78% !important;
}
[data-value-width="79"] {
  width: 79% !important;
}
[data-value-width="80"] {
  width: 80% !important;
}
[data-value-width="81"] {
  width: 81% !important;
}
[data-value-width="82"] {
  width: 82% !important;
}
[data-value-width="83"] {
  width: 83% !important;
}
[data-value-width="84"] {
  width: 84% !important;
}
[data-value-width="85"] {
  width: 85% !important;
}
[data-value-width="86"] {
  width: 86% !important;
}
[data-value-width="87"] {
  width: 87% !important;
}
[data-value-width="88"] {
  width: 88% !important;
}
[data-value-width="89"] {
  width: 89% !important;
}
[data-value-width="90"] {
  width: 90% !important;
}
[data-value-width="91"] {
  width: 91% !important;
}
[data-value-width="92"] {
  width: 92% !important;
}
[data-value-width="93"] {
  width: 93% !important;
}
[data-value-width="94"] {
  width: 94% !important;
}
[data-value-width="95"] {
  width: 95% !important;
}
[data-value-width="96"] {
  width: 96% !important;
}
[data-value-width="97"] {
  width: 97% !important;
}
[data-value-width="98"] {
  width: 98% !important;
}
[data-value-width="99"] {
  width: 99% !important;
}
[data-value-width="100"] {
  width: 100% !important;
}
.item-tile-chart {
  display: block;
  position: relative;
  text-align: center;
  color: var(--clr-base);
}
.item-tile-chart .tile-total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.item-tile-chart .tile-title {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-top: 14px;
}
.item-tile-chart .tile-photo {
  width: 125px;
  margin: 0 auto;
  max-width: 100%;
}
.item-tile-legend .tile-title,
.item-tile-legend .tile-title-total,
.item-tile-legend .tile-title-value {
  display: inline;
  color: inherit;
}
.item-tile-legend .tile-title-value {
  color: var(--clr-base);
}
.item-tile-legend .tile-title-value:before {
  content: "/ ";
}
.elm-chart-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.elm-chart-line .chart-title {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 16px 0 0;
  position: relative;
  text-align: right;
  font-size: 12px;
  line-height: 10px;
  font-weight: 500;
  width: 160px;
}
.elm-chart-line .chart-lines-wrapper {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  /*overflow: hidden;*/
  height: 32px;
  display: -ms-flexbox;
  display: flex;
}
.elm-chart-line .chart-line {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  background: #1760A9;
    color: #fff;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.elm-chart-line .chart-line .chart-total {
  display: inline;
  font-size: 12px;
  font-weight: 500;
}
.elm-chart-line .chart-line.color-blue3 {
  background: #1760A9;
    color: #fff;
}
.elm-chart-line .chart-line.color-blue2 {
  background: #00A0E3;
    color: var(--clr-base);
}
.elm-chart-line .chart-line.color-green {
  background: #52CD5E;
    color: var(--clr-base);
}
.elm-chart-line .chart-line.color-gray {
  background: #E4E7F4;
    color: var(--clr-base);
}
.elm-chart-line .chart-line.color-red {
  background: #FA6262;
    color: var(--clr-base);
}
.elm-chart-line .chart-line.color-yellow {
  background: #EFD703;
    color: var(--clr-base);
}
.elm-chart-line .elm-progress {
  height: 32px;
}
.elm-line-status {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 20px;
  font-size: 1em;
  font-weight: 500;
  -ms-flex-align: center;
      align-items: center;
}
.status-title-value {
    font-weight: bold;
}
.elm-line-status .status-title-value {
  display: inline;
  font-weight: 500;
  font-size: 12px;
}
.elm-line-status .status-title-value:before {
  content: " / ";
  color: #CCCED5;
}
.elm-line-status .status-value {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 40px;
  text-align: right;
  padding-left: 10px;
}
.elm-line-status .elm-progress {
  display: block;
  position: relative;
  -ms-flex: 1;
      flex: 1;
  height: 20px;
  background: none;
}
.elm-line-status .elm-progress[data-value-width] {
  -ms-flex: inherit;
      flex: inherit;
}
.elm-line-status .elm-progress:before {
  top: 50%;
  left: 0;
  height: 4px;
  border-radius: 2px;
  margin-top: -2px;
  background: #000;
}
.elm-line-status.color-yellow .elm-progress:before {
  background-color: #EFD703;
}
.elm-line-status.color-red .elm-progress:before {
  background-color: #FA6262;
}
.elm-line-status.color-blue .elm-progress:before {
  background-color: #1760A9;
}
.charts-box {
  margin-top: 20px;
  margin-bottom: 35px;
}
.charts-box .items-wrap {
  margin: 0 -10px -30px -10px;
}
.charts-box .item-wrap {
  padding: 0 10px;
  width: 33.33%;
  margin-bottom: 30px;
}
.charts-box:last-child {
  margin-bottom: 0;
}
.panel-chart-lines-columns-box {
  margin-bottom: 35px;
}
.panel-chart-lines-columns-box .elm-line-status .status-value {
  min-width: 0;
  white-space: nowrap;
  font-weight: bold;
}
.panel-chart-lines-columns-box:last-child {
  margin-bottom: 0;
}
.panel-chart-lines-columns-box .chart-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
.panel-chart-lines-box {
  display: block;
  position: relative;
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 30px;
  overflow: hidden;
}
.panel-chart-lines-box .chart-lines-wrap {
  position: relative;
  z-index: 2;
}
.panel-chart-lines-box .chart-labels-wrap.with-title {
    padding-left: 123px;
}
.panel-chart-lines-box .chart-labels-wrap {
  display: -ms-flexbox;
  display: flex;
    flex:1;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: static;
  /*padding-left: 123px;*/
  font-size: 12px;
  line-height: 20px;
  /*margin: 0 -25px;*/
  color: #ACB0C1;
  font-weight: 500;
  padding-top: 15px;
}
.panel-chart-lines-box .chart-label.second {
    width: 50%;
}
.panel-chart-lines-box .chart-label.third {
    width: 75%;
}
.panel-chart-lines-box .chart-label.last {
    width: 100%;
}
.panel-chart-lines-box .chart-label {
  display: block;
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  position: relative;
    /*text-indent: 145px;*/
}
.panel-chart-lines-box .chart-label:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 1px;
  margin-bottom: 8px;
  height: 999px;
  background: #E4E5E9;
}
.panel-chart-lines-box .compact .elm-chart-line {
    margin-bottom: 2px;
}
.panel-chart-lines-box .elm-chart-line {
  margin-bottom: 48px;
}
.panel-chart-lines-box .elm-chart-line:last-child {
  margin-bottom: 0;
}
.panel-chart-lines-box:last-child {
  margin-bottom: 0;
}
.panel-section-wrap .frm-select-wrap + .frm-select-wrap {
  right: 60px;
}
.panel-section-wrap .table-box table.table-fix-col {
  table-layout: fixed;
}
.panel-section-wrap .table-box table.table-fix-col thead th,
.panel-section-wrap .table-box table.table-fix-col thead td {
  white-space: normal;
}
.panel-section-wrap .table-box table th.td-full-center,
.panel-section-wrap .table-box table td.td-full-center {
  text-align: center;
  vertical-align: middle;
    text-transform: lowercase;
    font-size: 80%;
}
.panel-section-wrap .btn-action-ico.ico-filter:before {
  background-image: url(/build/assets/filter-09bd74eb.svg);
}
.panel-legends-full-box {
  margin-bottom: 27px;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.panel-legends-full-box .info-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 30%;
  text-align: right;
  font-weight: 600;
  font-size: 16px;
}
.panel-legends-full-box .legends-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.panel-legends-full-box .item-tile-legend {
  line-height: inherit;
  font-size: inherit;
  padding-left: 20px;
  color: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 28px 8px 0;
}
.panel-legends-full-box:last-child {
  margin-bottom: -8px;
}
.panel-chart-full-box {
  margin-bottom: 30px;
}
.panel-chart-full-box:last-child {
  margin-bottom: 0;
}
.panel-chart-full-box .img-chart {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .chart-box {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 15px;
  }
  .chart-box .legends-wrap {
    padding-left: 30px;
    -ms-flex: inherit;
        flex: inherit;
    width: 47%;
  }
  .chart-box .legends-wrap .item-wrap {
    width: 100%;
  }
  .chart-box .legends-wrap .items-wrap {
    columns: 1 !important;
    column-gap: 0 !important;
  }
}
/*end new dash elements*/
.btn.selected{
    background: #F0F3FF;
}
.nav-wrap .button-border.dashboard-filter.first{
    margin-left: 20px;
}
.dashboard-filter{
    display: inline-flex;
    margin-left: 5px;
}
.page-scroll-hor .table-box {
    padding-bottom: 0;
}
.page-scroll-hor .table-box::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background-color: var(--clr-border);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.page-scroll-hor .table-box::-webkit-scrollbar-thumb {
    background-color: var(--clr-att);
    border-radius: 4px;
}
.page-scroll-hor .table-box::-webkit-scrollbar-thumb:hover {
    background-color: var(--clr-att);
}
.page-scroll-hor .table-box::-webkit-scrollbar-button:vertical:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
.page-scroll-hor .table-box::-webkit-scrollbar-button:vertical:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
.page-scroll-hor .table-box::-webkit-scrollbar-button:horizontal:start:decrement {
    background-color: transparent;
    width: 0;
    height: 0;
}
.page-scroll-hor .table-box::-webkit-scrollbar-button:horizontal:end:increment {
    background-color: transparent;
    width: 0;
    height: 0;
}
.mx-icon-left:before,.mx-icon-right:before,.mx-icon-double-left:before,.mx-icon-double-right:before,.mx-icon-double-left:after,.mx-icon-double-right:after{content:"";position:relative;top:-1px;display:inline-block;width:10px;height:10px;vertical-align:middle;border-style:solid;border-color:currentColor;border-width:2px 0 0 2px;border-radius:1px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-45deg) scale(0.7);transform:rotate(-45deg) scale(0.7)}
.mx-icon-double-left:after{left:-4px}
.mx-icon-double-right:before{left:4px}
.mx-icon-right:before,.mx-icon-double-right:before,.mx-icon-double-right:after{-webkit-transform:rotate(135deg) scale(0.7);transform:rotate(135deg) scale(0.7)}
.mx-btn{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1;font-size:14px;font-weight:500;padding:7px 15px;margin:0;cursor:pointer;background-color:transparent;outline:none;border:1px solid rgba(0,0,0,.1);border-radius:4px;color:#73879c;white-space:nowrap}
.mx-btn:hover{border-color:#1284e7;color:#1284e7}
.mx-btn-text{border:0;padding:0 4px;text-align:left;line-height:inherit}
.mx-scrollbar{height:100%}
.mx-scrollbar:hover .mx-scrollbar-track{opacity:1}
.mx-scrollbar-wrap{height:100%;overflow-x:hidden;overflow-y:auto}
.mx-scrollbar-track{position:absolute;top:2px;right:2px;bottom:2px;width:6px;z-index:1;border-radius:4px;opacity:0;-webkit-transition:opacity .24s ease-out;transition:opacity .24s ease-out}
.mx-scrollbar-track .mx-scrollbar-thumb{position:absolute;width:100%;height:0;cursor:pointer;border-radius:inherit;background-color:rgba(144,147,153,.3);-webkit-transition:background-color .3s;transition:background-color .3s}
.mx-zoom-in-down-enter-active,.mx-zoom-in-down-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1);transition:transform .3s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s cubic-bezier(0.23, 1, 0.32, 1),-webkit-transform .3s cubic-bezier(0.23, 1, 0.32, 1);-webkit-transform-origin:center top;transform-origin:center top}
.mx-zoom-in-down-enter,.mx-zoom-in-down-enter-from,.mx-zoom-in-down-leave-to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}
.mx-datepicker{position:relative;display:inline-block;width:210px}
.mx-datepicker svg{width:1em;height:1em;vertical-align:-0.15em;fill:currentColor;overflow:hidden}
.mx-datepicker-range{width:320px}
.mx-datepicker-inline{width:auto}
.mx-input-wrapper{position:relative}
.mx-input-wrapper:hover .mx-icon-clear{display:block}
.mx-input-wrapper:hover .mx-icon-clear+.mx-icon-calendar{display:none}
.mx-input{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:34px;padding:6px 30px;padding-left:10px;font-size:14px;line-height:1.4;color:#555;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}
.mx-input:hover,.mx-input:focus{border-color:#409aff}
.mx-input:disabled,.mx-input.disabled{color:#ccc;background-color:#f3f3f3;border-color:#ccc;cursor:not-allowed}
.mx-input:focus{outline:none}
.mx-input::-ms-clear{display:none}
.mx-icon-calendar,.mx-icon-clear{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:16px;line-height:1;color:rgba(0,0,0,.5);vertical-align:middle}
.mx-icon-clear{cursor:pointer}
.mx-icon-clear:hover{color:rgba(0,0,0,.8)}
.mx-datepicker-main{font:14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;color:#73879c;background-color:#fff;border:1px solid #e8e8e8}
.mx-datepicker-popup{position:absolute;margin-top:1px;margin-bottom:1px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);z-index:2001}
.mx-datepicker-sidebar{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;width:100px;padding:6px;overflow:auto}
.mx-datepicker-sidebar+.mx-datepicker-content{margin-left:100px;border-left:1px solid #e8e8e8}
.mx-datepicker-body{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.mx-btn-shortcut{display:block;padding:0 6px;line-height:24px}
.mx-range-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}
@media(max-width: 750px){.mx-range-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}
.mx-datepicker-header{padding:6px 8px;border-bottom:1px solid #e8e8e8}
.mx-datepicker-footer{padding:6px 8px;text-align:right;border-top:1px solid #e8e8e8}
.mx-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;width:248px;padding:6px 12px}
.mx-calendar+.mx-calendar{border-left:1px solid #e8e8e8}
.mx-calendar-header,.mx-time-header{-webkit-box-sizing:border-box;box-sizing:border-box;height:34px;line-height:34px;text-align:center;overflow:hidden}
.mx-btn-icon-left,.mx-btn-icon-double-left{float:left}
.mx-btn-icon-right,.mx-btn-icon-double-right{float:right}
.mx-calendar-header-label{font-size:14px}
.mx-calendar-decade-separator{margin:0 2px}
.mx-calendar-decade-separator:after{content:"~"}
.mx-calendar-content{position:relative;height:224px;-webkit-box-sizing:border-box;box-sizing:border-box}
.mx-calendar-content .cell{cursor:pointer}
.mx-calendar-content .cell:hover{color:#73879c;background-color:#f3f9fe}
.mx-calendar-content .cell.active{color:#fff;background-color:#1284e7}
.mx-calendar-content .cell.in-range,.mx-calendar-content .cell.hover-in-range{color:#73879c;background-color:#dbedfb}
.mx-calendar-content .cell.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
.mx-calendar-week-mode .mx-date-row{cursor:pointer}
.mx-calendar-week-mode .mx-date-row:hover{background-color:#f3f9fe}
.mx-calendar-week-mode .mx-date-row.mx-active-week{background-color:#dbedfb}
.mx-calendar-week-mode .mx-date-row .cell:hover{color:inherit;background-color:transparent}
.mx-calendar-week-mode .mx-date-row .cell.active{color:inherit;background-color:transparent}
.mx-week-number{opacity:.5}
.mx-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}
.mx-table th{padding:0;font-weight:500;vertical-align:middle}
.mx-table td{padding:0;vertical-align:middle}
.mx-table-date td,.mx-table-date th{height:32px;font-size:12px}
.mx-table-date .today{color:#2a90e9}
.mx-table-date .cell.not-current-month{color:#ccc;background:none}
.mx-time{-webkit-box-flex:1;-ms-flex:1;flex:1;width:224px;background:#fff}
.mx-time+.mx-time{border-left:1px solid #e8e8e8}
.mx-calendar-time{position:absolute;top:0;left:0;width:100%;height:100%}
.mx-time-header{border-bottom:1px solid #e8e8e8}
.mx-time-content{height:224px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.mx-time-columns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;overflow:hidden}
.mx-time-column{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;border-left:1px solid #e8e8e8;text-align:center}
.mx-time-column:first-child{border-left:0}
.mx-time-column .mx-time-list{margin:0;padding:0;list-style:none}
.mx-time-column .mx-time-list::after{content:"";display:block;height:192px}
.mx-time-column .mx-time-item{cursor:pointer;font-size:12px;height:32px;line-height:32px}
.mx-time-column .mx-time-item:hover{color:#73879c;background-color:#f3f9fe}
.mx-time-column .mx-time-item.active{color:#1284e7;background-color:transparent;font-weight:700}
.mx-time-column .mx-time-item.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
.mx-time-option{cursor:pointer;padding:8px 10px;font-size:14px;line-height:20px}
.mx-time-option:hover{color:#73879c;background-color:#f3f9fe}
.mx-time-option.active{color:#1284e7;background-color:transparent;font-weight:700}
.mx-time-option.disabled{cursor:not-allowed;color:#ccc;background-color:#f3f3f3}
.handle-mr {
    right: -10px;
    cursor: e-resize;
}
.handle-mr {
    top: 50%;
    margin-top: -5px;
}
.handle {
    z-index: 1;
    width: 10px;
    height: 35px;
    top: 0;
    right: -11px;
}
.handle {
    position: absolute;
    box-sizing: border-box;
}
/* vue2-datepicker */
.mx-datepicker {
    width: 100%;
}
.mx-datepicker .btn-action-ico {
    position: relative;
}
.subscribe-info-box .list-wrap {
    max-height: 100%;
}
.popup-outer-box .popup-content-wrap {
    height: 100%;
}
body .vs__dropdown-toggle .vs__search {
    width: 100%;
}
.audio-track > wave > wave {
    border-right: none !important;
    cursor: pointer;
}
.audio-track > wave > wave:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    bottom: 0;
    right: 0;
    background: #3760FF;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 22, 100, 0.33);
    box-shadow: 0px 3px 3px rgba(0, 22, 100, 0.33);
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
body .selected-filter .vs__clear {
    display: inline-block !important;
    position: relative;
    right: -8px;
    top: -2px;
    fill: #3760FF;
}
body .selected-filter .vs__actions {
    background: none !important;
}
body .vs__dropdown-menu {
    min-width: 100px;
}
.row-works .frm-field-button {
    margin-bottom: 10px;
}
th.widthColumn{
    width:300px !important;
    display:inline-table !important;
}
td.columnNoWrap span{
    white-space: nowrap!important;
}
th.widthColumnSmall {
    width:200px !important;
    display:inline-table;
}
.elm-row .row-items-wrap {
    text-align: right;
}
.custom-tabs-box {
    margin-top: 5px;
}
span.longText {
    width: 230px;
    display: flex;
}
.table-ui-tooltip {
    display: none;
}
.table-tooltip:hover .table-ui-tooltip {
    display: block;
}
.text-orange {
    color: #FDA04A;
}
.text-blue {
    color: #2489FF;
}
.text-purple {
    color: #AD31C0;
}
.text-azure {
    color: #128EA9;
}
.text-green {
    color: #39C648;
}
.elm-status-period,
.tile-status-period {
    color: #FC1E10;
}
.elm-status-period.color-yellow,
.tile-status-period.color-yellow {
    color: #FCBA10;
}
.elm-status-period.color-yellow .tbl-sep,
.tile-status-period.color-yellow .tbl-sep {
    background-color: rgba(252, 30, 16, 0.25);
}
.elm-status-period .elm-ico,
.tile-status-period .elm-ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 0 0;
}
.elm-status-period .tbl-sep,
.tile-status-period .tbl-sep {
    background-color: rgba(252, 30, 16, 0.25);
}
.elm-status.color-purple,
.tile-status.color-purple {
    background-color: #F7E4FA;
    color: #AD31C0;
}
.elm-status.color-azure,
.tile-status.color-azure {
    background-color: #DCF8FE;
    color: #128EA9;
}
.main-form-box .field-title.title-line {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--clr-base);
    margin: 0 20px 4px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    width: auto;
    display: inline-block;
    vertical-align: top;
}
.btn .button-ico-empty {
    height: 20px;
    margin: 0 4px 0 -12px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
th.widthColumn{
    width:300px !important;
    display:inline-table !important;
}
th.widthColumnSmall {
    width:200px !important;
    display:inline-table;
}
.elm-row .row-items-wrap {
    text-align: right;
}
.panel-content-wrap.panel-content-wrap-full {
    max-width: 100%;
}
.chat-panel-box .message-form-wrap textarea.form-input {
    min-height: 90px;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
}
.frm-field-upload:before {
    top: calc(50% - 10px);
}
.btn.red {
    background: #ff4f4f;
    border-color: #ff4f4f;
}
.dataTables_wrapper{
    max-height: 600px;
}
.table-max-height .dataTables_wrapper {
    max-height: inherit;
}
@media (min-width: 2560px){
    .dataTables_wrapper{
        max-height: 1180px;
    }
}
.btn-action-ico.ico-microphone,
.btn-action-ico.ico-microphone-off {
    height: 28px;
}
.btn-action-ico.ico-microphone:before {
    background-image: url(/build/assets/microphone-2803f6c3.svg);
    background-size: 25px auto;
}
.btn-action-ico.ico-microphone-off:before {
    background-image: url(/build/assets/microphone-off-49ff9b4d.svg);
    background-size: 25px auto;
}
.table-box table.dataTable tbody td a,
.table-box table.dataTable tbody td {
    text-wrap: wrap;
    word-wrap: normal;
    white-space: normal;
}
.table-box table.dataTable thead .btn-action-ico.ico-sort {
    cursor: pointer;
}
.table-box table.dataTable thead th.sortable-chosen.sortable-ghost {
    background-color: #3760ff;
    opacity: .5;
}
table.dataTable tbody td.td-middle {
    position: relative;
    overflow: auto;
}
.table-box table.dataTable tr.tr-hover:hover td {
    background-color: #f8f9fd !important;
}
.cursor-pointer {
    cursor: pointer;
}
.panel-chart-lines-box .elm-chart-line.double{
    margin-bottom: 24px;
}
.panel-chart-lines-box .elm-chart-line{
    margin-bottom: 2px;
}
body .selected-filter .vs__clear{
    height: 20px;
}
