@charset "UTF-8";
html {
  color: #CBC5C1;
  background: #010101;
}

body {
  font-size: 14px;
  line-height: 1.5;
}

.content {
  max-width: 2500px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0 20px;
  }
}

.a, .nav-home ul li a:after, .loader:after, .checkbox-toggle .checkbox-toggle-visible:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  line-height: 1.5;
}

@media (hover: hover) {
  body ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
  }
  body ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #000;
    color: #4F91D7;
    cursor: pointer;
  }
}

@media (hover: hover) {
  .scrollbar-light ::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Regular.woff2") format("woff2"), url("/assets/fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Medium.woff2") format("woff2"), url("/assets/fonts/inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("/assets/fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter/Inter-Bold.woff2") format("woff2"), url("/assets/fonts/inter/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
  url('../fonts/inter/Inter-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Black.woff2') format('woff2'),
  url('../fonts/inter/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "Nucleo";
  src: url("/assets/fonts/Nucleo.eot");
  src: url("/assets/fonts/Nucleo.eot") format("embedded-opentype"), url("/assets/fonts/Nucleo.woff2") format("woff2"), url("/assets/fonts/Nucleo.woff") format("woff"), url("/assets/fonts/Nucleo.ttf") format("truetype"), url("/assets/fonts/Nucleo.svg") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "Nucleo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* icons */
.icon-image::before {
  content: "\ea01";
}

.icon-add-circle::before {
  content: "\ea02";
}

.icon-archive::before {
  content: "\ea03";
}

.icon-arrow-up::before {
  content: "\ea04";
}

.icon-arrow-left::before {
  content: "\ea05";
}

.icon-arrow-right::before {
  content: "\ea06";
}

.icon-arrow-down::before {
  content: "\ea07";
}

.icon-bell::before {
  content: "\ea08";
}

.icon-calendar::before {
  content: "\ea09";
}

.icon-chart::before {
  content: "\ea0a";
}

.icon-check::before {
  content: "\ea0b";
}

.icon-check-circle::before {
  content: "\ea0c";
}

.icon-checks::before {
  content: "\ea0d";
}

.icon-circle-right::before {
  content: "\ea0e";
}

.icon-copy::before {
  content: "\ea0f";
}

.icon-dark::before {
  content: "\ea10";
}

.icon-delete::before {
  content: "\ea11";
}

.icon-deleted::before {
  content: "\ea12";
}

.icon-dots-circle::before {
  content: "\ea13";
}

.icon-dott::before {
  content: "\ea14";
}

.icon-dotts::before {
  content: "\ea15";
}

.icon-down::before {
  content: "\ea16";
}

.icon-error::before {
  content: "\ea17";
}

.icon-eye::before {
  content: "\ea18";
}

.icon-eye-slash::before {
  content: "\ea19";
}

.icon-folders::before {
  content: "\ea1a";
}

.icon-generate::before {
  content: "\ea1b";
}

.icon-globe::before {
  content: "\ea1c";
}

.icon-heart::before {
  content: "\ea1d";
}

.icon-heart-full::before {
  content: "\ea1e";
}

.icon-important::before {
  content: "\ea1f";
}

.icon-info::before {
  content: "\ea20";
}

.icon-instal::before {
  content: "\ea21";
}

.icon-light::before {
  content: "\ea22";
}

.icon-like::before {
  content: "\ea23";
}

.icon-nav::before {
  content: "\ea24";
}

.icon-nav-dashboard::before {
  content: "\ea25";
}

.icon-nav-finance::before {
  content: "\ea26";
}

.icon-nav-goout::before {
  content: "\ea27";
}

.icon-nav-landing::before {
  content: "\ea28";
}

.icon-nav-push::before {
  content: "\ea29";
}

.icon-nav-pwa::before {
  content: "\ea2a";
}

.icon-nav-referrals::before {
  content: "\ea2b";
}

.icon-nav-statistics::before {
  content: "\ea2c";
}

.icon-nav-support::before {
  content: "\ea2d";
}

.icon-nav-teams::before {
  content: "\ea2e";
}

.icon-nav-templates::before {
  content: "\ea2f";
}

.icon-nav-usd::before {
  content: "\ea30";
}

.icon-next::before {
  content: "\ea31";
}

.icon-notification::before {
  content: "\ea32";
}

.icon-order::before {
  content: "\ea33";
}

.icon-order-2::before {
  content: "\ea34";
}

.icon-pause::before {
  content: "\ea35";
}

.icon-pen::before {
  content: "\ea36";
}

.icon-pencil::before {
  content: "\ea37";
}

.icon-play::before {
  content: "\ea38";
}

.icon-plus::before {
  content: "\ea39";
}

.icon-prev::before {
  content: "\ea3a";
}

.icon-question::before {
  content: "\ea3b";
}

.icon-reload::before {
  content: "\ea3c";
}

.icon-right::before {
  content: "\ea3d";
}

.icon-right-thin::before {
  content: "\ea3e";
}

.icon-search::before {
  content: "\ea3f";
}

.icon-settings::before {
  content: "\ea40";
}

.icon-star::before {
  content: "\ea41";
}

.icon-trend-down::before {
  content: "\ea42";
}

.icon-trend-up::before {
  content: "\ea43";
}

.icon-user-empty::before {
  content: "\ea44";
}

.icon-valid::before {
  content: "\ea45";
}

.icon-visits::before {
  content: "\ea46";
}

.icon-warning-circle::before {
  content: "\ea47";
}

.icon-x::before {
  content: "\ea48";
}

textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text]:not(.multiselect__input),
input[type=tel] {
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: normal;
}
textarea:not([class*=pl], [class*=pr]),
input[type=search]:not([class*=pl], [class*=pr]),
input[type=number]:not([class*=pl], [class*=pr]),
input[type=password]:not([class*=pl], [class*=pr]),
input[type=email]:not([class*=pl], [class*=pr]),
input[type=text]:not(.multiselect__input):not([class*=pl], [class*=pr]),
input[type=tel]:not([class*=pl], [class*=pr]) {
  padding: 0 15px;
}
textarea:not([class*=pl]),
input[type=search]:not([class*=pl]),
input[type=number]:not([class*=pl]),
input[type=password]:not([class*=pl]),
input[type=email]:not([class*=pl]),
input[type=text]:not(.multiselect__input):not([class*=pl]),
input[type=tel]:not([class*=pl]) {
  padding-left: 15px;
}
textarea:not([class*=pr]),
input[type=search]:not([class*=pr]),
input[type=number]:not([class*=pr]),
input[type=password]:not([class*=pr]),
input[type=email]:not([class*=pr]),
input[type=text]:not(.multiselect__input):not([class*=pr]),
input[type=tel]:not([class*=pr]) {
  padding-right: 15px;
}
textarea:not([class*=border]),
input[type=search]:not([class*=border]),
input[type=number]:not([class*=border]),
input[type=password]:not([class*=border]),
input[type=email]:not([class*=border]),
input[type=text]:not(.multiselect__input):not([class*=border]),
input[type=tel]:not([class*=border]) {
  border: 1px solid rgba(255, 255, 255, 0.07);
}
textarea:not([class*=text]),
input[type=search]:not([class*=text]),
input[type=number]:not([class*=text]),
input[type=password]:not([class*=text]),
input[type=email]:not([class*=text]),
input[type=text]:not(.multiselect__input):not([class*=text]),
input[type=tel]:not([class*=text]) {
  font-size: 13px;
  color: #CBC5C1;
}
textarea:not([class*=h]),
input[type=search]:not([class*=h]),
input[type=number]:not([class*=h]),
input[type=password]:not([class*=h]),
input[type=email]:not([class*=h]),
input[type=text]:not(.multiselect__input):not([class*=h]),
input[type=tel]:not([class*=h]) {
  height: 40px;
}
textarea:not([class*=bg-]),
input[type=search]:not([class*=bg-]),
input[type=number]:not([class*=bg-]),
input[type=password]:not([class*=bg-]),
input[type=email]:not([class*=bg-]),
input[type=text]:not(.multiselect__input):not([class*=bg-]),
input[type=tel]:not([class*=bg-]) {
  background: #0E0E0E;
}
textarea::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=text]:not(.multiselect__input)::-moz-placeholder,
input[type=tel]::-moz-placeholder {
  font-weight: 400;
  color: #727272;
}
textarea::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=text]:not(.multiselect__input)::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  font-weight: 400;
  color: #727272;
}
textarea:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:not(.multiselect__input):focus,
input[type=tel]:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:not(.multiselect__input):focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:not(.multiselect__input):focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea.valid, textarea[data-state=valid],
input[type=search].valid,
input[type=search][data-state=valid],
input[type=number].valid,
input[type=number][data-state=valid],
input[type=password].valid,
input[type=password][data-state=valid],
input[type=email].valid,
input[type=email][data-state=valid],
input[type=text]:not(.multiselect__input).valid,
input[type=text]:not(.multiselect__input)[data-state=valid],
input[type=tel].valid,
input[type=tel][data-state=valid] {
  border-color: #589E67;
}
textarea.error, textarea[data-state=error],
input[type=search].error,
input[type=search][data-state=error],
input[type=number].error,
input[type=number][data-state=error],
input[type=password].error,
input[type=password][data-state=error],
input[type=email].error,
input[type=email][data-state=error],
input[type=text]:not(.multiselect__input).error,
input[type=text]:not(.multiselect__input)[data-state=error],
input[type=tel].error,
input[type=tel][data-state=error] {
  border-color: #D23737;
}

textarea {
  padding-top: 12px !important;
  resize: none !important;
}

.checkbox {
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox]:checked + .checkbox-visible {
  background: #D2C55F url(/assets/images/check.svg) center no-repeat;
  background-size: contain;
  border-color: #D2C55F;
}
.checkbox .checkbox-visible {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio {
  cursor: pointer;
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + .radio-visible {
  background: url(/assets/images/radio.svg) center no-repeat;
  background-size: contain;
  border: 0;
}
.radio input[type=radio]:checked + .radio-visible + span {
  color: #D2C55F;
}
.radio .radio-visible {
  width: 17px;
  height: 17px;
  min-width: 17px;
  border-radius: 50%;
  border: 1px solid #727272;
}

.radio-card input[type=radio],
.radio-card input[type=checkbox] {
  display: none;
}
.radio-card input[type=radio]:checked + .radio-card-body,
.radio-card input[type=checkbox]:checked + .radio-card-body {
  border-color: #D2C55F;
}
.radio-card input[type=radio]:checked + .radio-card-body .radio-visible,
.radio-card input[type=checkbox]:checked + .radio-card-body .radio-visible {
  background: url(/assets/images/radio.svg) center no-repeat;
  background-size: contain;
  border: 0;
}
.radio-card input[type=checkbox] + .radio-card-body .radio-visible {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 6px;
  border: 1px solid #E2E2E7;
}
.radio-card input[type=checkbox]:checked + .radio-card-body .radio-visible {
  background: #D2C55F url(/assets/images/check-col.svg) center no-repeat;
  background-size: contain;
  border-color: #D2C55F;
}
.radio-card .radio-card-body {
  width: 100%;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #ECECEE;
}

.checkbox-toggle {
  cursor: pointer;
}
.checkbox-toggle input[type=checkbox] {
  display: none;
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle-visible {
  background: #D2C55F;
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle-visible:after {
  background: #010101;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.checkbox-toggle input[type=checkbox]:checked + .checkbox-toggle-visible + span {
  color: #D2C55F;
}
.checkbox-toggle .checkbox-toggle-visible {
  min-width: 30px;
  width: 30px;
  height: 16px;
  background: #252423;
  border-radius: 20px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.checkbox-toggle .checkbox-toggle-visible:after {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: #A8A29E;
  border-radius: 50%;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.number-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number-change .icon-inc,
.number-change .icon-dec {
  font-size: 5px;
  width: 12px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button {
  -webkit-transition: background 0.1s, color 0.1s, border 0.1s, opacity 0.1s;
  transition: background 0.1s, color 0.1s, border 0.1s, opacity 0.1s;
}

.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;
  border-radius: 8px;
  height: 40px;
  padding: 0 20px;
  -webkit-transition: background 0.1s, color 0.1s, border 0.1s;
  transition: background 0.1s, color 0.1s, border 0.1s;
  font-weight: 600;
}
.btn.active-tub {
  color: #D2C55F;
  border-bottom-color: #D2C55F;
}

.btn-main {
  background: #D2C55F;
  color: #010101;
}
.btn-main:not(:disabled):hover {
  background: #ccbe4b;
}
.btn-main:not(:disabled):active {
  background: #9e922d;
}

.btn-gray {
  background: #252423;
  color: #A8A29E;
}
.btn-gray:not(:disabled):hover {
  background: rgba(37, 36, 35, 0.8);
}
.btn-gray:not(:disabled):active {
  background: rgba(37, 36, 35, 0.5);
}

.btn-dark {
  background: #141414;
  color: #D2C55F;
}
.btn-dark:not(:disabled):hover {
  background: rgba(20, 20, 20, 0.8);
}
.btn-dark:not(:disabled):active {
  background: rgba(20, 20, 20, 0.6);
}

.btn-login {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-login:not(:disabled):hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-login:not(:disabled):active {
  background: rgba(255, 255, 255, 0.15);
}

.btn-border-main {
  border: 1px solid #D2C55F;
  color: #D2C55F;
}
.btn-border-main:not(:disabled):hover {
  background: #D2C55F;
  color: #010101;
}
.btn-border-main:not(:disabled):active {
  background: #9e922d;
  color: #010101;
}

.btn-icon {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #CBC5C1;
  padding: 0;
  width: 40px;
  border-radius: 6px;
  font-size: 16px;
}
.btn-icon:not(:disabled):not([class*=hover]):hover {
  border-color: #D2C55F;
  color: #D2C55F;
}
.btn-icon:not(:disabled):active {
  opacity: 0.7;
}
.btn-icon.icon-play:not(:disabled) {
  border-color: #589E67;
  color: #589E67;
  background: #232B27;
}
@media (hover: hover) {
  .btn-icon.icon-play:not(:disabled):hover {
    background: #589E67;
    color: #fff;
    border-color: #589E67;
  }
}
.btn-icon:disabled {
  border-color: #252423;
  color: #252423;
  background: 0;
}

.btn-smalling {
  height: 26px;
  border-radius: 7px;
  padding: 0 6px;
  font-size: 12px;
}

.btn-small {
  height: 30px;
  border-radius: 9px;
}

.btn-medium {
  height: 39px;
}

.has-link-underline a {
  color: #D2C55F;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 2.5%;
  text-underline-offset: 10%;
  text-underline-position: from-font;
}
.has-link-underline a:hover {
  text-decoration: none;
}

.loader {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  position: relative;
  background: url(/assets/images/loader/loader-bg.svg) center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/loader/loader-arrow.svg) center no-repeat;
  background-size: contain;
  -webkit-animation: loader 1s ease-in infinite alternate;
          animation: loader 1s ease-in infinite alternate;
}

@-webkit-keyframes loader {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes loader {
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.table-name {
  position: relative;
  border-bottom: 1px solid transparent;
  line-height: 1.5;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.table-name .icon-setting {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -9px;
}
.table-name.hover-show-icon .icon-setting {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.entry-content ol {
  list-style: numeric;
  margin-left: 20px;
}
.entry-content ol li {
  margin-bottom: 0.7em;
}

.wrapper {
  padding-top: 70px;
  max-width: 2500px;
  margin: 0 auto;
  overflow-x: hidden;
  min-height: 100vh;
}
@media screen and (min-width: 1280px) {
  .wrapper {
    padding-left: 260px;
  }
  .wrapper.small-aside1 {
    padding-left: 90px;
  }
}

.header {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 1, 1, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header .content {
  height: 70px;
}
@media screen and (min-width: 1280px) {
  .header .content {
    padding-left: 285px;
  }
  .header.small-aside1 .content {
    padding-left: 115px;
  }
}

.user {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.user .user__dropdown {
  opacity: 0;
  visibility: hidden;
}
.user.open {
  color: #D2C55F;
}
.user.open .user__arrow {
  background: #D2C55F;
  color: #fff;
  padding-top: 3px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.user.open .user__dropdown {
  opacity: 1;
  visibility: visible;
}

.aside-mobile-overlay,
.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 790;
  visibility: hidden;
  opacity: 0;
}
.aside-mobile-overlay.show,
.user-overlay.show {
  opacity: 1;
  visibility: visible;
}

.user-overlay {
  background: linear-gradient(228deg, rgba(29, 67, 139, 0.15) 13.43%, rgba(29, 67, 139, 0) 58.33%);
  display: none;
}
@media screen and (min-width: 1280px) {
  .user-overlay {
    display: block;
  }
}

.aside-mobile-overlay {
  background: -webkit-gradient(linear, right top, left top, from(rgba(54, 193, 124, 0.1)), color-stop(45.61%, rgba(54, 193, 124, 0)));
  background: linear-gradient(-90deg, rgba(54, 193, 124, 0.1) 0%, rgba(54, 193, 124, 0) 45.61%);
}
@media screen and (min-width: 1280px) {
  .aside-mobile-overlay {
    display: none;
  }
}

.aside {
  position: fixed;
  top: 15px;
  left: 15px;
  bottom: 15px;
  width: 240px;
  background: #141414;
  z-index: 900;
  border: 1px solid rgba(255, 255, 255, 0.07);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
}
@media screen and (min-width: 2500px) {
  .aside {
    left: 50%;
    -webkit-transform: translateX(-1250px);
            transform: translateX(-1250px);
  }
}
@media screen and (max-width: 1280px) {
  .aside {
    width: 270px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 69px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border: 0;
  }
  .aside.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .aside {
    top: 69px;
  }
}
.aside .aside__content {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.aside .aside__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 1280px) {
  .aside.small-aside1 {
    width: 90px;
  }
  .aside.small-aside1 .aside__copyright,
  .aside.small-aside1 .aside__logo-full {
    display: none;
  }
  .aside.small-aside1 .aside__logo-small {
    display: block;
  }
  .aside.small-aside1 .nav li .nav__link {
    height: 49px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aside.small-aside1 .nav li .nav__link .nav__txt {
    display: none;
  }
  .aside.small-aside1 .nav li .nav__sublink {
    display: none;
  }
}

.toggle-nav.active .icon-x,
.toggle-nav.active .icon-nav-arrow {
  display: block;
}
.toggle-nav.active .icon-nav {
  display: none;
}

.nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav li {
  position: relative;
}
.nav li:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 1280px) {
  .nav li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.nav li .nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  padding: 0 23px;
  -webkit-transition: color 0.1s, border 0.1s;
  transition: color 0.1s, border 0.1s;
  border-left: 1px solid transparent;
}
.nav li .nav__link .nav__icon {
  font-size: 20px;
}
.nav li .nav__link .nav__txt {
  margin-left: 12px;
}
.nav li .nav__link._logout {
  height: 40px;
  background: #252423;
  border-radius: 8px;
  margin: 0 23px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav li .nav__link._logout .nav__icon {
  font-size: 18px;
}
.nav li.active .nav__link {
  color: #D2C55F;
  border-color: #D2C55F;
}
.nav li:hover .nav__link {
  color: #D2C55F;
}
.nav.nav-user li {
  margin-bottom: 5px;
}
.nav.nav-user li .nav__link {
  height: 40px;
  border-radius: 13px;
}
.nav.nav-user li .nav__link .nav__icon {
  font-size: 16px;
}

.aside-finance {
  border-radius: 8px;
  background: #1D1D1C;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 7px;
}
.aside-finance .aside-finance__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.aside-finance .aside-finance__val:before {
  font-size: 18px;
  margin-right: 10px;
}
.aside-finance .aside-finance__val span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* HTML: <div class="loader-three-dot"></div> */
.loader-three-dot {
  width: 11px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, #727272 90%, #010101) 0/33.3333333333% 100% space;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: l1 1.5s steps(4) infinite;
          animation: l1 1.5s steps(4) infinite;
}

@-webkit-keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}

@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}
.wrapper-home {
  width: 100%;
  min-height: 100vh;
}
.wrapper-home .content {
  max-width: 1250px;
  width: 100%;
}

.main-home {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 100vh;
  position: relative;
  z-index: 100;
  background: linear-gradient(110deg, #0F0F11 36.08%, #22332E 106.86%);
  padding: 120px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1800px) {
  .main-home {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .main-home {
    padding-top: 110px;
    background: linear-gradient(130deg, #0F0F11 36.08%, #22332E 106.86%);
  }
}
.main-home .main-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/assets/images/main-light.webp) 100% 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  pointer-events: none;
}
.main-home .main-home__bg._blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.main-home .main-home__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/assets/images/main-figure.svg) center -80px no-repeat;
  background-size: auto;
}
@media screen and (max-width: 1024px) {
  .main-home .main-home__bg:after {
    background: 0;
  }
}
@media screen and (max-width: 1024px) {
  .main-home .main-home__bg {
    background: 0;
    display: none;
  }
}

.home-animation {
  width: 370px;
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-animation {
    max-width: inherit;
    width: auto;
    margin: 0 -20px;
    padding: 0 170px 0 0;
    background: url(/assets/images/main-figure.svg) calc(100% + 40px) 0 no-repeat;
    background-size: auto 100%;
  }
}
.home-animation .home-animation__content {
  position: relative;
  min-height: 673px;
}
@media screen and (max-width: 1200px) {
  .home-animation .home-animation__content {
    margin-right: 120px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .home-animation .home-animation__content {
    max-width: 190px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .home-animation .home-animation__content {
    margin: 0;
  }
}
.home-animation .home-animation__dialog-list {
  font-size: 16px;
  position: absolute;
  left: 82%;
  bottom: 66%;
}
@media screen and (max-width: 1200px) {
  .home-animation .home-animation__dialog-list {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media screen and (max-width: 767px) {
  .home-animation .home-animation__dialog-list {
    bottom: 70%;
  }
}
.home-animation .home-animation__dialog-list span {
  line-height: 1.2;
}
.home-animation .home-animation__dialog-list .home-animation__dialog {
  color: #98C6B5;
  line-height: 1.1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 192px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 18px;
  height: 94px;
  -webkit-transform: translate(-15%, 15%) scale(0.7);
          transform: translate(-15%, 15%) scale(0.7);
  opacity: 0;
  text-align: center;
}
.home-animation .home-animation__dialog-list .home-animation__dialog:not(.hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-animation .home-animation__dialog-list .home-animation__dialog._dialog-1 {
  font-size: 1.125em;
  background: url(/assets/images/dialog-1.svg) 0 100% no-repeat;
  background-size: contain;
  -webkit-animation: dialog 15s ease infinite;
          animation: dialog 15s ease infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.home-animation .home-animation__dialog-list .home-animation__dialog._dialog-2 {
  width: 240px;
  background: url(/assets/images/dialog-2.svg) 0 100% no-repeat;
  background-size: contain;
  -webkit-animation: dialog 15s ease infinite;
          animation: dialog 15s ease infinite;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.home-animation .home-animation__dialog-list .home-animation__dialog._dialog-3 {
  height: 120px;
  width: 240px;
  background: url(/assets/images/dialog-3.svg) 0 100% no-repeat;
  background-size: contain;
  -webkit-animation: dialog 15s ease infinite;
          animation: dialog 15s ease infinite;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes dialog {
  0% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
  4% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
}

@keyframes dialog {
  0% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
  4% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  29% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  33% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-15%, 15%) scale(0.7);
            transform: translate(-15%, 15%) scale(0.7);
    opacity: 0;
  }
}
.benefit-item {
  border-radius: 26px;
  border: 1px solid rgba(210, 197, 95, 0.08);
  background: linear-gradient(103deg, rgba(255, 255, 255, 0.02) 5.51%, rgba(153, 153, 153, 0.02) 97.28%);
  padding: 22px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.header-home {
  position: absolute;
  z-index: 800;
  top: 0;
  left: 0;
  width: 100%;
  padding: 35px 0;
}
@media screen and (max-width: 1280px) {
  .header-home {
    padding: 0;
    position: fixed;
    background: rgba(1, 1, 1, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .header-home .content {
    height: 70px;
  }
}

.nav-home ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-home ul li {
  padding: 0 23px;
}
.nav-home ul li a {
  color: rgba(255, 255, 255, 0.7);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.nav-home ul li a:after {
  position: absolute;
  top: 0;
  left: 50%;
  height: 2px;
  background: #D2C55F;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.nav-home ul li a.active, .nav-home ul li a:hover {
  color: #D2C55F;
}
.nav-home ul li a.active:after, .nav-home ul li a:hover:after {
  width: 30px;
  opacity: 1;
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  background: #fff;
  display: block;
}

.multiselect__spinner::after, .multiselect__spinner::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  -webkit-animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner::after {
  -webkit-animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
}

.multiselect__loading-enter-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-leave-active {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: 0;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input {
  padding: 0 0 0 5px;
  margin-bottom: 8px;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  -webkit-transition: border 0.1s ease;
  transition: border 0.1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: 0;
}

.multiselect__single {
  padding: 0 0 0 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: initial;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon::after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus::after, .multiselect__tag-icon:hover::after {
  color: #fff;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.multiselect__select::before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::-webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option::after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: 0;
  color: #fff;
}

.multiselect__option--highlight::after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected::after {
  content: attr(data-selected);
  color: silver;
  background: inherit;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight::after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight::after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option::after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

.multiselect {
  color: inherit;
  height: 40px;
  font-size: 13px;
}
.multiselect.bg-2 .multiselect__tags {
  background: transparent;
}
.multiselect.multiselect--active .multiselect__tags {
  border-color: rgba(255, 255, 255, 0.3);
}
.multiselect.home-lang {
  height: 48px;
}
.multiselect.home-lang .multiselect__tags {
  height: 48px;
  padding-left: 38px;
  padding-right: 15px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  border: 1px solid #3F3F3F;
  background: rgba(255, 255, 255, 0.02);
}
.multiselect.home-lang .multiselect__tags .multiselect__single,
.multiselect.home-lang .multiselect__tags .multiselect__placeholder {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 14px;
}
.multiselect.home-lang .multiselect__select {
  display: none;
}
.multiselect.home-lang .multiselect__content-wrapper {
  border-radius: 15px;
}
.multiselect .multiselect__tags {
  background: #0E0E0E;
  border-color: rgba(255, 255, 255, 0.07);
  padding-left: 15px;
  font-size: 13px;
  border-radius: 8px;
  padding-top: 7px;
}
.multiselect .multiselect__single {
  background: transparent;
  font-size: inherit;
  padding-left: 0;
}
.multiselect .multiselect__placeholder {
  color: #727272;
}
.multiselect .multiselect__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
}
.multiselect .multiselect__select:before {
  border: 0;
  content: "\ea16";
  font-family: "Nucleo";
  position: static;
  margin: 0;
  color: #A8A29E;
  opacity: 0.5;
  font-size: 15px;
}
.multiselect .multiselect__input {
  font-size: 13px;
  padding-left: 0;
  background: 0;
  color: #CBC5C1;
  padding-top: 2px;
}
.multiselect .multiselect__input::-moz-placeholder {
  font-weight: 400;
  color: #727272;
}
.multiselect .multiselect__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #727272;
}
.multiselect.multiselect--above .multiselect__content-wrapper {
  border-radius: 8px 8px 0 0;
}
.multiselect .multiselect__content-wrapper {
  background: #0E0E0E;
  border-color: #252423;
  font-size: 13px;
  color: #727272;
  border-radius: 0 0 8px 8px;
  padding: 7px 0;
}
.multiselect .multiselect__content-wrapper .multiselect__option {
  padding: 7px 15px 7px 32px;
  position: relative;
  min-height: 1px;
}
.multiselect .multiselect__content-wrapper .multiselect__option--selected {
  background: transparent;
  color: #CBC5C1;
  font-weight: 600;
}
.multiselect .multiselect__content-wrapper .multiselect__option--selected:before {
  content: "\ea0b";
  font-family: "Nucleo";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: normal;
  font-size: 14px;
}
.multiselect .multiselect__content-wrapper .multiselect__option--highlight {
  background: #232B27;
  color: #CBC5C1;
}

.vgt-table.striped tbody tr:nth-of-type(odd) {
  background-color: rgba(51, 68, 109, 0.03);
}

/* Utility styles
************************************************/
.vgt-right-align {
  text-align: right;
}

.vgt-left-align {
  text-align: left;
}

.vgt-center-align {
  text-align: center;
}

.vgt-pull-left {
  float: left !important;
}

.vgt-pull-right {
  float: right !important;
}

.vgt-clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.vgt-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.vgt-text-disabled {
  color: #909399;
}

.sr-only {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.vgt-wrap {
  position: relative;
}

.vgt-fixed-header {
  position: absolute;
  z-index: 10;
  overflow-x: auto;
}

table.vgt-table {
  font-size: 16px;
  border-collapse: collapse;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 100%;
  table-layout: auto;
  border: 1px solid #DCDFE6;
}

table.vgt-table td {
  padding: 0.75em 0.75em 0.75em 0.75em;
  vertical-align: top;
  border-bottom: 1px solid #DCDFE6;
  color: #606266;
}

table.vgt-table tr.clickable {
  cursor: pointer;
}

table.vgt-table tr.clickable:hover {
  background-color: #F1F5FD;
}

.vgt-table th {
  padding: 0.75em 1.5em 0.75em 0.75em;
  vertical-align: middle;
  position: relative;
}

.vgt-table th.sortable button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vgt-table th.sortable button:focus {
  outline: none;
}

.vgt-table th.sortable button:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #606266;
}

.vgt-table th.sortable button:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  right: 6px;
  top: 50%;
  margin-bottom: -7px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #606266;
}

.vgt-table th.line-numbers, .vgt-table th.vgt-checkbox-col {
  padding: 0 0.75em 0 0.75em;
  color: #606266;
  border-right: 1px solid #DCDFE6;
  word-wrap: break-word;
  width: 25px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F8), to(#F1F3F6));
  background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-table th.filter-th {
  padding: 0.75em 0.75em 0.75em 0.75em;
}

.vgt-table th.vgt-row-header {
  border-bottom: 2px solid #DCDFE6;
  border-top: 2px solid #DCDFE6;
  background-color: #fafafb;
}

.vgt-table th.vgt-row-header .triangle {
  width: 24px;
  height: 24px;
  border-radius: 15%;
  position: relative;
  margin: 0px 8px;
}

.vgt-table th.vgt-row-header .triangle:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #606266;
  margin-left: -3px;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

.vgt-table th.vgt-row-header .triangle.expand:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.vgt-table thead th {
  color: #606266;
  vertical-align: bottom;
  border-bottom: 1px solid #DCDFE6;
  padding-right: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F8), to(#F1F3F6));
  background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-table thead th.vgt-checkbox-col {
  vertical-align: middle;
}

.vgt-table thead th.sorting-asc button:after {
  border-bottom: 5px solid #409eff;
}

.vgt-table thead th.sorting-desc button:before {
  border-top: 5px solid #409eff;
}

.vgt-input, .vgt-select {
  width: 100%;
  height: 32px;
  line-height: 1;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 12px;
  color: #606266;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: none;
  background-color: #fff;
  border: 1px solid #DCDFE6;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.vgt-input::-webkit-input-placeholder, .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606266;
  opacity: 0.3;
  /* Firefox */
}

.vgt-input::-moz-placeholder, .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606266;
  opacity: 0.3;
  /* Firefox */
}

.vgt-input:-ms-input-placeholder, .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606266;
  opacity: 0.3;
  /* Firefox */
}

.vgt-input::-ms-input-placeholder, .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606266;
  opacity: 0.3;
  /* Firefox */
}

.vgt-input::placeholder, .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #606266;
  opacity: 0.3;
  /* Firefox */
}

.vgt-input:focus, .vgt-select:focus {
  outline: none;
  border-color: #409eff;
}

.vgt-loading {
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: 117px;
}

.vgt-loading__content {
  background-color: #c0dfff;
  color: #409eff;
  padding: 7px 30px;
  border-radius: 3px;
}

.vgt-inner-wrap.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.vgt-wrap__expander {
  text-decoration: none;
}

.vgt-table.bordered td, .vgt-table.bordered th {
  border: 1px solid #DCDFE6;
}

.vgt-table.bordered th.vgt-row-header {
  border-bottom: 3px solid #DCDFE6;
}

.vgt-wrap.rtl {
  direction: rtl;
}

.vgt-wrap.rtl .vgt-table thead th, .vgt-wrap.rtl .vgt-table.condensed thead th {
  padding-left: 1.5em;
  padding-right: 0.75em;
}

.vgt-wrap.rtl .vgt-table th.sorting:after,
.vgt-wrap.rtl .vgt-table th.sorting-asc:after {
  margin-right: 5px;
  margin-left: 0px;
}

.vgt-wrap.rtl .vgt-table th.sortable:after,
.vgt-wrap.rtl .vgt-table th.sortable:before {
  right: inherit;
  left: 6px;
}

.vgt-table.condensed td, .vgt-table.condensed th.vgt-row-header {
  padding: 0.4em 0.4em 0.4em 0.4em;
}

/*responsive compactMode*/
@media (max-width: 576px) {
  .vgt-compact * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .vgt-compact tbody,
  .vgt-compact tr,
  .vgt-compact td {
    display: block;
    width: 100%;
  }
  .vgt-compact thead {
    display: none;
  }
  .vgt-compact tr {
    margin-bottom: 15px;
  }
  .vgt-compact td {
    text-align: right;
    position: relative;
  }
  .vgt-compact td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    left: 0;
    width: 40%;
    padding-left: 10px;
    font-weight: bold;
    text-align: left;
  }
  .vgt-compact th.line-numbers {
    width: 100% !important;
    display: block;
    padding: 0.3em 1em !important;
  }
}
.vgt-global-search {
  padding: 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #DCDFE6;
  border-bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F8), to(#F1F3F6));
  background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-global-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vgt-global-search form label {
  margin-top: 3px;
}

.vgt-global-search__input {
  position: relative;
  padding-left: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.vgt-global-search__input .input__icon {
  position: absolute;
  left: 0px;
  max-width: 32px;
}

.vgt-global-search__input .input__icon .magnifying-glass {
  margin-top: 3px;
  margin-left: 8px;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #494949;
  position: relative;
  border-radius: 50%;
}

.vgt-global-search__input .input__icon .magnifying-glass:before {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  bottom: -5px;
  background: #494949;
  width: 8px;
  height: 4px;
  border-radius: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.vgt-global-search__actions {
  margin-left: 10px;
}

.vgt-selection-info-row {
  background: #fdf9e8;
  padding: 5px 16px;
  font-size: 13px;
  border-top: 1px solid #DCDFE6;
  border-left: 1px solid #DCDFE6;
  border-right: 1px solid #DCDFE6;
  color: #d3aa3b;
  font-weight: bold;
}

.vgt-selection-info-row a {
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
}

.vgt-wrap__actions-footer {
  border: 1px solid #DCDFE6;
}

.vgt-wrap__footer {
  color: #606266;
  font-size: 1.1rem;
  padding: 1em;
  border: 1px solid #DCDFE6;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F5F8), to(#F1F3F6));
  background: linear-gradient(#F4F5F8, #F1F3F6);
}

.vgt-wrap__footer .footer__row-count {
  position: relative;
  padding-right: 3px;
}

.vgt-wrap__footer .footer__row-count__label, .vgt-wrap__footer .footer__row-count__select {
  display: inline-block;
  vertical-align: middle;
}

.vgt-wrap__footer .footer__row-count__label {
  font-size: 1.1rem;
}

.vgt-wrap__footer .footer__row-count__select {
  font-size: 1.1rem;
  background-color: transparent;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  margin-left: 8px;
  color: #606266;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  padding-left: 5px;
}

.vgt-wrap__footer .footer__row-count__select::-ms-expand {
  display: none;
}

.vgt-wrap__footer .footer__row-count__select:focus {
  outline: none;
  border-color: #409eff;
}

.vgt-wrap__footer .footer__row-count::after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  right: 6px;
  top: 50%;
  margin-top: -1px;
  border-top: 6px solid #606266;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  pointer-events: none;
}

.vgt-wrap__footer .footer__navigation {
  font-size: 1.1rem;
}

.vgt-wrap__footer .footer__navigation > button:first-of-type {
  margin-right: 16px;
}

.vgt-wrap__footer .footer__navigation__page-btn, .vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-info {
  display: inline-block;
  vertical-align: middle;
  color: #909399;
}

.vgt-wrap__footer .footer__navigation__page-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  text-decoration: none;
  color: #606266;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-btn:hover {
  cursor: pointer;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
  border-right-color: #606266;
}

.vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
  border-left-color: #606266;
}

.vgt-wrap__footer .footer__navigation__page-btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron {
  width: 24px;
  height: 24px;
  border-radius: 15%;
  position: relative;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.left::after {
  border-right: 6px solid #409eff;
  margin-left: -3px;
}

.vgt-wrap__footer .footer__navigation__page-btn .chevron.right::after {
  border-left: 6px solid #409eff;
  margin-left: -3px;
}

.vgt-wrap__footer .footer__navigation__info, .vgt-wrap__footer .footer__navigation__page-info {
  display: inline-block;
  margin: 0px 16px;
}

.vgt-wrap__footer .footer__navigation__page-info span {
  display: inline-block;
  vertical-align: middle;
}

.vgt-wrap__footer .footer__navigation__page-info__current-entry {
  width: 30px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 10px;
  font-weight: bold;
}

@media only screen and (max-width: 750px) {
  /* on small screens hide the info */
  .vgt-wrap__footer .footer__navigation__info {
    display: none;
  }
  .vgt-wrap__footer .footer__navigation__page-btn {
    margin-left: 16px;
  }
}
.vgt-table.nocturnal {
  border: 1px solid #435169;
  background-color: #324057;
}

.vgt-table.nocturnal tr.clickable:hover {
  background-color: #445168;
}

.vgt-table.nocturnal td {
  border-bottom: 1px solid #435169;
  color: #C7CED8;
}

.vgt-table.nocturnal th.line-numbers, .vgt-table.nocturnal th.vgt-checkbox-col {
  color: #C7CED8;
  border-right: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C394F), to(#2C394F));
  background: linear-gradient(#2C394F, #2C394F);
}

.vgt-table.nocturnal thead th {
  color: #C7CED8;
  border-bottom: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C394F), to(#2C394F));
  background: linear-gradient(#2C394F, #2C394F);
}

.vgt-table.nocturnal thead th.sortable:before {
  border-top-color: #3e5170;
}

.vgt-table.nocturnal thead th.sortable:after {
  border-bottom-color: #3e5170;
}

.vgt-table.nocturnal thead th.sortable.sorting-asc {
  color: white;
}

.vgt-table.nocturnal thead th.sortable.sorting-asc:after {
  border-bottom-color: #409eff;
}

.vgt-table.nocturnal thead th.sortable.sorting-desc {
  color: white;
}

.vgt-table.nocturnal thead th.sortable.sorting-desc:before {
  border-top-color: #409eff;
}

.vgt-table.nocturnal.bordered td, .vgt-table.nocturnal.bordered th {
  border: 1px solid #435169;
}

.vgt-table.nocturnal .vgt-input, .vgt-table.nocturnal .vgt-select {
  color: #C7CED8;
  background-color: #232d3f;
  border: 1px solid #435169;
}

.vgt-table.nocturnal .vgt-input::-webkit-input-placeholder, .vgt-table.nocturnal .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.nocturnal .vgt-input::-moz-placeholder, .vgt-table.nocturnal .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.nocturnal .vgt-input:-ms-input-placeholder, .vgt-table.nocturnal .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.nocturnal .vgt-input::-ms-input-placeholder, .vgt-table.nocturnal .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.nocturnal .vgt-input::placeholder, .vgt-table.nocturnal .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.nocturnal .vgt-wrap__footer {
  color: #C7CED8;
  border: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C394F), to(#2C394F));
  background: linear-gradient(#2C394F, #2C394F);
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count {
  position: relative;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label {
  color: #8290A7;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select {
  color: #C7CED8;
  background: #232d3f;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  padding-left: 10px;
  border-radius: 3px;
  text-align: center;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus {
  border-color: #409eff;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count::after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  right: 6px;
  top: 50%;
  margin-top: -1px;
  border-top: 6px solid #C7CED8;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  pointer-events: none;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn {
  color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
  border-right-color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
  border-left-color: #C7CED8;
}

.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info {
  color: #8290A7;
}

.vgt-wrap.nocturnal .vgt-global-search {
  border: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#2C394F), to(#2C394F));
  background: linear-gradient(#2C394F, #2C394F);
}

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass {
  border: 2px solid #3f4c63;
}

.vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before {
  background: #3f4c63;
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select {
  color: #C7CED8;
  background-color: #232d3f;
  border: 1px solid #435169;
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::-webkit-input-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::-ms-input-placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C7CED8;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.black-rhino {
  border: 1px solid #435169;
  background-color: #dfe5ee;
}

.vgt-table.black-rhino tr.clickable:hover {
  background-color: #fff;
}

.vgt-table.black-rhino td {
  border-bottom: 1px solid #bbc5d6;
  color: rgb(73, 81, 94);
}

.vgt-table.black-rhino th.line-numbers, .vgt-table.black-rhino th.vgt-checkbox-col {
  color: #dae2f0;
  border-right: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c5c79), to(#4e5d7c));
  background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-table.black-rhino thead th {
  color: #dae2f0;
  text-shadow: 1px 1px #3e5170;
  border-bottom: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c5c79), to(#4e5d7c));
  background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-table.black-rhino thead th.sortable:before {
  border-top-color: #607498;
}

.vgt-table.black-rhino thead th.sortable:after {
  border-bottom-color: #607498;
}

.vgt-table.black-rhino thead th.sortable.sorting-asc {
  color: white;
}

.vgt-table.black-rhino thead th.sortable.sorting-asc:after {
  border-bottom-color: #409eff;
}

.vgt-table.black-rhino thead th.sortable.sorting-desc:before {
  border-top-color: #409eff;
}

.vgt-table.black-rhino.bordered td {
  border: 1px solid #bbc5d6;
}

.vgt-table.black-rhino.bordered th {
  border: 1px solid #435169;
}

.vgt-table.black-rhino .vgt-input, .vgt-table.black-rhino .vgt-select {
  color: #dae2f0;
  background-color: #34445f;
  border: 1px solid transparent;
}

.vgt-table.black-rhino .vgt-input::-webkit-input-placeholder, .vgt-table.black-rhino .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.black-rhino .vgt-input::-moz-placeholder, .vgt-table.black-rhino .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.black-rhino .vgt-input:-ms-input-placeholder, .vgt-table.black-rhino .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.black-rhino .vgt-input::-ms-input-placeholder, .vgt-table.black-rhino .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-table.black-rhino .vgt-input::placeholder, .vgt-table.black-rhino .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.black-rhino .vgt-wrap__footer {
  color: #dae2f0;
  border: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c5c79), to(#4e5d7c));
  background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count {
  position: relative;
  padding-right: 3px;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label {
  color: rgb(152, 165, 185);
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select {
  color: rgb(73, 81, 94);
  background: #34445f;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
  padding-left: 5px;
  border-radius: 3px;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand {
  display: none;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus {
  border-color: #409eff;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count::after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  right: 6px;
  top: 50%;
  margin-top: -1px;
  border-top: 6px solid rgb(73, 81, 94);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  pointer-events: none;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn {
  color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
  border-right-color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
  border-left-color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info {
  color: #dae2f0;
}

.vgt-wrap.black-rhino .vgt-global-search {
  border: 1px solid #435169;
  background: -webkit-gradient(linear, left top, left bottom, from(#4c5c79), to(#4e5d7c));
  background: linear-gradient(#4c5c79, #4e5d7c);
}

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass {
  border: 2px solid #3f4c63;
}

.vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before {
  background: #3f4c63;
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select {
  color: #dae2f0;
  background-color: #44516c;
  border: 1px solid transparent;
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::-webkit-input-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::-ms-input-placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dae2f0;
  opacity: 0.3;
  /* Firefox */
}

.vgt-inner-wrap {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(50, 50, 93, 0.06);
          box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(50, 50, 93, 0.06);
}

.vgt-table.polar-bear {
  border-spacing: 0;
  border-collapse: separate;
  font-size: 1rem;
  background-color: #FFFFFF;
  border: 1px solid #e3e8ee;
  border-bottom: none;
  border-radius: 0.25rem;
}

.vgt-table.polar-bear td {
  padding: 1em 0.75em 1em 0.75em;
  border-bottom: 1px solid #E4EBF3;
  color: #525f7f;
}

.vgt-table.polar-bear td.vgt-right-align {
  text-align: right;
}

.vgt-table.polar-bear th.line-numbers, .vgt-table.polar-bear th.vgt-checkbox-col {
  color: #394567;
  border-right: 1px solid #e3e8ee;
  background: #f7fafc;
}

.vgt-table.polar-bear thead th {
  color: #667b94;
  font-weight: 600;
  border-bottom: 1px solid #e3e8ee;
  background: #f7fafc;
}

.vgt-table.polar-bear thead th.sorting-asc, .vgt-table.polar-bear thead th.sorting-desc {
  color: #5e72e4;
}

.vgt-table.polar-bear thead th.sorting-desc:before {
  border-top: 5px solid #7485e8;
}

.vgt-table.polar-bear thead th.sorting-asc:after {
  border-bottom: 5px solid #7485e8;
}

.vgt-table.polar-bear thead th .vgt-input, .vgt-table.polar-bear thead th .vgt-select {
  height: 2.75em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E4EBF3;
}

.vgt-table.polar-bear thead th .vgt-input:focus, .vgt-table.polar-bear thead th .vgt-select:focus {
  outline: 0;
  border-color: #cae0fe;
}

.vgt-table.polar-bear thead tr:first-child th:first-child {
  border-top-left-radius: 0.25rem;
}

.vgt-table.polar-bear thead tr:first-child th:last-child {
  border-top-right-radius: 0.25rem;
}

.vgt-table.polar-bear.bordered td {
  border: 1px solid #e3e8ee;
  background: #FFFFFF;
}

.vgt-table.polar-bear.bordered th {
  border: 1px solid #e3e8ee;
}

.vgt-wrap.polar-bear .vgt-wrap__footer {
  color: #394567;
  border: 1px solid #e3e8ee;
  border-bottom: 0px;
  border-top: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7fafc), to(#f7fafc));
  background: linear-gradient(#f7fafc, #f7fafc);
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count {
  position: relative;
  padding-right: 3px;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__label {
  color: rgb(152, 165, 185);
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select {
  text-align: center;
  color: #525f7f;
  background: #FFFFFF;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  padding-right: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E4EBF3;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select::-ms-expand {
  display: none;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count__select:focus {
  border-color: #5e72e4;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__row-count::after {
  content: "";
  display: block;
  position: absolute;
  height: 0px;
  width: 0px;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-top: 6px solid #525f7f;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: none;
  pointer-events: none;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn {
  color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after {
  border-right-color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after {
  border-left-color: #394567;
}

.vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__info, .vgt-wrap.polar-bear .vgt-wrap__footer .footer__navigation__page-info {
  color: #394567;
}

.vgt-wrap.polar-bear .vgt-global-search {
  border: 1px solid #e3e8ee;
  border-bottom: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f7fafc;
}

.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass {
  border: 2px solid #dde3ea;
}

.vgt-wrap.polar-bear .vgt-global-search__input .input__icon .magnifying-glass:before {
  background: #dde3ea;
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select {
  height: 2.75em;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E4EBF3;
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::-webkit-input-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394567;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::-moz-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394567;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input:-ms-input-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394567;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::-ms-input-placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394567;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap.polar-bear .vgt-global-search__input .vgt-input::placeholder, .vgt-wrap.polar-bear .vgt-global-search__input .vgt-select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #394567;
  opacity: 0.3;
  /* Firefox */
}

.vgt-wrap .vgt-inner-wrap {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.vgt-wrap .vgt-responsive {
  padding-bottom: 10px;
  margin-right: -25px;
  width: auto;
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  .vgt-wrap .vgt-responsive {
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.vgt-wrap table.vgt-table {
  font-size: inherit;
  background: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
}
.vgt-wrap table.vgt-table thead th {
  background: #0E0E0E;
  border-color: rgba(255, 255, 255, 0.07);
  color: #727272;
  padding: 14px 15px;
  height: 40px;
  vertical-align: middle;
  font-weight: normal;
}
.vgt-wrap table.vgt-table thead th:first-child {
  border-radius: 8px 0 0 0;
}
.vgt-wrap table.vgt-table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.vgt-wrap table.vgt-table thead th.sortable button {
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 7px;
  background: url(/assets/images/table/order-1.svg) center no-repeat;
}
.vgt-wrap table.vgt-table thead th.sortable button .sr-only, .vgt-wrap table.vgt-table thead th.sortable button:after, .vgt-wrap table.vgt-table thead th.sortable button:before {
  display: none;
}
.vgt-wrap table.vgt-table thead th.sorting-asc button {
  background: url(/assets/images/table/order-1-asc.svg) center no-repeat;
}
.vgt-wrap table.vgt-table thead th.sorting-desc button {
  background: url(/assets/images/table/order-1-desc.svg) center no-repeat;
}
.vgt-wrap table.vgt-table tbody tr td {
  border-color: rgba(255, 255, 255, 0.07);
  padding: 15px 15px;
  color: inherit;
  vertical-align: middle;
}
.vgt-wrap table.vgt-table tbody tr:last-child td {
  border-bottom: 0;
}
.vgt-wrap table.vgt-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.vgt-wrap table.vgt-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.vgt-wrap table.vgt-table tbody tr:hover td {
  background: #0E0E0E;
}
.vgt-wrap table.vgt-table tbody tr:hover td .table-name.hover-show-icon {
  color: #4F91D7;
  border-bottom-color: #4F91D7;
}
.vgt-wrap table.vgt-table tbody tr:hover td .table-name.hover-show-icon .icon-setting {
  opacity: 1;
}

.table-block-style .vgt-wrap table.vgt-table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table-block-style .vgt-wrap table.vgt-table thead th {
  background: #252423;
  color: #A8A29E;
  padding: 12px 12px;
  border-top: 1px solid #383735;
  border-bottom: 1px solid #383735;
}
.table-block-style .vgt-wrap table.vgt-table thead th:first-child {
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #383735;
}
.table-block-style .vgt-wrap table.vgt-table thead th:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #383735;
}
.table-block-style .vgt-wrap table.vgt-table thead th.sortable button {
  margin-left: 4px;
  background: url(/assets/images/table/order-2.svg) center no-repeat;
}
.table-block-style .vgt-wrap table.vgt-table thead th.sorting-asc button {
  background: url(/assets/images/table/order-2-asc.svg) center no-repeat;
}
.table-block-style .vgt-wrap table.vgt-table thead th.sorting-desc button {
  background: url(/assets/images/table/order-2-desc.svg) center no-repeat;
}
.table-block-style .vgt-wrap table.vgt-table tbody tr td {
  border: 0;
  background: #1E1D1C;
  padding: 11px 12px;
}
.table-block-style .vgt-wrap table.vgt-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.table-block-style .vgt-wrap table.vgt-table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.table-block-style .vgt-wrap table.vgt-table tbody tr:hover td {
  background: #252423;
}

.table-no-data .vgt-wrap table.vgt-table {
  border-radius: 16px 16px 0 0;
  border-bottom: 0;
}

.vm--container.scrollable {
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.vm--container, .vm--overlay {
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}

.vm--container {
  z-index: 999;
}

.vm--overlay {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.vm--container.scrollable .vm--modal {
  margin-bottom: 2px;
}

.vm--modal {
  border-radius: 20px;
  max-width: 100%;
}

.vm--modal {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
          box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
}

.vm--overlay {
  background: rgba(13, 30, 62, 0.55);
}

.vm--modal {
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: calc(100% - 30px);
}

html.light-mode {
  background: #fff;
}
html.light-mode .header {
  background: rgba(255, 255, 255, 0.4);
}
html.light-mode .header .icon-light {
  display: none;
}
html.light-mode .header .icon-dark {
  display: block !important;
}
