@charset "UTF-8";

/*-------------vertical align-----------------*/
/*-------------centered inline-----------------*/
/*-------------------transition-------------------*/
/*-------------------place-holder---------------*/
button,
input,
select,
textarea,
label,
a,
span,
section,
[data-accordion] {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none !important;
}

a:hover,@charset "UTF-8";

/*-------------vertical align-----------------*/
/*-------------centered inline-----------------*/
/*-------------------transition-------------------*/
/*-------------------place-holder---------------*/
button,
input,
select,
textarea,
label,
a,
span,
section,
[data-accordion] {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
  color: initial;
}

a:focus,
input:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

select::-ms-expand {
  display: none;
}

select {
  border: 0;
}

select:focus::-ms-value {
  background-color: inherit;
  color: #000;
}

.ripple .legitRipple-ripple,
.ripple-100 .legitRipple-ripple {
  background-color: #f3f6f8;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.color-transparent {
  color: transparent;
}

.color-invert {
  color: #ffffff;
}

.color-black {
  color: #000;
}

.color-default {
  color: #242526;
}

.color-default-2 {
  /* color: #797D7F;  */
  color: #242526;
}

.color-blue {
  color: #005D98;
}

.color-light-blue {
  color: #e4f4ff;
}

.color-cyan {
  color: #00BFAE;
}

.color-red {
  color: #E7381D;
}

.color-light-red {
  color: #E7381D;
}

.color-light-grey {
  color: #F8F8F8;
}

.color-light-grey-2 {
  color: #F1F2F2;
}

.color-primary {
  color: #005D98;
}

.color-light-primary {
  color: #e4f4ff;
}

.color-secondary {
  color: #00BFAE;
}

.color-danger {
  color: #E7381D;
}

.color-light-danger {
  color: #E7381D;
}

.color-blank {
  color: transparent;
}

.ubg-transparent {
  background-color: transparent;
  color: white;
}

.ubg-transparent.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-transparent.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.ubg-transparent .ubtn-inner {
  color: white;
}

.ubg-invert {
  background-color: #ffffff;
  color: white;
}

.ubg-invert.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-invert.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.2);
}

.ubg-invert .ubtn-inner {
  color: white;
}

.ubg-black {
  background-color: #000;
  color: white;
}

.ubg-black.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-black.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.ubg-black .ubtn-inner {
  color: white;
}

.ubg-default {
  background-color: #242526;
  color: white;
}

.ubg-default.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-default.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(36, 37, 38, 0.2);
}

.ubg-default .ubtn-inner {
  color: white;
}

.ubg-default-2 {
  background-color: #797D7F;
  color: white;
}

.ubg-default-2.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-default-2.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(121, 125, 127, 0.2);
}

.ubg-default-2 .ubtn-inner {
  color: white;
}

.ubg-blue {
  background-color: #005D98;
  color: white;
}

.ubg-blue.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-blue.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.2);
}

.ubg-blue .ubtn-inner {
  color: white;
}

.ubg-light-blue {
  background-color: #e4f4ff;
  color: white;
}

.ubg-light-blue.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-blue.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.2);
}

.ubg-light-blue .ubtn-inner {
  color: white;
}

.ubg-cyan {
  background-color: #00BFAE;
  color: white;
}

.ubg-cyan.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-cyan.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.2);
}

.ubg-cyan .ubtn-inner {
  color: white;
}

.ubg-red {
  background-color: #E7381D;
  color: white;
}

.ubg-red.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-red.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-red .ubtn-inner {
  color: white;
}

.ubg-light-red {
  background-color: #E7381D;
  color: white;
}

.ubg-light-red.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-red.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-light-red .ubtn-inner {
  color: white;
}

.ubg-light-grey {
  background-color: #F8F8F8;
  color: white;
}

.ubg-light-grey.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-grey.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(248, 248, 248, 0.2);
}

.ubg-light-grey .ubtn-inner {
  color: white;
}

.ubg-light-grey-2 {
  background-color: #F1F2F2;
  color: white;
}

.ubg-light-grey-2.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-grey-2.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(241, 242, 242, 0.2);
}

.ubg-light-grey-2 .ubtn-inner {
  color: white;
}

.ubg-primary {
  background-color: #005D98;
  color: white;
}

.ubg-primary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-primary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.2);
}

.ubg-primary .ubtn-inner {
  color: white;
}

.ubg-light-primary {
  background-color: #e4f4ff;
  color: white;
}

.ubg-light-primary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-primary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.2);
}

.ubg-light-primary .ubtn-inner {
  color: white;
}

.ubg-secondary {
  background-color: #00BFAE;
  color: white;
}

.ubg-secondary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-secondary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.2);
}

.ubg-secondary .ubtn-inner {
  color: white;
}

.ubg-danger {
  background-color: #E7381D;
  color: white;
}

.ubg-danger.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-danger.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-danger .ubtn-inner {
  color: white;
}

.ubg-light-danger {
  background-color: #E7381D;
  color: white;
}

.ubg-light-danger.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-danger.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-light-danger .ubtn-inner {
  color: white;
}

.ubg-op-transparent {
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
}

.ubg-op-transparent.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.ubg-op-transparent .legitRipple-ripple {
  background: rgba(87, 87, 87, 0);
}

.ubg-op-invert {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.ubg-op-invert.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
}

.ubg-op-invert .legitRipple-ripple {
  background: white;
}

.ubg-op-black {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.ubg-op-black.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.ubg-op-black .legitRipple-ripple {
  background: #575757;
}

.ubg-op-default {
  background-color: rgba(36, 37, 38, 0.2);
  color: #242526;
}

.ubg-op-default.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(36, 37, 38, 0.3);
}

.ubg-op-default .legitRipple-ripple {
  background: #787c7f;
}

.ubg-op-default-2 {
  background-color: rgba(121, 125, 127, 0.2);
  color: #797D7F;
}

.ubg-op-default-2.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(121, 125, 127, 0.3);
}

.ubg-op-default-2 .legitRipple-ripple {
  background: #d2d3d4;
}

.ubg-op-blue {
  background-color: rgba(0, 93, 152, 0.2);
  color: #005D98;
}

.ubg-op-blue.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.3);
}

.ubg-op-blue .legitRipple-ripple {
  background: #46b7ff;
}

.ubg-op-light-blue {
  background-color: rgba(228, 244, 255, 0.2);
  color: #e4f4ff;
}

.ubg-op-light-blue.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.3);
}

.ubg-op-light-blue .legitRipple-ripple {
  background: white;
}

.ubg-op-cyan {
  background-color: rgba(0, 161, 228, 0.2);
  color: #00BFAE;
}

.ubg-op-cyan.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.3);
}

.ubg-op-cyan .legitRipple-ripple {
  background: #92dfff;
}

.ubg-op-red {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-red.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-red .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-red {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-light-red.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-light-red .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-grey {
  background-color: rgba(248, 248, 248, 0.2);
  color: #F8F8F8;
}

.ubg-op-light-grey.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(248, 248, 248, 0.3);
}

.ubg-op-light-grey .legitRipple-ripple {
  background: white;
}

.ubg-op-light-grey-2 {
  background-color: rgba(241, 242, 242, 0.2);
  color: #F1F2F2;
}

.ubg-op-light-grey-2.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(241, 242, 242, 0.3);
}

.ubg-op-light-grey-2 .legitRipple-ripple {
  background: white;
}

.ubg-op-primary {
  background-color: rgba(0, 93, 152, 0.2);
  color: #005D98;
}

.ubg-op-primary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.3);
}

.ubg-op-primary .legitRipple-ripple {
  background: #46b7ff;
}

.ubg-op-light-primary {
  background-color: rgba(228, 244, 255, 0.2);
  color: #e4f4ff;
}

.ubg-op-light-primary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.3);
}

.ubg-op-light-primary .legitRipple-ripple {
  background: white;
}

.ubg-op-secondary {
  background-color: rgba(0, 161, 228, 0.2);
  color: #00BFAE;
}

.ubg-op-secondary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.3);
}

.ubg-op-secondary .legitRipple-ripple {
  background: #92dfff;
}

.ubg-op-danger {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-danger.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-danger .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-danger {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-light-danger.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-light-danger .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-blank {
  background: transparent;
}

.ubg-line-transparent {
  border: 1px solid transparent !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-transparent>* {
  color: transparent;
}

.ubg-line-transparent .legitRipple-ripple {
  background: rgba(107, 107, 107, 0);
}

.ubg-line-invert {
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-invert>* {
  color: #ffffff;
}

.ubg-line-invert .legitRipple-ripple {
  background: white;
}

.ubg-line-black {
  border: 1px solid #000 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-black>* {
  color: #000;
}

.ubg-line-black .legitRipple-ripple {
  background: #6b6b6b;
}

.ubg-line-default {
  border: 1px solid #242526 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-default>* {
  color: #242526;
}

.ubg-line-default .legitRipple-ripple {
  background: #8d9093;
}

.ubg-line-default-2 {
  border: 1px solid #797D7F !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-default-2>* {
  color: #797D7F;
}

.ubg-line-default-2 .legitRipple-ripple {
  background: #e7e7e8;
}

.ubg-line-blue {
  border: 1px solid #005D98 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-blue>* {
  color: #005D98;
}

.ubg-line-blue .legitRipple-ripple {
  background: #6fc7ff;
}

.ubg-line-light-blue {
  border: 1px solid #e4f4ff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-blue>* {
  color: #e4f4ff;
}

.ubg-line-light-blue .legitRipple-ripple {
  background: white;
}

.ubg-line-cyan {
  border: 1px solid #00BFAE !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-cyan>* {
  color: #00BFAE;
}

.ubg-line-cyan .legitRipple-ripple {
  background: #bbebff;
}

.ubg-line-red {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-red>* {
  color: #E7381D;
}

.ubg-line-red .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-red {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-red>* {
  color: #E7381D;
}

.ubg-line-light-red .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-grey {
  border: 1px solid #F8F8F8 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-grey>* {
  color: #F8F8F8;
}

.ubg-line-light-grey .legitRipple-ripple {
  background: white;
}

.ubg-line-light-grey-2 {
  border: 1px solid #F1F2F2 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-grey-2>* {
  color: #F1F2F2;
}

.ubg-line-light-grey-2 .legitRipple-ripple {
  background: white;
}

.ubg-line-primary {
  border: 1px solid #005D98 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-primary>* {
  color: #005D98;
}

.ubg-line-primary .legitRipple-ripple {
  background: #6fc7ff;
}

.ubg-line-light-primary {
  border: 1px solid #e4f4ff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-primary>* {
  color: #e4f4ff;
}

.ubg-line-light-primary .legitRipple-ripple {
  background: white;
}

.ubg-line-secondary {
  border: 1px solid #00BFAE !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-secondary>* {
  color: #00BFAE;
}

.ubg-line-secondary .legitRipple-ripple {
  background: #bbebff;
}

.ubg-line-danger {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-danger>* {
  color: #E7381D;
}

.ubg-line-danger .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-danger {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-danger>* {
  color: #E7381D;
}

.ubg-line-light-danger .legitRipple-ripple {
  background: #fce3df;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 576px) {
  .text-left-xs-right {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-left-xs-center {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-left-xs-justify {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-right {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-center {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-justify {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-right {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-center {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-justify {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-right {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-center {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-justify {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-justify {
    text-align: justify !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-center-xs-left {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-center-xs-right {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-center-xs-justify {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-left {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-right {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-justify {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-left {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-right {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-justify {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-left {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-right {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-justify {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-justify {
    text-align: justify !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .text-right-xs-left {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-right-xs-center {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-right-xs-justify {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-left {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-center {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-justify {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-left {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-center {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-justify {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-left {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-center {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-justify {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-justify {
    text-align: justify !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.ic {
  height: auto;
}

.ic-default {
  width: 24px;
  height: auto;
}

.ic-xs {
  width: 14px;
  height: auto;
}

.ic-sm {
  width: 18px;
  height: auto;
}

.ic-md {
  width: 22px;
  height: auto;
}

.ic-lg {
  width: 24px;
  height: auto;
}

.font-xs {
  font-size: 16px;
}

.font-sm {
  font-size: 18px;
}

.font-md {
  font-size: 22px;
}

.font-lg {
  font-size: 24px;
}

.font-ic-xs {
  font-size: 14px;
}

.font-ic-sm {
  font-size: 18px;
}

.font-ic-md {
  font-size: 22px;
}

.font-ic-lg {
  font-size: 24px;
}

.fz-h1 {
  font-size: 17px;
}

.fz-h2 {
  font-size: 16px;
}

.fz-p {
  font-size: 13px;
}

h1,
.h1 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

h2,
.h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

p,
.p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.weight1 {
  font-weight: 100;
}

.weight2 {
  font-weight: 200;
}

.weight3 {
  font-weight: 300;
}

.weight4 {
  font-weight: 400;
}

.weight5 {
  font-weight: 500;
}

.weight6 {
  font-weight: 600;
}

.weight7 {
  font-weight: 700;
}

.weight8 {
  font-weight: 800;
}

.weight9 {
  font-weight: 900;
}

.b,
b {
  font-weight: bold;
}

p,
.p {
  font-size: 14px;
  line-height: 1.3;
}

label {
  font-size: 14px;
}

select,
textarea,
input,
button {
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

@media (min-width: 1201px) {

  .menu-hover .menu__item__block:after,
  .menu__item .menu__item__block:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    margin: auto;
    height: 6px;
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Path_1531' data-name='Path 1531' d='M1733.833-798.987l6-6,6,6h-12' transform='translate(-1733.833 804.987)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }

  .menu-hover:hover .menu__item__block:after,
  .menu__item:hover .menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {

  .menu-active:after,
  .menu--change .active .menu__item__block:after,
  .menu__item:after,
  .active>.menu__item__block:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    margin: auto;
    height: 6px;
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Path_1531' data-name='Path 1531' d='M1733.833-798.987l6-6,6,6h-12' transform='translate(-1733.833 804.987)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }

  .menu-active.active:after,
  .menu--change .active .active.menu__item__block:after,
  .active.menu__item:after,
  .active>.active.menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {

  .menu-sub-hover,
  .menu__sub__item:hover {
    background-color: #eaeff3;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.15s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main--with-menu {
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .main--with-menu {
    padding-top: 70px;
  }
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::before {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::after {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked~.menu {
  height: 100%;
  background-color: white;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  -moz-transition: background 0.35s linear, height 0.35s ease-in;
  -ms-transition: background 0.35s linear, height 0.35s ease-in;
  -o-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

#menu-trigger:checked~.menu .input-trigger__glass {
  background-image: url(../../media/icons-color/default/default/search.svg);
}

#input-trigger:checked~.menu .search--menu {
  opacity: 1;
  color: #242526;
  border-bottom: 1px solid #242526;
}

@media (max-width: 1200px) {
  #input-trigger:checked~.menu .search--menu {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  #input-trigger:checked~.menu .search--menu {
    width: 200px;
  }
}

#input-trigger:checked~.menu--change .search--menu {
  border-bottom: 1px solid white;
}

#input-trigger:checked~.menu--change .search--menu {
  color: white;
}

#input-trigger:checked~.menu .input-trigger__glass {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

#input-trigger:checked~.menu .multiply-button--menu {
  visibility: visible;
  z-index: 2;
  -moz-transform: translate(0, -50%) scale(1) rotate(225deg);
  -o-transform: translate(0, -50%) scale(1) rotate(225deg);
  -ms-transform: translate(0, -50%) scale(1) rotate(225deg);
  -webkit-transform: translate(0, -50%) scale(1) rotate(225deg);
  transform: translate(0, -50%) scale(1) rotate(225deg);
  top: 50%;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  /* horizontal line */
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#input-trigger:checked~.menu .multiply-button--menu:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

#input-trigger:checked~.menu .multiply-button--menu:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

#input-trigger:checked~.menu .multiply-button--menu:before,
#input-trigger:checked~.menu .multiply-button--menu:after {
  content: "";
  position: absolute;
  background-color: #242526;
}

#input-trigger:checked~.menu--change .multiply-button--menu:before,
#input-trigger:checked~.menu--change .multiply-button--menu:after {
  background-color: white;
}

@media (max-width: 1200px) {
  #menu-trigger~.menu .menu__item {
    opacity: 0;
    -moz-transform: scale(1.2) translateY(-30px);
    -o-transform: scale(1.2) translateY(-30px);
    -ms-transform: scale(1.2) translateY(-30px);
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
    -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }

  #menu-trigger:checked~.menu .menu__item {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  #input-trigger:checked~.menu .menu__mobile__item:not(.menu__mobile__item--search) {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.input-trigger {
  width: 20px;
  height: 36px;
  cursor: pointer;
  position: relative;
}

.input-trigger__glass {
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../media/icons-color/default/default/search.svg");
  background-size: 20px 20px;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%;
  top: 0;
}

@media (min-width: 1201px) {
  .menu--change .menu__item__block {
    color: white;
  }
}

.menu--change .input-trigger__glass {
  background-image: url(../../media/icons-color/default/default/search.svg);
}

.menu--change .search--menu {
  color: white;
}

.menu--change .search--menu:placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .hamburger-inner,
.menu--change .hamburger-inner::before,
.menu--change .hamburger-inner::after {
  background-color: white;
}

.menu__item__block:hover+.menu__sub,
.menu__sub:hover {
  display: block;
}

.trigger {
  display: block;
  font-size: 0;
}

.multiply-button {
  cursor: pointer;
}

.multiply-button--menu {
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 50%;
  position: absolute;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate(0, -50%) scale(0) rotate(0deg);
  -o-transform: translate(0, -50%) scale(0) rotate(0deg);
  -ms-transform: translate(0, -50%) scale(0) rotate(0deg);
  -webkit-transform: translate(0, -50%) scale(0) rotate(0deg);
  transform: translate(0, -50%) scale(0) rotate(0deg);
}

.search--menu {
  width: 0;
  height: 35px;
  z-index: 2;
  border-radius: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  border: 0;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid transparent;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .search--menu {
    height: 70px;
  }
}

.search--menu:placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu:-moz-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu::-moz-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu:-ms-input-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu::-webkit-input-placeholder {
  color: #242526;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  [mega-menu-wrap]>.menu__item__block>.menu__item--dropdown img {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.menu {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  -moz-transition: background 0.35s linear, height 0.35s ease-in;
  -ms-transition: background 0.35s linear, height 0.35s ease-in;
  -o-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

.menu--change {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1201px) {
  .menu {
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .menu {
    height: 70px;
    overflow: hidden;
  }
}

.menu__mega {
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: auto;
  background-color: white;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (min-width: 1201px) {
  .menu__mega {
    position: absolute;
    top: 40px;
    min-height: 200px;
    background-color: white;
  }

  .menu__mega:hover {
    opacity: 1;
    pointer-events: all;
  }

  .menu__mega:hover~.menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__mega {
    position: fixed;
    z-index: 101;
    top: 70px;
    left: 100%;
    pointer-events: all;
    opacity: 1;
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    overflow: hidden;
  }
}

.menu__mega__back {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .menu__mega__back {
    display: none;
  }
}

.menu__mega--active .menu__mega {
  left: 0%;
  overflow: auto;
}

@media (min-width: 1201px) {
  .menu__mega--overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    cursor: auto;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
  }
}

.menu__wrap {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

.menu__wrap::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 1201px) {
  .menu__wrap {
    padding: 0 -15px;
  }
}

.menu__mobile {
  font-size: 0;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  vertical-align: middle;
  display: table;
  width: 100%;
}

@media (min-width: 1201px) {
  .menu__mobile {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    zoom: 1;
    width: auto;
    float: right;
  }
}

@media (max-width: 1200px) {
  .menu__mobile {
    height: 70px;
  }
}

.menu__mobile::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.menu__mobile>img {
  height: 15px;
}

.menu__mobile__ic {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 2;
}

.menu__mobile__ic label {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.menu__mobile__ic label::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.menu__mobile__ic label .hamburger {
  vertical-align: middle;
}

.menu__mobile__logo {
  position: relative;
  left: 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.menu__mobile__item {
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu__mobile__item--visible {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: none;
  }

  .menu__mobile__item--search {
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: table-cell;
  }

  .menu__mobile__item--search {
    height: 70px;
  }

  .menu__mobile__item:not(.menu__mobile__logo) {
    min-width: 50px;
  }
}

.menu__mobile__item:not(.menu__mobile__ic) {
  padding: 0 0;
}

.menu__mobile__block {
  color: white;
  position: relative;
}

@media (min-width: 1201px) {
  .menu__mobile__block {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
  }

  .menu__mobile__block--search {
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__block {
    font-size: 15px;
    font-weight: 500;
  }

  .menu__mobile__block--search {
    padding: 0 15px;
    position: fixed;
    height: 70px;
    top: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .menu__logo {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }

  .menu__logo img {
    height: 10px;
    position: relative;
    top: 15px;
  }
}

@media (max-width: 1200px) {
  .menu__logo {
    display: none;
  }
}

@media (min-width: 1201px) {
  .menu__left {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }
}

@media (max-width: 1200px) {
  .menu__left {
    display: none;
  }
}

.menu__content {
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__content__outside {
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    float: right;
  }
}

@media (min-width: 1201px) {
  .menu__content__wrap {
    text-align: center;
  }
}

@media (min-width: 1201px) {
  .menu__content {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .menu__content {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    right: 0;
    width: 100%;
    top: 70px;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__content__wrap {
    padding: 20px 45px;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
  }
}

.menu__item {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
}

.menu__item:not(.static) {
  position: relative;
}

.menu__item::after {
  clear: both;
  content: "";
}

.menu__item__text {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__item__icon {
    display: inline-block;
    width: 22px;
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .menu__item__icon {
    position: absolute !important;
    width: 40px;
    height: 100%;
    text-align: right;
    line-height: 100;
    top: 0;
    right: 0;
  }

  .menu__item__icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

.menu__item__icon img {
  width: 22px;
  height: auto;
}

.menu__item__block {
  position: relative;
}

@media (min-width: 1201px) {
  .menu__item__block {
    display: inline-block;
    color: white;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
  }

  .menu__item__block:hover~.menu__sub {
    display: block;
    max-height: none !important;
  }

  .menu__item__block:hover~.menu__mega,
  .menu__item__block:hover~.menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__item__block {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
  }

  .menu__item__block::before {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeff5;
  }
}

@media (max-width: 1200px) {
  .menu__item {
    width: 100%;
  }
}

.menu__sub {
  font-size: 15px;
}

@media (min-width: 1201px) {
  .menu__sub {
    border-radius: 6px;
    border: 1px solid #e0e4eb;
    max-height: none !important;
    position: absolute;
    width: auto;
    right: 0;
    display: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 200px;
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .menu__sub {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__wrap {
    padding: 15px 0;
    background-color: transparent;
  }
}

@media (min-width: 1201px) {
  .menu__sub__wrap {
    background-color: white;
    -webkit-box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
    -moz-box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
    box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
  }
}

.menu__sub__item {
  display: block;
  text-decoration: none;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__sub__block {
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px;
    min-width: 200px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__block {
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid transparent;
  }
}

.menu__ic-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 0;
  text-align: center;
}

@media (min-width: 1201px) {
  .menu__ic-box {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  .menu__ic-box {
    margin-top: 15px;
  }
}

.menu__item--dropdown img {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1200px) {
  .open>.menu__item__block .menu__item--dropdown img {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 1.2s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #242526;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.bd-example-modal {
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-example-modal .modal,
.bd-example-modal .toast {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
  opacity: 1 !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-example-modal>*:not(.modal) {
  margin: 30px auto;
  pointer-events: all;
}

.bd-example-modal .modal-dialog {
  left: auto;
  margin-right: 30px;
  margin-left: 30px;
  transform: none !important;
  max-width: 100%;
}

/* modal */
.col-btn-close {
  min-width: 60px;
}

.close-modal-btn {
  height: 40px;
  line-height: 60px;
  display: block;
  position: absolute;
  right: 10px;
  top: -20px;
}

.alert-modal-ic~.modal-title {
  margin-top: 0;
}

.modal {
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-size-default {
  width: 570px;
}

.modal-size-alert-default {
  width: 373px;
}

.modal-size-xs {
  width: 373px;
}

.modal-size-sm {
  width: 570px;
}

.modal-size-md {
  width: 1000px;
}

.modal-size-lg {
  width: 1200px;
}

.modal-wrap {
  width: 100%;
}

.modal.title {
  margin-top: 12px;
}

.modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 5px 10px 20px 0 rgba(36, 37, 38, 0.03);
}

.modal-dialog-centered .modal-content {
  overflow: hidden;
}

.modal-header {
  padding: 24px 12px 5px 12px;
  border: 0;
}

.modal-body {
  border: 0;
  text-align: inherit;
  padding: 12px 12px;
  font-weight: 500;
}

.modal-footer {
  padding: 10px 12px;
  border: 0;
  display: block;
}

.modal-footer>* {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  min-width: 40px;
}

.modal-close img {
  width: 16px;
}

.modal-alert .modal-header {
  padding-bottom: 0;
}

.modal-alert .modal-body {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal .open>[data-content] {
  max-height: none !important;
}

.modal-dialog {
  max-width: calc(100vw - 15px);
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  position: relative;
  z-index: 1;
}

.modal-dialog-scrollable .modal-header::after,
.modal-dialog-scrollable .modal-footer::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.modal-dialog-scrollable .modal-header::after {
  bottom: -12px;
}

.modal-dialog-scrollable .modal-footer::after {
  top: -12px;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .modal-open {
    overflow-y: scroll !important;
  }

  .modal-header {
    padding: 24px;
  }

  .modal-body {
    padding: 12px 24px;
  }

  .modal-footer {
    padding: 8px 24px 24px 24px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 12px !important;
  }

  .modal-header {
    padding: 12px !important;
  }

  .modal-footer {
    padding: 12px 12px !important;
  }
}

@media (max-width: 575px) {
  .modal .modal-dialog {
    margin: 0.5rem auto;
  }
}

.modal.fade:not(.modal-static) .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: none;
}

@media (min-width: 768px) {
  body {
    padding-right: 0 !important;
  }
}

/*end modal*/
/* toast */
.toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1041;
  border-radius: 8px;
  background-color: white;
  backdrop-filter: blur(10px);
  color: #242526;
  border: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  min-width: 350px;
  flex-basis: 350px;
  pointer-events: none;
}

.toast.showing,
.toast.show {
  pointer-events: all;
}

.toast-body {
  padding: 10px 15px;
  word-break: break-word;
  width: 100%;
}

@media (max-width: 767px) {
  .toast .flex-grow-1 {
    flex: 1 0 0;
  }

  .addDB {
    padding: 0;
  }

  .toast {
    top: auto;
    left: 10px;
    right: 10px;
    margin: auto;
    bottom: 40px;
    flex-basis: 100%;
    min-width: 0;
  }
}

/* end toast */
.bd-example-modal .dropdown-menu {
  position: relative;
  display: block;
  float: none;
}

.dropdown-it {
  display: block;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
  min-height: 36px;
}

.dropdown-size-default {
  width: 200px;
}

.dropdown-size-xs {
  width: 373px;
}

.dropdown-size-sm {
  width: 570px;
}

.dropdown-menu {
  padding: 10px;
  border-radius: 8px;
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  margin-top: 5px;
  font-size: inherit;
}

.dropdown-menu>li:not(:last-child) {
  margin-bottom: 4px;
}

.dropdown-menu .seperatetor {
  height: 1px;
  margin: 10px 0 !important;
}

.dropdown-menu .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table td,
.table th {
  padding: inherit;
  vertical-align: inherit;
  border-top: inherit;
}

.table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table-auto {
  width: auto;
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.td-left {
  padding-left: 15px !important;
}

.table-min-width-lg {
  min-width: 1300px;
}

.table-fixed {
  table-layout: fixed;
}

.table-wraper-xs:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 500px) {
  .table-wraper-xs.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-xs>table,
  .table-wraper-xs .data-table {
    min-width: 500px;
  }
}

.table-wraper-sm:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 600px) {
  .table-wraper-sm.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-sm>table,
  .table-wraper-sm .data-table {
    min-width: 600px;
  }
}

.table-wraper-md:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 700px) {
  .table-wraper-md.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-md>table,
  .table-wraper-md .data-table {
    min-width: 700px;
  }
}

.table-wraper-lg:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 800px) {
  .table-wraper-lg.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-lg>table,
  .table-wraper-lg .data-table {
    min-width: 800px;
  }
}

.table-basic {
  font-size: 14px;
}

.table-basic>thead>tr>th {
  vertical-align: middle;
  color: #afb3bc;
  font-weight: 500;
  text-align: left;
  padding: 12px 5px;
  font-size: 13px;
  background-color: white;
}

.table-basic.table-zebra:not(.dataTable)>tbody>tr:nth-of-type(odd) {
  background-color: #f7f8fa;
  color: #242526;
}

.table-basic>tbody>tr>td {
  padding: 5px;
  height: 30px;
}

.table-basic tr.read {
  background-color: #e0e4eb !important;
}

.table-border-v>.table-wraper-size table>tbody>tr>td,
.table-border-v>.table-wraper-size table>thead>tr>th,
.table-border-v>.table-wraper-size table>tfoot>tr>td {
  border-right: 1px solid #e0e4eb;
  border-left: 1px solid #e0e4eb;
}

.table-border-h>.table-wraper-size table>tbody>tr>td,
.table-border-h>.table-wraper-size table>thead>tr>th,
.table-border-h>.table-wraper-size table>tfoot>tr>td {
  border-top: 1px solid #e0e4eb;
  border-bottom: 1px solid #e0e4eb;
}

.table-border-vh>.table-wraper-size table>tbody>tr>td,
.table-border-vh>.table-wraper-size table>thead>tr>th,
.table-border-vh>.table-wraper-size table>tfoot>tr>td {
  border: 1px solid #e0e4eb;
}

.table-hover>*:not(thead) tr:hover,
.table-hover>*:not(thead) .tr:hover {
  background-color: #fcfce2 !important;
}

.table-no-zebra>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-fake-border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #e0e4eb;
}

.table-sticky-ult {
  border-right: 1px solid #e0e4eb;
}

.table-sticky-ult .table-ults {
  position: sticky;
  right: 0;
  box-shadow: -5px 0 5px 0px rgba(82, 63, 105, 0.08);
}

.table-sticky-ult .table-ults:not(th) {
  background-color: white;
}

.table-sticky-ult.right-none {
  border-right: 0;
}

.table-sticky-ult.right-none>*>*:not(.dataTables_wrapper) .table-ults {
  box-shadow: none;
}

.table-sticky-ult .table-hover>*:not(thead) tr:hover .table-ults,
.table-sticky-ult .table-hover>*:not(thead) .tr:hover .table-ults {
  background-color: #fcfce2 !important;
}

.table-sticky-ult .table-zebra:not(.dataTable)>tbody>tr:nth-of-type(odd) .table-ults {
  background-color: #f7f8fa;
}

.table-sticky-footer .table-footer,
.table-sticky-footer~.table-footer {
  position: sticky;
  bottom: 0;
  padding-bottom: 17px;
  background-color: white;
  z-index: 99;
}

.table-footer {
  overflow: hidden;
}

.table-footer .form-group {
  margin-bottom: 0;
}

.table-footer .errorBlock {
  display: none;
}

.table-record {
  min-width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.table-wraper-inner {
  position: relative;
}

.table-wraper-inner:before,
.table-wraper-inner .dataTables_scroll::before {
  content: "";
  background-color: transparent;
  background-image: -ms-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
  transition: opacity 0.15s linear;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  left: 0;
  z-index: 10;
  opacity: 1;
}

.table-wraper-inner:not(.table-wraper-inner):after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  transition: opacity 0.15s linear;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  right: 0;
  z-index: 10;
}

.table-wraper-inner.right-none:after {
  opacity: 0;
}

.table-wraper-inner.left-none:before {
  opacity: 0;
}

.fl-scrolls {
  z-index: 999;
}

.table-page-select {
  min-width: 50px;
}

button::after,
button::before {
  content: "";
  flex: 1 0 auto;
}

.ubtn {
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ubtn-size-default {
  height: 44px;
  padding: 0 10px;
}

.ubtn-size-default.ubtn-rounded {
  border-radius: 22px;
}

.ubtn-size-xs-3 {
  height: 18px;
  min-width: 18px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-3 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs-2 {
  height: 24px;
  min-width: 24px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-2 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs-1 {
  height: 28px;
  min-width: 28px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-1 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs {
  height: 30px;
  padding: 0 10px;
}

.ubtn-size-xs.ubtn-rounded {
  border-radius: 15px;
}

.ubtn-size-sm {
  height: 36px;
  padding: 0 10px;
}

.ubtn-size-sm.ubtn-rounded {
  border-radius: 18px;
}

.ubtn-size-md {
  height: 40px;
  padding: 0 10px;
}

.ubtn-size-md.ubtn-rounded {
  border-radius: 20px;
}

.ubtn-size-lg {
  height: 50px;
  padding: 0 10px;
}

.ubtn-size-lg.ubtn-rounded {
  border-radius: 25px;
}

.ubtn-size-xl {
  height: 60px;
  padding: 0 10px;
}

.ubtn-size-xl.ubtn-rounded {
  border-radius: 30px;
}

.ubtn-min-width-auto {
  min-width: auto;
}

.ubtn-min-width-full {
  min-width: 100%;
}

.ubtn-min-width-xs {
  min-width: 80px;
}

.ubtn-min-width-sm {
  min-width: 100px;
}

.ubtn-min-width-md {
  min-width: 120px;
}

.ubtn-min-width-lg {
  min-width: 140px;
}

.ubtn-min-width-xl {
  min-width: 200px;
}

.ubtn-circle-size-default {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-xs-3 {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-3 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs-2 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-2 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs-1 {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-1 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-sm {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-md {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-lg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-xl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-square {
  border-radius: 4px;
  padding: 0;
}

.ubtn {
  max-width: 100%;
}

.ubtn img {
  z-index: 2;
  position: relative;
}

.ubtn-ic {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ubtn .mdi {
  vertical-align: middle;
  line-height: 1;
}

.ubtn-text {
  padding: 0 10px;
  z-index: 2;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 100%;
}

.ubtn-file {
  padding-left: 85px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.ubtn-file-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  background: #005D98;
  color: white;
}

.ubtn-file-btn~.btn-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.ubtn-full {
  width: 100%;
}

.ubtn-inner {
  align-items: center;
  font-size: 14px;
  flex-wrap: nowrap;
}

.btn-group {
  position: relative;
}

button:disabled,
button[disabled] {
  opacity: 0.4;
}

.ubtn-min-width-auto {
  width: auto;
}

.form-horizontal .input-label {
  margin-bottom: 7px;
}

@media (min-width: 1200px) {
  .form-horizontal .input-label[class*="col-lg"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .form-horizontal .input-label[class*="col-md"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .input-label[class*="col-sm"]:first-child {
    margin-bottom: 0;
  }
}

.form-horizontal .input-label[class*="col-xs"]:first-child {
  margin-bottom: 0;
}

.form-vertical .input-label {
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

.form-vertical .input-line~.input-label {
  margin-bottom: 0;
}

.parsley-errors-list {
  margin: 0;
}

label.error,
.parsley-errors-list.filled {
  display: block;
  font-size: 12px;
  color: #E7381D;
}

.errorBlock {
  margin-top: 2px;
}

input,
textarea,
select {
  color: #242526;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 991px) {

  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}

.input {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.15s ease-in-out;
  order: 3;
}

.input-size-default:not(textarea),
.input-size-default.textarea-autosize {
  height: 40px;
}

.input-size-default~.input-flex-content .input-ic {
  height: 40px;
}

.input-size-default.textarea-autosize {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.input-size-default:not(textarea)~.input-frame {
  height: 40px;
}

.input-size-default:not(textarea)~.input-frame :after {
  top: 40px;
}

.input-size-default~.input-ic {
  height: 40px;
  line-height: 40px;
}

.input-size-default~.select2-container .select2-selection--single,
.input-size-default~.btn-group .multiselect {
  height: 40px;
}

.input-size-default~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-default~.btn-group .multiselect .select2-selection__rendered {
  line-height: 40px;
}

.input-size-default~.select2-container .select2-selection--multiple {
  min-height: 40px;
}

.input-size-default~.select2-container .select2-selection--multiple .select2-search__field {
  height: 40px;
}

.input-size-default:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-xs-1:not(textarea),
.input-size-xs-1.textarea-autosize {
  height: 24px;
}

.input-size-xs-1~.input-flex-content .input-ic {
  height: 24px;
}

.input-size-xs-1.textarea-autosize {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.input-size-xs-1:not(textarea)~.input-frame {
  height: 24px;
}

.input-size-xs-1:not(textarea)~.input-frame :after {
  top: 24px;
}

.input-size-xs-1~.input-ic {
  height: 24px;
  line-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--single,
.input-size-xs-1~.btn-group .multiselect {
  height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs-1~.btn-group .multiselect .select2-selection__rendered {
  line-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--multiple {
  min-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--multiple .select2-search__field {
  height: 24px;
}

.input-size-xs-1:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-xs:not(textarea),
.input-size-xs.textarea-autosize {
  height: 36px;
}

.input-size-xs~.input-flex-content .input-ic {
  height: 36px;
}

.input-size-xs.textarea-autosize {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.input-size-xs:not(textarea)~.input-frame {
  height: 36px;
}

.input-size-xs:not(textarea)~.input-frame :after {
  top: 36px;
}

.input-size-xs~.input-ic {
  height: 36px;
  line-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--single,
.input-size-xs~.btn-group .multiselect {
  height: 36px;
}

.input-size-xs~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs~.btn-group .multiselect .select2-selection__rendered {
  line-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--multiple {
  min-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--multiple .select2-search__field {
  height: 36px;
}

.input-size-xs:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-sm:not(textarea),
.input-size-sm.textarea-autosize {
  height: 44px;
}

.input-size-sm~.input-flex-content .input-ic {
  height: 44px;
}

.input-size-sm.textarea-autosize {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.input-size-sm:not(textarea)~.input-frame {
  height: 44px;
}

.input-size-sm:not(textarea)~.input-frame :after {
  top: 44px;
}

.input-size-sm~.input-ic {
  height: 44px;
  line-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--single,
.input-size-sm~.btn-group .multiselect {
  height: 44px;
}

.input-size-sm~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-sm~.btn-group .multiselect .select2-selection__rendered {
  line-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--multiple {
  min-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--multiple .select2-search__field {
  height: 44px;
}

.input-size-sm:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-md:not(textarea),
.input-size-md.textarea-autosize {
  height: 50px;
}

.input-size-md~.input-flex-content .input-ic {
  height: 50px;
}

.input-size-md.textarea-autosize {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.input-size-md:not(textarea)~.input-frame {
  height: 50px;
}

.input-size-md:not(textarea)~.input-frame :after {
  top: 50px;
}

.input-size-md~.input-ic {
  height: 50px;
  line-height: 50px;
}

.input-size-md~.select2-container .select2-selection--single,
.input-size-md~.btn-group .multiselect {
  height: 50px;
}

.input-size-md~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-md~.btn-group .multiselect .select2-selection__rendered {
  line-height: 50px;
}

.input-size-md~.select2-container .select2-selection--multiple {
  min-height: 50px;
}

.input-size-md~.select2-container .select2-selection--multiple .select2-search__field {
  height: 50px;
}

.input-size-md:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-lg:not(textarea),
.input-size-lg.textarea-autosize {
  height: 60px;
}

.input-size-lg~.input-flex-content .input-ic {
  height: 60px;
}

.input-size-lg.textarea-autosize {
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}

.input-size-lg:not(textarea)~.input-frame {
  height: 60px;
}

.input-size-lg:not(textarea)~.input-frame :after {
  top: 60px;
}

.input-size-lg~.input-ic {
  height: 60px;
  line-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--single,
.input-size-lg~.btn-group .multiselect {
  height: 60px;
}

.input-size-lg~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-lg~.btn-group .multiselect .select2-selection__rendered {
  line-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--multiple {
  min-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--multiple .select2-search__field {
  height: 60px;
}

.input-size-lg:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-holder {
  align-items: center;
  display: flex;
}

.input~.input-ic:after {
  content: "";
  position: absolute;
  right: 1px;
  border-radius: 6px;
  top: 1px;
  width: 140%;
  height: calc(100% - 5px);
  z-index: -1;
}

.input-label {
  font-weight: 400;
  font-size: 14px;
  color: #707C93;
  line-height: 1.2;
  order: 1;
  z-index: 1;
}

.input-frame {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  border-radius: 6px;
  z-index: 2;
  transition: 0.15s all linear;
}

.input-frame:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 2;
}

.input-line .input-ic-right,
.input-default .input-ic-right {
  text-align: right;
}

.input-line .input-ic-left,
.input-default .input-ic-left {
  text-align: left;
}

.input-line~.input-frame,
.input-default~.input-frame {
  border-bottom: 1px solid #e0e4eb;
  border-radius: 0;
}

.input-line~.input-flex-content,
.input-default~.input-flex-content {
  min-width: 0;
}

.input-border~.input-frame,
.input-clean~.input-frame,
.input-material-2~.input-frame,
.input-material-3~.input-frame {
  border: 1px solid #e0e4eb;
  border-radius: 6px;
}

.input.multiselect {
  display: none;
}

.input::-ms-clear {
  display: none;
}

.input-upload {
  display: table;
  width: 100%;
}

.input-upload .btn-text {
  white-space: nowrap;
}

.input-upload-input:focus~.input-upload .input-frame:after {
  width: 100%;
}

.input-upload>.input {
  display: table-cell;
  vertical-align: middle;
}

.input-upload>.input-sm,
.input-upload>.input-xs {
  padding-left: 6px;
}

.input-upload>.input-lg,
.input-upload>.input-md {
  padding-left: 8px;
}

.input-upload>.input-line,
.input-upload>.input-default,
.input-upload>.input-material-2 {
  padding-left: 0;
}

.input-upload>.input>.btn>.btn-text {
  white-space: nowrap;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.input-multiselect-search {
  border: 1px solid #e6edf6;
  background-color: #f6f7f9;
  font-size: 14px;
}

.input:disabled {
  opacity: 0.6;
}

.input:disabled~* {
  opacity: 0.6;
}

.input-white {
  border: transparent;
}

.input-group {
  position: static !important;
  flex: 1;
}

.input-extend-outside .input-group {
  position: relative !important;
}

.input-extend-outside .input-group-extend {
  padding-left: 10px;
  padding-right: 0;
}

.input-group-wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.input-ic {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.input-ic:not(.input-ic-txt) {
  font-weight: 600;
  font-size: 0;
}

.input-ic-default~.input-ic,
.input-ic-default .input-ic {
  min-width: 24px;
}

.input-ic-default~.input-flex-content .input-ic {
  min-width: 24px;
}

.input-ic-xs-1~.input-ic,
.input-ic-xs-1 .input-ic {
  min-width: 24px;
}

.input-ic-xs-1~.input-flex-content .input-ic {
  min-width: 24px;
}

.input-ic-xs~.input-ic,
.input-ic-xs .input-ic {
  min-width: 36px;
}

.input-ic-xs~.input-flex-content .input-ic {
  min-width: 36px;
}

.input-ic-sm~.input-ic,
.input-ic-sm .input-ic {
  min-width: 44px;
}

.input-ic-sm~.input-flex-content .input-ic {
  min-width: 44px;
}

.input-ic-md~.input-ic,
.input-ic-md .input-ic {
  min-width: 50px;
}

.input-ic-md~.input-flex-content .input-ic {
  min-width: 50px;
}

.input-ic-lg~.input-ic,
.input-ic-lg .input-ic {
  min-width: 60px;
}

.input-ic-lg~.input-flex-content .input-ic {
  min-width: 60px;
}

.input-ic-left {
  padding-left: 0;
}

.input-ic-left~.input-ic {
  left: 0;
  right: auto;
}

.input-ic-auto-width {
  width: auto;
}

.input-ic:not(.input-clear) {
  pointer-events: none;
}

.input-ic.input-clear {
  cursor: pointer;
  display: none;
  text-align: center;
  justify-content: center;
}

.input-shadow {
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.input-no-border {
  border: 0;
  padding: 0;
}

.input-pointer {
  pointer-events: all;
  cursor: pointer;
}

.input-border:focus~.input-label,
.input-border.light-pick-focus~.input-label,
.input-border~.btn-group.open~.input-label,
.input-border~.select2-container--open~.input-label,
.input-material-3:focus~.input-label,
.input-material-3.light-pick-focus~.input-label,
.input-material-3~.btn-group.open~.input-label,
.input-material-3~.select2-container--open~.input-label,
.input-clean:focus~.input-label,
.input-clean.light-pick-focus~.input-label,
.input-clean~.btn-group.open~.input-label,
.input-clean~.select2-container--open~.input-label {
  color: #005D98;
}

.input-border:focus~.input-frame,
.input-border.light-pick-focus~.input-frame,
.input-border~.btn-group.open~.input-frame,
.input-border~.select2-container--open~.input-frame,
.input-material-3:focus~.input-frame,
.input-material-3.light-pick-focus~.input-frame,
.input-material-3~.btn-group.open~.input-frame,
.input-material-3~.select2-container--open~.input-frame,
.input-clean:focus~.input-frame,
.input-clean.light-pick-focus~.input-frame,
.input-clean~.btn-group.open~.input-frame,
.input-clean~.select2-container--open~.input-frame {
  border: 1px solid #005D98;
}

.input-line:focus~.input-label,
.input-line.light-pick-focus~.input-label,
.input-line~.btn-group.open~.input-label,
.input-line~.select2-container--open~.input-label,
.input-default:focus~.input-label,
.input-default.light-pick-focus~.input-label,
.input-default~.btn-group.open~.input-label,
.input-default~.select2-container--open~.input-label,
.input-material-2:focus~.input-label,
.input-material-2.light-pick-focus~.input-label,
.input-material-2~.btn-group.open~.input-label,
.input-material-2~.select2-container--open~.input-label {
  color: #005D98;
}

.input-line:focus~.input-frame:after,
.input-line.light-pick-focus~.input-frame:after,
.input-line~.btn-group.open~.input-frame:after,
.input-line~.select2-container--open~.input-frame:after,
.input-default:focus~.input-frame:after,
.input-default.light-pick-focus~.input-frame:after,
.input-default~.btn-group.open~.input-frame:after,
.input-default~.select2-container--open~.input-frame:after,
.input-material-2:focus~.input-frame:after,
.input-material-2.light-pick-focus~.input-frame:after,
.input-material-2~.btn-group.open~.input-frame:after,
.input-material-2~.select2-container--open~.input-frame:after {
  width: 100%;
}

.input:focus~.input-clear.show,
.input:focus~.input-flex-content .input-clear.show {
  display: flex;
}

.input:focus~.input-flex-content:after {
  display: none;
}

.input-has-clear {
  padding-right: 0 !important;
}

.input-clear {
  background-color: transparent;
  border-radius: 50%;
  right: 0 !important;
  left: auto !important;
  display: flex;
  align-items: center;
}

.input-group-extend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  align-self: flex-end;
}

.input-group-extend-left {
  order: 2;
}

.input-group-extend .input-ic {
  position: relative;
}

.input-flex-content {
  min-width: 10px;
  position: relative;
  order: 4;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.input-flex-content-left {
  order: 2;
}

.input-flex-content>*:not(.input-clear) {
  position: relative;
  z-index: 1;
  cursor: text;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.input-flex-content::after {
  content: "";
  position: absolute;
  right: 100%;
  border-radius: 6px;
  top: 1px;
  width: 20px;
  height: calc(100% - 5px);
  z-index: 1;
  pointer-events: none;
}

.input-flex-content .input-ic-txt {
  padding-left: 10px;
  padding-right: 10px;
}

.input-flex-content .input-ic {
  position: relative;
  pointer-events: all;
}

.input-flex-content .input-clear {
  height: 100%;
}

.input-flex-content .input-clear:not(:only-child) {
  margin-right: -10px;
}

.input:not(.input-clean):not(.input-material-2)~.input-flex-content::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 70%);
}

.input.input-clean~.input-flex-content::after,
.input.input-material-2~.input-flex-content::after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 70%);
}

@-moz-document url-prefix() {
  .input {
    width: 30px;
  }
}

input::placeholder {
  color: #707C93;
}

.input-no-border~.select2-container--default .select2-selection--single {
  border: 0;
}

.input-no-border~.select2-container--default .select2-selection__rendered {
  padding-left: 0;
}

.input-white~.select2-container--default .select2-selection--single {
  border: 1px solid transparent;
}

input[type="file"] {
  opacity: 0;
  display: none;
}

textarea {
  line-height: 1.4;
  resize: none;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

textarea~.input-flex-content {
  align-items: flex-start;
}

textarea~.input-frame {
  min-height: 10px;
  z-index: 9;
}

textarea.input-material-2~.input-frame,
textarea.input-material-3~.input-frame {
  height: 100%;
  z-index: 1;
}

textarea.input-border,
textarea.input-clean {
  border-left: 1px solid #e0e4eb;
  padding-right: 10px !important;
}

textarea.input-border~.input-flex-content,
textarea.input-clean~.input-flex-content {
  min-width: 0;
}

textarea.input-border~.input-flex-content::before,
textarea.input-clean~.input-flex-content::before {
  border-right: 1px solid #e0e4eb;
  border-radius: 6px;
  transition: 0.15s all linear;
  width: 20px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

textarea.input-border~.input-flex-content::after,
textarea.input-clean~.input-flex-content::after {
  display: none;
}

textarea.input-border~.input-frame,
textarea.input-clean~.input-frame {
  height: 15px;
  border-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

textarea.input-border~.input-label,
textarea.input-clean~.input-label {
  position: relative;
  z-index: 3;
}

textarea.input-border~.input-label::after,
textarea.input-clean~.input-label::after {
  transition: 0.15s all linear;
  content: "";
  border-radius: 6px;
  position: absolute;
  border: 1px solid #e0e4eb;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
  top: calc(100% + 7px);
  left: 0;
}

textarea.input-border:focus,
textarea.input-clean:focus {
  border-left: 1px solid #005f9b;
}

textarea.input-border:focus~.input-flex-content::before,
textarea.input-clean:focus~.input-flex-content::before {
  border-right: 1px solid #005f9b;
}

textarea.input-border:focus~.input-label::after,
textarea.input-clean:focus~.input-label::after {
  border-color: #005f9b;
}

textarea:focus~.input-frame {
  width: 100%;
}

textarea~.input-frame {
  bottom: 0;
  top: auto !important;
}

.upload-file {
  border-radius: 10px;
  border: 2px dashed #f3f6f8;
  position: relative;
  display: block;
  padding: 15px;
}

.upload-file-type .inline-block {
  font-size: 12px;
  color: #afb3bc;
  font-weight: 600;
  text-transform: uppercase;
}

.textarea-autosize {
  max-height: 200px;
  transition: none !important;
}

.textarea-autosize~*:not(.input-label),
.textarea-autosize~.input-label::after,
.textarea-autosize~.input-flex-content::before {
  transition: none !important;
}

.textarea-autosize:after {
  content: "";
  position: relative;
  height: 10px;
  width: 100%;
  display: block;
}

.input-group-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.btn-group .multiselect {
  border: 0;
}

.select2-container {
  order: 3;
}

.errorBlock {
  min-height: 19px;
}

.input-ic-xs-1~.input-flex-content-left {
  padding-right: 10px;
}

.input-ic-xs-1~.input-flex-content .input-clear:not(:only-child) {
  margin-right: 5px;
}

.note-text {
  margin-top: 3px;
}

.file-txt {
  font-size: 14px;
  font-weight: 500;
  color: #707C93;
}

@media (max-width: 991px) {
  .file-txt {
    font-size: 16px !important;
  }
}

.file-txt.color-input {
  color: #242526;
}

.input-flex-content-left .input-group-extend {
  padding-left: 0 !important;
  padding-right: 0;
}

.input-group-border .input-flex-content-file,
.input-group-clean .input-flex-content-file,
.input-group-material-2 .input-flex-content-file,
.input-group-material-3 .input-flex-content-file {
  padding-left: 10px;
}

.input-flex-content-left::after {
  display: none;
}

.input-plus {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.input-plus .ic {
  border-radius: 50%;
  border: 1px solid #afb3bc;
  cursor: pointer;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.input-plus .ic-xs {
  width: 36px;
  height: 36px;
}

.input-plus .ic-sm {
  width: 44px;
  height: 44px;
}

.input-plus .ic-md {
  width: 56px;
  height: 56px;
}

.input-plus .ic-lg {
  width: 60px;
  height: 60px;
}

.input-plus .ic:active {
  background-color: #F7F8FA;
}

.input-plus .ic-minus {
  background-image: url(../images/base/icons/minus/square/base.svg);
}

.input-plus .ic-plus {
  background-image: url(../images/base/icons/plus/square/base.svg);
}

.input-plus .txt {
  width: 44px;
  text-align: center;
}

.input-border {
  border: 0;
  background-color: transparent;
}

.input-border~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-border~.select2-container--default .select2-selection--single,
.input-border~.btn-group .multiselect {
  border: 0;
  background-color: transparent;
}

.input-border~.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.input-border:focus,
.input-border.light-pick-focus {
  border-color: #005f9b;
}

.input-border~.select2-container--default .select2-selection--single[aria-expanded="true"],
.input-border~.select2-container--default .select2-selection--multiple[aria-expanded="true"],
.input-border~.btn-group.open .multiselect {
  border-color: #005f9b;
}

.input-default.input-rounded {
  border-radius: 20px;
}

.input-default.input-rounded~.select2-container .select2-selection--single,
.input-default.input-rounded~.select2-container .select2-selection--multiple,
.input-default.input-rounded~.btn-group .multiselect {
  border-radius: 20px;
}

.input-xs-1.input-rounded {
  border-radius: 12px;
}

.input-xs-1.input-rounded~.select2-container .select2-selection--single,
.input-xs-1.input-rounded~.select2-container .select2-selection--multiple,
.input-xs-1.input-rounded~.btn-group .multiselect {
  border-radius: 12px;
}

.input-xs.input-rounded {
  border-radius: 18px;
}

.input-xs.input-rounded~.select2-container .select2-selection--single,
.input-xs.input-rounded~.select2-container .select2-selection--multiple,
.input-xs.input-rounded~.btn-group .multiselect {
  border-radius: 18px;
}

.input-sm.input-rounded {
  border-radius: 22px;
}

.input-sm.input-rounded~.select2-container .select2-selection--single,
.input-sm.input-rounded~.select2-container .select2-selection--multiple,
.input-sm.input-rounded~.btn-group .multiselect {
  border-radius: 22px;
}

.input-md.input-rounded {
  border-radius: 25px;
}

.input-md.input-rounded~.select2-container .select2-selection--single,
.input-md.input-rounded~.select2-container .select2-selection--multiple,
.input-md.input-rounded~.btn-group .multiselect {
  border-radius: 25px;
}

.input-lg.input-rounded {
  border-radius: 30px;
}

.input-lg.input-rounded~.select2-container .select2-selection--single,
.input-lg.input-rounded~.select2-container .select2-selection--multiple,
.input-lg.input-rounded~.btn-group .multiselect {
  border-radius: 30px;
}

.input-clean {
  border: 0;
  background-color: #f7f8fa;
}

.input-clean~.select2-container--default .select2-selection--single,
.input-clean~.select2-container--default .select2-selection--multiple,
.input-clean~.btn-group .multiselect {
  border: 1px solid #e0e4eb;
  background-color: #f7f8fa;
}

.input-clean~.select2-container--default .select2-selection--single:after,
.input-clean~.select2-container--default .select2-selection--multiple:after,
.input-clean~.btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-clean~.input-ic:after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 30%);
}

.input-group-clean .input-flex-content,
.input-group-clean .input-group-extend {
  background-color: #f7f8fa;
}

.input-extend-outside .input-group-extend {
  background-color: transparent;
}

.input-line {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}

.input-line.input-has-clear {
  padding-right: 1px !important;
}

.input-line~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-line:disabled,
.input-line~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-line~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-line~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-line~.input-ic {
  text-align: right;
}

.input-line~.select2-container--default .select2-selection--single,
.input-line~.select2-container--default .select2-selection--multiple,
.input-line~.btn-group .multiselect {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e0e4eb;
  background-color: transparent;
}

.input-line~.select2-container--default .select2-selection--single:after,
.input-line~.select2-container--default .select2-selection--multiple:after,
.input-line~.btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-line~.select2-container--default .select2-selection--single .select2-selection__rendered,
.input-line~.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.input-line~.btn-group .multiselect .select2-selection__rendered {
  padding-left: 0;
}

.input-line~.btn-group .multiselect {
  padding-left: 0;
}

.input-group-line .input-group-extend,
.input-group-line .input-ic-txt {
  padding-right: 0;
  padding-left: 10px;
}

.input-hadval.input-default~.input-label {
  font-weight: 400;
}

.input-group-default {
  margin-top: 14px;
}

.input-default {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.input-default~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-default~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-default~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-default:disabled,
.input-default~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-default~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-default~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-default~.input-ic .arrow-down-anim {
  left: auto;
}

.input-default~.btn-group .multiselect {
  padding-left: 0;
}

.input-default~.select2-container--open~.input-label,
.input-default~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-default:focus~.input-label,
.input-default.light-pick-focus~.input-label,
.input-default~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-default~.input-label {
  color: #707C93;
  position: absolute;
  left: 0;
  width: auto;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
}

.input-default.input-ic-left~.input-label {
  left: 34px;
}

.input-default~.select2-container--default .select2-selection--single .select2-selection__rendered,
.input-default~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-group-default .input-group-extend,
.input-group-default .input-ic-txt {
  padding-right: 0;
  padding-left: 10px;
}

.input-size-default.input-default~.input-label {
  top: 12px;
}

.input-size-default.input-default:focus~.input-label,
.input-size-default.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-default.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-default~.btn-group.open.input-default~.input-label,
.input-size-default.input-hadval.input-default~.input-label,
.input-size-default.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-xs-1.input-default~.input-label {
  top: 4px;
}

.input-size-xs-1.input-default:focus~.input-label,
.input-size-xs-1.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs-1.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs-1~.btn-group.open.input-default~.input-label,
.input-size-xs-1.input-hadval.input-default~.input-label,
.input-size-xs-1.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs.input-default~.input-label {
  top: 10px;
}

.input-size-xs.input-default:focus~.input-label,
.input-size-xs.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-xs.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-xs~.btn-group.open.input-default~.input-label,
.input-size-xs.input-hadval.input-default~.input-label,
.input-size-xs.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-sm.input-default~.input-label {
  top: 14px;
}

.input-size-sm.input-default:focus~.input-label,
.input-size-sm.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-sm.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-sm~.btn-group.open.input-default~.input-label,
.input-size-sm.input-hadval.input-default~.input-label,
.input-size-sm.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-md.input-default~.input-label {
  top: 17px;
}

.input-size-md.input-default:focus~.input-label,
.input-size-md.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-md.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-md~.btn-group.open.input-default~.input-label,
.input-size-md.input-hadval.input-default~.input-label,
.input-size-md.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-default~.input-label {
  top: 22px;
}

.input-size-lg.input-default:focus~.input-label,
.input-size-lg.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-size-lg.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-size-lg~.btn-group.open.input-default~.input-label,
.input-size-lg.input-hadval.input-default~.input-label,
.input-size-lg.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-material-2 {
  border: 0;
  border-radius: 6px;
  background-color: #f7f8fa;
  font-size: 14px;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.input-material-2~.input-ic:after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 30%);
}

.input-material-2~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-material-2~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-material-2:disabled,
.input-material-2~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-material-2~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-material-2~.select2-container--default .select2-selection--multiple {
  background-color: #f7f8fa;
  border: 1px solid #e0e4eb;
}

.input-material-2~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 10px;
}

.input-material-2~.input-ic {
  text-align: center;
}

.input-material-2~.btn-group .multiselect {
  padding-left: 10px;
}

.input-material-2~.select2-container--open~.input-label,
.input-material-2~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-2:focus~.input-label,
.input-material-2.light-pick-focus~.input-label,
.input-material-2~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-2~.input-label {
  color: #707C93;
  background-color: #f7f8fa;
  position: absolute;
  left: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
  z-index: 1;
  display: inline-block;
  width: auto;
}

.input-material-2.input-ic-left~.input-label {
  left: 44px;
}

.input-group-material-2 .input-flex-content,
.input-group-material-2 .input-group-extend {
  background-color: #f7f8fa;
}

.input-extend-outside .input-group-extend {
  background-color: transparent;
}

.input-size-default.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-default.input-material-2 {
  padding-top: 20px;
}

.input-size-default.input-material-2~.input-label {
  top: 12px;
}

.input-size-default.input-material-2:focus~.input-label,
.input-size-default.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default~.select2-container--open.input-material-2~.input-label,
.input-size-default~.btn-group.open.input-material-2~.input-label,
.input-size-default.input-hadval.input-material-2~.input-label,
.input-size-default.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default.input-material-2~.select2-container .select2-selection--single,
.input-size-default.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-default.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-default.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 19px;
}

.input-size-default.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-default.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 14px;
}

.input-size-xs-1.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-xs-1.input-material-2 {
  padding-top: 15px;
}

.input-size-xs-1.input-material-2~.input-label {
  top: 4px;
}

.input-size-xs-1.input-material-2:focus~.input-label,
.input-size-xs-1.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1~.select2-container--open.input-material-2~.input-label,
.input-size-xs-1~.btn-group.open.input-material-2~.input-label,
.input-size-xs-1.input-hadval.input-material-2~.input-label,
.input-size-xs-1.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--single,
.input-size-xs-1.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs-1.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 3px;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: -2px;
}

.input-size-xs.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-xs.input-material-2 {
  padding-top: 19px;
}

.input-size-xs.input-material-2~.input-label {
  top: 10px;
}

.input-size-xs.input-material-2:focus~.input-label,
.input-size-xs.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs~.select2-container--open.input-material-2~.input-label,
.input-size-xs~.btn-group.open.input-material-2~.input-label,
.input-size-xs.input-hadval.input-material-2~.input-label,
.input-size-xs.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs.input-material-2~.select2-container .select2-selection--single,
.input-size-xs.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 15px;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 10px;
}

.input-size-sm.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-sm.input-material-2 {
  padding-top: 21px;
}

.input-size-sm.input-material-2~.input-label {
  top: 14px;
}

.input-size-sm.input-material-2:focus~.input-label,
.input-size-sm.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm~.select2-container--open.input-material-2~.input-label,
.input-size-sm~.btn-group.open.input-material-2~.input-label,
.input-size-sm.input-hadval.input-material-2~.input-label,
.input-size-sm.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm.input-material-2~.select2-container .select2-selection--single,
.input-size-sm.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-sm.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 23px;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 18px;
}

.input-size-md.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-md.input-material-2 {
  padding-top: 23px;
}

.input-size-md.input-material-2~.input-label {
  top: 17px;
}

.input-size-md.input-material-2:focus~.input-label,
.input-size-md.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md~.select2-container--open.input-material-2~.input-label,
.input-size-md~.btn-group.open.input-material-2~.input-label,
.input-size-md.input-hadval.input-material-2~.input-label,
.input-size-md.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md.input-material-2~.select2-container .select2-selection--single,
.input-size-md.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-md.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-md.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 29px;
}

.input-size-md.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-md.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 24px;
}

.input-size-lg.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-lg.input-material-2 {
  padding-top: 27px;
}

.input-size-lg.input-material-2~.input-label {
  top: 22px;
}

.input-size-lg.input-material-2:focus~.input-label,
.input-size-lg.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg~.select2-container--open.input-material-2~.input-label,
.input-size-lg~.btn-group.open.input-material-2~.input-label,
.input-size-lg.input-hadval.input-material-2~.input-label,
.input-size-lg.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg.input-material-2~.select2-container .select2-selection--single,
.input-size-lg.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-lg.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 39px;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 34px;
}

.input-material-3 {
  border: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.input-material-3~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-material-3~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-material-3~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-material-3:disabled,
.input-material-3~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-material-3~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-material-3~.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.input-material-3~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-material-3~.input-ic {
  text-align: center;
}

.input-material-3~.select2-container--open~.input-label,
.input-material-3~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-3:focus~.input-label,
.input-material-3.light-pick-focus~.input-label,
.input-material-3~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-3~.input-label {
  color: #707C93;
  position: absolute;
  left: 7px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
  padding: 0 4px;
  display: inline-block;
  z-index: 2;
  width: auto;
  background-color: white;
}

.input-material-3.input-ic-left~.input-label {
  left: 40px;
}

.input-size-default.input-material-3.textarea {
  padding-top: 11px;
}

.input-size-default.input-material-3~.input-label {
  top: 12px;
}

.input-size-default.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-default.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-default.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-default.input-material-3:focus~.input-label,
.input-size-default.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-xs-1.input-material-3.textarea {
  padding-top: 3px;
}

.input-size-xs-1.input-material-3~.input-label {
  top: 4px;
}

.input-size-xs-1.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs-1.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-xs-1.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs-1.input-material-3:focus~.input-label,
.input-size-xs-1.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs.input-material-3.textarea {
  padding-top: 9px;
}

.input-size-xs.input-material-3~.input-label {
  top: 10px;
}

.input-size-xs.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-xs.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-xs.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-xs.input-material-3:focus~.input-label,
.input-size-xs.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-sm.input-material-3.textarea {
  padding-top: 13px;
}

.input-size-sm.input-material-3~.input-label {
  top: 14px;
}

.input-size-sm.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-sm.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-sm.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-sm.input-material-3:focus~.input-label,
.input-size-sm.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-md.input-material-3.textarea {
  padding-top: 16px;
}

.input-size-md.input-material-3~.input-label {
  top: 17px;
}

.input-size-md.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-md.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-md.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-md.input-material-3:focus~.input-label,
.input-size-md.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-lg.input-material-3.textarea {
  padding-top: 21px;
}

.input-size-lg.input-material-3~.input-label {
  top: 22px;
}

.input-size-lg.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-lg.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-material-3:focus~.input-label,
.input-size-lg.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.nav-style-default .nav-link {
  border-bottom: 2px solid transparent;
  color: #242526 !important;
}

.nav-style-default .nav-link.active {
  border-bottom: 2px solid #005D98;
  color: #005D98 !important;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .table {
  width: auto;
}

.checkbox-size-default {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.checkbox-size-xs {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.checkbox-size-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.checkbox-size-md {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.checkbox-size-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.checkbox-ic {
  flex-shrink: 0;
  border: 1px solid #e0e4eb;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: transparent;
  margin-right: 10px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  overflow: visible;
}

.checkbox-ic .legitRipple-ripple {
  background: rgba(0, 93, 152, 0.1);
}

.checkbox-ic:not(.no-animation):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 93, 152, 0.1);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-text {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio .table {
  width: auto;
}

.radio-size-default {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.radio-size-default:after {
  width: 10px;
  height: 10px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-default {
  border-width: 6px;
}

.radio-size-xs {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.radio-size-xs:after {
  width: 9px;
  height: 9px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-xs {
  border-width: 5px;
}

.radio-size-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.radio-size-sm:after {
  width: 11px;
  height: 11px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-sm {
  border-width: 6px;
}

.radio-size-md {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.radio-size-md:after {
  width: 12px;
  height: 12px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-md {
  border-width: 7px;
}

.radio-size-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.radio-size-lg:after {
  width: 13px;
  height: 13px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-lg {
  border-width: 7px;
}

.radio-ic {
  flex-shrink: 0;
  border: 1px solid #e0e4eb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  color: transparent;
  transition: 0.2s all ease-in-out;
  overflow: visible;
  z-index: 1;
}

.radio-style-1:after {
  content: "";
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #005D98;
  transition: 0.2s all ease-in-out;
  transform-origin: 0 -12.5%;
  transform: scale(0) translate(-50%, -50%);
}

.radio-style-1 .legitRipple-ripple {
  background: rgba(0, 93, 152, 0.1);
}

.radio-style-1:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 93, 152, 0.1);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.radio-check {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 50%;
  background: #005D98;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  transform: scale(0) translate(-50%, -50%);
}

.radio-text {
  vertical-align: middle;
}

.switch {
  cursor: pointer;
}

.switch-wrap {
  position: relative;
  width: 44px;
}

.switch-text {
  font-size: 14px;
  color: #afb3bc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-off {
  color: #242526;
}

.switch-ic {
  border-radius: 12px;
  height: 24px;
  background-color: white;
  position: absolute;
  left: 1px;
  right: 19px;
  top: 1px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.switch-bg {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background-color: #e0e4eb;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.switch-stretch:active .switch-ic {
  right: 13px;
}

.switch-stretch:active input[type="checkbox"]:checked~.table .switch-ic {
  left: 13px;
}

input[type="checkbox"]:checked~* .switch-ic {
  right: 1px;
  left: 19px;
  background-color: white;
}

input[type="checkbox"]:checked~* .switch-bg {
  background-color: #2ed573;
}

input[type="checkbox"]:checked~* .switch-on {
  color: #242526;
}

input[type="checkbox"]:checked~* .switch-off {
  color: #afb3bc;
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='13' height='13' viewBox='0 0 24 24' stroke-width='3' stroke='%23005D98' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-ic {
  border-color: rgba(0, 93, 152, 0.2);
  background-color: rgba(0, 93, 152, 0.1);
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-green {
  border-color: #2ed573;
  background-color: #2ed573;
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-blue {
  border-color: #005D98;
  background-color: #005D98;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-ic {
  border-color: rgba(0, 93, 152, 0.2);
  background-color: rgba(0, 93, 152, 0.1);
}

input[type="radio"]:checked~.rnc-ic-wrap .checkbox-text-change {
  color: #005D98;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-ic {
  border-color: #005D98;
  background-color: transparent;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1 .radio-check,
input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1:after {
  transform: scale(1) translate(-50%, -50%);
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.rnc-ic-wrap {
  align-items: center;
  display: flex;
}

.rnc-ic-wrap::after {
  content: "a";
  visibility: hidden;
  width: 0px;
  display: inline-block;
  vertical-align: center;
}

.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .ph20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .ph25 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .ph30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr7 {
  padding-right: 7px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .pr20 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr20 {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .pr25 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr25 {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .pr30 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr30 {
    padding-right: 30px;
  }
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl7 {
  padding-left: 7px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .pl20 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl20 {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .pl25 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl25 {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .pl30 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl30 {
    padding-left: 30px;
  }
}

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pv40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .pv50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pv60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .pt40 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt40 {
    padding-top: 40px;
  }
}

@media (min-width: 0px) {
  .pt50 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt50 {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .pt60 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pos-tl0 {
  left: 0px;
  top: 0px;
}

.pos-tl3 {
  left: 3px;
  top: 3px;
}

.pos-tl5 {
  left: 5px;
  top: 5px;
}

.pos-tl7 {
  left: 7px;
  top: 7px;
}

.pos-tl10 {
  left: 10px;
  top: 10px;
}

.pos-tl15 {
  left: 15px;
  top: 15px;
}

@media (min-width: 0px) {
  .pos-tl20 {
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tl20 {
    left: 20px;
    top: 20px;
  }
}

@media (min-width: 0px) {
  .pos-tl25 {
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tl25 {
    left: 25px;
    top: 25px;
  }
}

.pos-tr0 {
  top: 0px;
  right: 0px;
}

.pos-tr3 {
  top: 3px;
  right: 3px;
}

.pos-tr5 {
  top: 5px;
  right: 5px;
}

.pos-tr7 {
  top: 7px;
  right: 7px;
}

.pos-tr10 {
  top: 10px;
  right: 10px;
}

.pos-tr15 {
  top: 15px;
  right: 15px;
}

@media (min-width: 0px) {
  .pos-tr20 {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tr20 {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 0px) {
  .pos-tr25 {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tr25 {
    top: 25px;
    right: 25px;
  }
}

.pos-bl0 {
  top: 0px;
  left: 0px;
}

.pos-bl3 {
  top: 3px;
  left: 3px;
}

.pos-bl5 {
  top: 5px;
  left: 5px;
}

.pos-bl7 {
  top: 7px;
  left: 7px;
}

.pos-bl10 {
  top: 10px;
  left: 10px;
}

.pos-bl15 {
  top: 15px;
  left: 15px;
}

@media (min-width: 0px) {
  .pos-bl20 {
    top: 15px;
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-bl20 {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 0px) {
  .pos-bl25 {
    top: 15px;
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-bl25 {
    top: 25px;
    left: 25px;
  }
}

.pos-br0 {
  bottom: 0px;
  right: 0px;
}

.pos-br3 {
  bottom: 3px;
  right: 3px;
}

.pos-br5 {
  bottom: 5px;
  right: 5px;
}

.pos-br7 {
  bottom: 7px;
  right: 7px;
}

.pos-br10 {
  bottom: 10px;
  right: 10px;
}

.pos-br15 {
  bottom: 15px;
  right: 15px;
}

@media (min-width: 0px) {
  .pos-br20 {
    bottom: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-br20 {
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 0px) {
  .pos-br25 {
    bottom: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-br25 {
    bottom: 25px;
    right: 25px;
  }
}

.pos-ct0 {
  top: 0;
  width: 100%;
  padding: 0px 0px 0 0px;
}

.pos-ct3 {
  top: 0;
  width: 100%;
  padding: 3px 3px 0 3px;
}

.pos-ct5 {
  top: 0;
  width: 100%;
  padding: 5px 5px 0 5px;
}

.pos-ct7 {
  top: 0;
  width: 100%;
  padding: 7px 7px 0 7px;
}

.pos-ct10 {
  top: 0;
  width: 100%;
  padding: 10px 10px 0 10px;
}

.pos-ct15 {
  top: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
}

@media (min-width: 0px) {
  .pos-ct20 {
    top: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

@media (min-width: 1200px) {
  .pos-ct20 {
    top: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

@media (min-width: 0px) {
  .pos-ct25 {
    top: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

@media (min-width: 1200px) {
  .pos-ct25 {
    top: 0;
    width: 100%;
    padding: 25px 25px 0 25px;
  }
}

.pos-cb0 {
  bottom: 0;
  width: 100%;
  padding: 0 0px 0px 0px;
}

.pos-cb3 {
  bottom: 0;
  width: 100%;
  padding: 0 3px 3px 3px;
}

.pos-cb5 {
  bottom: 0;
  width: 100%;
  padding: 0 5px 5px 5px;
}

.pos-cb7 {
  bottom: 0;
  width: 100%;
  padding: 0 7px 7px 7px;
}

.pos-cb10 {
  bottom: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.pos-cb15 {
  bottom: 0;
  width: 100%;
  padding: 0 15px 15px 15px;
}

@media (min-width: 0px) {
  .pos-cb20 {
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 1200px) {
  .pos-cb20 {
    bottom: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}

@media (min-width: 0px) {
  .pos-cb25 {
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 1200px) {
  .pos-cb25 {
    bottom: 0;
    width: 100%;
    padding: 0 25px 25px 25px;
  }
}

.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mh20 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mh25 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mh30 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mr20 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mr25 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr25 {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mr30 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .ml20 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .ml25 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml25 {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .ml30 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mv40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .mv50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mv60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .mt40 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt40 {
    margin-top: 40px;
  }
}

@media (min-width: 0px) {
  .mt50 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .mt60 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.list-last-mv>*:last-child {
  margin-bottom: 0;
}

.list-last-mv>*:first-child {
  margin-top: 0;
}

.list-last-mh>*:last-child {
  margin-right: 0;
}

.list-last-mh>*:first-child {
  margin-left: 0;
}

.list-last-mt>*:first-child {
  margin-top: 0;
}

.list-last-mr>*:last-child {
  margin-right: 0;
}

.list-last-mb>*:last-child {
  margin-bottom: 0;
}

.list-last-ml>*:first-child {
  margin-left: 0;
}

.list-last-pv>*:last-child {
  padding-bottom: 0;
}

.list-last-pv>*:first-child {
  padding-top: 0;
}

.list-last-ph>*:last-child {
  padding-right: 0;
}

.list-last-ph>*:first-child {
  padding-left: 0;
}

.list-last-pt>*:first-child {
  padding-top: 0;
}

.list-last-pr>*:last-child {
  padding-right: 0;
}

.list-last-pb>*:last-child {
  padding-bottom: 0;
}

.list-last-pl>*:first-child {
  padding-left: 0;
}

.list-ph0>* {
  padding-left: 0px;
  padding-right: 0px;
}

.list-ph5>* {
  padding-left: 5px;
  padding-right: 5px;
}

.list-ph7>* {
  padding-left: 7px;
  padding-right: 7px;
}

.list-ph10>* {
  padding-left: 10px;
  padding-right: 10px;
}

.list-ph15>* {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-ph20>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph20>* {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-ph25>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph25>* {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-ph30>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph30>* {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.list-pr0>* {
  padding-right: 0px;
}

.list-pr5>* {
  padding-right: 5px;
}

.list-pr7>* {
  padding-right: 7px;
}

.list-pr10>* {
  padding-right: 10px;
}

.list-pr15>* {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-pr20>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr20>* {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-pr25>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr25>* {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-pr30>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr30>* {
    padding-right: 30px;
  }
}

.list-pl0>* {
  padding-left: 0px;
}

.list-pl5>* {
  padding-left: 5px;
}

.list-pl7>* {
  padding-left: 7px;
}

.list-pl10>* {
  padding-left: 10px;
}

.list-pl15>* {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .list-pl20>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl20>* {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-pl25>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl25>* {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-pl30>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl30>* {
    padding-left: 30px;
  }
}

.list-pv0>* {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-pv5>* {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-pv7>* {
  padding-top: 7px;
  padding-bottom: 7px;
}

.list-pv10>* {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-pv15>* {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-pv20>* {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-pv25>* {
  padding-top: 25px;
  padding-bottom: 25px;
}

.list-pv30>* {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pv40>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv40>* {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-pv50>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv50>* {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pv60>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv60>* {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-pb0>* {
  padding-bottom: 0px;
}

.list-pb5>* {
  padding-bottom: 5px;
}

.list-pb7>* {
  padding-bottom: 7px;
}

.list-pb10>* {
  padding-bottom: 10px;
}

.list-pb15>* {
  padding-bottom: 15px;
}

.list-pb20>* {
  padding-bottom: 20px;
}

.list-pb25>* {
  padding-bottom: 25px;
}

.list-pb30>* {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pb40>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb40>* {
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-pb50>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb50>* {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pb60>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb60>* {
    padding-bottom: 60px;
  }
}

.list-pt0>* {
  padding-top: 0px;
}

.list-pt5>* {
  padding-top: 5px;
}

.list-pt7>* {
  padding-top: 7px;
}

.list-pt10>* {
  padding-top: 10px;
}

.list-pt15>* {
  padding-top: 15px;
}

.list-pt20>* {
  padding-top: 20px;
}

.list-pt25>* {
  padding-top: 25px;
}

.list-pt30>* {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .list-pt40>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt40>* {
    padding-top: 40px;
  }
}

@media (min-width: 0px) {
  .list-pt50>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt50>* {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-pt60>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt60>* {
    padding-top: 60px;
  }
}

.list-mh0>* {
  margin-left: 0px;
  margin-right: 0px;
}

.list-mh5>* {
  margin-left: 5px;
  margin-right: 5px;
}

.list-mh7>* {
  margin-left: 7px;
  margin-right: 7px;
}

.list-mh10>* {
  margin-left: 10px;
  margin-right: 10px;
}

.list-mh15>* {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mh20>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh20>* {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mh25>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh25>* {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mh30>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh30>* {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.list-mr0>* {
  margin-right: 0px;
}

.list-mr5>* {
  margin-right: 5px;
}

.list-mr7>* {
  margin-right: 7px;
}

.list-mr10>* {
  margin-right: 10px;
}

.list-mr15>* {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mr20>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr20>* {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mr25>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr25>* {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mr30>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr30>* {
    margin-right: 30px;
  }
}

.list-ml0>* {
  margin-left: 0px;
}

.list-ml5>* {
  margin-left: 5px;
}

.list-ml7>* {
  margin-left: 7px;
}

.list-ml10>* {
  margin-left: 10px;
}

.list-ml15>* {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .list-ml20>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml20>* {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-ml25>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml25>* {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-ml30>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml30>* {
    margin-left: 30px;
  }
}

.list-mv0>* {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-mv5>* {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-mv7>* {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-mv10>* {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-mv15>* {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-mv20>* {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-mv25>* {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-mv30>* {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mv40>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv40>* {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-mv50>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv50>* {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mv60>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv60>* {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.list-mb0>* {
  margin-bottom: 0px;
}

.list-mb5>* {
  margin-bottom: 5px;
}

.list-mb7>* {
  margin-bottom: 7px;
}

.list-mb10>* {
  margin-bottom: 10px;
}

.list-mb15>* {
  margin-bottom: 15px;
}

.list-mb20>* {
  margin-bottom: 20px;
}

.list-mb25>* {
  margin-bottom: 25px;
}

.list-mb30>* {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mb40>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb40>* {
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-mb50>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb50>* {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mb60>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb60>* {
    margin-bottom: 60px;
  }
}

.list-mt0>* {
  margin-top: 0px;
}

.list-mt5>* {
  margin-top: 5px;
}

.list-mt7>* {
  margin-top: 7px;
}

.list-mt10>* {
  margin-top: 10px;
}

.list-mt15>* {
  margin-top: 15px;
}

.list-mt20>* {
  margin-top: 20px;
}

.list-mt25>* {
  margin-top: 25px;
}

.list-mt30>* {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .list-mt40>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt40>* {
    margin-top: 40px;
  }
}

@media (min-width: 0px) {
  .list-mt50>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt50>* {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-mt60>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt60>* {
    margin-top: 60px;
  }
}

.form-group {
  text-align: left;
  margin-bottom: 11px;
}

@media (min-width: 0px) {
  .form-group-xs {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-xs {
    display: inline-block;
    width: 118px;
  }
}

@media (min-width: 0px) {
  .form-group-sm {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-sm {
    display: inline-block;
    width: 162px;
  }
}

@media (min-width: 0px) {
  .form-group-md {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-md {
    display: inline-block;
    width: 185px;
  }
}

@media (min-width: 0px) {
  .form-group-lg {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-lg {
    display: inline-block;
    width: 298px;
  }
}

@media (min-width: 0px) {
  .form-group-xl {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-xl {
    display: inline-block;
    width: 393px;
  }
}

label {
  margin-bottom: 0;
}

.ulabel-status {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.ulabel-size-default {
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  min-width: 0;
  font-size: 9px;
  padding: 0 6px;
}

.ulabel-size-sm {
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  font-size: 10px;
  padding: 0 7px;
}

.ulabel-size-md {
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  min-width: 0;
  font-size: 11px;
  padding: 0 8px;
}

.ulabel-size-lg {
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  min-width: 0;
  font-size: 12px;
  padding: 0 9px;
}

.ulabel-round.label-size-default {
  border-radius: 9px;
}

.ulabel-round.label-size-sm {
  border-radius: 10px;
}

.ulabel-round.label-size-md {
  border-radius: 11px;
}

.ulabel-round.label-size-lg {
  border-radius: 12px;
}

.ulabel-full {
  width: 100%;
  display: block;
}

.ulabel-sub {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

.circle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-6 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.circle-xs {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.circle-sm {
  width: 14px;
  height: 14px;
  border-radius: 7px;
}

.circle-md {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.circle-lg {
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

.circle-lg-1 {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.circle-lg-2 {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.circle-lg-3 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.circle-lg-4 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

html {
  height: 100%;
}

body {
  color: #242526;
}

.up {
  text-transform: uppercase;
}

.u {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.link {
  color: #005D98 !important;
}

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-accordion] {
  line-height: 1;
}

[data-control] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
}

.trigger-box {
  display: none;
}

#menu-trigger {
  display: none;
}

.block-right {
  margin-right: 0;
  margin-left: auto;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-left {
  margin-right: auto;
  margin-left: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
  max-width: 100%;
}

.inline-block-right {
  text-align: right;
  vertical-align: middle;
  font-size: 0;
}

.hover-u:hover {
  text-decoration: underline !important;
}

.hover-c:hover {
  color: #005D98;
}

.hover-uc:hover {
  text-decoration: underline;
  color: #005D98;
}

.isolated-scroll:not(.sidebar) {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}

.isolated-scroll:not(.sidebar)>* {
  -webkit-transform: translate3d(0, 0, 0);
}

.scroll {
  -webkit-overflow-scrolling: touch;
}

.scroll>* {
  -webkit-transform: translate3d(0, 0, 0);
}

.off-scrolling-ios {
  -webkit-overflow-scrolling: auto;
}

.box:before,
.box:after {
  content: " ";
  display: table;
}

.v-top {
  vertical-align: top;
}

.v-bottom {
  vertical-align: bottom;
}

.v-middle {
  vertical-align: middle;
}

.block {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1081px) {
  .scroller-style::-webkit-scrollbar {
    width: 5px;
  }

  .scroller-style::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .scroller-style::-webkit-scrollbar-track {
    width: 17px;
  }
}

.max-height-md {
  height: 300px;
  overflow-y: auto;
}

.wrapper {
  overflow-y: auto;
}

[data-tooltip] {
  cursor: pointer;
}

.breadcrumbs {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0;
  color: #afb3bc;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs .items {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: #afb3bc !important;
  text-decoration: none !important;
}

.legitRipple img {
  z-index: 10;
  position: relative;
}

@media (max-width: 1200px) {
  .hidden-menu-mobile {
    display: none;
  }
}

@media (min-width: 1201px) {
  .show-menu-mobile {
    display: none;
  }
}

.body-overflow {
  width: calc(100% - 17px);
}

.collapse {
  height: 0;
}

.collapse.in {
  height: auto;
}

.tree {
  border: 1px solid #afb3bc;
  border-radius: 6px;
}

.tree-body {
  height: 177px;
  overflow-y: scroll;
}

.tree:not(:last-child) {
  margin-bottom: 30px;
  margin-top: 7px;
}

@media (min-width: 1081px) {
  .tree::-webkit-scrollbar {
    width: 5px;
  }

  .tree::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .tree::-webkit-scrollbar-track {
    width: 17px;
  }
}

.tree-header {
  padding: 0 15px;
  margin: 10px 0;
}

.tree-header>* {
  margin: 10px 0;
}

.tree-group-header {
  background-color: #eaeff3;
  padding: 7px 15px;
}

.tree-group>.live-search-list {
  padding: 0 15px;
}

.live-search-list li {
  padding: 5px 0;
}

.progress-wrap {
  width: 400px;
  max-width: 90%;
  height: 70px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 40px;
  border-radius: 4px;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-wrap.out {
  opacity: 0;
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

.progress-bg {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: #e0e4eb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.progress-bar {
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: #005D98;
}

.progress-backdrop {
  position: fixed;
  z-index: 2999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-backdrop.out {
  opacity: 0;
}

.out .progress-bar {
  background: #2ed573;
}

.error .progress-bar {
  background: #E7381D;
}

.tooltip {
  font-family: inherit;
}

.tooltip-inner {
  color: #242526;
  background-color: white;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: white;
}

.sticky-sidebar {
  will-change: min-height;
}

.sticky-sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sticky-sidebar__inner:after {
  content: "";
  display: table;
}

@media (max-width: 992px) {
  .sticky-space {
    padding: 0 !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-xs {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .show-md {
    display: none !important;
  }
}

.clear:after {
  display: table;
  content: "";
  clear: both;
}

.no-m {
  margin: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mh {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-mv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-p {
  padding: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-ph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-pv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.no-border {
  border: 0 !important;
}

.no-bg-color {
  background-color: transparent !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
}

.no-u {
  text-decoration: none !important;
}

.no-pointer {
  pointer-events: none;
}

.no-cursor {
  cursor: default;
}

.no-font {
  font-size: 0;
  line-height: 0;
}

.no-radius {
  border-radius: 0 !important;
}

.def-line-height {
  line-height: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>* {
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
}

.row-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.row-5>* {
  vertical-align: top;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>* {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-15>* {
  vertical-align: top;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>* {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>* {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40>* {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.row-center>* {
  vertical-align: middle;
}

.row-bottom>* {
  vertical-align: bottom;
}

.height-100 {
  height: 100%;
}

.list {
  font-size: 14px;
  margin: 0;
  list-style: none;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-stretch {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  flex-direction: column;
}

.flex-wrap>*:not(.flex-stretch) {
  flex: none;
}

.lazyload {
  opacity: 0;
  transition: 0.3s opacity ease-out;
  background-color: #e0e4eb;
}

.lazyload.show {
  opacity: 1;
}

.lazyload-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lazyload-wrap {
  position: relative;
  background: #eaeff3;
}

.lazyload-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.lazyload-wrap.load {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #eaeff3;
  background: linear-gradient(to right, #e0e4eb 8%, #eaeff3 18%, #e0e4eb 33%);
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.blur {
  filter: blur(10px);
}

.lazyload-pro-wrap {
  overflow: hidden;
}

.searching [data-search-term] {
  display: none;
}

[data-search-term].hightlight>span {
  color: #005D98;
}

.arrow-down-anim::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1xegglx;
}

.arrow-down-anim::before {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  left: 0px;
  transform: translateY(-50%) rotate(43deg);
}

.arrow-down-anim::after,
.arrow-down-anim::before {
  content: "";
  width: 7px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  background: #242526;
}

.arrow-down-anim::after {
  animation: 200ms ease 0s 1 normal forwards running animation-f7gund;
}

.arrow-down-anim::after {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  right: 0px;
  transform: translateY(-50%) rotate(-43deg);
}

.arrow-down-anim {
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.select2-container--open~.input-ic .arrow-down-anim::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1ssg1zn;
}

.select2-container--open~.input-ic .arrow-down-anim::after {
  animation: 200ms ease 0s 1 normal forwards running animation-jkrku4;
}

@-webkit-keyframes animation-1xegglx {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@keyframes animation-1xegglx {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@-webkit-keyframes animation-1ssg1zn {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@keyframes animation-1ssg1zn {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@-webkit-keyframes animation-f7gund {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@keyframes animation-f7gund {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@-webkit-keyframes animation-jkrku4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@keyframes animation-jkrku4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 6px;
}

.select2-selection__arrow {
  display: none;
}

.input-material-2~.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  height: 0;
}

.select2-container--default .select2-selection--multiple {
  max-height: 120px;
  overflow-y: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option {
  position: relative;
  border-radius: 6px;
  margin: 4px 8px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-image: url(../../media/icons-color/default/default/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 18px;
  background-color: #eaeff3;
  padding-left: 15px;
  background-position: center right 10px;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #707C93;
}

@media (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f7f8fa;
    background-position: center right 10px;
    background-repeat: no-repeat;
    height: 36px;
  }
}

.select2-search--dropdown {
  border-radius: 6px 6px 0 0;
}

.select2-container--disabled {
  opacity: 0.6;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #707C93;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  color: #242526;
}

@media (max-width: 991px) {

  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px !important;
  }
}

.select2-search--dropdown {
  padding: 10px;
}

@media (max-width: 767px) {
  .select2-search--dropdown {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  body>.select2-container .select2-dropdown {
    position: fixed;
    width: 100% !important;
    z-index: 4000;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  body>.select2-container .select2-dropdown [aria-selected="true"] {
    color: #005D98;
  }

  body>.select2-container .select2-dropdown [aria-selected="true"] {
    pointer-events: none;
  }

  body>.select2-container .select2-dropdown [aria-multiselectable="true"] [aria-selected="true"] {
    pointer-events: all;
  }

  body>.select2-container .select2-dropdown .close-select--multiple~.select2-results [aria-selected="true"] {
    pointer-events: all;
  }

  body>.select2-container .select2-dropdown.top-0 {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  body>.select2-container .select2-dropdown .select2-results__options {
    height: 45vh;
    max-height: calc(100vh - 200px);
    max-height: -webkit-calc(100vh - 200px);
    min-height: 70px;
    -webkit-overflow-scrolling: touch;
  }
}

.select2-results__option {
  font-size: 14px;
}

@media (min-width: 768px) {
  .select2-results__option {
    padding: 7.5px;
  }
}

@media (max-width: 767px) {
  .select2-results__option {
    padding: 12px;
  }
}

.select-2-backdrop {
  background-color: black;
  opacity: 0;
  position: fixed;
  z-index: 3999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.select-2-backdrop.show {
  pointer-events: all;
  opacity: 0.5;
}

.close-select {
  text-align: center;
  font-size: 16px;
  padding: 10px 70px;
  position: relative;
  font-weight: 600;
}

.close-select__btn {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 12px 12px 12px 15px;
  top: 0;
}

.close-select__done {
  font-size: 14px;
  font-weight: 600;
  color: #005D98;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 15px;
  top: 0;
}

.select2-container .unselect-all {
  padding: 15px 0;
  text-align: center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.select-2[multiple]:not(.input-line):not(.input-default)~.input-frame {
  display: none;
}

.select-2[multiple].input-border~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-clean~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-material-2~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-material-3~.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.select-2[multiple].input-border~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-clean~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-material-2~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-material-3~.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #005f9b;
}

.select-2[multiple].input-line~.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select-2[multiple].input-default~.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}

.select-2[multiple].input-material-2~.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .select-2[multiple]~.select2 .select2-search__field {
    pointer-events: none;
    width: 1px !important;
  }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #e0e4eb;
  background-color: white;
  color: #242526;
  padding: 1px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #242526;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
  margin-bottom: 2px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  body>.select2-container {
    z-index: 4000;
  }
}

@media (min-width: 768px) {
  body>.select2-container {
    z-index: 99;
  }

  .modal-backdrop~.select2-container {
    z-index: 2000;
  }
}

.select2-results__options {
  padding-bottom: 10px;
  padding-top: 4px;
  position: relative;
}

@media (min-width: 1081px) {
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }

  .select2-results__options::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .select2-results__options::-webkit-scrollbar-track {
    width: 17px;
  }
}

.select2-results {
  position: relative;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f8fa;
}

.select2-dropdown {
  box-shadow: 3px 5px 40px 0 rgba(36, 40, 65, 0.16);
}

.select2-search~.select2-search {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #707C93;
  font-size: 14px;
}

.select-tpl-img {
  background-position: center;
  background-size: contain;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #65c3ff;
  color: #005D98;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select-tpl-img-wrap {
  display: inline-block;
}

.lightpick {
  position: absolute;
  z-index: 99999;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 5px 40px 0 rgba(36, 37, 38, 0.16);
  color: #242526;
  line-height: 1.125em;
}

@media (min-width: 481px) {
  .lightpick {
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .lightpick.lightpick--inlined.is-hidden {
    padding: 0;
  }

  .lightpick:not(.lightpick--inlined) {
    position: fixed;
    left: 0 !important;
    bottom: 0;
    top: auto !important;
    height: 465px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .lightpick:not(.lightpick--inlined).is-hidden {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition-delay: 0s;
  }
}

.lightpick--inlined {
  position: static;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box;
}

@media (min-width: 481px) {
  .lightpick.is-hidden {
    display: none;
  }
}

.lightpick__months {
  background-color: white;
  text-align: center;
}

@media (min-width: 360px) {
  .lightpick__months {
    padding: 15px 12.5px 25px 12.5px;
  }
}

.lightpick__month {
  text-align: left;
  width: 334px;
  max-width: 100%;
  background-color: #fff;
  margin: auto;
  display: inline-block;
  margin-left: -1px;
  padding: 0 12.5px;
}

.lightpick__month-title-bar {
  margin-bottom: 0;
  align-items: center;
  position: relative;
}

.lightpick__month-title-bar:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__month-title {
  /* margin-top: 4px; */
  /* margin-bottom: 4px; */
  /* margin-left: 4px; */
  font-weight: normal;
  cursor: default;
  /* padding: 0 4px; */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  display: inline-block;
}

.lightpick__select {
  font-size: 14px;
}

.lightpick__month-title-accent {
  font-weight: bold;
  pointer-events: none;
}

.lightpick__inner {
  position: relative;
}

.lightpick__toolbar {
  text-align: right;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.lightpick__inner>.lightpick__toolbar {
  left: auto;
  right: 25px;
  top: 15px;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.lightpick__previous-action:hover,
.lightpick__next-action:hover,
.lightpick__close-action:hover {
  background-color: #eaeff3;
}

.lightpick__close-action {
  width: auto;
  height: 44px;
}

.lightpick__toolbar .lightpick__close-action {
  display: none;
}

.lightpick__next-action {
  float: right;
  background-image: url(../../media/icons-color/default/default/chevron-right.svg);
}

.lightpick__previous-action {
  background-image: url(../../media/icons-color/default/default/chevron-left.svg);
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 0;
  border: 1px solid #eaeff3;
  margin: 4px;
}

.lightpick__close-action {
  font-size: 14px;
}

@media (min-width: 481px) {
  .lightpick__close-action {
    display: none;
  }
}

.lightpick--inlined .lightpick__close-action {
  display: none;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__day-of-the-week {
  font-size: 11px;
  float: left;
  width: 14.28571%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  color: #707c93;
}

.lightpick__days>div {
  width: 14.28571%;
  float: left;
  min-height: 1px;
}

.lightpick__days:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__day {
  float: left;
  width: 44px;
  line-height: 44px;
  text-align: center;
  height: 44px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.lightpick__day::before,
.lightpick__day:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}

.lightpick__day:after {
  height: 34px;
}

.lightpick__day:nth-child(7n) {
  color: #242526;
}

.lightpick__day:nth-child(7n):after,
.lightpick__day:last-child:after {
  border-radius: 0 20px 20px 0;
}

.lightpick__day:nth-child(7n + 1):after {
  border-radius: 20px 0 0 20px;
}

.lightpick__day::before {
  z-index: -1;
  width: 40px;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lightpick__day.is-today {
  background-position: center bottom 6px;
  color: #005D98;
  font-weight: bold;
  background-size: 6px 6px;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
}

.lightpick__day:not(.is-disabled):hover:before {
  background-color: #eaeff3;
}

.lightpick__day.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: #74c9ff;
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0;
  pointer-events: none;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-position: center;
  background-size: 15px;
  background-repeat: repeat-x;
}

.lightpick__day.is-in-range:after {
  width: 100%;
  box-shadow: none;
  background-color: #5bbfff;
  left: 0;
  right: 0;
}

.lightpick__day.is-start-date.is-in-range:after,
.lightpick__day.is-end-date.is-in-range.is-flipped:after {
  width: 50%;
  right: 0;
  left: auto;
  background-color: #5bbfff;
}

.lightpick__day.is-end-date.is-in-range:after,
.lightpick__day.is-start-date.is-in-range.is-flipped:after {
  width: 50%;
  left: 0;
  right: auto;
  background-color: #5bbfff;
}

.lightpick__day.is-end-date.is-in-range:not(.is-flipped):nth-child(7n):after {
  border-radius: 0;
}

.lightpick__day.is-start-date.is-in-range:nth-child(7n):after {
  left: 0;
}

.lightpick__day.is-start-date.is-end-date:after {
  display: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  color: #fff;
  font-weight: bold;
}

.lightpick__day.is-start-date:before,
.lightpick__day.is-end-date:before,
.lightpick__day.is-start-date:hover:before,
.lightpick__day.is-end-date:hover:before {
  background-color: #005D98;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date {
  border-radius: 50%;
}

.lightpick__tooltip {
  z-index: 4;
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

@media (max-width: 480px) {
  .lightpick__tooltip {
    visibility: hidden !important;
  }
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__months {
  position: relative;
}

.lightpick__months-of-the-year {
  padding: 0;
  background-color: #fff;
}

.lightpick__month-of-the-year {
  padding: 0 10px;
  text-align: center;
  border-radius: 3px;
  box-shadow: inset -1px -1px 1px 1px #e0e0e0;
  cursor: default;
  flex-direction: column;
  float: left;
  width: 33%;
}

.lightpick__months-of-the-year-list {
  width: 308px;
}

.lightpick__month-of-the-year>div:first-child {
  padding: 10px 0 2px 0;
  font-size: 0.9em;
  pointer-events: none;
}

.lightpick__month-of-the-year>div:last-child {
  font-size: 0.7em;
  color: #bbb;
  padding: 2px 0 10px 0;
  pointer-events: none;
}

.lightpick__month-of-the-year:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 15px;
}

.lightpick__reset-action {
  color: #242526;
  background-color: transparent;
  float: left;
}

.lightpick__apply-action {
  color: #005D98;
  background-color: transparent;
  float: right;
}

.lightpick__footer:after {
  clear: both;
  display: table;
  content: "";
}

.lp-mobile-header-range {
  background-color: #eaeff3;
  margin-bottom: 10px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}

.lp-mobile-header {
  background-color: #eaeff3;
  margin-bottom: 10px;
  height: 44px;
}

.lp-mobile-header .lightpick__close-action {
  position: absolute;
  left: 10px;
  top: 0;
}

.lp-backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  transition: 0.3s all ease-in-out;
  border-radius: 0 !important;
  z-index: -1;
}

.lp-backdrop.show {
  opacity: 0.5;
  z-index: 3001;
  pointer-events: all;
}

.lightpick--inlined .lightpick__months {
  text-align: center;
}

select:not([disabled]).lightpick__select {
  cursor: pointer;
  height: 44px;
  margin-right: 10px;
  direction: ltr;
  padding: 0 15px 0 10px;
  line-height: 44px;
  border-radius: 5px;
  background-color: rgba(234, 239, 243, 0.6);
  background-image: url("../../media/icons-color/default/default/chevron-down.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center right 5px;
  font-weight: bold;
}

.lightpick__select-months {
  width: 110px;
}

.lightpick__select-years {
  width: 90px;
}

select[disabled].lightpick__select {
  padding: 0 5px;
}

.lightpick__days-of-the-week {
  margin-top: 10px;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.drag-target {
  height: 100%;
  width: 20px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: white;
  margin: 0 auto;
  white-space: nowrap;
  padding-left: 0;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: white;
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(36, 37, 38, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: white;
  outline: none;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #242526;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(36, 37, 38, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #005D98;
  will-change: left, right;
}

@media (max-width: 767px) {
  .tabs {
    display: flex;
  }

  .tabs .tab {
    flex-grow: 1;
  }

  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-dropdown-wrap .dropdown-content {
  list-style: none;
  padding-left: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
  max-height: 200px;
}

.material-dropdown-wrap .dropdown-content:focus {
  outline: 0;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator) {
  clear: both;
  color: #242526;
  cursor: pointer;
  min-height: 40px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator):hover,
.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator).active {
  background-color: #eee;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator):focus {
  outline: none;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator).divider {
  min-height: 0;
  height: 1px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>a,
.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>span {
  font-size: 14px;
  color: #242526;
  display: block;
  line-height: 18px;
  padding: 11px 15px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>span>label {
  top: 1px;
  left: 0;
  height: 18px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>a>i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.material-dropdown-wrap body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.material-dropdown-wrap .input-field.col .dropdown-content [type="checkbox"]+label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

.material-dropdown-wrap .dropdown-trigger {
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/light-gallery/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/light-gallery/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/light-gallery/video-play.png) no-repeat;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/light-gallery/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/light-gallery/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-item {
  background: url(../images/light-gallery/loading.gif) center center no-repeat;
}

.paginate_button.previous:before,
.paginate_button.last:before,
.paginate_button.next:before,
.paginate_button.first:before {
  display: none;
}

table.dataTable thead .sorting {
  background-image: url(../media/plugins/datatables/sort_both.png);
}

table.dataTable thead .sorting_asc {
  background-image: url(../media/plugins/datatables/sort_asc.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(../media/plugins/datatables/sort_desc.png);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  vertical-align: middle;
  padding: 0;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):active {
  border: 0 !important;
  box-shadow: none !important;
  color: #242526 !important;
  background-color: #eaeff3 !important;
  background-image: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
  background-image: url("../../media/icons-color/default/default/chevrons-right.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first {
  background-image: url("../../media/icons-color/default/default/chevrons-left.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-image: url("../../media/icons-color/default/default/chevron-left.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-image: url("../../media/icons-color/default/default/chevron-right.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_length select {
  height: 36px;
  padding: 0 20px 0 5px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-arrow-down'%3E%3Cpolygon points='35.7,58.65 153,175.951 270.3,58.65 306,94.351 153,247.35 0,94.351 ' style='fill: rgb%2818, 31, 62%29;'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 10px;
}

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #005D98;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  font-size: 13px;
  background: #005D98;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white !important;
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.paginate_button:not(.current):hover {
  background-color: #eaeff3;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background-size: 6px auto;
  padding-left: 15px;
  background-position: center left 5px;
}

.dataTables_scrollHeadInner {
  min-width: 100%;
}

table.dataTable {
  border-collapse: collapse;
  min-width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

.dataTables_scroll.right-none .table-ults {
  box-shadow: none;
}

.dataTables_scroll.left-none::before {
  opacity: 0;
}

.table-border-vh .dataTables_scroll:not(.right-none),
.table-border-v .dataTables_scroll:not(.right-none) {
  border-right: 1px solid #e0e4eb !important;
}

.dataTables_scrollHead th {
  border-bottom: 0 !important;
}

.dataTables_scroll {
  position: relative;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 0;
}

.dataTables_wrapper .dataTables_length {
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_length select {
  border: 0;
  border-bottom: 1px solid #e0e4eb;
  padding-right: 20px;
  border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 0 !important;
}

.details-control {
  min-width: 30px;
  padding: 0;
  background-image: url("../../media/icons-color/default/default/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.shown .details-control {
  background-image: url("../../media/icons-color/default/default/chevron-up.svg");
}

.dataTables_wrapper .no_sort {
  background: none !important;
  cursor: default;
  pointer-events: none;
}

.table-zebra.dataTable>tbody>tr.odd {
  background-color: #f7f8fa;
  color: #242526;
}

.table-zebra.dataTable>tbody>tr.odd .table-ults {
  background-color: #f7f8fa;
}

.table-hover>*:not(thead) .shown+tr:hover {
  background-color: white !important;
}

.noUi-target {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.noUi-target {
  position: relative;
}

.noUi-target::after {
  height: 3px;
  background-color: #e0e4eb;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-connect {
  background: transparent;
}

.noUi-connect::after {
  height: 3px;
  background-color: #005D98;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-horizontal .noUi-handle {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}

.noUi-touch-area {
  background: transparent;
  border: 0;
}

.noUi-touch-area::after {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #005D98;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  border: 0;
  outline: none !important;
}

.noUi-tooltip {
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 11px;
  width: 30px;
  height: 40px;
  line-height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='40' viewBox='0 0 30 40'%3E%3Cpath id='Path_244' data-name='Path 244' d='M15,0A15,15,0,0,1,30,15c0,8.284-15,25-15,25S0,23.284,0,15A15,15,0,0,1,15,0Z' fill='%23005D98'/%3E%3C/svg%3E%0A");
}

.noUi-horizontal .noUi-tooltip {
  transform: scale(0) translate(-50%, 0);
  transition: 0.2s transform ease-in-out;
  transform-origin: 0 100%;
}

.noUi-active .noUi-tooltip {
  border-radius: 0;
  transform: scale(1) translate(-50%, 0);
}

.noUi-horizontal .noUi-tooltip {
  bottom: 90%;
}

.noUi-marker-horizontal.noUi-marker {
  height: 3px;
  width: 1px;
  margin-left: -0.5px;
  background-color: #e0e4eb;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
  width: 1px;
  margin-left: -0.5px;
  background-color: #e0e4eb;
}

.noUi-value-horizontal {
  font-size: 11px;
}

.noUi-pips-horizontal {
  padding-top: 2px;
}

.ui-slider-pip {
  margin-bottom: 22px;
}

.scrollspy {
  height: 700px;
}

/*# sourceMappingURL=map/style.css.map */
a:active,
a:focus,
a:visited {
  color: initial;
}

a:focus,
input:focus {
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ol,
ul {
  list-style: none;
  padding-left: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

select::-ms-expand {
  display: none;
}

select {
  border: 0;
}

select:focus::-ms-value {
  background-color: inherit;
  color: #000;
}

.ripple .legitRipple-ripple,
.ripple-100 .legitRipple-ripple {
  background-color: #f3f6f8;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.color-transparent {
  color: transparent;
}

.color-invert {
  color: #ffffff;
}

.color-black {
  color: #000;
}

.color-default {
  color: #242526;
}

.color-default-2 {
  /* color: #797D7F;  */
  color: #242526;
}

.color-blue {
  color: #005D98;
}

.color-light-blue {
  color: #e4f4ff;
}

.color-cyan {
  color: #00BFAE;
}

.color-red {
  color: #E7381D;
}

.color-light-red {
  color: #E7381D;
}

.color-light-grey {
  color: #F8F8F8;
}

.color-light-grey-2 {
  color: #F1F2F2;
}

.color-primary {
  color: #005D98;
}

.color-light-primary {
  color: #e4f4ff;
}

.color-secondary {
  color: #00BFAE;
}

.color-danger {
  color: #E7381D;
}

.color-light-danger {
  color: #E7381D;
}

.color-blank {
  color: transparent;
}

.ubg-transparent {
  background-color: transparent;
  color: white;
}

.ubg-transparent.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-transparent.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.ubg-transparent .ubtn-inner {
  color: white;
}

.ubg-invert {
  background-color: #ffffff;
  color: white;
}

.ubg-invert.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-invert.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.2);
}

.ubg-invert .ubtn-inner {
  color: white;
}

.ubg-black {
  background-color: #000;
  color: white;
}

.ubg-black.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-black.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.2);
}

.ubg-black .ubtn-inner {
  color: white;
}

.ubg-default {
  background-color: #242526;
  color: white;
}

.ubg-default.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-default.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(36, 37, 38, 0.2);
}

.ubg-default .ubtn-inner {
  color: white;
}

.ubg-default-2 {
  background-color: #797D7F;
  color: white;
}

.ubg-default-2.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-default-2.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(121, 125, 127, 0.2);
}

.ubg-default-2 .ubtn-inner {
  color: white;
}

.ubg-blue {
  background-color: #005D98;
  color: white;
}

.ubg-blue.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-blue.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.2);
}

.ubg-blue .ubtn-inner {
  color: white;
}

.ubg-light-blue {
  background-color: #e4f4ff;
  color: white;
}

.ubg-light-blue.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-blue.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.2);
}

.ubg-light-blue .ubtn-inner {
  color: white;
}

.ubg-cyan {
  background-color: #00BFAE;
  color: white;
}

.ubg-cyan.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-cyan.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.2);
}

.ubg-cyan .ubtn-inner {
  color: white;
}

.ubg-red {
  background-color: #E7381D;
  color: white;
}

.ubg-red.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-red.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-red .ubtn-inner {
  color: white;
}

.ubg-light-red {
  background-color: #E7381D;
  color: white;
}

.ubg-light-red.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-red.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-light-red .ubtn-inner {
  color: white;
}

.ubg-light-grey {
  background-color: #F8F8F8;
  color: white;
}

.ubg-light-grey.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-grey.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(248, 248, 248, 0.2);
}

.ubg-light-grey .ubtn-inner {
  color: white;
}

.ubg-light-grey-2 {
  background-color: #F1F2F2;
  color: white;
}

.ubg-light-grey-2.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-grey-2.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(241, 242, 242, 0.2);
}

.ubg-light-grey-2 .ubtn-inner {
  color: white;
}

.ubg-primary {
  background-color: #005D98;
  color: white;
}

.ubg-primary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-primary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.2);
}

.ubg-primary .ubtn-inner {
  color: white;
}

.ubg-light-primary {
  background-color: #e4f4ff;
  color: white;
}

.ubg-light-primary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-primary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.2);
}

.ubg-light-primary .ubtn-inner {
  color: white;
}

.ubg-secondary {
  background-color: #00BFAE;
  color: white;
}

.ubg-secondary.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-secondary.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.2);
}

.ubg-secondary .ubtn-inner {
  color: white;
}

.ubg-danger {
  background-color: #E7381D;
  color: white;
}

.ubg-danger.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-danger.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-danger .ubtn-inner {
  color: white;
}

.ubg-light-danger {
  background-color: #E7381D;
  color: white;
}

.ubg-light-danger.ubg-hover {
  transition: 0.2s all linear;
}

.ubg-light-danger.ubg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.2);
}

.ubg-light-danger .ubtn-inner {
  color: white;
}

.ubg-op-transparent {
  background-color: rgba(0, 0, 0, 0.2);
  color: transparent;
}

.ubg-op-transparent.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.ubg-op-transparent .legitRipple-ripple {
  background: rgba(87, 87, 87, 0);
}

.ubg-op-invert {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.ubg-op-invert.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(255, 255, 255, 0.3);
}

.ubg-op-invert .legitRipple-ripple {
  background: white;
}

.ubg-op-black {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

.ubg-op-black.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 0, 0, 0.3);
}

.ubg-op-black .legitRipple-ripple {
  background: #575757;
}

.ubg-op-default {
  background-color: rgba(36, 37, 38, 0.2);
  color: #242526;
}

.ubg-op-default.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(36, 37, 38, 0.3);
}

.ubg-op-default .legitRipple-ripple {
  background: #787c7f;
}

.ubg-op-default-2 {
  background-color: rgba(121, 125, 127, 0.2);
  color: #797D7F;
}

.ubg-op-default-2.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(121, 125, 127, 0.3);
}

.ubg-op-default-2 .legitRipple-ripple {
  background: #d2d3d4;
}

.ubg-op-blue {
  background-color: rgba(0, 93, 152, 0.2);
  color: #005D98;
}

.ubg-op-blue.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.3);
}

.ubg-op-blue .legitRipple-ripple {
  background: #46b7ff;
}

.ubg-op-light-blue {
  background-color: rgba(228, 244, 255, 0.2);
  color: #e4f4ff;
}

.ubg-op-light-blue.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.3);
}

.ubg-op-light-blue .legitRipple-ripple {
  background: white;
}

.ubg-op-cyan {
  background-color: rgba(0, 161, 228, 0.2);
  color: #00BFAE;
}

.ubg-op-cyan.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.3);
}

.ubg-op-cyan .legitRipple-ripple {
  background: #92dfff;
}

.ubg-op-red {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-red.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-red .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-red {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-light-red.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-light-red .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-grey {
  background-color: rgba(248, 248, 248, 0.2);
  color: #F8F8F8;
}

.ubg-op-light-grey.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(248, 248, 248, 0.3);
}

.ubg-op-light-grey .legitRipple-ripple {
  background: white;
}

.ubg-op-light-grey-2 {
  background-color: rgba(241, 242, 242, 0.2);
  color: #F1F2F2;
}

.ubg-op-light-grey-2.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(241, 242, 242, 0.3);
}

.ubg-op-light-grey-2 .legitRipple-ripple {
  background: white;
}

.ubg-op-primary {
  background-color: rgba(0, 93, 152, 0.2);
  color: #005D98;
}

.ubg-op-primary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 93, 152, 0.3);
}

.ubg-op-primary .legitRipple-ripple {
  background: #46b7ff;
}

.ubg-op-light-primary {
  background-color: rgba(228, 244, 255, 0.2);
  color: #e4f4ff;
}

.ubg-op-light-primary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(228, 244, 255, 0.3);
}

.ubg-op-light-primary .legitRipple-ripple {
  background: white;
}

.ubg-op-secondary {
  background-color: rgba(0, 161, 228, 0.2);
  color: #00BFAE;
}

.ubg-op-secondary.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(0, 161, 228, 0.3);
}

.ubg-op-secondary .legitRipple-ripple {
  background: #92dfff;
}

.ubg-op-danger {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-danger.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-danger .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-op-light-danger {
  background-color: rgba(231, 56, 29, 0.2);
  color: #E7381D;
}

.ubg-op-light-danger.bg-shadow {
  box-shadow: 0px 5px 30px 0 rgba(231, 56, 29, 0.3);
}

.ubg-op-light-danger .legitRipple-ripple {
  background: #f8c2ba;
}

.ubg-blank {
  background: transparent;
}

.ubg-line-transparent {
  border: 1px solid transparent !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-transparent>* {
  color: transparent;
}

.ubg-line-transparent .legitRipple-ripple {
  background: rgba(107, 107, 107, 0);
}

.ubg-line-invert {
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-invert>* {
  color: #ffffff;
}

.ubg-line-invert .legitRipple-ripple {
  background: white;
}

.ubg-line-black {
  border: 1px solid #000 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-black>* {
  color: #000;
}

.ubg-line-black .legitRipple-ripple {
  background: #6b6b6b;
}

.ubg-line-default {
  border: 1px solid #242526 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-default>* {
  color: #242526;
}

.ubg-line-default .legitRipple-ripple {
  background: #8d9093;
}

.ubg-line-default-2 {
  border: 1px solid #797D7F !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-default-2>* {
  color: #797D7F;
}

.ubg-line-default-2 .legitRipple-ripple {
  background: #e7e7e8;
}

.ubg-line-blue {
  border: 1px solid #005D98 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-blue>* {
  color: #005D98;
}

.ubg-line-blue .legitRipple-ripple {
  background: #6fc7ff;
}

.ubg-line-light-blue {
  border: 1px solid #e4f4ff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-blue>* {
  color: #e4f4ff;
}

.ubg-line-light-blue .legitRipple-ripple {
  background: white;
}

.ubg-line-cyan {
  border: 1px solid #00BFAE !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-cyan>* {
  color: #00BFAE;
}

.ubg-line-cyan .legitRipple-ripple {
  background: #bbebff;
}

.ubg-line-red {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-red>* {
  color: #E7381D;
}

.ubg-line-red .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-red {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-red>* {
  color: #E7381D;
}

.ubg-line-light-red .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-grey {
  border: 1px solid #F8F8F8 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-grey>* {
  color: #F8F8F8;
}

.ubg-line-light-grey .legitRipple-ripple {
  background: white;
}

.ubg-line-light-grey-2 {
  border: 1px solid #F1F2F2 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-grey-2>* {
  color: #F1F2F2;
}

.ubg-line-light-grey-2 .legitRipple-ripple {
  background: white;
}

.ubg-line-primary {
  border: 1px solid #005D98 !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-primary>* {
  color: #005D98;
}

.ubg-line-primary .legitRipple-ripple {
  background: #6fc7ff;
}

.ubg-line-light-primary {
  border: 1px solid #e4f4ff !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-primary>* {
  color: #e4f4ff;
}

.ubg-line-light-primary .legitRipple-ripple {
  background: white;
}

.ubg-line-secondary {
  border: 1px solid #00BFAE !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-secondary>* {
  color: #00BFAE;
}

.ubg-line-secondary .legitRipple-ripple {
  background: #bbebff;
}

.ubg-line-danger {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-danger>* {
  color: #E7381D;
}

.ubg-line-danger .legitRipple-ripple {
  background: #fce3df;
}

.ubg-line-light-danger {
  border: 1px solid #E7381D !important;
  box-shadow: none;
  background: transparent;
}

.ubg-line-light-danger>* {
  color: #E7381D;
}

.ubg-line-light-danger .legitRipple-ripple {
  background: #fce3df;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 576px) {
  .text-left-xs-right {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-left-xs-center {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-left-xs-justify {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .text-left-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-right {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-center {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-left-sm-justify {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .text-left-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-right {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-center {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-left-md-justify {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .text-left-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-right {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-center {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-left-lg-justify {
    text-align: left !important;
  }
}

@media (max-width: 1199px) {
  .text-left-lg-justify {
    text-align: justify !important;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-center-xs-left {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-center-xs-right {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-right {
    text-align: right !important;
  }
}

@media (min-width: 576px) {
  .text-center-xs-justify {
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .text-center-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-left {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-right {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-center-sm-justify {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-left {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-right {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-center-md-justify {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-left {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-right {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) {
  .text-center-lg-justify {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-lg-justify {
    text-align: justify !important;
  }
}

.text-right {
  text-align: right !important;
}

@media (min-width: 576px) {
  .text-right-xs-left {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-left {
    text-align: left !important;
  }
}

@media (min-width: 576px) {
  .text-right-xs-center {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .text-right-xs-justify {
    text-align: right !important;
  }
}

@media (max-width: 575px) {
  .text-right-xs-justify {
    text-align: justify !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-left {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-left {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-center {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-right-sm-justify {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .text-right-sm-justify {
    text-align: justify !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-left {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-center {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-right-md-justify {
    text-align: right !important;
  }
}

@media (max-width: 991px) {
  .text-right-md-justify {
    text-align: justify !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-left {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-center {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-right-lg-justify {
    text-align: right !important;
  }
}

@media (max-width: 1199px) {
  .text-right-lg-justify {
    text-align: justify !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.ic {
  height: auto;
}

.ic-default {
  width: 24px;
  height: auto;
}

.ic-xs {
  width: 14px;
  height: auto;
}

.ic-sm {
  width: 18px;
  height: auto;
}

.ic-md {
  width: 22px;
  height: auto;
}

.ic-lg {
  width: 24px;
  height: auto;
}

.font-xs {
  font-size: 16px;
}

.font-sm {
  font-size: 18px;
}

.font-md {
  font-size: 22px;
}

.font-lg {
  font-size: 24px;
}

.font-ic-xs {
  font-size: 14px;
}

.font-ic-sm {
  font-size: 18px;
}

.font-ic-md {
  font-size: 22px;
}

.font-ic-lg {
  font-size: 24px;
}

.fz-h1 {
  font-size: 17px;
}

.fz-h2 {
  font-size: 16px;
}

.fz-p {
  font-size: 13px;
}

h1,
.h1 {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

h2,
.h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

p,
.p {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.weight1 {
  font-weight: 100;
}

.weight2 {
  font-weight: 200;
}

.weight3 {
  font-weight: 300;
}

.weight4 {
  font-weight: 400;
}

.weight5 {
  font-weight: 500;
}

.weight6 {
  font-weight: 600;
}

.weight7 {
  font-weight: 700;
}

.weight8 {
  font-weight: 800;
}

.weight9 {
  font-weight: 900;
}

.b,
b {
  font-weight: bold;
}

p,
.p {
  font-size: 14px;
  line-height: 1.3;
}

label {
  font-size: 14px;
}

select,
textarea,
input,
button {
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

@media (min-width: 1201px) {

  .menu-hover .menu__item__block:after,
  .menu__item .menu__item__block:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    margin: auto;
    height: 6px;
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Path_1531' data-name='Path 1531' d='M1733.833-798.987l6-6,6,6h-12' transform='translate(-1733.833 804.987)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }

  .menu-hover:hover .menu__item__block:after,
  .menu__item:hover .menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {

  .menu-active:after,
  .menu--change .active .menu__item__block:after,
  .menu__item:after,
  .active>.menu__item__block:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 12px;
    margin: auto;
    height: 6px;
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath id='Path_1531' data-name='Path 1531' d='M1733.833-798.987l6-6,6,6h-12' transform='translate(-1733.833 804.987)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }

  .menu-active.active:after,
  .menu--change .active .active.menu__item__block:after,
  .active.menu__item:after,
  .active>.active.menu__item__block:after {
    display: block;
  }
}

@media (min-width: 1201px) {

  .menu-sub-hover,
  .menu__sub__item:hover {
    background-color: #eaeff3;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.15s 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.15s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.15s 0.15s ease-in, transform 0.15s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main--with-menu {
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .main--with-menu {
    padding-top: 70px;
  }
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::before {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::after {
  background-color: #242526;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.15s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.3s linear;
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked~.menu .hamburger .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.15s 0.1s ease-out, transform 0.15s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#menu-trigger:checked~.menu {
  height: 100%;
  background-color: white;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  -moz-transition: background 0.35s linear, height 0.35s ease-in;
  -ms-transition: background 0.35s linear, height 0.35s ease-in;
  -o-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

#menu-trigger:checked~.menu .input-trigger__glass {
  background-image: url(../../media/icons-color/default/default/search.svg);
}

#input-trigger:checked~.menu .search--menu {
  opacity: 1;
  color: #242526;
  border-bottom: 1px solid #242526;
}

@media (max-width: 1200px) {
  #input-trigger:checked~.menu .search--menu {
    width: 100%;
  }
}

@media (min-width: 1201px) {
  #input-trigger:checked~.menu .search--menu {
    width: 200px;
  }
}

#input-trigger:checked~.menu--change .search--menu {
  border-bottom: 1px solid white;
}

#input-trigger:checked~.menu--change .search--menu {
  color: white;
}

#input-trigger:checked~.menu .input-trigger__glass {
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

#input-trigger:checked~.menu .multiply-button--menu {
  visibility: visible;
  z-index: 2;
  -moz-transform: translate(0, -50%) scale(1) rotate(225deg);
  -o-transform: translate(0, -50%) scale(1) rotate(225deg);
  -ms-transform: translate(0, -50%) scale(1) rotate(225deg);
  -webkit-transform: translate(0, -50%) scale(1) rotate(225deg);
  transform: translate(0, -50%) scale(1) rotate(225deg);
  top: 50%;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  /* horizontal line */
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#input-trigger:checked~.menu .multiply-button--menu:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

#input-trigger:checked~.menu .multiply-button--menu:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

#input-trigger:checked~.menu .multiply-button--menu:before,
#input-trigger:checked~.menu .multiply-button--menu:after {
  content: "";
  position: absolute;
  background-color: #242526;
}

#input-trigger:checked~.menu--change .multiply-button--menu:before,
#input-trigger:checked~.menu--change .multiply-button--menu:after {
  background-color: white;
}

@media (max-width: 1200px) {
  #menu-trigger~.menu .menu__item {
    opacity: 0;
    -moz-transform: scale(1.2) translateY(-30px);
    -o-transform: scale(1.2) translateY(-30px);
    -ms-transform: scale(1.2) translateY(-30px);
    -webkit-transform: scale(1.2) translateY(-30px);
    transform: scale(1.2) translateY(-30px);
    -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  }

  #menu-trigger:checked~.menu .menu__item {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }

  #input-trigger:checked~.menu .menu__mobile__item:not(.menu__mobile__item--search) {
    opacity: 0;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.input-trigger {
  width: 20px;
  height: 36px;
  cursor: pointer;
  position: relative;
}

.input-trigger__glass {
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../media/icons-color/default/default/search.svg");
  background-size: 20px 20px;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  height: 100%;
  top: 0;
}

@media (min-width: 1201px) {
  .menu--change .menu__item__block {
    color: white;
  }
}

.menu--change .input-trigger__glass {
  background-image: url(../../media/icons-color/default/default/search.svg);
}

.menu--change .search--menu {
  color: white;
}

.menu--change .search--menu:placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-moz-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu:-ms-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .search--menu::-webkit-input-placeholder {
  color: white;
  opacity: 0.5;
}

.menu--change .hamburger-inner,
.menu--change .hamburger-inner::before,
.menu--change .hamburger-inner::after {
  background-color: white;
}

.menu__item__block:hover+.menu__sub,
.menu__sub:hover {
  display: block;
}

.trigger {
  display: block;
  font-size: 0;
}

.multiply-button {
  cursor: pointer;
}

.multiply-button--menu {
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 50%;
  position: absolute;
  moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: translate(0, -50%) scale(0) rotate(0deg);
  -o-transform: translate(0, -50%) scale(0) rotate(0deg);
  -ms-transform: translate(0, -50%) scale(0) rotate(0deg);
  -webkit-transform: translate(0, -50%) scale(0) rotate(0deg);
  transform: translate(0, -50%) scale(0) rotate(0deg);
}

.search--menu {
  width: 0;
  height: 35px;
  z-index: 2;
  border-radius: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  border: 0;
  background-color: transparent;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-bottom: 1px solid transparent;
  font-size: 15px;
}

@media (max-width: 1200px) {
  .search--menu {
    height: 70px;
  }
}

.search--menu:placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu:-moz-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu::-moz-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu:-ms-input-placeholder {
  color: #242526;
  opacity: 0.5;
}

.search--menu::-webkit-input-placeholder {
  color: #242526;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  [mega-menu-wrap]>.menu__item__block>.menu__item--dropdown img {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

.menu {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100;
  top: 0;
  right: 0;
  -webkit-transition: background 0.35s linear, height 0.35s ease-in;
  -moz-transition: background 0.35s linear, height 0.35s ease-in;
  -ms-transition: background 0.35s linear, height 0.35s ease-in;
  -o-transition: background 0.35s linear, height 0.35s ease-in;
  transition: background 0.35s linear, height 0.35s ease-in;
}

.menu--change {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1201px) {
  .menu {
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .menu {
    height: 70px;
    overflow: hidden;
  }
}

.menu__mega {
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  cursor: auto;
  background-color: white;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (min-width: 1201px) {
  .menu__mega {
    position: absolute;
    top: 40px;
    min-height: 200px;
    background-color: white;
  }

  .menu__mega:hover {
    opacity: 1;
    pointer-events: all;
  }

  .menu__mega:hover~.menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__mega {
    position: fixed;
    z-index: 101;
    top: 70px;
    left: 100%;
    pointer-events: all;
    opacity: 1;
    height: calc(100% - 70px);
    height: -webkit-calc(100% - 70px);
    overflow: hidden;
  }
}

.menu__mega__back {
  cursor: pointer;
}

@media (min-width: 1201px) {
  .menu__mega__back {
    display: none;
  }
}

.menu__mega--active .menu__mega {
  left: 0%;
  overflow: auto;
}

@media (min-width: 1201px) {
  .menu__mega--overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    cursor: auto;
    opacity: 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
  }
}

.menu__wrap {
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

.menu__wrap::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 1201px) {
  .menu__wrap {
    padding: 0 -15px;
  }
}

.menu__mobile {
  font-size: 0;
  position: relative;
  text-align: center;
  overflow-x: hidden;
  vertical-align: middle;
  display: table;
  width: 100%;
}

@media (min-width: 1201px) {
  .menu__mobile {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    zoom: 1;
    width: auto;
    float: right;
  }
}

@media (max-width: 1200px) {
  .menu__mobile {
    height: 70px;
  }
}

.menu__mobile::after {
  content: "";
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.menu__mobile>img {
  height: 15px;
}

.menu__mobile__ic {
  line-height: 0;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 2;
}

.menu__mobile__ic label {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.menu__mobile__ic label::before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.menu__mobile__ic label .hamburger {
  vertical-align: middle;
}

.menu__mobile__logo {
  position: relative;
  left: 0;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}

.menu__mobile__item {
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all .3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu__mobile__item--visible {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: none;
  }

  .menu__mobile__item--search {
    height: 40px;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__item:not(.menu__mobile__item--visible) {
    display: table-cell;
  }

  .menu__mobile__item--search {
    height: 70px;
  }

  .menu__mobile__item:not(.menu__mobile__logo) {
    min-width: 50px;
  }
}

.menu__mobile__item:not(.menu__mobile__ic) {
  padding: 0 0;
}

.menu__mobile__block {
  color: white;
  position: relative;
}

@media (min-width: 1201px) {
  .menu__mobile__block {
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
  }

  .menu__mobile__block--search {
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__mobile__block {
    font-size: 15px;
    font-weight: 500;
  }

  .menu__mobile__block--search {
    padding: 0 15px;
    position: fixed;
    height: 70px;
    top: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1201px) {
  .menu__logo {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }

  .menu__logo img {
    height: 10px;
    position: relative;
    top: 15px;
  }
}

@media (max-width: 1200px) {
  .menu__logo {
    display: none;
  }
}

@media (min-width: 1201px) {
  .menu__left {
    position: relative;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 100%;
    vertical-align: middle;
    padding: 0 15px;
    float: left;
  }
}

@media (max-width: 1200px) {
  .menu__left {
    display: none;
  }
}

.menu__content {
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__content__outside {
    vertical-align: middle;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    float: right;
  }
}

@media (min-width: 1201px) {
  .menu__content__wrap {
    text-align: center;
  }
}

@media (min-width: 1201px) {
  .menu__content {
    height: 100%;
    width: auto;
  }
}

@media (max-width: 1200px) {
  .menu__content {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    right: 0;
    width: 100%;
    top: 70px;
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .menu__content__wrap {
    padding: 20px 45px;
    display: inline-block;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
  }
}

.menu__item {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  vertical-align: middle;
}

.menu__item:not(.static) {
  position: relative;
}

.menu__item::after {
  clear: both;
  content: "";
}

.menu__item__text {
  display: inline-block;
}

@media (min-width: 1201px) {
  .menu__item__icon {
    display: inline-block;
    width: 22px;
    text-align: right;
  }
}

@media (max-width: 1200px) {
  .menu__item__icon {
    position: absolute !important;
    width: 40px;
    height: 100%;
    text-align: right;
    line-height: 100;
    top: 0;
    right: 0;
  }

  .menu__item__icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

.menu__item__icon img {
  width: 22px;
  height: auto;
}

.menu__item__block {
  position: relative;
}

@media (min-width: 1201px) {
  .menu__item__block {
    display: inline-block;
    color: white;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 40px;
    height: 40px;
  }

  .menu__item__block:hover~.menu__sub {
    display: block;
    max-height: none !important;
  }

  .menu__item__block:hover~.menu__mega,
  .menu__item__block:hover~.menu__mega--overlay {
    opacity: 1;
    pointer-events: all;
  }
}

@media (max-width: 1200px) {
  .menu__item__block {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 0;
  }

  .menu__item__block::before {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeff5;
  }
}

@media (max-width: 1200px) {
  .menu__item {
    width: 100%;
  }
}

.menu__sub {
  font-size: 15px;
}

@media (min-width: 1201px) {
  .menu__sub {
    border-radius: 6px;
    border: 1px solid #e0e4eb;
    max-height: none !important;
    position: absolute;
    width: auto;
    right: 0;
    display: none;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    min-width: 200px;
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .menu__sub {
    padding-left: 20px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__wrap {
    padding: 15px 0;
    background-color: transparent;
  }
}

@media (min-width: 1201px) {
  .menu__sub__wrap {
    background-color: white;
    -webkit-box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
    -moz-box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
    box-shadow: 0 0 12.75px rgba(17, 34, 51, 0.17);
  }
}

.menu__sub__item {
  display: block;
  text-decoration: none;
  text-align: left;
}

@media (min-width: 1201px) {
  .menu__sub__block {
    color: white;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 15px;
    min-width: 200px;
  }
}

@media (max-width: 1200px) {
  .menu__sub__block {
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    border-bottom: 1px solid transparent;
  }
}

.menu__ic-box {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 0;
  text-align: center;
}

@media (min-width: 1201px) {
  .menu__ic-box {
    margin-top: 0px;
  }
}

@media (max-width: 1200px) {
  .menu__ic-box {
    margin-top: 15px;
  }
}

.menu__item--dropdown img {
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

@media (max-width: 1200px) {
  .open>.menu__item__block .menu__item--dropdown img {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 1.2s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #242526;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger-inner::after {
  bottom: -6px;
}

.bd-example-modal {
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-example-modal .modal,
.bd-example-modal .toast {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
  opacity: 1 !important;
  transform: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bd-example-modal>*:not(.modal) {
  margin: 30px auto;
  pointer-events: all;
}

.bd-example-modal .modal-dialog {
  left: auto;
  margin-right: 30px;
  margin-left: 30px;
  transform: none !important;
  max-width: 100%;
}

/* modal */
.col-btn-close {
  min-width: 60px;
}

.close-modal-btn {
  height: 40px;
  line-height: 60px;
  display: block;
  position: absolute;
  right: 10px;
  top: -20px;
}

.alert-modal-ic~.modal-title {
  margin-top: 0;
}

.modal {
  z-index: 3000;
  -webkit-overflow-scrolling: touch;
}

.modal-backdrop {
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-size-default {
  width: 570px;
}

.modal-size-alert-default {
  width: 373px;
}

.modal-size-xs {
  width: 373px;
}

.modal-size-sm {
  width: 570px;
}

.modal-size-md {
  width: 1000px;
}

.modal-size-lg {
  width: 1200px;
}

.modal-wrap {
  width: 100%;
}

.modal.title {
  margin-top: 12px;
}

.modal-content {
  border: 0;
  border-radius: 10px;
  box-shadow: 5px 10px 20px 0 rgba(36, 37, 38, 0.03);
}

.modal-dialog-centered .modal-content {
  overflow: hidden;
}

.modal-header {
  padding: 24px 12px 5px 12px;
  border: 0;
}

.modal-body {
  border: 0;
  text-align: inherit;
  padding: 12px 12px;
  font-weight: 500;
}

.modal-footer {
  padding: 10px 12px;
  border: 0;
  display: block;
}

.modal-footer>* {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  min-width: 40px;
}

.modal-close img {
  width: 16px;
}

.modal-alert .modal-header {
  padding-bottom: 0;
}

.modal-alert .modal-body {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal .open>[data-content] {
  max-height: none !important;
}

.modal-dialog {
  max-width: calc(100vw - 15px);
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  position: relative;
  z-index: 1;
}

.modal-dialog-scrollable .modal-header::after,
.modal-dialog-scrollable .modal-footer::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0.03)));
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.modal-dialog-scrollable .modal-header::after {
  bottom: -12px;
}

.modal-dialog-scrollable .modal-footer::after {
  top: -12px;
  transform: rotate(180deg);
}

@media (min-width: 768px) {
  .modal-open {
    overflow-y: scroll !important;
  }

  .modal-header {
    padding: 24px;
  }

  .modal-body {
    padding: 12px 24px;
  }

  .modal-footer {
    padding: 8px 24px 24px 24px;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 12px !important;
  }

  .modal-header {
    padding: 12px !important;
  }

  .modal-footer {
    padding: 12px 12px !important;
  }
}

@media (max-width: 575px) {
  .modal .modal-dialog {
    margin: 0.5rem auto;
  }
}

.modal.fade:not(.modal-static) .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: none;
}

@media (min-width: 768px) {
  body {
    padding-right: 0 !important;
  }
}

/*end modal*/
/* toast */
.toast {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1041;
  border-radius: 8px;
  background-color: white;
  backdrop-filter: blur(10px);
  color: #242526;
  border: 0;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  min-width: 350px;
  flex-basis: 350px;
  pointer-events: none;
}

.toast.showing,
.toast.show {
  pointer-events: all;
}

.toast-body {
  padding: 10px 15px;
  word-break: break-word;
  width: 100%;
}

@media (max-width: 767px) {
  .toast .flex-grow-1 {
    flex: 1 0 0;
  }

  .addDB {
    padding: 0;
  }

  .toast {
    top: auto;
    left: 10px;
    right: 10px;
    margin: auto;
    bottom: 40px;
    flex-basis: 100%;
    min-width: 0;
  }
}

/* end toast */
.bd-example-modal .dropdown-menu {
  position: relative;
  display: block;
  float: none;
}

.dropdown-it {
  display: block;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
  min-height: 36px;
}

.dropdown-size-default {
  width: 200px;
}

.dropdown-size-xs {
  width: 373px;
}

.dropdown-size-sm {
  width: 570px;
}

.dropdown-menu {
  padding: 10px;
  border-radius: 8px;
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04), 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  margin-top: 5px;
  font-size: inherit;
}

.dropdown-menu>li:not(:last-child) {
  margin-bottom: 4px;
}

.dropdown-menu .seperatetor {
  height: 1px;
  margin: 10px 0 !important;
}

.dropdown-menu .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table td,
.table th {
  padding: inherit;
  vertical-align: inherit;
  border-top: inherit;
}

.table {
  display: table;
  width: 100%;
  margin-bottom: 0;
}

.table-auto {
  width: auto;
  display: table;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.td-left {
  padding-left: 15px !important;
}

.table-min-width-lg {
  min-width: 1300px;
}

.table-fixed {
  table-layout: fixed;
}

.table-wraper-xs:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 500px) {
  .table-wraper-xs.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-xs>table,
  .table-wraper-xs .data-table {
    min-width: 500px;
  }
}

.table-wraper-sm:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 600px) {
  .table-wraper-sm.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-sm>table,
  .table-wraper-sm .data-table {
    min-width: 600px;
  }
}

.table-wraper-md:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 700px) {
  .table-wraper-md.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-md>table,
  .table-wraper-md .data-table {
    min-width: 700px;
  }
}

.table-wraper-lg:not(.data-table-wraper) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 800px) {
  .table-wraper-lg.data-table-wraper .table-wraper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-wraper-lg>table,
  .table-wraper-lg .data-table {
    min-width: 800px;
  }
}

.table-basic {
  font-size: 14px;
}

.table-basic>thead>tr>th {
  vertical-align: middle;
  color: #afb3bc;
  font-weight: 500;
  text-align: left;
  padding: 12px 5px;
  font-size: 13px;
  background-color: white;
}

.table-basic.table-zebra:not(.dataTable)>tbody>tr:nth-of-type(odd) {
  background-color: #f7f8fa;
  color: #242526;
}

.table-basic>tbody>tr>td {
  padding: 5px;
  height: 30px;
}

.table-basic tr.read {
  background-color: #e0e4eb !important;
}

.table-border-v>.table-wraper-size table>tbody>tr>td,
.table-border-v>.table-wraper-size table>thead>tr>th,
.table-border-v>.table-wraper-size table>tfoot>tr>td {
  border-right: 1px solid #e0e4eb;
  border-left: 1px solid #e0e4eb;
}

.table-border-h>.table-wraper-size table>tbody>tr>td,
.table-border-h>.table-wraper-size table>thead>tr>th,
.table-border-h>.table-wraper-size table>tfoot>tr>td {
  border-top: 1px solid #e0e4eb;
  border-bottom: 1px solid #e0e4eb;
}

.table-border-vh>.table-wraper-size table>tbody>tr>td,
.table-border-vh>.table-wraper-size table>thead>tr>th,
.table-border-vh>.table-wraper-size table>tfoot>tr>td {
  border: 1px solid #e0e4eb;
}

.table-hover>*:not(thead) tr:hover,
.table-hover>*:not(thead) .tr:hover {
  background-color: #fcfce2 !important;
}

.table-no-zebra>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-fake-border {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #e0e4eb;
}

.table-sticky-ult {
  border-right: 1px solid #e0e4eb;
}

.table-sticky-ult .table-ults {
  position: sticky;
  right: 0;
  box-shadow: -5px 0 5px 0px rgba(82, 63, 105, 0.08);
}

.table-sticky-ult .table-ults:not(th) {
  background-color: white;
}

.table-sticky-ult.right-none {
  border-right: 0;
}

.table-sticky-ult.right-none>*>*:not(.dataTables_wrapper) .table-ults {
  box-shadow: none;
}

.table-sticky-ult .table-hover>*:not(thead) tr:hover .table-ults,
.table-sticky-ult .table-hover>*:not(thead) .tr:hover .table-ults {
  background-color: #fcfce2 !important;
}

.table-sticky-ult .table-zebra:not(.dataTable)>tbody>tr:nth-of-type(odd) .table-ults {
  background-color: #f7f8fa;
}

.table-sticky-footer .table-footer,
.table-sticky-footer~.table-footer {
  position: sticky;
  bottom: 0;
  padding-bottom: 17px;
  background-color: white;
  z-index: 99;
}

.table-footer {
  overflow: hidden;
}

.table-footer .form-group {
  margin-bottom: 0;
}

.table-footer .errorBlock {
  display: none;
}

.table-record {
  min-width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.table-wraper-inner {
  position: relative;
}

.table-wraper-inner:before,
.table-wraper-inner .dataTables_scroll::before {
  content: "";
  background-color: transparent;
  background-image: -ms-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1));
  transition: opacity 0.15s linear;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  left: 0;
  z-index: 10;
  opacity: 1;
}

.table-wraper-inner:not(.table-wraper-inner):after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
  transition: opacity 0.15s linear;
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  right: 0;
  z-index: 10;
}

.table-wraper-inner.right-none:after {
  opacity: 0;
}

.table-wraper-inner.left-none:before {
  opacity: 0;
}

.fl-scrolls {
  z-index: 999;
}

.table-page-select {
  min-width: 50px;
}

button::after,
button::before {
  content: "";
  flex: 1 0 auto;
}

.ubtn {
  overflow: hidden;
  vertical-align: middle;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ubtn-size-default {
  height: 44px;
  padding: 0 10px;
}

.ubtn-size-default.ubtn-rounded {
  border-radius: 22px;
}

.ubtn-size-xs-3 {
  height: 18px;
  min-width: 18px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-3 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs-2 {
  height: 24px;
  min-width: 24px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-2 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs-1 {
  height: 28px;
  min-width: 28px;
  font-size: 12px;
  padding: 5px;
}

.ubtn-size-xs-1 .ubtn-inner {
  font-size: 12px;
}

.ubtn-size-xs {
  height: 30px;
  padding: 0 10px;
}

.ubtn-size-xs.ubtn-rounded {
  border-radius: 15px;
}

.ubtn-size-sm {
  height: 36px;
  padding: 0 10px;
}

.ubtn-size-sm.ubtn-rounded {
  border-radius: 18px;
}

.ubtn-size-md {
  height: 40px;
  padding: 0 10px;
}

.ubtn-size-md.ubtn-rounded {
  border-radius: 20px;
}

.ubtn-size-lg {
  height: 50px;
  padding: 0 10px;
}

.ubtn-size-lg.ubtn-rounded {
  border-radius: 25px;
}

.ubtn-size-xl {
  height: 60px;
  padding: 0 10px;
}

.ubtn-size-xl.ubtn-rounded {
  border-radius: 30px;
}

.ubtn-min-width-auto {
  min-width: auto;
}

.ubtn-min-width-full {
  min-width: 100%;
}

.ubtn-min-width-xs {
  min-width: 80px;
}

.ubtn-min-width-sm {
  min-width: 100px;
}

.ubtn-min-width-md {
  min-width: 120px;
}

.ubtn-min-width-lg {
  min-width: 140px;
}

.ubtn-min-width-xl {
  min-width: 200px;
}

.ubtn-circle-size-default {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-xs-3 {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-3 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs-2 {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-2 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs-1 {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  font-size: 12px;
  padding: 5px;
}

.ubtn-circle-size-xs-1 .ubtn-inner {
  font-size: 12px;
}

.ubtn-circle-size-xs {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-sm {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-md {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-lg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-circle-size-xl {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  text-align: center;
}

.ubtn-square {
  border-radius: 4px;
  padding: 0;
}

.ubtn {
  max-width: 100%;
}

.ubtn img {
  z-index: 2;
  position: relative;
}

.ubtn-ic {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ubtn .mdi {
  vertical-align: middle;
  line-height: 1;
}

.ubtn-text {
  padding: 0 10px;
  z-index: 2;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  height: 100%;
}

.ubtn-file {
  padding-left: 85px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.ubtn-file-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  background: #005D98;
  color: white;
}

.ubtn-file-btn~.btn-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  display: block;
}

.ubtn-full {
  width: 100%;
}

.ubtn-inner {
  align-items: center;
  font-size: 14px;
  flex-wrap: nowrap;
}

.btn-group {
  position: relative;
}

button:disabled,
button[disabled] {
  opacity: 0.4;
}

.ubtn-min-width-auto {
  width: auto;
}

.form-horizontal .input-label {
  margin-bottom: 7px;
}

@media (min-width: 1200px) {
  .form-horizontal .input-label[class*="col-lg"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .form-horizontal .input-label[class*="col-md"]:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .input-label[class*="col-sm"]:first-child {
    margin-bottom: 0;
  }
}

.form-horizontal .input-label[class*="col-xs"]:first-child {
  margin-bottom: 0;
}

.form-vertical .input-label {
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

.form-vertical .input-line~.input-label {
  margin-bottom: 0;
}

.parsley-errors-list {
  margin: 0;
}

label.error,
.parsley-errors-list.filled {
  display: block;
  font-size: 12px;
  color: #E7381D;
}

.errorBlock {
  margin-top: 2px;
}

input,
textarea,
select {
  color: #242526;
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 991px) {

  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}

.input {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.15s ease-in-out;
  order: 3;
}

.input-size-default:not(textarea),
.input-size-default.textarea-autosize {
  height: 40px;
}

.input-size-default~.input-flex-content .input-ic {
  height: 40px;
}

.input-size-default.textarea-autosize {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}

.input-size-default:not(textarea)~.input-frame {
  height: 40px;
}

.input-size-default:not(textarea)~.input-frame :after {
  top: 40px;
}

.input-size-default~.input-ic {
  height: 40px;
  line-height: 40px;
}

.input-size-default~.select2-container .select2-selection--single,
.input-size-default~.btn-group .multiselect {
  height: 40px;
}

.input-size-default~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-default~.btn-group .multiselect .select2-selection__rendered {
  line-height: 40px;
}

.input-size-default~.select2-container .select2-selection--multiple {
  min-height: 40px;
}

.input-size-default~.select2-container .select2-selection--multiple .select2-search__field {
  height: 40px;
}

.input-size-default:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-xs-1:not(textarea),
.input-size-xs-1.textarea-autosize {
  height: 24px;
}

.input-size-xs-1~.input-flex-content .input-ic {
  height: 24px;
}

.input-size-xs-1.textarea-autosize {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.input-size-xs-1:not(textarea)~.input-frame {
  height: 24px;
}

.input-size-xs-1:not(textarea)~.input-frame :after {
  top: 24px;
}

.input-size-xs-1~.input-ic {
  height: 24px;
  line-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--single,
.input-size-xs-1~.btn-group .multiselect {
  height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs-1~.btn-group .multiselect .select2-selection__rendered {
  line-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--multiple {
  min-height: 24px;
}

.input-size-xs-1~.select2-container .select2-selection--multiple .select2-search__field {
  height: 24px;
}

.input-size-xs-1:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-xs:not(textarea),
.input-size-xs.textarea-autosize {
  height: 36px;
}

.input-size-xs~.input-flex-content .input-ic {
  height: 36px;
}

.input-size-xs.textarea-autosize {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.input-size-xs:not(textarea)~.input-frame {
  height: 36px;
}

.input-size-xs:not(textarea)~.input-frame :after {
  top: 36px;
}

.input-size-xs~.input-ic {
  height: 36px;
  line-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--single,
.input-size-xs~.btn-group .multiselect {
  height: 36px;
}

.input-size-xs~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs~.btn-group .multiselect .select2-selection__rendered {
  line-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--multiple {
  min-height: 36px;
}

.input-size-xs~.select2-container .select2-selection--multiple .select2-search__field {
  height: 36px;
}

.input-size-xs:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-sm:not(textarea),
.input-size-sm.textarea-autosize {
  height: 44px;
}

.input-size-sm~.input-flex-content .input-ic {
  height: 44px;
}

.input-size-sm.textarea-autosize {
  padding-top: 11.5px;
  padding-bottom: 11.5px;
}

.input-size-sm:not(textarea)~.input-frame {
  height: 44px;
}

.input-size-sm:not(textarea)~.input-frame :after {
  top: 44px;
}

.input-size-sm~.input-ic {
  height: 44px;
  line-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--single,
.input-size-sm~.btn-group .multiselect {
  height: 44px;
}

.input-size-sm~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-sm~.btn-group .multiselect .select2-selection__rendered {
  line-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--multiple {
  min-height: 44px;
}

.input-size-sm~.select2-container .select2-selection--multiple .select2-search__field {
  height: 44px;
}

.input-size-sm:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-md:not(textarea),
.input-size-md.textarea-autosize {
  height: 50px;
}

.input-size-md~.input-flex-content .input-ic {
  height: 50px;
}

.input-size-md.textarea-autosize {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}

.input-size-md:not(textarea)~.input-frame {
  height: 50px;
}

.input-size-md:not(textarea)~.input-frame :after {
  top: 50px;
}

.input-size-md~.input-ic {
  height: 50px;
  line-height: 50px;
}

.input-size-md~.select2-container .select2-selection--single,
.input-size-md~.btn-group .multiselect {
  height: 50px;
}

.input-size-md~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-md~.btn-group .multiselect .select2-selection__rendered {
  line-height: 50px;
}

.input-size-md~.select2-container .select2-selection--multiple {
  min-height: 50px;
}

.input-size-md~.select2-container .select2-selection--multiple .select2-search__field {
  height: 50px;
}

.input-size-md:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-size-lg:not(textarea),
.input-size-lg.textarea-autosize {
  height: 60px;
}

.input-size-lg~.input-flex-content .input-ic {
  height: 60px;
}

.input-size-lg.textarea-autosize {
  padding-top: 19.5px;
  padding-bottom: 19.5px;
}

.input-size-lg:not(textarea)~.input-frame {
  height: 60px;
}

.input-size-lg:not(textarea)~.input-frame :after {
  top: 60px;
}

.input-size-lg~.input-ic {
  height: 60px;
  line-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--single,
.input-size-lg~.btn-group .multiselect {
  height: 60px;
}

.input-size-lg~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-lg~.btn-group .multiselect .select2-selection__rendered {
  line-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--multiple {
  min-height: 60px;
}

.input-size-lg~.select2-container .select2-selection--multiple .select2-search__field {
  height: 60px;
}

.input-size-lg:not(.input-material-2):not(.input-material-3):not(.input-default)~.select2-container .select2-selection--multiple .select2-selection__placeholder {
  margin-top: 0;
}

.input-holder {
  align-items: center;
  display: flex;
}

.input~.input-ic:after {
  content: "";
  position: absolute;
  right: 1px;
  border-radius: 6px;
  top: 1px;
  width: 140%;
  height: calc(100% - 5px);
  z-index: -1;
}

.input-label {
  font-weight: 400;
  font-size: 14px;
  color: #707C93;
  line-height: 1.2;
  order: 1;
  z-index: 1;
}

.input-frame {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: 0;
  border-radius: 6px;
  z-index: 2;
  transition: 0.15s all linear;
}

.input-frame:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 2;
}

.input-line .input-ic-right,
.input-default .input-ic-right {
  text-align: right;
}

.input-line .input-ic-left,
.input-default .input-ic-left {
  text-align: left;
}

.input-line~.input-frame,
.input-default~.input-frame {
  border-bottom: 1px solid #e0e4eb;
  border-radius: 0;
}

.input-line~.input-flex-content,
.input-default~.input-flex-content {
  min-width: 0;
}

.input-border~.input-frame,
.input-clean~.input-frame,
.input-material-2~.input-frame,
.input-material-3~.input-frame {
  border: 1px solid #e0e4eb;
  border-radius: 6px;
}

.input.multiselect {
  display: none;
}

.input::-ms-clear {
  display: none;
}

.input-upload {
  display: table;
  width: 100%;
}

.input-upload .btn-text {
  white-space: nowrap;
}

.input-upload-input:focus~.input-upload .input-frame:after {
  width: 100%;
}

.input-upload>.input {
  display: table-cell;
  vertical-align: middle;
}

.input-upload>.input-sm,
.input-upload>.input-xs {
  padding-left: 6px;
}

.input-upload>.input-lg,
.input-upload>.input-md {
  padding-left: 8px;
}

.input-upload>.input-line,
.input-upload>.input-default,
.input-upload>.input-material-2 {
  padding-left: 0;
}

.input-upload>.input>.btn>.btn-text {
  white-space: nowrap;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.input-multiselect-search {
  border: 1px solid #e6edf6;
  background-color: #f6f7f9;
  font-size: 14px;
}

.input:disabled {
  opacity: 0.6;
}

.input:disabled~* {
  opacity: 0.6;
}

.input-white {
  border: transparent;
}

.input-group {
  position: static !important;
  flex: 1;
}

.input-extend-outside .input-group {
  position: relative !important;
}

.input-extend-outside .input-group-extend {
  padding-left: 10px;
  padding-right: 0;
}

.input-group-wrap {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.input-ic {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.input-ic:not(.input-ic-txt) {
  font-weight: 600;
  font-size: 0;
}

.input-ic-default~.input-ic,
.input-ic-default .input-ic {
  min-width: 24px;
}

.input-ic-default~.input-flex-content .input-ic {
  min-width: 24px;
}

.input-ic-xs-1~.input-ic,
.input-ic-xs-1 .input-ic {
  min-width: 24px;
}

.input-ic-xs-1~.input-flex-content .input-ic {
  min-width: 24px;
}

.input-ic-xs~.input-ic,
.input-ic-xs .input-ic {
  min-width: 36px;
}

.input-ic-xs~.input-flex-content .input-ic {
  min-width: 36px;
}

.input-ic-sm~.input-ic,
.input-ic-sm .input-ic {
  min-width: 44px;
}

.input-ic-sm~.input-flex-content .input-ic {
  min-width: 44px;
}

.input-ic-md~.input-ic,
.input-ic-md .input-ic {
  min-width: 50px;
}

.input-ic-md~.input-flex-content .input-ic {
  min-width: 50px;
}

.input-ic-lg~.input-ic,
.input-ic-lg .input-ic {
  min-width: 60px;
}

.input-ic-lg~.input-flex-content .input-ic {
  min-width: 60px;
}

.input-ic-left {
  padding-left: 0;
}

.input-ic-left~.input-ic {
  left: 0;
  right: auto;
}

.input-ic-auto-width {
  width: auto;
}

.input-ic:not(.input-clear) {
  pointer-events: none;
}

.input-ic.input-clear {
  cursor: pointer;
  display: none;
  text-align: center;
  justify-content: center;
}

.input-shadow {
  border: 0;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.input-no-border {
  border: 0;
  padding: 0;
}

.input-pointer {
  pointer-events: all;
  cursor: pointer;
}

.input-border:focus~.input-label,
.input-border.light-pick-focus~.input-label,
.input-border~.btn-group.open~.input-label,
.input-border~.select2-container--open~.input-label,
.input-material-3:focus~.input-label,
.input-material-3.light-pick-focus~.input-label,
.input-material-3~.btn-group.open~.input-label,
.input-material-3~.select2-container--open~.input-label,
.input-clean:focus~.input-label,
.input-clean.light-pick-focus~.input-label,
.input-clean~.btn-group.open~.input-label,
.input-clean~.select2-container--open~.input-label {
  color: #005D98;
}

.input-border:focus~.input-frame,
.input-border.light-pick-focus~.input-frame,
.input-border~.btn-group.open~.input-frame,
.input-border~.select2-container--open~.input-frame,
.input-material-3:focus~.input-frame,
.input-material-3.light-pick-focus~.input-frame,
.input-material-3~.btn-group.open~.input-frame,
.input-material-3~.select2-container--open~.input-frame,
.input-clean:focus~.input-frame,
.input-clean.light-pick-focus~.input-frame,
.input-clean~.btn-group.open~.input-frame,
.input-clean~.select2-container--open~.input-frame {
  border: 1px solid #005D98;
}

.input-line:focus~.input-label,
.input-line.light-pick-focus~.input-label,
.input-line~.btn-group.open~.input-label,
.input-line~.select2-container--open~.input-label,
.input-default:focus~.input-label,
.input-default.light-pick-focus~.input-label,
.input-default~.btn-group.open~.input-label,
.input-default~.select2-container--open~.input-label,
.input-material-2:focus~.input-label,
.input-material-2.light-pick-focus~.input-label,
.input-material-2~.btn-group.open~.input-label,
.input-material-2~.select2-container--open~.input-label {
  color: #005D98;
}

.input-line:focus~.input-frame:after,
.input-line.light-pick-focus~.input-frame:after,
.input-line~.btn-group.open~.input-frame:after,
.input-line~.select2-container--open~.input-frame:after,
.input-default:focus~.input-frame:after,
.input-default.light-pick-focus~.input-frame:after,
.input-default~.btn-group.open~.input-frame:after,
.input-default~.select2-container--open~.input-frame:after,
.input-material-2:focus~.input-frame:after,
.input-material-2.light-pick-focus~.input-frame:after,
.input-material-2~.btn-group.open~.input-frame:after,
.input-material-2~.select2-container--open~.input-frame:after {
  width: 100%;
}

.input:focus~.input-clear.show,
.input:focus~.input-flex-content .input-clear.show {
  display: flex;
}

.input:focus~.input-flex-content:after {
  display: none;
}

.input-has-clear {
  padding-right: 0 !important;
}

.input-clear {
  background-color: transparent;
  border-radius: 50%;
  right: 0 !important;
  left: auto !important;
  display: flex;
  align-items: center;
}

.input-group-extend {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
  align-self: flex-end;
}

.input-group-extend-left {
  order: 2;
}

.input-group-extend .input-ic {
  position: relative;
}

.input-flex-content {
  min-width: 10px;
  position: relative;
  order: 4;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.input-flex-content-left {
  order: 2;
}

.input-flex-content>*:not(.input-clear) {
  position: relative;
  z-index: 1;
  cursor: text;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.input-flex-content::after {
  content: "";
  position: absolute;
  right: 100%;
  border-radius: 6px;
  top: 1px;
  width: 20px;
  height: calc(100% - 5px);
  z-index: 1;
  pointer-events: none;
}

.input-flex-content .input-ic-txt {
  padding-left: 10px;
  padding-right: 10px;
}

.input-flex-content .input-ic {
  position: relative;
  pointer-events: all;
}

.input-flex-content .input-clear {
  height: 100%;
}

.input-flex-content .input-clear:not(:only-child) {
  margin-right: -10px;
}

.input:not(.input-clean):not(.input-material-2)~.input-flex-content::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 70%);
}

.input.input-clean~.input-flex-content::after,
.input.input-material-2~.input-flex-content::after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 70%);
}

@-moz-document url-prefix() {
  .input {
    width: 30px;
  }
}

input::placeholder {
  color: #707C93;
}

.input-no-border~.select2-container--default .select2-selection--single {
  border: 0;
}

.input-no-border~.select2-container--default .select2-selection__rendered {
  padding-left: 0;
}

.input-white~.select2-container--default .select2-selection--single {
  border: 1px solid transparent;
}

input[type="file"] {
  opacity: 0;
  display: none;
}

textarea {
  line-height: 1.4;
  resize: none;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

textarea~.input-flex-content {
  align-items: flex-start;
}

textarea~.input-frame {
  min-height: 10px;
  z-index: 9;
}

textarea.input-material-2~.input-frame,
textarea.input-material-3~.input-frame {
  height: 100%;
  z-index: 1;
}

textarea.input-border,
textarea.input-clean {
  border-left: 1px solid #e0e4eb;
  padding-right: 10px !important;
}

textarea.input-border~.input-flex-content,
textarea.input-clean~.input-flex-content {
  min-width: 0;
}

textarea.input-border~.input-flex-content::before,
textarea.input-clean~.input-flex-content::before {
  border-right: 1px solid #e0e4eb;
  border-radius: 6px;
  transition: 0.15s all linear;
  width: 20px;
  height: 100%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

textarea.input-border~.input-flex-content::after,
textarea.input-clean~.input-flex-content::after {
  display: none;
}

textarea.input-border~.input-frame,
textarea.input-clean~.input-frame {
  height: 15px;
  border-top: 0 !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

textarea.input-border~.input-label,
textarea.input-clean~.input-label {
  position: relative;
  z-index: 3;
}

textarea.input-border~.input-label::after,
textarea.input-clean~.input-label::after {
  transition: 0.15s all linear;
  content: "";
  border-radius: 6px;
  position: absolute;
  border: 1px solid #e0e4eb;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  height: 100%;
  top: calc(100% + 7px);
  left: 0;
}

textarea.input-border:focus,
textarea.input-clean:focus {
  border-left: 1px solid #005f9b;
}

textarea.input-border:focus~.input-flex-content::before,
textarea.input-clean:focus~.input-flex-content::before {
  border-right: 1px solid #005f9b;
}

textarea.input-border:focus~.input-label::after,
textarea.input-clean:focus~.input-label::after {
  border-color: #005f9b;
}

textarea:focus~.input-frame {
  width: 100%;
}

textarea~.input-frame {
  bottom: 0;
  top: auto !important;
}

.upload-file {
  border-radius: 10px;
  border: 2px dashed #f3f6f8;
  position: relative;
  display: block;
  padding: 15px;
}

.upload-file-type .inline-block {
  font-size: 12px;
  color: #afb3bc;
  font-weight: 600;
  text-transform: uppercase;
}

.textarea-autosize {
  max-height: 200px;
  transition: none !important;
}

.textarea-autosize~*:not(.input-label),
.textarea-autosize~.input-label::after,
.textarea-autosize~.input-flex-content::before {
  transition: none !important;
}

.textarea-autosize:after {
  content: "";
  position: relative;
  height: 10px;
  width: 100%;
  display: block;
}

.input-group-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.btn-group .multiselect {
  border: 0;
}

.select2-container {
  order: 3;
}

.errorBlock {
  min-height: 19px;
}

.input-ic-xs-1~.input-flex-content-left {
  padding-right: 10px;
}

.input-ic-xs-1~.input-flex-content .input-clear:not(:only-child) {
  margin-right: 5px;
}

.note-text {
  margin-top: 3px;
}

.file-txt {
  font-size: 14px;
  font-weight: 500;
  color: #707C93;
}

@media (max-width: 991px) {
  .file-txt {
    font-size: 16px !important;
  }
}

.file-txt.color-input {
  color: #242526;
}

.input-flex-content-left .input-group-extend {
  padding-left: 0 !important;
  padding-right: 0;
}

.input-group-border .input-flex-content-file,
.input-group-clean .input-flex-content-file,
.input-group-material-2 .input-flex-content-file,
.input-group-material-3 .input-flex-content-file {
  padding-left: 10px;
}

.input-flex-content-left::after {
  display: none;
}

.input-plus {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.input-plus .ic {
  border-radius: 50%;
  border: 1px solid #afb3bc;
  cursor: pointer;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.input-plus .ic-xs {
  width: 36px;
  height: 36px;
}

.input-plus .ic-sm {
  width: 44px;
  height: 44px;
}

.input-plus .ic-md {
  width: 56px;
  height: 56px;
}

.input-plus .ic-lg {
  width: 60px;
  height: 60px;
}

.input-plus .ic:active {
  background-color: #F7F8FA;
}

.input-plus .ic-minus {
  background-image: url(../images/base/icons/minus/square/base.svg);
}

.input-plus .ic-plus {
  background-image: url(../images/base/icons/plus/square/base.svg);
}

.input-plus .txt {
  width: 44px;
  text-align: center;
}

.input-border {
  border: 0;
  background-color: transparent;
}

.input-border~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-border~.select2-container--default .select2-selection--single,
.input-border~.btn-group .multiselect {
  border: 0;
  background-color: transparent;
}

.input-border~.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.input-border:focus,
.input-border.light-pick-focus {
  border-color: #005f9b;
}

.input-border~.select2-container--default .select2-selection--single[aria-expanded="true"],
.input-border~.select2-container--default .select2-selection--multiple[aria-expanded="true"],
.input-border~.btn-group.open .multiselect {
  border-color: #005f9b;
}

.input-default.input-rounded {
  border-radius: 20px;
}

.input-default.input-rounded~.select2-container .select2-selection--single,
.input-default.input-rounded~.select2-container .select2-selection--multiple,
.input-default.input-rounded~.btn-group .multiselect {
  border-radius: 20px;
}

.input-xs-1.input-rounded {
  border-radius: 12px;
}

.input-xs-1.input-rounded~.select2-container .select2-selection--single,
.input-xs-1.input-rounded~.select2-container .select2-selection--multiple,
.input-xs-1.input-rounded~.btn-group .multiselect {
  border-radius: 12px;
}

.input-xs.input-rounded {
  border-radius: 18px;
}

.input-xs.input-rounded~.select2-container .select2-selection--single,
.input-xs.input-rounded~.select2-container .select2-selection--multiple,
.input-xs.input-rounded~.btn-group .multiselect {
  border-radius: 18px;
}

.input-sm.input-rounded {
  border-radius: 22px;
}

.input-sm.input-rounded~.select2-container .select2-selection--single,
.input-sm.input-rounded~.select2-container .select2-selection--multiple,
.input-sm.input-rounded~.btn-group .multiselect {
  border-radius: 22px;
}

.input-md.input-rounded {
  border-radius: 25px;
}

.input-md.input-rounded~.select2-container .select2-selection--single,
.input-md.input-rounded~.select2-container .select2-selection--multiple,
.input-md.input-rounded~.btn-group .multiselect {
  border-radius: 25px;
}

.input-lg.input-rounded {
  border-radius: 30px;
}

.input-lg.input-rounded~.select2-container .select2-selection--single,
.input-lg.input-rounded~.select2-container .select2-selection--multiple,
.input-lg.input-rounded~.btn-group .multiselect {
  border-radius: 30px;
}

.input-clean {
  border: 0;
  background-color: #f7f8fa;
}

.input-clean~.select2-container--default .select2-selection--single,
.input-clean~.select2-container--default .select2-selection--multiple,
.input-clean~.btn-group .multiselect {
  border: 1px solid #e0e4eb;
  background-color: #f7f8fa;
}

.input-clean~.select2-container--default .select2-selection--single:after,
.input-clean~.select2-container--default .select2-selection--multiple:after,
.input-clean~.btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-clean~.input-ic:after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 30%);
}

.input-group-clean .input-flex-content,
.input-group-clean .input-group-extend {
  background-color: #f7f8fa;
}

.input-extend-outside .input-group-extend {
  background-color: transparent;
}

.input-line {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}

.input-line.input-has-clear {
  padding-right: 1px !important;
}

.input-line~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-line:disabled,
.input-line~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-line~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-line~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-line~.input-ic {
  text-align: right;
}

.input-line~.select2-container--default .select2-selection--single,
.input-line~.select2-container--default .select2-selection--multiple,
.input-line~.btn-group .multiselect {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e0e4eb;
  background-color: transparent;
}

.input-line~.select2-container--default .select2-selection--single:after,
.input-line~.select2-container--default .select2-selection--multiple:after,
.input-line~.btn-group .multiselect:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #005D98;
  height: 2px;
  width: 0;
  bottom: 0;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  -ms-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  content: "";
}

.input-line~.select2-container--default .select2-selection--single .select2-selection__rendered,
.input-line~.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.input-line~.btn-group .multiselect .select2-selection__rendered {
  padding-left: 0;
}

.input-line~.btn-group .multiselect {
  padding-left: 0;
}

.input-group-line .input-group-extend,
.input-group-line .input-ic-txt {
  padding-right: 0;
  padding-left: 10px;
}

.input-hadval.input-default~.input-label {
  font-weight: 400;
}

.input-group-default {
  margin-top: 14px;
}

.input-default {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.input-default~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-default~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-default~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-default:disabled,
.input-default~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-default~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-default~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-default~.input-ic .arrow-down-anim {
  left: auto;
}

.input-default~.btn-group .multiselect {
  padding-left: 0;
}

.input-default~.select2-container--open~.input-label,
.input-default~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-default:focus~.input-label,
.input-default.light-pick-focus~.input-label,
.input-default~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-default~.input-label {
  color: #707C93;
  position: absolute;
  left: 0;
  width: auto;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
}

.input-default.input-ic-left~.input-label {
  left: 34px;
}

.input-default~.select2-container--default .select2-selection--single .select2-selection__rendered,
.input-default~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-group-default .input-group-extend,
.input-group-default .input-ic-txt {
  padding-right: 0;
  padding-left: 10px;
}

.input-size-default.input-default~.input-label {
  top: 12px;
}

.input-size-default.input-default:focus~.input-label,
.input-size-default.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-default.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-default~.btn-group.open.input-default~.input-label,
.input-size-default.input-hadval.input-default~.input-label,
.input-size-default.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-xs-1.input-default~.input-label {
  top: 4px;
}

.input-size-xs-1.input-default:focus~.input-label,
.input-size-xs-1.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs-1.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs-1~.btn-group.open.input-default~.input-label,
.input-size-xs-1.input-hadval.input-default~.input-label,
.input-size-xs-1.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-132%);
  -o-transform: scale(0.85714) translateY(-132%);
  -ms-transform: scale(0.85714) translateY(-132%);
  -webkit-transform: scale(0.85714) translateY(-132%);
  transform: scale(0.85714) translateY(-132%);
}

.input-size-xs.input-default~.input-label {
  top: 10px;
}

.input-size-xs.input-default:focus~.input-label,
.input-size-xs.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-xs.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-xs~.btn-group.open.input-default~.input-label,
.input-size-xs.input-hadval.input-default~.input-label,
.input-size-xs.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-169%);
  -o-transform: scale(0.85714) translateY(-169%);
  -ms-transform: scale(0.85714) translateY(-169%);
  -webkit-transform: scale(0.85714) translateY(-169%);
  transform: scale(0.85714) translateY(-169%);
}

.input-size-sm.input-default~.input-label {
  top: 14px;
}

.input-size-sm.input-default:focus~.input-label,
.input-size-sm.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-sm.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-sm~.btn-group.open.input-default~.input-label,
.input-size-sm.input-hadval.input-default~.input-label,
.input-size-sm.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-194%);
  -o-transform: scale(0.85714) translateY(-194%);
  -ms-transform: scale(0.85714) translateY(-194%);
  -webkit-transform: scale(0.85714) translateY(-194%);
  transform: scale(0.85714) translateY(-194%);
}

.input-size-md.input-default~.input-label {
  top: 17px;
}

.input-size-md.input-default:focus~.input-label,
.input-size-md.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-md.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-md~.btn-group.open.input-default~.input-label,
.input-size-md.input-hadval.input-default~.input-label,
.input-size-md.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-default~.input-label {
  top: 22px;
}

.input-size-lg.input-default:focus~.input-label,
.input-size-lg.input-default.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-size-lg.input-default~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-size-lg~.btn-group.open.input-default~.input-label,
.input-size-lg.input-hadval.input-default~.input-label,
.input-size-lg.input-hadval-def.input-default~.input-label {
  -moz-transform: scale(0.85714) translateY(-244%);
  -o-transform: scale(0.85714) translateY(-244%);
  -ms-transform: scale(0.85714) translateY(-244%);
  -webkit-transform: scale(0.85714) translateY(-244%);
  transform: scale(0.85714) translateY(-244%);
}

.input-material-2 {
  border: 0;
  border-radius: 6px;
  background-color: #f7f8fa;
  font-size: 14px;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.input-material-2~.input-ic:after {
  background: linear-gradient(90deg, rgba(247, 248, 250, 0) 0%, #f7f8fa 30%);
}

.input-material-2~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-material-2~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-material-2:disabled,
.input-material-2~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-material-2~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-material-2~.select2-container--default .select2-selection--multiple {
  background-color: #f7f8fa;
  border: 1px solid #e0e4eb;
}

.input-material-2~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 10px;
}

.input-material-2~.input-ic {
  text-align: center;
}

.input-material-2~.btn-group .multiselect {
  padding-left: 10px;
}

.input-material-2~.select2-container--open~.input-label,
.input-material-2~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-2:focus~.input-label,
.input-material-2.light-pick-focus~.input-label,
.input-material-2~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-2~.input-label {
  color: #707C93;
  background-color: #f7f8fa;
  position: absolute;
  left: 10px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
  z-index: 1;
  display: inline-block;
  width: auto;
}

.input-material-2.input-ic-left~.input-label {
  left: 44px;
}

.input-group-material-2 .input-flex-content,
.input-group-material-2 .input-group-extend {
  background-color: #f7f8fa;
}

.input-extend-outside .input-group-extend {
  background-color: transparent;
}

.input-size-default.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-default.input-material-2 {
  padding-top: 20px;
}

.input-size-default.input-material-2~.input-label {
  top: 12px;
}

.input-size-default.input-material-2:focus~.input-label,
.input-size-default.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default~.select2-container--open.input-material-2~.input-label,
.input-size-default~.btn-group.open.input-material-2~.input-label,
.input-size-default.input-hadval.input-material-2~.input-label,
.input-size-default.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-default.input-material-2~.select2-container .select2-selection--single,
.input-size-default.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-default.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-default.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 19px;
}

.input-size-default.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-default.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 14px;
}

.input-size-xs-1.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-xs-1.input-material-2 {
  padding-top: 15px;
}

.input-size-xs-1.input-material-2~.input-label {
  top: 4px;
}

.input-size-xs-1.input-material-2:focus~.input-label,
.input-size-xs-1.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1~.select2-container--open.input-material-2~.input-label,
.input-size-xs-1~.btn-group.open.input-material-2~.input-label,
.input-size-xs-1.input-hadval.input-material-2~.input-label,
.input-size-xs-1.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--single,
.input-size-xs-1.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs-1.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 3px;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-xs-1.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: -2px;
}

.input-size-xs.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-xs.input-material-2 {
  padding-top: 19px;
}

.input-size-xs.input-material-2~.input-label {
  top: 10px;
}

.input-size-xs.input-material-2:focus~.input-label,
.input-size-xs.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs~.select2-container--open.input-material-2~.input-label,
.input-size-xs~.btn-group.open.input-material-2~.input-label,
.input-size-xs.input-hadval.input-material-2~.input-label,
.input-size-xs.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-xs.input-material-2~.select2-container .select2-selection--single,
.input-size-xs.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-xs.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 15px;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-xs.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 10px;
}

.input-size-sm.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-sm.input-material-2 {
  padding-top: 21px;
}

.input-size-sm.input-material-2~.input-label {
  top: 14px;
}

.input-size-sm.input-material-2:focus~.input-label,
.input-size-sm.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm~.select2-container--open.input-material-2~.input-label,
.input-size-sm~.btn-group.open.input-material-2~.input-label,
.input-size-sm.input-hadval.input-material-2~.input-label,
.input-size-sm.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-sm.input-material-2~.select2-container .select2-selection--single,
.input-size-sm.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-sm.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 23px;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-sm.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 18px;
}

.input-size-md.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-md.input-material-2 {
  padding-top: 23px;
}

.input-size-md.input-material-2~.input-label {
  top: 17px;
}

.input-size-md.input-material-2:focus~.input-label,
.input-size-md.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md~.select2-container--open.input-material-2~.input-label,
.input-size-md~.btn-group.open.input-material-2~.input-label,
.input-size-md.input-hadval.input-material-2~.input-label,
.input-size-md.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-md.input-material-2~.select2-container .select2-selection--single,
.input-size-md.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-md.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-md.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 29px;
}

.input-size-md.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-md.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 24px;
}

.input-size-lg.input-material-2 {
  padding-top: 19px;
  padding-bottom: 4px;
}

textarea.input-size-lg.input-material-2 {
  padding-top: 27px;
}

.input-size-lg.input-material-2~.input-label {
  top: 22px;
}

.input-size-lg.input-material-2:focus~.input-label,
.input-size-lg.input-material-2.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg.input-material-2~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg~.select2-container--open.input-material-2~.input-label,
.input-size-lg~.btn-group.open.input-material-2~.input-label,
.input-size-lg.input-hadval.input-material-2~.input-label,
.input-size-lg.input-hadval-def.input-material-2~.input-label {
  -moz-transform: scale(0.85714) translateY(-70%);
  -o-transform: scale(0.85714) translateY(-70%);
  -ms-transform: scale(0.85714) translateY(-70%);
  -webkit-transform: scale(0.85714) translateY(-70%);
  transform: scale(0.85714) translateY(-70%);
}

.input-size-lg.input-material-2~.select2-container .select2-selection--single,
.input-size-lg.input-material-2~.btn-group .multiselect {
  padding-top: 19px;
  background-color: #f7f8fa;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--single .select2-selection__rendered,
.input-size-lg.input-material-2~.btn-group .multiselect .select2-selection__rendered {
  line-height: 39px;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--multiple {
  padding-top: 19px;
  padding-bottom: 5px;
}

.input-size-lg.input-material-2~.select2-container .select2-selection--multiple .select2-search__field {
  height: 34px;
}

.input-material-3 {
  border: 0;
  border: 0;
  background-color: transparent;
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.input-material-3~.input-ic:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 30%);
}

.input-material-3~.btn-group [title="Chọn"] .multiselect-selected-text,
.input-material-3~.btn-group [title="Select"] .multiselect-selected-text {
  opacity: 0;
}

.input-material-3:disabled,
.input-material-3~.select2-container--default.select2-container--disabled .select2-selection--single,
.input-material-3~.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: transparent;
}

.input-material-3~.select2-container--default .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.input-material-3~.select2-container--default .select2-search--inline .select2-search__field {
  padding-left: 0;
}

.input-material-3~.input-ic {
  text-align: center;
}

.input-material-3~.select2-container--open~.input-label,
.input-material-3~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-3:focus~.input-label,
.input-material-3.light-pick-focus~.input-label,
.input-material-3~.btn-group.open~.input-label {
  font-weight: 400;
  color: #005D98;
}

.input-material-3~.input-label {
  color: #707C93;
  position: absolute;
  left: 7px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -moz-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -ms-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -o-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  font-size: 14px;
  moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  line-height: 1.2;
  pointer-events: none;
  padding: 0 4px;
  display: inline-block;
  z-index: 2;
  width: auto;
  background-color: white;
}

.input-material-3.input-ic-left~.input-label {
  left: 40px;
}

.input-size-default.input-material-3.textarea {
  padding-top: 11px;
}

.input-size-default.input-material-3~.input-label {
  top: 12px;
}

.input-size-default.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-default.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-default.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-default.input-material-3:focus~.input-label,
.input-size-default.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-150%);
  -o-transform: scale(0.85714) translateY(-150%);
  -ms-transform: scale(0.85714) translateY(-150%);
  -webkit-transform: scale(0.85714) translateY(-150%);
  transform: scale(0.85714) translateY(-150%);
}

.input-size-xs-1.input-material-3.textarea {
  padding-top: 3px;
}

.input-size-xs-1.input-material-3~.input-label {
  top: 4px;
}

.input-size-xs-1.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs-1.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-xs-1.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs-1.input-material-3:focus~.input-label,
.input-size-xs-1.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-100%);
  -o-transform: scale(0.85714) translateY(-100%);
  -ms-transform: scale(0.85714) translateY(-100%);
  -webkit-transform: scale(0.85714) translateY(-100%);
  transform: scale(0.85714) translateY(-100%);
}

.input-size-xs.input-material-3.textarea {
  padding-top: 9px;
}

.input-size-xs.input-material-3~.input-label {
  top: 10px;
}

.input-size-xs.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-xs.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-xs.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-xs.input-material-3:focus~.input-label,
.input-size-xs.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-138%);
  -o-transform: scale(0.85714) translateY(-138%);
  -ms-transform: scale(0.85714) translateY(-138%);
  -webkit-transform: scale(0.85714) translateY(-138%);
  transform: scale(0.85714) translateY(-138%);
}

.input-size-sm.input-material-3.textarea {
  padding-top: 13px;
}

.input-size-sm.input-material-3~.input-label {
  top: 14px;
}

.input-size-sm.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-sm.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-sm.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-sm.input-material-3:focus~.input-label,
.input-size-sm.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-163%);
  -o-transform: scale(0.85714) translateY(-163%);
  -ms-transform: scale(0.85714) translateY(-163%);
  -webkit-transform: scale(0.85714) translateY(-163%);
  transform: scale(0.85714) translateY(-163%);
}

.input-size-md.input-material-3.textarea {
  padding-top: 16px;
}

.input-size-md.input-material-3~.input-label {
  top: 17px;
}

.input-size-md.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-md.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-md.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-md.input-material-3:focus~.input-label,
.input-size-md.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-182%);
  -o-transform: scale(0.85714) translateY(-182%);
  -ms-transform: scale(0.85714) translateY(-182%);
  -webkit-transform: scale(0.85714) translateY(-182%);
  transform: scale(0.85714) translateY(-182%);
}

.input-size-lg.input-material-3.textarea {
  padding-top: 21px;
}

.input-size-lg.input-material-3~.input-label {
  top: 22px;
}

.input-size-lg.input-material-3~.select2-container--open~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-material-3.input-hadval.input-material-3~.input-label,
.input-size-lg.input-material-3.input-hadval-def.input-material-3~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.input-size-lg.input-material-3:focus~.input-label,
.input-size-lg.input-material-3.light-pick-focus~.input-label {
  -moz-transform: scale(0.85714) translateY(-213%);
  -o-transform: scale(0.85714) translateY(-213%);
  -ms-transform: scale(0.85714) translateY(-213%);
  -webkit-transform: scale(0.85714) translateY(-213%);
  transform: scale(0.85714) translateY(-213%);
}

.nav-style-default .nav-link {
  border-bottom: 2px solid transparent;
  color: #242526 !important;
}

.nav-style-default .nav-link.active {
  border-bottom: 2px solid #005D98;
  color: #005D98 !important;
}

.checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox .table {
  width: auto;
}

.checkbox-size-default {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.checkbox-size-xs {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.checkbox-size-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.checkbox-size-md {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.checkbox-size-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.checkbox-ic {
  flex-shrink: 0;
  border: 1px solid #e0e4eb;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: transparent;
  margin-right: 10px;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  overflow: visible;
}

.checkbox-ic .legitRipple-ripple {
  background: rgba(0, 93, 152, 0.1);
}

.checkbox-ic:not(.no-animation):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 93, 152, 0.1);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.checkbox-text {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.3;
}

.radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio .table {
  width: auto;
}

.radio-size-default {
  width: 18px;
  min-width: 18px;
  height: 18px;
}

.radio-size-default:after {
  width: 10px;
  height: 10px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-default {
  border-width: 6px;
}

.radio-size-xs {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.radio-size-xs:after {
  width: 9px;
  height: 9px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-xs {
  border-width: 5px;
}

.radio-size-sm {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.radio-size-sm:after {
  width: 11px;
  height: 11px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-sm {
  border-width: 6px;
}

.radio-size-md {
  width: 22px;
  min-width: 22px;
  height: 22px;
}

.radio-size-md:after {
  width: 12px;
  height: 12px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-md {
  border-width: 7px;
}

.radio-size-lg {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.radio-size-lg:after {
  width: 13px;
  height: 13px;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-size-lg {
  border-width: 7px;
}

.radio-ic {
  flex-shrink: 0;
  border: 1px solid #e0e4eb;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  position: relative;
  color: transparent;
  transition: 0.2s all ease-in-out;
  overflow: visible;
  z-index: 1;
}

.radio-style-1:after {
  content: "";
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #005D98;
  transition: 0.2s all ease-in-out;
  transform-origin: 0 -12.5%;
  transform: scale(0) translate(-50%, -50%);
}

.radio-style-1 .legitRipple-ripple {
  background: rgba(0, 93, 152, 0.1);
}

.radio-style-1:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 93, 152, 0.1);
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.radio-check {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border-radius: 50%;
  background: #005D98;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  transform: scale(0) translate(-50%, -50%);
}

.radio-text {
  vertical-align: middle;
}

.switch {
  cursor: pointer;
}

.switch-wrap {
  position: relative;
  width: 44px;
}

.switch-text {
  font-size: 14px;
  color: #afb3bc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-off {
  color: #242526;
}

.switch-ic {
  border-radius: 12px;
  height: 24px;
  background-color: white;
  position: absolute;
  left: 1px;
  right: 19px;
  top: 1px;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
}

.switch-bg {
  width: 44px;
  height: 26px;
  border-radius: 13px;
  background-color: #e0e4eb;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

.switch-stretch:active .switch-ic {
  right: 13px;
}

.switch-stretch:active input[type="checkbox"]:checked~.table .switch-ic {
  left: 13px;
}

input[type="checkbox"]:checked~* .switch-ic {
  right: 1px;
  left: 19px;
  background-color: white;
}

input[type="checkbox"]:checked~* .switch-bg {
  background-color: #2ed573;
}

input[type="checkbox"]:checked~* .switch-on {
  color: #242526;
}

input[type="checkbox"]:checked~* .switch-off {
  color: #afb3bc;
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-ic {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='13' height='13' viewBox='0 0 24 24' stroke-width='3' stroke='%23005D98' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l5 5l10 -10' /%3E%3C/svg%3E");
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-ic {
  border-color: rgba(0, 93, 152, 0.2);
  background-color: rgba(0, 93, 152, 0.1);
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-green {
  border-color: #2ed573;
  background-color: #2ed573;
}

input[type="checkbox"]:checked~.rnc-ic-wrap .checkbox-blue {
  border-color: #005D98;
  background-color: #005D98;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-ic {
  border-color: rgba(0, 93, 152, 0.2);
  background-color: rgba(0, 93, 152, 0.1);
}

input[type="radio"]:checked~.rnc-ic-wrap .checkbox-text-change {
  color: #005D98;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-default.radio-ic {
  border-color: #005D98;
  background-color: transparent;
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1 .radio-check,
input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1:after {
  transform: scale(1) translate(-50%, -50%);
}

input[type="radio"]:checked~.rnc-ic-wrap .radio-style-1:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.rnc-ic-wrap {
  align-items: center;
  display: flex;
}

.rnc-ic-wrap::after {
  content: "a";
  visibility: hidden;
  width: 0px;
  display: inline-block;
  vertical-align: center;
}

.ph0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ph5 {
  padding-left: 5px;
  padding-right: 5px;
}

.ph7 {
  padding-left: 7px;
  padding-right: 7px;
}

.ph10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph15 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .ph20 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .ph25 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph25 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .ph30 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .ph30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr7 {
  padding-right: 7px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .pr20 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr20 {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .pr25 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr25 {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .pr30 {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pr30 {
    padding-right: 30px;
  }
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl7 {
  padding-left: 7px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .pl20 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl20 {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .pl25 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl25 {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .pl30 {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .pl30 {
    padding-left: 30px;
  }
}

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pv5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pv40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .pv50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pv60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .pb40 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .pb50 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .pb60 {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt7 {
  padding-top: 7px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .pt40 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt40 {
    padding-top: 40px;
  }
}

@media (min-width: 0px) {
  .pt50 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt50 {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .pt60 {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pos-tl0 {
  left: 0px;
  top: 0px;
}

.pos-tl3 {
  left: 3px;
  top: 3px;
}

.pos-tl5 {
  left: 5px;
  top: 5px;
}

.pos-tl7 {
  left: 7px;
  top: 7px;
}

.pos-tl10 {
  left: 10px;
  top: 10px;
}

.pos-tl15 {
  left: 15px;
  top: 15px;
}

@media (min-width: 0px) {
  .pos-tl20 {
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tl20 {
    left: 20px;
    top: 20px;
  }
}

@media (min-width: 0px) {
  .pos-tl25 {
    left: 15px;
    top: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tl25 {
    left: 25px;
    top: 25px;
  }
}

.pos-tr0 {
  top: 0px;
  right: 0px;
}

.pos-tr3 {
  top: 3px;
  right: 3px;
}

.pos-tr5 {
  top: 5px;
  right: 5px;
}

.pos-tr7 {
  top: 7px;
  right: 7px;
}

.pos-tr10 {
  top: 10px;
  right: 10px;
}

.pos-tr15 {
  top: 15px;
  right: 15px;
}

@media (min-width: 0px) {
  .pos-tr20 {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tr20 {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 0px) {
  .pos-tr25 {
    top: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-tr25 {
    top: 25px;
    right: 25px;
  }
}

.pos-bl0 {
  top: 0px;
  left: 0px;
}

.pos-bl3 {
  top: 3px;
  left: 3px;
}

.pos-bl5 {
  top: 5px;
  left: 5px;
}

.pos-bl7 {
  top: 7px;
  left: 7px;
}

.pos-bl10 {
  top: 10px;
  left: 10px;
}

.pos-bl15 {
  top: 15px;
  left: 15px;
}

@media (min-width: 0px) {
  .pos-bl20 {
    top: 15px;
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-bl20 {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 0px) {
  .pos-bl25 {
    top: 15px;
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-bl25 {
    top: 25px;
    left: 25px;
  }
}

.pos-br0 {
  bottom: 0px;
  right: 0px;
}

.pos-br3 {
  bottom: 3px;
  right: 3px;
}

.pos-br5 {
  bottom: 5px;
  right: 5px;
}

.pos-br7 {
  bottom: 7px;
  right: 7px;
}

.pos-br10 {
  bottom: 10px;
  right: 10px;
}

.pos-br15 {
  bottom: 15px;
  right: 15px;
}

@media (min-width: 0px) {
  .pos-br20 {
    bottom: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-br20 {
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 0px) {
  .pos-br25 {
    bottom: 15px;
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .pos-br25 {
    bottom: 25px;
    right: 25px;
  }
}

.pos-ct0 {
  top: 0;
  width: 100%;
  padding: 0px 0px 0 0px;
}

.pos-ct3 {
  top: 0;
  width: 100%;
  padding: 3px 3px 0 3px;
}

.pos-ct5 {
  top: 0;
  width: 100%;
  padding: 5px 5px 0 5px;
}

.pos-ct7 {
  top: 0;
  width: 100%;
  padding: 7px 7px 0 7px;
}

.pos-ct10 {
  top: 0;
  width: 100%;
  padding: 10px 10px 0 10px;
}

.pos-ct15 {
  top: 0;
  width: 100%;
  padding: 15px 15px 0 15px;
}

@media (min-width: 0px) {
  .pos-ct20 {
    top: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

@media (min-width: 1200px) {
  .pos-ct20 {
    top: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

@media (min-width: 0px) {
  .pos-ct25 {
    top: 0;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
}

@media (min-width: 1200px) {
  .pos-ct25 {
    top: 0;
    width: 100%;
    padding: 25px 25px 0 25px;
  }
}

.pos-cb0 {
  bottom: 0;
  width: 100%;
  padding: 0 0px 0px 0px;
}

.pos-cb3 {
  bottom: 0;
  width: 100%;
  padding: 0 3px 3px 3px;
}

.pos-cb5 {
  bottom: 0;
  width: 100%;
  padding: 0 5px 5px 5px;
}

.pos-cb7 {
  bottom: 0;
  width: 100%;
  padding: 0 7px 7px 7px;
}

.pos-cb10 {
  bottom: 0;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.pos-cb15 {
  bottom: 0;
  width: 100%;
  padding: 0 15px 15px 15px;
}

@media (min-width: 0px) {
  .pos-cb20 {
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 1200px) {
  .pos-cb20 {
    bottom: 0;
    width: 100%;
    padding: 0 20px 20px 20px;
  }
}

@media (min-width: 0px) {
  .pos-cb25 {
    bottom: 0;
    width: 100%;
    padding: 0 15px 15px 15px;
  }
}

@media (min-width: 1200px) {
  .pos-cb25 {
    bottom: 0;
    width: 100%;
    padding: 0 25px 25px 25px;
  }
}

.mh0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mh5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mh7 {
  margin-left: 7px;
  margin-right: 7px;
}

.mh10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mh15 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mh20 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh20 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mh25 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh25 {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mh30 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mh30 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.mr0 {
  margin-right: 0px;
}

.mr5 {
  margin-right: 5px;
}

.mr7 {
  margin-right: 7px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .mr20 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr20 {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .mr25 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr25 {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .mr30 {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .mr30 {
    margin-right: 30px;
  }
}

.ml0 {
  margin-left: 0px;
}

.ml5 {
  margin-left: 5px;
}

.ml7 {
  margin-left: 7px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .ml20 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml20 {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .ml25 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml25 {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .ml30 {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .ml30 {
    margin-left: 30px;
  }
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mv5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mv7 {
  margin-top: 7px;
  margin-bottom: 7px;
}

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mv15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mv25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mv30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mv40 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .mv50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mv60 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mv60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .mt40 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt40 {
    margin-top: 40px;
  }
}

@media (min-width: 0px) {
  .mt50 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt50 {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .mt60 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .mt60 {
    margin-top: 60px;
  }
}

.list-last-mv>*:last-child {
  margin-bottom: 0;
}

.list-last-mv>*:first-child {
  margin-top: 0;
}

.list-last-mh>*:last-child {
  margin-right: 0;
}

.list-last-mh>*:first-child {
  margin-left: 0;
}

.list-last-mt>*:first-child {
  margin-top: 0;
}

.list-last-mr>*:last-child {
  margin-right: 0;
}

.list-last-mb>*:last-child {
  margin-bottom: 0;
}

.list-last-ml>*:first-child {
  margin-left: 0;
}

.list-last-pv>*:last-child {
  padding-bottom: 0;
}

.list-last-pv>*:first-child {
  padding-top: 0;
}

.list-last-ph>*:last-child {
  padding-right: 0;
}

.list-last-ph>*:first-child {
  padding-left: 0;
}

.list-last-pt>*:first-child {
  padding-top: 0;
}

.list-last-pr>*:last-child {
  padding-right: 0;
}

.list-last-pb>*:last-child {
  padding-bottom: 0;
}

.list-last-pl>*:first-child {
  padding-left: 0;
}

.list-ph0>* {
  padding-left: 0px;
  padding-right: 0px;
}

.list-ph5>* {
  padding-left: 5px;
  padding-right: 5px;
}

.list-ph7>* {
  padding-left: 7px;
  padding-right: 7px;
}

.list-ph10>* {
  padding-left: 10px;
  padding-right: 10px;
}

.list-ph15>* {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-ph20>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph20>* {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-ph25>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph25>* {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-ph30>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ph30>* {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.list-pr0>* {
  padding-right: 0px;
}

.list-pr5>* {
  padding-right: 5px;
}

.list-pr7>* {
  padding-right: 7px;
}

.list-pr10>* {
  padding-right: 10px;
}

.list-pr15>* {
  padding-right: 15px;
}

@media (min-width: 0px) {
  .list-pr20>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr20>* {
    padding-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-pr25>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr25>* {
    padding-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-pr30>* {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pr30>* {
    padding-right: 30px;
  }
}

.list-pl0>* {
  padding-left: 0px;
}

.list-pl5>* {
  padding-left: 5px;
}

.list-pl7>* {
  padding-left: 7px;
}

.list-pl10>* {
  padding-left: 10px;
}

.list-pl15>* {
  padding-left: 15px;
}

@media (min-width: 0px) {
  .list-pl20>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl20>* {
    padding-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-pl25>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl25>* {
    padding-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-pl30>* {
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-pl30>* {
    padding-left: 30px;
  }
}

.list-pv0>* {
  padding-top: 0px;
  padding-bottom: 0px;
}

.list-pv5>* {
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-pv7>* {
  padding-top: 7px;
  padding-bottom: 7px;
}

.list-pv10>* {
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-pv15>* {
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-pv20>* {
  padding-top: 20px;
  padding-bottom: 20px;
}

.list-pv25>* {
  padding-top: 25px;
  padding-bottom: 25px;
}

.list-pv30>* {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pv40>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv40>* {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-pv50>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv50>* {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pv60>* {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pv60>* {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.list-pb0>* {
  padding-bottom: 0px;
}

.list-pb5>* {
  padding-bottom: 5px;
}

.list-pb7>* {
  padding-bottom: 7px;
}

.list-pb10>* {
  padding-bottom: 10px;
}

.list-pb15>* {
  padding-bottom: 15px;
}

.list-pb20>* {
  padding-bottom: 20px;
}

.list-pb25>* {
  padding-bottom: 25px;
}

.list-pb30>* {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
  .list-pb40>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb40>* {
    padding-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-pb50>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb50>* {
    padding-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-pb60>* {
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pb60>* {
    padding-bottom: 60px;
  }
}

.list-pt0>* {
  padding-top: 0px;
}

.list-pt5>* {
  padding-top: 5px;
}

.list-pt7>* {
  padding-top: 7px;
}

.list-pt10>* {
  padding-top: 10px;
}

.list-pt15>* {
  padding-top: 15px;
}

.list-pt20>* {
  padding-top: 20px;
}

.list-pt25>* {
  padding-top: 25px;
}

.list-pt30>* {
  padding-top: 30px;
}

@media (min-width: 0px) {
  .list-pt40>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt40>* {
    padding-top: 40px;
  }
}

@media (min-width: 0px) {
  .list-pt50>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt50>* {
    padding-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-pt60>* {
    padding-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-pt60>* {
    padding-top: 60px;
  }
}

.list-mh0>* {
  margin-left: 0px;
  margin-right: 0px;
}

.list-mh5>* {
  margin-left: 5px;
  margin-right: 5px;
}

.list-mh7>* {
  margin-left: 7px;
  margin-right: 7px;
}

.list-mh10>* {
  margin-left: 10px;
  margin-right: 10px;
}

.list-mh15>* {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mh20>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh20>* {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mh25>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh25>* {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mh30>* {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mh30>* {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.list-mr0>* {
  margin-right: 0px;
}

.list-mr5>* {
  margin-right: 5px;
}

.list-mr7>* {
  margin-right: 7px;
}

.list-mr10>* {
  margin-right: 10px;
}

.list-mr15>* {
  margin-right: 15px;
}

@media (min-width: 0px) {
  .list-mr20>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr20>* {
    margin-right: 20px;
  }
}

@media (min-width: 0px) {
  .list-mr25>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr25>* {
    margin-right: 25px;
  }
}

@media (min-width: 0px) {
  .list-mr30>* {
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .list-mr30>* {
    margin-right: 30px;
  }
}

.list-ml0>* {
  margin-left: 0px;
}

.list-ml5>* {
  margin-left: 5px;
}

.list-ml7>* {
  margin-left: 7px;
}

.list-ml10>* {
  margin-left: 10px;
}

.list-ml15>* {
  margin-left: 15px;
}

@media (min-width: 0px) {
  .list-ml20>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml20>* {
    margin-left: 20px;
  }
}

@media (min-width: 0px) {
  .list-ml25>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml25>* {
    margin-left: 25px;
  }
}

@media (min-width: 0px) {
  .list-ml30>* {
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .list-ml30>* {
    margin-left: 30px;
  }
}

.list-mv0>* {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-mv5>* {
  margin-top: 5px;
  margin-bottom: 5px;
}

.list-mv7>* {
  margin-top: 7px;
  margin-bottom: 7px;
}

.list-mv10>* {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-mv15>* {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-mv20>* {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-mv25>* {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-mv30>* {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mv40>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv40>* {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-mv50>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv50>* {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mv60>* {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mv60>* {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.list-mb0>* {
  margin-bottom: 0px;
}

.list-mb5>* {
  margin-bottom: 5px;
}

.list-mb7>* {
  margin-bottom: 7px;
}

.list-mb10>* {
  margin-bottom: 10px;
}

.list-mb15>* {
  margin-bottom: 15px;
}

.list-mb20>* {
  margin-bottom: 20px;
}

.list-mb25>* {
  margin-bottom: 25px;
}

.list-mb30>* {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
  .list-mb40>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb40>* {
    margin-bottom: 40px;
  }
}

@media (min-width: 0px) {
  .list-mb50>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb50>* {
    margin-bottom: 50px;
  }
}

@media (min-width: 0px) {
  .list-mb60>* {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mb60>* {
    margin-bottom: 60px;
  }
}

.list-mt0>* {
  margin-top: 0px;
}

.list-mt5>* {
  margin-top: 5px;
}

.list-mt7>* {
  margin-top: 7px;
}

.list-mt10>* {
  margin-top: 10px;
}

.list-mt15>* {
  margin-top: 15px;
}

.list-mt20>* {
  margin-top: 20px;
}

.list-mt25>* {
  margin-top: 25px;
}

.list-mt30>* {
  margin-top: 30px;
}

@media (min-width: 0px) {
  .list-mt40>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt40>* {
    margin-top: 40px;
  }
}

@media (min-width: 0px) {
  .list-mt50>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt50>* {
    margin-top: 50px;
  }
}

@media (min-width: 0px) {
  .list-mt60>* {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .list-mt60>* {
    margin-top: 60px;
  }
}

.form-group {
  text-align: left;
  margin-bottom: 11px;
}

@media (min-width: 0px) {
  .form-group-xs {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-xs {
    display: inline-block;
    width: 118px;
  }
}

@media (min-width: 0px) {
  .form-group-sm {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-sm {
    display: inline-block;
    width: 162px;
  }
}

@media (min-width: 0px) {
  .form-group-md {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .form-group-md {
    display: inline-block;
    width: 185px;
  }
}

@media (min-width: 0px) {
  .form-group-lg {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-lg {
    display: inline-block;
    width: 298px;
  }
}

@media (min-width: 0px) {
  .form-group-xl {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .form-group-xl {
    display: inline-block;
    width: 393px;
  }
}

label {
  margin-bottom: 0;
}

.ulabel-status {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

.ulabel-size-default {
  border-radius: 3px;
  height: 18px;
  line-height: 18px;
  min-width: 0;
  font-size: 9px;
  padding: 0 6px;
}

.ulabel-size-sm {
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  min-width: 0;
  font-size: 10px;
  padding: 0 7px;
}

.ulabel-size-md {
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  min-width: 0;
  font-size: 11px;
  padding: 0 8px;
}

.ulabel-size-lg {
  border-radius: 3px;
  height: 24px;
  line-height: 24px;
  min-width: 0;
  font-size: 12px;
  padding: 0 9px;
}

.ulabel-round.label-size-default {
  border-radius: 9px;
}

.ulabel-round.label-size-sm {
  border-radius: 10px;
}

.ulabel-round.label-size-md {
  border-radius: 11px;
}

.ulabel-round.label-size-lg {
  border-radius: 12px;
}

.ulabel-full {
  width: 100%;
  display: block;
}

.ulabel-sub {
  font-size: 12px;
  padding-top: 5px;
  display: block;
}

.circle {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-6 {
  width: 6px;
  height: 6px;
  border-radius: 3px;
}

.circle-xs {
  width: 8px;
  height: 8px;
  border-radius: 4px;
}

.circle-sm {
  width: 14px;
  height: 14px;
  border-radius: 7px;
}

.circle-md {
  width: 24px;
  height: 24px;
  border-radius: 12px;
}

.circle-lg {
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

.circle-lg-1 {
  width: 32px;
  height: 32px;
  border-radius: 16px;
}

.circle-lg-2 {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}

.circle-lg-3 {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.circle-lg-4 {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

html {
  height: 100%;
}

body {
  color: #242526;
}

.up {
  text-transform: uppercase;
}

.u {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.link {
  color: #005D98 !important;
}

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */
[data-accordion] {
  line-height: 1;
}

[data-control] {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
}

.trigger-box {
  display: none;
}

#menu-trigger {
  display: none;
}

.block-right {
  margin-right: 0;
  margin-left: auto;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.block-left {
  margin-right: auto;
  margin-left: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.inline-block {
  display: inline-block;
  max-width: 100%;
}

.inline-block-right {
  text-align: right;
  vertical-align: middle;
  font-size: 0;
}

.hover-u:hover {
  text-decoration: underline !important;
}

.hover-c:hover {
  color: #005D98;
}

.hover-uc:hover {
  text-decoration: underline;
  color: #005D98;
}

.isolated-scroll:not(.sidebar) {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
}

.isolated-scroll:not(.sidebar)>* {
  -webkit-transform: translate3d(0, 0, 0);
}

.scroll {
  -webkit-overflow-scrolling: touch;
}

.scroll>* {
  -webkit-transform: translate3d(0, 0, 0);
}

.off-scrolling-ios {
  -webkit-overflow-scrolling: auto;
}

.box:before,
.box:after {
  content: " ";
  display: table;
}

.v-top {
  vertical-align: top;
}

.v-bottom {
  vertical-align: bottom;
}

.v-middle {
  vertical-align: middle;
}

.block {
  display: block;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1081px) {
  .scroller-style::-webkit-scrollbar {
    width: 5px;
  }

  .scroller-style::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .scroller-style::-webkit-scrollbar-track {
    width: 17px;
  }
}

.max-height-md {
  height: 300px;
  overflow-y: auto;
}

.wrapper {
  overflow-y: auto;
}

[data-tooltip] {
  cursor: pointer;
}

.breadcrumbs {
  padding: 0;
  list-style: none;
  font-size: 14px;
  margin: 0;
  color: #afb3bc;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs .items {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs a {
  color: #afb3bc !important;
  text-decoration: none !important;
}

.legitRipple img {
  z-index: 10;
  position: relative;
}

@media (max-width: 1200px) {
  .hidden-menu-mobile {
    display: none;
  }
}

@media (min-width: 1201px) {
  .show-menu-mobile {
    display: none;
  }
}

.body-overflow {
  width: calc(100% - 17px);
}

.collapse {
  height: 0;
}

.collapse.in {
  height: auto;
}

.tree {
  border: 1px solid #afb3bc;
  border-radius: 6px;
}

.tree-body {
  height: 177px;
  overflow-y: scroll;
}

.tree:not(:last-child) {
  margin-bottom: 30px;
  margin-top: 7px;
}

@media (min-width: 1081px) {
  .tree::-webkit-scrollbar {
    width: 5px;
  }

  .tree::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .tree::-webkit-scrollbar-track {
    width: 17px;
  }
}

.tree-header {
  padding: 0 15px;
  margin: 10px 0;
}

.tree-header>* {
  margin: 10px 0;
}

.tree-group-header {
  background-color: #eaeff3;
  padding: 7px 15px;
}

.tree-group>.live-search-list {
  padding: 0 15px;
}

.live-search-list li {
  padding: 5px 0;
}

.progress-wrap {
  width: 400px;
  max-width: 90%;
  height: 70px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 40px;
  border-radius: 4px;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3000;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-wrap.out {
  opacity: 0;
  -moz-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

.progress-bg {
  width: 80%;
  height: 8px;
  border-radius: 4px;
  background: #e0e4eb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.progress-bar {
  left: 10%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0;
  height: 8px;
  border-radius: 4px;
  background: #005D98;
}

.progress-backdrop {
  position: fixed;
  z-index: 2999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.progress-backdrop.out {
  opacity: 0;
}

.out .progress-bar {
  background: #2ed573;
}

.error .progress-bar {
  background: #E7381D;
}

.tooltip {
  font-family: inherit;
}

.tooltip-inner {
  color: #242526;
  background-color: white;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: white;
}

.sticky-sidebar {
  will-change: min-height;
}

.sticky-sidebar__inner {
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.sticky-sidebar__inner:after {
  content: "";
  display: table;
}

@media (max-width: 992px) {
  .sticky-space {
    padding: 0 !important;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-xs {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .show-sm {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .show-md {
    display: none !important;
  }
}

.clear:after {
  display: table;
  content: "";
  clear: both;
}

.no-m {
  margin: 0 !important;
}

.no-ml {
  margin-left: 0 !important;
}

.no-mr {
  margin-right: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.no-mt {
  margin-top: 0 !important;
}

.no-mh {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-mv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-p {
  padding: 0 !important;
}

.no-pl {
  padding-left: 0 !important;
}

.no-pr {
  padding-right: 0 !important;
}

.no-pb {
  padding-bottom: 0 !important;
}

.no-pt {
  padding-top: 0 !important;
}

.no-ph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-pv {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-shadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.no-border {
  border: 0 !important;
}

.no-bg-color {
  background-color: transparent !important;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.no-scroll {
  overflow: hidden;
}

.no-u {
  text-decoration: none !important;
}

.no-pointer {
  pointer-events: none;
}

.no-cursor {
  cursor: default;
}

.no-font {
  font-size: 0;
  line-height: 0;
}

.no-radius {
  border-radius: 0 !important;
}

.def-line-height {
  line-height: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0>* {
  vertical-align: top;
  padding-left: 0px;
  padding-right: 0px;
}

.row-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.row-5>* {
  vertical-align: top;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10>* {
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.row-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.row-15>* {
  vertical-align: top;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20>* {
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30>* {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40>* {
  vertical-align: top;
  padding-left: 20px;
  padding-right: 20px;
}

.row-center>* {
  vertical-align: middle;
}

.row-bottom>* {
  vertical-align: bottom;
}

.height-100 {
  height: 100%;
}

.list {
  font-size: 14px;
  margin: 0;
  list-style: none;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-stretch {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  flex-direction: column;
}

.flex-wrap>*:not(.flex-stretch) {
  flex: none;
}

.lazyload {
  opacity: 0;
  transition: 0.3s opacity ease-out;
  background-color: #e0e4eb;
}

.lazyload.show {
  opacity: 1;
}

.lazyload-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lazyload-wrap {
  position: relative;
  background: #eaeff3;
}

.lazyload-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.lazyload-wrap.load {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #eaeff3;
  background: linear-gradient(to right, #e0e4eb 8%, #eaeff3 18%, #e0e4eb 33%);
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.blur {
  filter: blur(10px);
}

.lazyload-pro-wrap {
  overflow: hidden;
}

.searching [data-search-term] {
  display: none;
}

[data-search-term].hightlight>span {
  color: #005D98;
}

.arrow-down-anim::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1xegglx;
}

.arrow-down-anim::before {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  left: 0px;
  transform: translateY(-50%) rotate(43deg);
}

.arrow-down-anim::after,
.arrow-down-anim::before {
  content: "";
  width: 7px;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  background: #242526;
}

.arrow-down-anim::after {
  animation: 200ms ease 0s 1 normal forwards running animation-f7gund;
}

.arrow-down-anim::after {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  right: 0px;
  transform: translateY(-50%) rotate(-43deg);
}

.arrow-down-anim {
  width: 12px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.select2-container--open~.input-ic .arrow-down-anim::before {
  animation: 200ms ease 0s 1 normal forwards running animation-1ssg1zn;
}

.select2-container--open~.input-ic .arrow-down-anim::after {
  animation: 200ms ease 0s 1 normal forwards running animation-jkrku4;
}

@-webkit-keyframes animation-1xegglx {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@keyframes animation-1xegglx {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@-webkit-keyframes animation-1ssg1zn {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@keyframes animation-1ssg1zn {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(-20%, -50%) rotate(0deg);
    -ms-transform: translate(-20%, -50%) rotate(0deg);
    transform: translate(-20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@-webkit-keyframes animation-f7gund {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@keyframes animation-f7gund {
  0% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }
}

@-webkit-keyframes animation-jkrku4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

@keyframes animation-jkrku4 {
  0% {
    -webkit-transform: translateY(-50%) rotate(-43deg);
    -ms-transform: translateY(-50%) rotate(-43deg);
    transform: translateY(-50%) rotate(-43deg);
  }

  50% {
    -webkit-transform: translate(20%, -50%) rotate(0deg);
    -ms-transform: translate(20%, -50%) rotate(0deg);
    transform: translate(20%, -50%) rotate(0deg);
  }

  100% {
    -webkit-transform: translateY(-50%) rotate(43deg);
    -ms-transform: translateY(-50%) rotate(43deg);
    transform: translateY(-50%) rotate(43deg);
  }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 6px;
}

.select2-selection__arrow {
  display: none;
}

.input-material-2~.select2-container--default .select2-selection--multiple .select2-selection__rendered::after {
  height: 0;
}

.select2-container--default .select2-selection--multiple {
  max-height: 120px;
  overflow-y: auto;
  width: 100%;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option {
  position: relative;
  border-radius: 6px;
  margin: 4px 8px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  margin: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-image: url(../../media/icons-color/default/default/search.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 18px;
  background-color: #eaeff3;
  padding-left: 15px;
  background-position: center right 10px;
  font-size: 14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  color: #707C93;
}

@media (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #f7f8fa;
    background-position: center right 10px;
    background-repeat: no-repeat;
    height: 36px;
  }
}

.select2-search--dropdown {
  border-radius: 6px 6px 0 0;
}

.select2-container--disabled {
  opacity: 0.6;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-search__field {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #707C93;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  font-weight: 500;
  padding-left: 10px;
  color: #242526;
}

@media (max-width: 991px) {

  .select2-container--default .select2-selection--single .select2-selection__rendered,
  .select2-container--default .select2-search--inline .select2-search__field {
    font-size: 16px !important;
  }
}

.select2-search--dropdown {
  padding: 10px;
}

@media (max-width: 767px) {
  .select2-search--dropdown {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  body>.select2-container .select2-dropdown {
    position: fixed;
    width: 100% !important;
    z-index: 4000;
    bottom: 0;
    border-radius: 20px;
    overflow: hidden;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  body>.select2-container .select2-dropdown [aria-selected="true"] {
    color: #005D98;
  }

  body>.select2-container .select2-dropdown [aria-selected="true"] {
    pointer-events: none;
  }

  body>.select2-container .select2-dropdown [aria-multiselectable="true"] [aria-selected="true"] {
    pointer-events: all;
  }

  body>.select2-container .select2-dropdown .close-select--multiple~.select2-results [aria-selected="true"] {
    pointer-events: all;
  }

  body>.select2-container .select2-dropdown.top-0 {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  body>.select2-container .select2-dropdown .select2-results__options {
    height: 45vh;
    max-height: calc(100vh - 200px);
    max-height: -webkit-calc(100vh - 200px);
    min-height: 70px;
    -webkit-overflow-scrolling: touch;
  }
}

.select2-results__option {
  font-size: 14px;
}

@media (min-width: 768px) {
  .select2-results__option {
    padding: 7.5px;
  }
}

@media (max-width: 767px) {
  .select2-results__option {
    padding: 12px;
  }
}

.select-2-backdrop {
  background-color: black;
  opacity: 0;
  position: fixed;
  z-index: 3999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.select-2-backdrop.show {
  pointer-events: all;
  opacity: 0.5;
}

.close-select {
  text-align: center;
  font-size: 16px;
  padding: 10px 70px;
  position: relative;
  font-weight: 600;
}

.close-select__btn {
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 12px 12px 12px 15px;
  top: 0;
}

.close-select__done {
  font-size: 14px;
  font-weight: 600;
  color: #005D98;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 15px;
  top: 0;
}

.select2-container .unselect-all {
  padding: 15px 0;
  text-align: center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0;
}

.select-2[multiple]:not(.input-line):not(.input-default)~.input-frame {
  display: none;
}

.select-2[multiple].input-border~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-clean~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-material-2~.select2-container--default.select2-container--focus .select2-selection--multiple,
.select-2[multiple].input-material-3~.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #e0e4eb;
}

.select-2[multiple].input-border~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-clean~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-material-2~.select2-container--default.select2-container--open .select2-selection--multiple,
.select-2[multiple].input-material-3~.select2-container--default.select2-container--open .select2-selection--multiple {
  border: 1px solid #005f9b;
}

.select-2[multiple].input-line~.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select-2[multiple].input-default~.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}

.select-2[multiple].input-material-2~.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .select-2[multiple]~.select2 .select2-search__field {
    pointer-events: none;
    width: 1px !important;
  }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #e0e4eb;
  background-color: white;
  color: #242526;
  padding: 1px 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #242526;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 2px;
  margin-bottom: 2px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  body>.select2-container {
    z-index: 4000;
  }
}

@media (min-width: 768px) {
  body>.select2-container {
    z-index: 99;
  }

  .modal-backdrop~.select2-container {
    z-index: 2000;
  }
}

.select2-results__options {
  padding-bottom: 10px;
  padding-top: 4px;
  position: relative;
}

@media (min-width: 1081px) {
  .select2-results__options::-webkit-scrollbar {
    width: 5px;
  }

  .select2-results__options::-webkit-scrollbar-thumb {
    height: 56px;
    background: rgba(175, 179, 188, 0.6);
    border-radius: 4px;
    position: absolute;
    right: 5px;
  }

  .select2-results__options::-webkit-scrollbar-track {
    width: 17px;
  }
}

.select2-results {
  position: relative;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f8fa;
}

.select2-dropdown {
  box-shadow: 3px 5px 40px 0 rgba(36, 40, 65, 0.16);
}

.select2-search~.select2-search {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #707C93;
  font-size: 14px;
}

.select-tpl-img {
  background-position: center;
  background-size: contain;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #65c3ff;
  color: #005D98;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select-tpl-img-wrap {
  display: inline-block;
}

.lightpick {
  position: absolute;
  z-index: 99999;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 5px 40px 0 rgba(36, 37, 38, 0.16);
  color: #242526;
  line-height: 1.125em;
}

@media (min-width: 481px) {
  .lightpick {
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .lightpick.lightpick--inlined.is-hidden {
    padding: 0;
  }

  .lightpick:not(.lightpick--inlined) {
    position: fixed;
    left: 0 !important;
    bottom: 0;
    top: auto !important;
    height: 465px;
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
    -moz-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .lightpick:not(.lightpick--inlined).is-hidden {
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition-delay: 0s;
  }
}

.lightpick--inlined {
  position: static;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box;
}

@media (min-width: 481px) {
  .lightpick.is-hidden {
    display: none;
  }
}

.lightpick__months {
  background-color: white;
  text-align: center;
}

@media (min-width: 360px) {
  .lightpick__months {
    padding: 15px 12.5px 25px 12.5px;
  }
}

.lightpick__month {
  text-align: left;
  width: 334px;
  max-width: 100%;
  background-color: #fff;
  margin: auto;
  display: inline-block;
  margin-left: -1px;
  padding: 0 12.5px;
}

.lightpick__month-title-bar {
  margin-bottom: 0;
  align-items: center;
  position: relative;
}

.lightpick__month-title-bar:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__month-title {
  /* margin-top: 4px; */
  /* margin-bottom: 4px; */
  /* margin-left: 4px; */
  font-weight: normal;
  cursor: default;
  /* padding: 0 4px; */
  border-radius: 4px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  display: inline-block;
}

.lightpick__select {
  font-size: 14px;
}

.lightpick__month-title-accent {
  font-weight: bold;
  pointer-events: none;
}

.lightpick__inner {
  position: relative;
}

.lightpick__toolbar {
  text-align: right;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.lightpick__inner>.lightpick__toolbar {
  left: auto;
  right: 25px;
  top: 15px;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  width: 36px;
  height: 36px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.lightpick__previous-action:hover,
.lightpick__next-action:hover,
.lightpick__close-action:hover {
  background-color: #eaeff3;
}

.lightpick__close-action {
  width: auto;
  height: 44px;
}

.lightpick__toolbar .lightpick__close-action {
  display: none;
}

.lightpick__next-action {
  float: right;
  background-image: url(../../media/icons-color/default/default/chevron-right.svg);
}

.lightpick__previous-action {
  background-image: url(../../media/icons-color/default/default/chevron-left.svg);
}

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 0;
  border: 1px solid #eaeff3;
  margin: 4px;
}

.lightpick__close-action {
  font-size: 14px;
}

@media (min-width: 481px) {
  .lightpick__close-action {
    display: none;
  }
}

.lightpick--inlined .lightpick__close-action {
  display: none;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit;
}

.lightpick__days-of-the-week:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__day-of-the-week {
  font-size: 11px;
  float: left;
  width: 14.28571%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  color: #707c93;
}

.lightpick__days>div {
  width: 14.28571%;
  float: left;
  min-height: 1px;
}

.lightpick__days:after {
  content: "";
  display: table;
  clear: both;
}

.lightpick__day {
  float: left;
  width: 44px;
  line-height: 44px;
  text-align: center;
  height: 44px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.lightpick__day::before,
.lightpick__day:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}

.lightpick__day:after {
  height: 34px;
}

.lightpick__day:nth-child(7n) {
  color: #242526;
}

.lightpick__day:nth-child(7n):after,
.lightpick__day:last-child:after {
  border-radius: 0 20px 20px 0;
}

.lightpick__day:nth-child(7n + 1):after {
  border-radius: 20px 0 0 20px;
}

.lightpick__day::before {
  z-index: -1;
  width: 40px;
  border-radius: 50%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lightpick__day.is-today {
  background-position: center bottom 6px;
  color: #005D98;
  font-weight: bold;
  background-size: 6px 6px;
}

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
}

.lightpick__day:not(.is-disabled):hover:before {
  background-color: #eaeff3;
}

.lightpick__day.is-disabled {
  opacity: 0;
  pointer-events: none;
}

.lightpick__day.disabled-tooltip {
  pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1;
}

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: #74c9ff;
  background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0;
  pointer-events: none;
}

.lightpick__day.is-in-range {
  border-radius: 0;
  background-position: center;
  background-size: 15px;
  background-repeat: repeat-x;
}

.lightpick__day.is-in-range:after {
  width: 100%;
  box-shadow: none;
  background-color: #5bbfff;
  left: 0;
  right: 0;
}

.lightpick__day.is-start-date.is-in-range:after,
.lightpick__day.is-end-date.is-in-range.is-flipped:after {
  width: 50%;
  right: 0;
  left: auto;
  background-color: #5bbfff;
}

.lightpick__day.is-end-date.is-in-range:after,
.lightpick__day.is-start-date.is-in-range.is-flipped:after {
  width: 50%;
  left: 0;
  right: auto;
  background-color: #5bbfff;
}

.lightpick__day.is-end-date.is-in-range:not(.is-flipped):nth-child(7n):after {
  border-radius: 0;
}

.lightpick__day.is-start-date.is-in-range:nth-child(7n):after {
  left: 0;
}

.lightpick__day.is-start-date.is-end-date:after {
  display: none;
}

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  color: #fff;
  font-weight: bold;
}

.lightpick__day.is-start-date:before,
.lightpick__day.is-end-date:before,
.lightpick__day.is-start-date:hover:before,
.lightpick__day.is-end-date:hover:before {
  background-color: #005D98;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date {
  border-radius: 50%;
}

.lightpick__tooltip {
  z-index: 4;
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none;
}

@media (max-width: 480px) {
  .lightpick__tooltip {
    visibility: hidden !important;
  }
}

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
}

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.lightpick__months {
  position: relative;
}

.lightpick__months-of-the-year {
  padding: 0;
  background-color: #fff;
}

.lightpick__month-of-the-year {
  padding: 0 10px;
  text-align: center;
  border-radius: 3px;
  box-shadow: inset -1px -1px 1px 1px #e0e0e0;
  cursor: default;
  flex-direction: column;
  float: left;
  width: 33%;
}

.lightpick__months-of-the-year-list {
  width: 308px;
}

.lightpick__month-of-the-year>div:first-child {
  padding: 10px 0 2px 0;
  font-size: 0.9em;
  pointer-events: none;
}

.lightpick__month-of-the-year>div:last-child {
  font-size: 0.7em;
  color: #bbb;
  padding: 2px 0 10px 0;
  pointer-events: none;
}

.lightpick__month-of-the-year:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 15px;
}

.lightpick__reset-action {
  color: #242526;
  background-color: transparent;
  float: left;
}

.lightpick__apply-action {
  color: #005D98;
  background-color: transparent;
  float: right;
}

.lightpick__footer:after {
  clear: both;
  display: table;
  content: "";
}

.lp-mobile-header-range {
  background-color: #eaeff3;
  margin-bottom: 10px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
}

.lp-mobile-header {
  background-color: #eaeff3;
  margin-bottom: 10px;
  height: 44px;
}

.lp-mobile-header .lightpick__close-action {
  position: absolute;
  left: 10px;
  top: 0;
}

.lp-backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  transition: 0.3s all ease-in-out;
  border-radius: 0 !important;
  z-index: -1;
}

.lp-backdrop.show {
  opacity: 0.5;
  z-index: 3001;
  pointer-events: all;
}

.lightpick--inlined .lightpick__months {
  text-align: center;
}

select:not([disabled]).lightpick__select {
  cursor: pointer;
  height: 44px;
  margin-right: 10px;
  direction: ltr;
  padding: 0 15px 0 10px;
  line-height: 44px;
  border-radius: 5px;
  background-color: rgba(234, 239, 243, 0.6);
  background-image: url("../../media/icons-color/default/default/chevron-down.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center right 5px;
  font-weight: bold;
}

.lightpick__select-months {
  width: 110px;
}

.lightpick__select-years {
  width: 90px;
}

select[disabled].lightpick__select {
  padding: 0 5px;
}

.lightpick__days-of-the-week {
  margin-top: 10px;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.drag-target {
  height: 100%;
  width: 20px;
  position: fixed;
  top: 0;
  z-index: 998;
}

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: white;
  margin: 0 auto;
  white-space: nowrap;
  padding-left: 0;
}

.tabs.tabs-transparent {
  background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: white;
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

.tabs.tabs-fixed-width {
  display: flex;
}

.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

.tabs .tab a {
  color: rgba(36, 37, 38, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: white;
  outline: none;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #242526;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(36, 37, 38, 0.4);
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #005D98;
  will-change: left, right;
}

@media (max-width: 767px) {
  .tabs {
    display: flex;
  }

  .tabs .tab {
    flex-grow: 1;
  }

  .tabs .tab a {
    padding: 0 12px;
  }
}

.material-dropdown-wrap .dropdown-content {
  list-style: none;
  padding-left: 0;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
  max-height: 200px;
}

.material-dropdown-wrap .dropdown-content:focus {
  outline: 0;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator) {
  clear: both;
  color: #242526;
  cursor: pointer;
  min-height: 40px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator):hover,
.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator).active {
  background-color: #eee;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator):focus {
  outline: none;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator).divider {
  min-height: 0;
  height: 1px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>a,
.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>span {
  font-size: 14px;
  color: #242526;
  display: block;
  line-height: 18px;
  padding: 11px 15px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>span>label {
  top: 1px;
  left: 0;
  height: 18px;
}

.material-dropdown-wrap .dropdown-content li:not(.dropdown-separator)>a>i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.material-dropdown-wrap body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

.material-dropdown-wrap .input-field.col .dropdown-content [type="checkbox"]+label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

.material-dropdown-wrap .dropdown-trigger {
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../images/light-gallery/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../images/light-gallery/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../images/light-gallery/video-play.png) no-repeat;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../images/light-gallery/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../images/light-gallery/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-item {
  background: url(../images/light-gallery/loading.gif) center center no-repeat;
}

.paginate_button.previous:before,
.paginate_button.last:before,
.paginate_button.next:before,
.paginate_button.first:before {
  display: none;
}

table.dataTable thead .sorting {
  background-image: url(../media/plugins/datatables/sort_both.png);
}

table.dataTable thead .sorting_asc {
  background-image: url(../media/plugins/datatables/sort_asc.png);
}

table.dataTable thead .sorting_desc {
  background-image: url(../media/plugins/datatables/sort_desc.png);
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  vertical-align: middle;
  padding: 0;
  border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):active {
  border: 0 !important;
  box-shadow: none !important;
  color: #242526 !important;
  background-color: #eaeff3 !important;
  background-image: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.3;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
  background-image: url("../../media/icons-color/default/default/chevrons-right.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.first {
  background-image: url("../../media/icons-color/default/default/chevrons-left.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  background-image: url("../../media/icons-color/default/default/chevron-left.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  background-image: url("../../media/icons-color/default/default/chevron-right.svg") !important;
  background-position: center center !important;
  background-size: 16px auto !important;
  background-repeat: no-repeat !important;
}

.dataTables_length select {
  height: 36px;
  padding: 0 20px 0 5px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='306px' height='306px' viewBox='0 0 306 306' style='enable-background:new 0 0 306 306;' xml:space='preserve'%3E%3Cg%3E%3Cg id='keyboard-arrow-down'%3E%3Cpolygon points='35.7,58.65 153,175.951 270.3,58.65 306,94.351 153,247.35 0,94.351 ' style='fill: rgb%2818, 31, 62%29;'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 10px;
}

@media (max-width: 480px) {
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    width: 30px;
    height: 30px;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid transparent;
  border-radius: 50%;
  background: #005D98;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  font-size: 13px;
  background: #005D98;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: white !important;
  padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 50%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.paginate_button:not(.current):hover {
  background-color: #eaeff3;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background-size: 6px auto;
  padding-left: 15px;
  background-position: center left 5px;
}

.dataTables_scrollHeadInner {
  min-width: 100%;
}

table.dataTable {
  border-collapse: collapse;
  min-width: 100%;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0;
}

.dataTables_scroll.right-none .table-ults {
  box-shadow: none;
}

.dataTables_scroll.left-none::before {
  opacity: 0;
}

.table-border-vh .dataTables_scroll:not(.right-none),
.table-border-v .dataTables_scroll:not(.right-none) {
  border-right: 1px solid #e0e4eb !important;
}

.dataTables_scrollHead th {
  border-bottom: 0 !important;
}

.dataTables_scroll {
  position: relative;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 0;
}

.dataTables_wrapper .dataTables_length {
  white-space: nowrap;
}

.dataTables_wrapper .dataTables_length select {
  border: 0;
  border-bottom: 1px solid #e0e4eb;
  padding-right: 20px;
  border-radius: 0;
}

.dataTables_wrapper .dataTables_paginate {
  margin-top: 0 !important;
}

.details-control {
  min-width: 30px;
  padding: 0;
  background-image: url("../../media/icons-color/default/default/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.shown .details-control {
  background-image: url("../../media/icons-color/default/default/chevron-up.svg");
}

.dataTables_wrapper .no_sort {
  background: none !important;
  cursor: default;
  pointer-events: none;
}

.table-zebra.dataTable>tbody>tr.odd {
  background-color: #f7f8fa;
  color: #242526;
}

.table-zebra.dataTable>tbody>tr.odd .table-ults {
  background-color: #f7f8fa;
}

.table-hover>*:not(thead) .shown+tr:hover {
  background-color: white !important;
}

.noUi-target {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.noUi-target {
  position: relative;
}

.noUi-target::after {
  height: 3px;
  background-color: #e0e4eb;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-connect {
  background: transparent;
}

.noUi-connect::after {
  height: 3px;
  background-color: #005D98;
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-horizontal .noUi-handle {
  background: transparent;
  box-shadow: none;
  border: 0;
}

.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle:before {
  display: none;
}

.noUi-touch-area {
  background: transparent;
  border: 0;
}

.noUi-touch-area::after {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #005D98;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  content: "";
}

.noUi-horizontal .noUi-handle {
  top: -5px;
  border: 0;
  outline: none !important;
}

.noUi-tooltip {
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-size: 11px;
  width: 30px;
  height: 40px;
  line-height: 20px;
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='40' viewBox='0 0 30 40'%3E%3Cpath id='Path_244' data-name='Path 244' d='M15,0A15,15,0,0,1,30,15c0,8.284-15,25-15,25S0,23.284,0,15A15,15,0,0,1,15,0Z' fill='%23005D98'/%3E%3C/svg%3E%0A");
}

.noUi-horizontal .noUi-tooltip {
  transform: scale(0) translate(-50%, 0);
  transition: 0.2s transform ease-in-out;
  transform-origin: 0 100%;
}

.noUi-active .noUi-tooltip {
  border-radius: 0;
  transform: scale(1) translate(-50%, 0);
}

.noUi-horizontal .noUi-tooltip {
  bottom: 90%;
}

.noUi-marker-horizontal.noUi-marker {
  height: 3px;
  width: 1px;
  margin-left: -0.5px;
  background-color: #e0e4eb;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
  width: 1px;
  margin-left: -0.5px;
  background-color: #e0e4eb;
}

.noUi-value-horizontal {
  font-size: 11px;
}

.noUi-pips-horizontal {
  padding-top: 2px;
}

.ui-slider-pip {
  margin-bottom: 22px;
}

.scrollspy {
  height: 700px;
}

/*# sourceMappingURL=map/style.css.map */