@font-face {
  font-family: 'Poppins';
  src: url('../fonts/PoppinsRegular.eot');
  src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2') format('woff2'), url('../fonts/PoppinsRegular.woff') format('woff'), url('../fonts/PoppinsRegular.ttf') format('truetype'), url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/PoppinsSemiBold.eot');
  src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
  font-weight: bold;
}
.bc {
  color: #F28F1C;
}
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;
  font-family: 'Poppins', sans-serif;
}
:where(.legacy) html,
:where(.legacy) body,
:where(.legacy) div,
:where(.legacy) span,
:where(.legacy) applet,
:where(.legacy) object,
:where(.legacy) iframe,
:where(.legacy) h1,
:where(.legacy) h2,
:where(.legacy) h3,
:where(.legacy) h4,
:where(.legacy) h5,
:where(.legacy) h6,
:where(.legacy) p,
:where(.legacy) blockquote,
:where(.legacy) pre,
:where(.legacy) a,
:where(.legacy) abbr,
:where(.legacy) acronym,
:where(.legacy) address,
:where(.legacy) big,
:where(.legacy) cite,
:where(.legacy) code,
:where(.legacy) del,
:where(.legacy) dfn,
:where(.legacy) em,
:where(.legacy) img,
:where(.legacy) ins,
:where(.legacy) kbd,
:where(.legacy) q,
:where(.legacy) s,
:where(.legacy) samp,
:where(.legacy) small,
:where(.legacy) strike,
:where(.legacy) strong,
:where(.legacy) sub,
:where(.legacy) sup,
:where(.legacy) tt,
:where(.legacy) var,
:where(.legacy) b,
:where(.legacy) u,
:where(.legacy) i,
:where(.legacy) center,
:where(.legacy) dl,
:where(.legacy) dt,
:where(.legacy) dd,
:where(.legacy) ol,
:where(.legacy) ul,
:where(.legacy) li,
:where(.legacy) fieldset,
:where(.legacy) form,
:where(.legacy) label,
:where(.legacy) legend,
:where(.legacy) table,
:where(.legacy) caption,
:where(.legacy) tbody,
:where(.legacy) tfoot,
:where(.legacy) thead,
:where(.legacy) tr,
:where(.legacy) th,
:where(.legacy) td,
:where(.legacy) article,
:where(.legacy) aside,
:where(.legacy) canvas,
:where(.legacy) details,
:where(.legacy) embed,
:where(.legacy) figure,
:where(.legacy) figcaption,
:where(.legacy) footer,
:where(.legacy) header,
:where(.legacy) hgroup,
:where(.legacy) menu,
:where(.legacy) nav,
:where(.legacy) output,
:where(.legacy) ruby,
:where(.legacy) section,
:where(.legacy) summary,
:where(.legacy) time,
:where(.legacy) mark,
:where(.legacy) audio,
:where(.legacy) video {
  font: inherit;
  font-size: 100%;
  border: 0;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  outline: 0 none;
}
html {
  -webkit-font-smoothing: antialiased;
}
html ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html ::-webkit-scrollbar-button:start:decrement,
html ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 0;
  background-color: transparent;
}
html ::-webkit-scrollbar-track-piece {
  background-color: #ccc;
  -webkit-border-radius: 0;
  box-shadow: none;
}
html ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
}
html ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
}
html ::-webkit-scrollbar-thumb:vertical,
html ::-webkit-scrollbar-thumb:horizontal {
  background-color: #F28F1C;
  -webkit-border-radius: 0;
}
.shell ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.flex {
  display: flex;
}
.flex.sb {
  justify-content: space-between;
}
.flex.jcc {
  justify-content: center;
}
.flex.sa {
  justify-content: start;
}
.flex.aic {
  align-items: center;
}
.flex.aist {
  align-items: stretch;
}
.flex.fw,
.flex.wrap {
  flex-wrap: wrap;
}
.flex.aife {
  align-items: flex-end;
}
.flex.aifs {
  align-items: flex-start;
}
.flex.wrap,
.flex.fw {
  flex-wrap: wrap;
}
.flex.col {
  flex-direction: column;
}
.m-0 {
  margin: 0 !important;
}
.mb-5 {
  margin-bottom: 5px;
}
.pr-10 {
  padding-right: 10px !important;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.app-logo {
  display: block;
  width: 64px;
  height: 70px;
  background: transparent url("/img/logo.svg?v8.1 0.4") 0 0 no-repeat;
  background-size: 100%;
}
.page-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.shell {
  display: flex;
  min-height: 100%;
  align-items: stretch;
}
@media screen and (max-width: 1240px) {
  .shell {
    display: block;
    padding-top: 60px;
  }
}
nav {
  width: 360px;
  min-width: 360px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #D9D9D9;
  user-select: none;
  min-height: 100vh;
  line-height: 1.23;
  position: sticky;
  top: 0;
}
nav ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
@media screen and (max-width: 1240px) {
  nav {
    width: 100%;
    min-width: 10px;
    z-index: 2;
    position: fixed;
    height: 60px;
    min-height: 10px;
  }
}
nav .nav-top {
  height: 100px;
  min-height: 100px;
  background-color: #ffffff;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  nav .nav-top {
    height: 60px;
    min-height: 60px;
    padding: 0 25px;
    position: relative;
    z-index: 1;
  }
}
nav .nav-top-with-botton-border {
  height: 100px;
  min-height: 100px;
  background-color: #ffffff;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1240px) {
  nav .nav-top-with-botton-border {
    height: 60px;
    min-height: 60px;
    padding: 0 25px;
    position: relative;
    z-index: 1;
  }
}
nav .nav-app-description {
  background-color: #ffffff;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 1240px) {
  nav .nav-app-description {
    padding: 10px 25px;
    position: relative;
    z-index: 1;
  }
}
nav .app-logo {
  width: 70px;
  height: 77px;
}
@media screen and (max-width: 1240px) {
  nav .app-logo {
    width: 40px;
    height: 44px;
  }
}
nav a {
  text-decoration: none;
  display: block;
}
nav .nav-cnt {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 1;
  flex-grow: 1;
  background-color: #fbfbfb;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1240px) {
  nav .nav-cnt {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 60px;
    bottom: 0;
    min-width: 320px;
    max-width: 100%;
    transform: translateX(-100%);
    filter: drop-shadow(1px 2px 2px #ccc);
  }
}
nav .main-nav {
  background-color: #28292E;
  padding: 30px 0 5px;
  max-width: 90px;
  transition: all 0.25s ease-in-out;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
@media screen and (max-height: 690px) {
  nav .main-nav {
    overflow: auto;
  }
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .main-nav {
    max-width: 70px;
  }
  nav .main-nav.expanded {
    max-width: 320px;
  }
}
nav .main-nav ul {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 690px) {
  nav .main-nav li {
    overflow: hidden;
  }
}
nav .main-nav a {
  color: #fff;
  padding: 8px 15px 8px 32px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  nav .main-nav a {
    padding: 6px 10px 6px 22px;
  }
}
@media screen and (max-height: 690px) {
  nav .main-nav a {
    padding: 6px 10px 6px 22px;
  }
}
nav .main-nav a:after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 1;
  background-color: #fff;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  display: block;
  left: 70px;
  padding: 3px 7px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
@media screen and (max-height: 690px) {
  nav .main-nav a:after {
    content: unset;
    display: none;
  }
}
nav .main-nav a:hover:after {
  opacity: 1;
  visibility: visible;
}
nav .main-nav .text {
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
nav .main-nav.expanded {
  max-width: 360px;
}
nav .main-nav.expanded .text {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
nav .main-nav.expanded a:after {
  content: unset;
  display: none;
}
nav .main-nav li {
  align-items: center;
  position: relative;
  z-index: 1;
}
nav .main-nav li:before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F28F1C;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
nav .main-nav li.active:before,
nav .main-nav li:hover:before {
  opacity: 1;
}
nav .main-nav li.active a,
nav .main-nav li:hover a {
  color: #F28F1C;
}
nav .main-nav li.active svg,
nav .main-nav li:hover svg {
  fill: #F28F1C;
}
nav .main-nav .icon {
  display: block;
  width: 22px;
  margin-right: 18px;
}
@media screen and (max-width: 1240px) {
  nav .main-nav .icon {
    margin-right: 14px;
    width: 18px;
  }
}
@media screen and (max-height: 690px) {
  nav .main-nav .icon {
    margin-right: 14px;
    width: 18px;
  }
}
nav .main-nav svg {
  fill: #fff;
  height: 22px;
  max-width: 22px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .main-nav svg {
    height: 16px;
  }
}
nav .main-nav li.logout {
  margin-top: auto;
  margin-bottom: 0;
}
nav .subnav {
  padding: 30px 20px 20px 20px;
  min-height: 100%;
  transition: all 0.25s ease-in-out;
  animation-delay: 0.25s;
  flex: 1 1 auto;
}
@media screen and (max-width: 1240px) {
  nav .subnav {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .subnav {
    padding: 20px 15px 20px 15px;
    overflow: auto;
  }
}
nav .subnav a {
  border-radius: 3px;
  color: #6b6b6b;
  padding: 13px 15px 13px 20px;
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .subnav a {
    padding: 8px 10px;
  }
}
nav .subnav a:hover {
  color: #28292E;
}
nav .subnav li.active a,
nav .subnav li:hover a {
  background-color: rgba(100, 125, 133, 0.1);
  color: #28292E;
}
nav .subnav li.active a {
  font-weight: 600;
}
nav .subnav .mainlvl {
  display: none;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .subnav .mainlvl {
    margin-bottom: 18px;
  }
}
nav .subnav .mainlvl.active {
  display: block;
}
nav .menu-icon {
  margin-left: 37px;
  margin-bottom: 15px;
  display: block;
  width: 14px;
  height: 12px;
  min-height: 12px;
  opacity: 0.4;
  fill: #fff;
  background: transparent url("/img/menu-ico.svg?v8.1 0.4") 0 0 no-repeat;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1240px), (max-height: 690px) {
  nav .menu-icon {
    margin-left: 27px;
  }
}
nav .menu-icon:hover {
  opacity: 1;
}
nav .mobile-menu-trigger {
  display: none;
  position: absolute;
  z-index: 3;
  left: 20px;
  top: 30px;
  transform: translateY(-50%);
}
nav .mobile-menu-trigger span {
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  nav .mobile-menu-trigger {
    display: block;
  }
  nav .mobile-menu-trigger .close {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  nav.expanded .mobile-menu-trigger .open {
    display: none;
  }
  nav.expanded .mobile-menu-trigger .close {
    display: block;
  }
  nav.expanded .nav-cnt,
  nav.expanded .subnav {
    transform: translateX(0);
  }
}
main {
  min-height: 100%;
  max-width: calc(100% - 360px);
  flex-grow: 1;
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.5s 0.5s forwards;
}
@media screen and (max-width: 1240px) {
  main {
    max-width: 100%;
  }
}
main .main-top {
  height: 100px;
  min-height: 100px;
  border-bottom: 1px solid #D9D9D9;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  main .main-top {
    padding: 25px 20px;
    height: auto;
    min-height: 10px;
  }
  main .main-top .user {
    display: none;
  }
}
main .system-notification {
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  background: #F28F1C;
  line-height: 1.23;
  margin: auto -30px -11px;
  min-width: calc(100% + 60px);
}
@media screen and (max-width: 1240px) {
  main .system-notification {
    min-width: calc(100% + 40px);
  }
}
main .system-notification a {
  color: #fff;
}
main section {
  padding: 30px;
  max-width: 100%;
}
@media screen and (max-width: 1480px) {
  main section {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1240px) {
  main section {
    max-width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  main section {
    padding: 20px 10px;
  }
}
main :where(.legacy) ul {
  list-style: circle outside;
  margin-bottom: 20px;
  padding-left: 20px;
}
.page-title {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
  .page-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .page-title {
    text-align: center;
    width: 100%;
  }
}
.tabular-data-holder,
.widecnt {
  max-width: 100%;
  overflow: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .tabular-data-holder table,
  .widecnt table {
    width: 100%;
  }
}
.full-width-container {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100vh;
}
body {
  font-family: 'Poppins', sans-serif;
  background-color: #F4F5F6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23;
  margin: 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 1480px) {
  body {
    font-size: 13px;
  }
}
h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
h3 img {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
    font-weight: normal;
  }
}
h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 13px;
}
h4 img {
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 14px;
    font-weight: normal;
  }
}
a {
  transition: all 0.25s ease-in-out;
  color: #F28F1C;
}
a:hover {
  color: #647D85;
}
:where(.legacy) p {
  margin-bottom: 15px;
}
:where(.legacy) small {
  font-size: 0.8em;
  opacity: 0.9;
}
:where(.legacy) input[type="text"],
:where(.legacy) input[type="email"],
:where(.legacy) input[type="password"],
:where(.legacy) input[type="url"],
:where(.legacy) input[type="tel"],
:where(.legacy) input[type="search"],
:where(.legacy) input[type="file"],
:where(.legacy) textarea,
:where(.legacy) select {
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #F4F5F6;
  border: 1px solid #E0E5E7;
  max-width: 100%;
  padding: 0 20px;
}
:where(.legacy) input[type="text"].autow,
:where(.legacy) input[type="email"].autow,
:where(.legacy) input[type="password"].autow,
:where(.legacy) input[type="url"].autow,
:where(.legacy) input[type="tel"].autow,
:where(.legacy) input[type="search"].autow,
:where(.legacy) input[type="file"].autow,
:where(.legacy) textarea.autow,
:where(.legacy) select.autow {
  width: auto;
}
:where(.legacy) input[type="text"].small-input,
:where(.legacy) input[type="email"].small-input,
:where(.legacy) input[type="password"].small-input,
:where(.legacy) input[type="url"].small-input,
:where(.legacy) input[type="tel"].small-input,
:where(.legacy) input[type="search"].small-input,
:where(.legacy) input[type="file"].small-input,
:where(.legacy) textarea.small-input,
:where(.legacy) select.small-input {
  width: 60px;
}
:where(.legacy) label {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
:where(.legacy) label img {
  margin: 0 2px;
}
:where(.legacy) label:last-child {
  margin-bottom: 0;
}
:where(.legacy) label[for]:not(.cta-btn) {
  cursor: pointer;
  color: #6b6b6b;
  font-size: 12px;
}
:where(.legacy) textarea {
  min-height: 70px;
  resize: vertical;
}
.flex label {
  margin-bottom: 0;
}
.table_crud input[type="text"],
.table_crud input[type="email"],
.table_crud input[type="password"],
.table_crud input[type="url"],
.table_crud input[type="tel"],
.table_crud input[type="search"],
.table_crud input[type="file"],
.table_crud textarea,
.table_crud select {
  min-width: 500px;
  max-width: 100%;
}
.table_crud input[type="text"].autow,
.table_crud input[type="email"].autow,
.table_crud input[type="password"].autow,
.table_crud input[type="url"].autow,
.table_crud input[type="tel"].autow,
.table_crud input[type="search"].autow,
.table_crud input[type="file"].autow,
.table_crud textarea.autow,
.table_crud select.autow,
.table_crud input[type="text"].small-input,
.table_crud input[type="email"].small-input,
.table_crud input[type="password"].small-input,
.table_crud input[type="url"].small-input,
.table_crud input[type="tel"].small-input,
.table_crud input[type="search"].small-input,
.table_crud input[type="file"].small-input,
.table_crud textarea.small-input,
.table_crud select.small-input {
  min-width: 1px;
}
.table_crud input[type="time"] {
  min-width: 8em;
  max-width: 100%;
}
.table_crud.autow,
.table_crud .autow {
  min-width: 1px;
}
@media screen and (max-width: 767px) {
  .table_crud.autow,
  .table_crud .autow {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1240px) {
  .table_crud {
    display: block;
    padding-bottom: 15px;
    min-width: fit-content;
    width: 100%;
  }
  .table_crud input[type="text"],
  .table_crud input[type="email"],
  .table_crud input[type="password"],
  .table_crud input[type="url"],
  .table_crud input[type="tel"],
  .table_crud input[type="search"],
  .table_crud input[type="file"],
  .table_crud textarea,
  .table_crud select {
    min-width: 20px;
  }
  .table_crud > tbody {
    display: block;
  }
  .table_crud tr,
  .table_crud th,
  .table_crud td {
    display: block;
  }
  .table_crud th,
  .table_crud td {
    padding: 5px 0 0;
    border: 0;
    width: auto;
  }
  .table_crud tr[style*="table-row"] {
    display: block !important;
  }
  .table_crud tr {
    padding: 5px 15px;
  }
  .table_crud tr:first-child {
    border-top: 0;
  }
  .table_crud .table_noborder tr {
    border-top: 0;
  }
  .table_crud .table_noborder_floatleft {
    float: none;
  }
  .table_crud table tr {
    display: table-row;
  }
  .table_crud table td {
    display: table-cell;
  }
}
fieldset .table_crud.table_multi_conf input[type="text"],
fieldset .table_crud.table_multi_conf input[type="email"],
fieldset .table_crud.table_multi_conf input[type="password"],
fieldset .table_crud.table_multi_conf input[type="url"],
fieldset .table_crud.table_multi_conf input[type="tel"],
fieldset .table_crud.table_multi_conf input[type="search"],
fieldset .table_crud.table_multi_conf input[type="file"],
fieldset .table_crud.table_multi_conf textarea,
fieldset .table_crud.table_multi_conf select {
  min-width: 100px;
}
.email-notifs textarea {
  min-height: 180px;
  min-width: 800px;
}
.msg-notifs textarea {
  min-height: 180px;
  min-width: 800px;
}
:where(.legacy) input[type="file"] {
  padding: 7px;
}
.input-like {
  display: flex;
  min-height: 40px;
  align-items: center;
}
:where(.legacy) select {
  min-width: 60px;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 6px 3px;
  cursor: pointer;
  background: transparent url("/img/icon-chevron-down.svg?v8.1 0.4") 0 0 no-repeat;
  background-position: calc(100% - 10px) 50%;
  background-color: #F4F5F6;
}
.checkbox-wrap,
.radio-wrap {
  display: inline-block;
  background: rgba(100, 125, 133, 0.14);
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}
.checkbox-wrap span,
.radio-wrap span {
  position: relative;
  z-index: 2;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: block;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background-image: url("/img/icon-check.svg?v8.1 0.4");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 9px 7px;
  background-color: #F28F1C;
  opacity: 0;
  box-shadow: 0 0 0 1px #F28F1C;
}
.checkbox-wrap input,
.radio-wrap input {
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.checkbox-wrap input:checked + span,
.radio-wrap input:checked + span {
  opacity: 1;
}
.checkbox-wrap input:disabled + span,
.radio-wrap input:disabled + span {
  opacity: 1;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  box-shadow: none;
  color: #666;
}
.checkbox-wrap input:disabled + span:before,
.radio-wrap input:disabled + span:before {
  content: 'x';
}
.radio-wrap {
  border-radius: 50%;
}
.radio-wrap span {
  border-radius: 50%;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radio-wrap span:after {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
}
:where(.legacy) table input[type="text"],
:where(.legacy) table input[type="email"],
:where(.legacy) table input[type="password"],
:where(.legacy) table input[type="url"],
:where(.legacy) table input[type="tel"],
:where(.legacy) table input[type="search"],
:where(.legacy) table textarea,
:where(.legacy) table select {
  height: 28px;
  padding: 0 10px;
}
@media screen and (max-width: 1240px) {
  :where(.legacy) table input[type="text"],
  :where(.legacy) table input[type="email"],
  :where(.legacy) table input[type="password"],
  :where(.legacy) table input[type="url"],
  :where(.legacy) table input[type="tel"],
  :where(.legacy) table input[type="search"],
  :where(.legacy) table textarea,
  :where(.legacy) table select {
    height: 32px;
  }
}
:where(.legacy) table select {
  padding-right: 25px;
}
:where(.legacy) table textarea {
  padding: 5px 10px;
}
:where(.legacy) strong {
  font-weight: 600;
}
.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.label {
  color: #6B6B6B;
  font-size: 12px;
}
.clean-btn,
.cta-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none transparent;
  transition: all 0.25s ease-in-out;
  font: inherit;
  color: inherit;
}
.cta-btn {
  font-size: 14px;
  font-weight: 600;
  min-width: 154px;
  border-radius: 3px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  padding: 0 30px;
  border: 2px solid #F28F1C;
  background: #F28F1C;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .cta-btn {
    height: 32px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 2px;
    margin-bottom: 3px;
    min-width: 95px;
    font-size: 13px;
  }
}
.cta-btn:hover {
  background-color: transparent;
  color: #F28F1C;
}
.cta-btn.download {
  min-width: 124px;
}
.cta-btn.small {
  height: 28px;
  line-height: 26px;
  padding: 0 15px;
  min-width: 1px;
  font-weight: 400;
  font-size: 13px;
}
.cta-btn.arrow {
  width: 28px;
  height: 28px;
  padding: 0;
}
.cta-btn.arrow svg {
  width: 24px;
  height: 24px;
}
.cta-btn.arrow:hover path {
  stroke: #F28F1C;
}
.cta-btn.add {
  width: 75px;
}
.cta-btn.gray {
  background-color: #647D85;
  border-color: #647D85;
}
.cta-btn.gray:hover {
  background-color: transparent;
  color: #647D85;
}
.cta-btn.icon {
  display: flex;
  align-items: center;
  padding-left: 10px;
  min-width: 1px;
  padding-right: 10px;
}
.cta-btn.icon svg {
  margin-right: 10px;
  transition: all 0.25s ease-in-out;
}
.cta-btn.icon svg:last-child {
  margin-right: 0;
}
.cta-btn.back-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 154px;
}
.cta-btn.back-btn svg {
  stroke: #fff;
  width: 20px;
  height: 24px;
  margin-left: -15px;
}
.cta-btn.back-btn:hover svg {
  stroke: #F28F1C;
}
.cta-btn.download svg {
  width: 8px;
  height: 10px;
  fill: #fff;
}
.cta-btn.download:hover svg {
  fill: #647D85;
}
.cta-btn.refresh svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  stroke: #fff;
}
.cta-btn.refresh:hover svg {
  fill: #F28F1C;
  stroke: #F28F1C;
}
h3 .cta-btn {
  margin-left: 40px;
}
.edit-btn-wrapper,
.view-btn-wrapper,
.more-btn-wrapper,
.delete-btn-wrapper,
.copy-btn-wrapper {
  position: relative;
  z-index: 1;
  height: 28px;
  display: inline-block;
}
.edit-btn-wrapper:before,
.view-btn-wrapper:before,
.more-btn-wrapper:before,
.delete-btn-wrapper:before,
.copy-btn-wrapper:before {
  content: '';
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background: transparent url("/img/icon-edit.svg?v8.1 0.4") 0 0 no-repeat;
  background-position: 50% 50%;
  background-color: rgba(242, 143, 28, 0.1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.edit-btn-wrapper span,
.view-btn-wrapper span,
.more-btn-wrapper span,
.delete-btn-wrapper span,
.copy-btn-wrapper span {
  /*        width: 75px;*/
  position: relative;
  z-index: 2;
  height: 28px;
  line-height: 24px;
  padding: 0 10px 0 32px;
  background: none transparent;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  border-radius: 3px;
  color: #647D85;
}
.edit-btn-wrapper span:hover,
.view-btn-wrapper span:hover,
.more-btn-wrapper span:hover,
.delete-btn-wrapper span:hover,
.copy-btn-wrapper span:hover {
  background-color: rgba(242, 143, 28, 0.1);
  border-color: #F28F1C;
  color: #F28F1C;
}
.edit-btn-wrapper.full span,
.view-btn-wrapper.full span,
.more-btn-wrapper.full span,
.delete-btn-wrapper.full span,
.copy-btn-wrapper.full span {
  background-color: rgba(242, 143, 28, 0.1);
  border-color: #F28F1C;
  color: #F28F1C;
}
.edit-btn-wrapper.full span:hover,
.view-btn-wrapper.full span:hover,
.more-btn-wrapper.full span:hover,
.delete-btn-wrapper.full span:hover,
.copy-btn-wrapper.full span:hover {
  background: none transparent;
  border-color: rgba(242, 143, 28, 0.1);
}
.edit-btn-wrapper input[type="image"],
.view-btn-wrapper input[type="image"],
.more-btn-wrapper input[type="image"],
.delete-btn-wrapper input[type="image"],
.copy-btn-wrapper input[type="image"] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.view-btn-wrapper:before {
  background: transparent url("/img/icon-view.svg?v8.1 0.4") 0 0 no-repeat;
  background-position: 50% 50%;
  background-color: rgba(242, 143, 28, 0.1);
  background-size: 18px auto;
}
.copy-btn-wrapper:before {
  background: transparent url("/img/icon-copy.svg?v8.1 0.4") 0 0 no-repeat;
  background-position: 50% 50%;
  background-color: rgba(242, 143, 28, 0.1);
  background-size: 18px auto;
}
.delete-btn-wrapper:before {
  background: transparent url("/img/icon-delete.svg?v8.1 0.4") 0 0 no-repeat;
  background-position: 50% 50%;
  background-color: rgba(242, 143, 28, 0.1);
  background-size: 18px auto;
}
.more-btn-wrapper:before {
  color: #F28F1C;
  background-image: none;
  content: '...';
  line-height: 28px;
  text-align: center;
}
.delete-btn {
  background-color: #647D85;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.delete-btn svg {
  width: 11px;
  height: 14px;
}
.delete-btn:hover {
  background-color: #F28F1C;
}
.centred {
  text-align: center;
}
.expand-cnt {
  cursor: pointer;
  user-select: none;
}
.accordion-close,
.clipped-cnt {
  position: relative;
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s ease-out, max-height 0.25s cubic-bezier(0, 1, 0, 1), opacity 0s linear;
  z-index: 1;
}
.accordion-open,
.expanded .clipped-cnt {
  opacity: 1;
  max-height: 9999px;
  transition: all 1s ease-in-out, max-height 0.95s cubic-bezier(1, 0, 1, 0), opacity 0.25s linear;
  z-index: 2;
}
:where(.legacy) fieldset {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 30px 24px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  min-width: 940px;
  max-width: 100%;
}
@media screen and (max-width: 1480px) {
  :where(.legacy) fieldset {
    min-width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  :where(.legacy) fieldset {
    min-width: fit-content;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  :where(.legacy) fieldset {
    margin-bottom: 15px;
  }
}
:where(.legacy) fieldset.small {
  padding: 20px;
  margin-bottom: 40px;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.1));
  min-width: 300px;
  max-width: calc(100% - 20px);
  margin-right: 20px;
}
:where(.legacy) fieldset.small:empty {
  display: none;
}
@media screen and (max-width: 767px) {
  :where(.legacy) fieldset.small {
    margin: 0 0 20px;
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
  }
}
:where(.legacy) fieldset table {
  width: 100%;
  max-width: 850px;
}
@media screen and (max-width: 1240px) {
  :where(.legacy) fieldset table {
    max-width: 100%;
  }
}
:where(.legacy) fieldset p {
  margin-bottom: 15px;
}
:where(.legacy) fieldset p:last-child {
  margin-bottom: 0;
}
:where(.legacy) fieldset .fieldset-title {
  margin-bottom: 20px;
  color: #647D85;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 1240px) {
  :where(.legacy) fieldset .fieldset-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
:where(.legacy) fieldset .fieldset-title:last-child {
  margin-bottom: 0;
}
:where(.legacy) fieldset .fieldset-title.expand-cnt {
  margin-bottom: 0;
  position: relative;
  padding-right: 20px;
}
:where(.legacy) fieldset .fieldset-title.expand-cnt:after {
  content: '';
  background: transparent url("/img/icon-chevron-down.svg?v8.1 0.4") 0 0 no-repeat;
  width: 12px;
  height: 10px;
  right: 0;
  top: 7px;
  transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
}
:where(.legacy) fieldset.expanded .fieldset-title.expand-cnt {
  padding-bottom: 20px;
}
:where(.legacy) fieldset.expanded .fieldset-title.expand-cnt:after {
  transform: scale(-1);
}
:where(.legacy) fieldset .fieldset-subtitle {
  margin-bottom: 10px;
  color: #647D85;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 1240px) {
  :where(.legacy) fieldset .fieldset-subtitle {
    font-size: 14px;
  }
}
:where(.legacy) fieldset .fieldset-subtitle:last-child {
  margin-bottom: 0;
}
:where(.legacy) fieldset label {
  display: inline-block;
}
:where(.legacy) fieldset .fieldset-row {
  display: flex;
  flex-wrap: wrap;
}
:where(.legacy) fieldset .fieldset-cell {
  width: 340px;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  :where(.legacy) fieldset .fieldset-cell {
    width: 100%;
    margin-right: 0;
  }
}
:where(.legacy) fieldset .fieldset-cell label {
  line-height: 16px;
  margin-bottom: 5px;
}
:where(.legacy) img[src*="icon-info.svg"] {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
:where(.legacy) img[src*="icon-info.svg"]:hover {
  opacity: 1;
}
:where(.legacy) .inline-block,
:where(.legacy) img[src*="icon-info.svg"] {
  vertical-align: bottom;
  display: inline-block;
}
.tablesheader .shown:not(:empty) {
  padding: 0 30px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #6b6b6b;
  display: flex;
}
.tablesheader .shown:not(:empty):after {
  content: '';
  background-color: #fff;
  transform: skewX(30deg);
  display: block;
  height: 100%;
  width: 30px;
  margin: 0 -45px 0 10px;
}
.tablesheader .actions {
  display: flex;
}
.tablesheader .cta-btn,
.tablesheader .clean-btn,
.tablesheader .extra-actions {
  margin-left: 10px;
}
.highlight {
  background-color: #F28F1C;
  color: #28292e;
  font-size: 14px;
  padding: 20px;
}
@media screen and (max-width: 1240px) {
  .highlight {
    padding: 10px;
  }
}
.highlight .bc {
  color: #fff;
}
.extra-actions {
  position: relative;
  z-index: 2;
  color: #647D85;
  user-select: none;
}
.extra-actions__handler {
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #647D85;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 20px;
  cursor: pointer;
  background: url(/img/icon-chevron-down.svg) calc(100% - 12px) 50% no-repeat;
  background-size: 8px 4px;
}
.extra-actions__cnt {
  position: absolute;
  z-index: 2;
  top: 100%;
  right: 0;
  min-width: 205px;
  filter: drop-shadow(0px 13px 20px rgba(0, 0, 0, 0.1));
  background-color: #fff;
  font-size: 14px;
  transition: all 0.25s ease-in-out;
  transform: translate3d(0, 15px, 0);
  opacity: 0;
  visibility: hidden;
}
.extra-actions__cnt:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  position: absolute;
  right: 60px;
  bottom: 100%;
}
.extra-actions__cnt .clean-btn {
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}
.extra-actions__cnt .clean-btn:hover {
  background-color: #F28F1C;
  color: #fff;
}
.extra-actions.extended .extra-actions__cnt {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
.extra-actions ul {
  list-style: none outside;
  margin-bottom: 0;
  padding-left: 0;
}
.navigation {
  text-align: center;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.navigation .cta-btn.small {
  padding: 0 9px;
  font-size: 24px;
  font-weight: normal;
}
.navigation .cta-btn.arr {
  font-size: 10px;
}
.navigation .cta-btn {
  margin-right: 5px;
}
.navigation span {
  margin: 0 5px;
}
.navigation span:first-child {
  margin-left: 0;
}
.navigation span:last-child {
  margin-right: 0;
}
.navigation select {
  height: 28px;
}
.cell-hwsig {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@keyframes fromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fromRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fromBottom {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes appLogo {
  0% {
    transform: translateX(-25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.login-page {
  height: 100%;
  background-color: #F28F1C;
}
@media screen and (max-width: 1240px) {
  .login-page {
    flex-direction: column;
  }
}
.login-page fieldset {
  user-select: none;
  min-width: 10px;
  padding-right: 20px;
  margin: 0;
}
.login-page .form-group {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .login-page .form-group {
    margin-bottom: 15px;
  }
}
.login-page .form-group img[onmouseover] {
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -8px 0 0 3px;
}
.login-page .form-group.w-checkbox {
  display: flex;
  align-items: center;
}
.login-page .form-group.w-checkbox label {
  margin: 0;
}
.login-page .app-logo {
  background: none transparent;
  width: 155px;
  height: 170px;
  transform: translateX(-25vw);
  animation: appLogo 1s 2s forwards;
}
.login-page .app-logo circle,
.login-page .app-logo .text {
  opacity: 0;
  animation: fadeIn 0.5s 1s forwards;
}
.login-page .app-logo .right {
  opacity: 0;
  transform: translateX(-30px);
  animation: fromRight 0.5s 0.5s forwards;
}
.login-page .app-logo .left {
  opacity: 0;
  transform: translateX(-30px);
  animation: fromLeft 0.5s 0.5s forwards;
}
.login-page .app-logo svg {
  fill: #fff;
  width: 100%;
}
.login-page h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1240px) {
  .login-page h3 {
    margin-bottom: 20px;
  }
}
.login-page__form,
.login-page__banner {
  min-width: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1240px) {
  .login-page__form,
  .login-page__banner {
    min-width: 100%;
    max-width: 100%;
  }
}
.login-page__banner {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .login-page__banner {
    order: 0;
    min-height: 40%;
  }
}
.login-page__form {
  max-width: 400px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  animation: fadeIn 0.5s 2.5s forwards;
}
@media screen and (max-width: 1240px) {
  .login-page__form {
    min-height: 60%;
  }
}
.login-page__form form {
  width: 100%;
  max-width: 380px;
}
.restarting-messages {
  text-align: center;
  line-height: 1.4;
  max-width: 80%;
}
.restarting-messages .certloginmsg {
  font-size: 14px;
  font-weight: normal;
}
#WzTtDiV {
  max-width: 98vw;
}
