@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.loading-blend {
  width: 100%;
  height: 100%;
  align-items: center;
  background: #fff;
  display: none;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.loading-blend .loading-spinner {
  display: block;
}
.sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #46484f;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle2::before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle3::before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle4::before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle5::before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle6::before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle7::before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle8::before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle9::before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle10::before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle11::before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle12::before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.bg-blue-dark {
  background-color: #2d4083 !important;
}
.bg-dark-grey {
  background-color: #545453 !important;
}
.bg-light-grey {
  background-color: #e9eced !important;
}
.bg-main-background {
  background-color: #f8f9fB !important;
}
.bg-primary {
  background-color: #7c99a3 !important;
}
.bg-primary-dark {
  background-color: #05475e !important;
}
.bg-strong-grey {
  background-color: #6e768b !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-yellow {
  background-color: #ffe000 !important;
}
.border-dark {
  border-color: #ddd;
}
.border-yellow {
  border-color: #ffe000 !important;
}
.text-green-light {
  color: #55c2a7 !important;
}
.text-muted {
  color: #6e768b !important;
}
.text-primary {
  color: #7c99a3 !important;
}
.text-white {
  color: #fff !important;
}
.text-yellow {
  color: #ffe000 !important;
}
.text-violet {
  color: #9A7DB0 !important;
}
.text-black {
  color: #000 !important;
}
.new-ui .ui-multiselect,
.new-ui .ui-selectmenu-button.ui-button {
  background: #fff;
  border: 2px solid #e9eced;
  border-radius: 4px;
  color: #46484f;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  width: 100% !important;
}
.new-ui .ui-multiselect:focus,
.new-ui .ui-selectmenu-button.ui-button:focus {
  outline: none;
}
.new-ui .ui-multiselect .ui-selectmenu-icon,
.new-ui .ui-selectmenu-button.ui-button .ui-selectmenu-icon,
.new-ui .ui-multiselect .ui-icon,
.new-ui .ui-selectmenu-button.ui-button .ui-icon {
  background: none;
  text-indent: 0;
  vertical-align: baseline;
}
.new-ui .ui-multiselect .ui-selectmenu-icon::before,
.new-ui .ui-selectmenu-button.ui-button .ui-selectmenu-icon::before,
.new-ui .ui-multiselect .ui-icon::before,
.new-ui .ui-selectmenu-button.ui-button .ui-icon::before {
  content: '\e62e';
  font-family: 'uikit', sans-serif;
}
.new-ui .ui-multiselect.ui-selectmenu-button-open,
.new-ui .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border-color: #6e768b;
}
.new-ui .error .ui-multiselect,
.new-ui .error .ui-selectmenu-button.ui-button {
  border-color: #f44336;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content {
  border: 2px solid #e9eced;
  font-family: 'spacegrotesk-regular', sans-serif;
  max-height: 200px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li:hover {
  background: #f5f5f5;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li:first-child {
  border: 0;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li .ui-menu-item-wrapper {
  padding: 0;
}
.ui-selectmenu-menu .ui-widget.ui-widget-content li .ui-menu-item-wrapper.ui-state-active {
  background: transparent;
  border: 0;
  color: inherit;
}
.ui-selectmenu-menu.ui-front {
  z-index: 9999;
}
.ui-multiselect-menu.ui-widget.ui-widget-content {
  background: #fff;
  border: 2px solid #e9eced;
  font-family: 'spacegrotesk-regular', sans-serif;
  max-height: 200px;
  overflow: auto;
  padding: 0;
  z-index: 1051 !important;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes {
  padding: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li:hover {
  background: #f5f5f5;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li:first-child {
  border: 0;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label {
  border: 0;
  cursor: pointer;
  display: flex;
  font-weight: 400;
  text-indent: 0;
  padding: 10px 20px;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label.ui-state-hover {
  background: none;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label.ui-state-active {
  background: #8fa8b1;
}
.ui-multiselect-menu.ui-widget.ui-widget-content .ui-multiselect-checkboxes li label input {
  margin-right: 10px;
}
.text-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.link-black a:link,
.link-black a:visited,
.link-black a:hover,
.link-black a:active {
  color: black;
}
.text-bold {
  font-weight: bold;
}
.o-hidden {
  overflow: hidden;
}
.image-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.radius-top-5 {
  border-radius: 5px 5px 0 0;
}
.content-underline::after {
  width: 100%;
  height: 20px;
  background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
  content: '';
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.new-ui .autocompleter {
  border: 2px solid #e9eced;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  min-height: 48px;
  position: relative;
  width: 100% !important;
}
.new-ui .autocompleter:before,
.new-ui .autocompleter:after {
  display: table;
  content: " ";
}
.new-ui .autocompleter:after {
  clear: both;
}
.new-ui .autocompleter:before,
.new-ui .autocompleter:after {
  display: table;
  content: " ";
}
.new-ui .autocompleter:after {
  clear: both;
}
.new-ui .autocompleter.focus {
  border-color: #6e768b;
}
.new-ui .autocompleter.single li {
  width: 100%;
}
.new-ui .autocompleter input,
.new-ui .autocompleter input:focus {
  border: 0 !important;
  box-shadow: none !important;
  float: left;
  font-size: 16px !important;
  padding: 10px 20px !important;
}
.new-ui .autocompleter .chosen {
  margin-left: -2px;
  margin-right: 2px;
}
.new-ui .autocompleter .chosen li {
  align-items: center;
  background: #f3f4f6;
  border-radius: 20px;
  color: #6e768b;
  display: flex;
  float: left;
  margin: 2px;
  padding: 8px 20px;
}
.new-ui .autocompleter .chosen li .delete {
  display: flex;
  margin-left: 10px;
  text-decoration: none;
}
.new-ui .autocompleter .chosen li .delete::before {
  color: #6e768b;
  content: '\e070';
  font-family: 'uikit', sans-serif;
  font-size: 22px;
  margin: 0 -5px;
}
.new-ui .autocompleter .chosen li.normal {
  justify-content: space-between;
}
.new-ui .autocompleter .chosen li.focus {
  background: #6e768b;
  color: #fff;
}
.new-ui .autocompleter .chosen li.focus .delete::before {
  color: #fff;
}
.new-ui .autocompleter .suggestions {
  background: #fff;
  border: 2px solid #e9eced;
  border-radius: 4px;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 1;
}
.new-ui .autocompleter .suggestions li {
  border-top: 1px solid #e9eced;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
}
.new-ui .autocompleter .suggestions li:first-child {
  border: 0;
}
.new-ui .autocompleter .suggestions li:hover {
  background: #f5f5f5;
  cursor: pointer;
}
.new-ui .autocompleter .suggestions li strong {
  font-family: 'spacegrotesk-regular', sans-serif;
  font-weight: 400;
}
.new-ui .jquery-autocompleter {
  display: block;
  margin: 0;
}
.new-ui .jquery-autocompleter .widget {
  border: 2px solid #e9eced;
  border-radius: 4px;
  min-height: 48px !important;
  max-height: none !important;
  width: 100% !important;
}
.new-ui .jquery-autocompleter .widget .items-list {
  display: flex;
  flex-wrap: wrap;
}
.new-ui .jquery-autocompleter .widget .items-list .jquery-autocompleter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
}
.new-ui .jquery-autocompleter .widget .items-list .input,
.new-ui .jquery-autocompleter .widget .items-list .item {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: space-between;
  line-height: unset !important;
  margin: 2px;
}
.new-ui .jquery-autocompleter .widget .items-list .input input[type="text"],
.new-ui .jquery-autocompleter .widget .items-list .item input[type="text"] {
  margin: 0;
  width: 100% !important;
}
.new-ui .jquery-autocompleter .widget .items-list .item {
  font-size: 16px !important;
  padding: 0 10px;
}
.new-ui .jquery-autocompleter .widget .items-list .item .remove {
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}
.new-ui .jquery-autocompleter .widget .items-list .item .remove::before {
  font-size: 22px;
}
.new-ui .jquery-autocompleter .widget .items-list input,
.new-ui .jquery-autocompleter .widget .items-list input:focus {
  font-size: 16px !important;
  line-height: unset !important;
  padding: 0 10px;
}
.new-ui .jquery-autocompleter .widget.widget-sm .items-list .input,
.new-ui .jquery-autocompleter .widget.widget-sm .items-list .item {
  font-size: 13px !important;
  height: 30px;
}
.new-ui .jquery-autocompleter .widget.widget-sm .items-list input,
.new-ui .jquery-autocompleter .widget.widget-sm .items-list input:focus {
  font-size: 13px !important;
}
.new-ui .jquery-autocompleter.single .widget .items-list li {
  width: 100%;
}
.new-ui .jquery-autocompleter.single .widget .items-list .input:not(:first-child) {
  display: none;
}
.new-ui .ui-autocomplete.ui-menu {
  border: 2px solid #e9eced;
}
.new-ui .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  line-height: 24px;
  padding: 10px 20px;
}
.new-ui .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background-color: #7c99a3;
  border: 0;
}
.new-ui .btn {
  border: 2px solid #7c99a3;
  border-radius: 6px;
  font-family: 'spacegrotesk-bold', sans-serif;
  font-weight: normal;
}
.new-ui .btn.loading::after {
  width: 1em;
  height: 1em;
  animation: load 1.3s infinite linear;
  background: none;
  border-radius: 50%;
  color: #fff;
  font-size: 4px;
  margin-top: -2px;
  left: 50%;
  position: absolute;
  top: 50%;
}
.new-ui .btn.btn-default {
  background: #fff;
  color: #7c99a3;
}
.new-ui .btn.btn-default.loading::after {
  color: #7c99a3;
}
.new-ui .btn.btn-primary {
  background: #7c99a3;
  color: #fff;
}
.new-ui .btn.btn-primary.loading::after {
  animation: load-primary 1.3s infinite linear;
}
.new-ui .btn.btn-light {
  background: #fff;
  color: #7c99a3;
  border-color: #f3f4f6;
}
.new-ui .btn.btn-light.loading::after {
  animation: load-primary 1.3s infinite linear;
}
.new-ui .btn.btn-light:hover {
  background: #fff;
  color: #8fa8b1;
  border-color: #f3f4f6;
}
.new-ui .btn.btn-huge {
  padding: 10px 25px;
}
.new-ui .btn:hover {
  background: #8fa8b1;
  border-color: #8fa8b1;
  color: #fff;
}
.new-ui .btn.btn-block,
.new-ui .btn.btn-xs-block {
  width: 100%;
}
@keyframes load {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #7c99a3, 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.5), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.7), 1.8em -1.8em 0 0 #7c99a3, 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.5), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.7), 2.5em 0 0 0 #7c99a3, 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.5), 2.5em 0 0 0 rgba(124, 153, 163, 0.7), 1.75em 1.75em 0 0 #7c99a3, 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.5), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.7), 0 2.5em 0 0 #7c99a3, -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.2), -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.5), 0 2.5em 0 0 rgba(124, 153, 163, 0.7), -1.8em 1.8em 0 0 #7c99a3, -2.6em 0 0 0 rgba(124, 153, 163, 0.2), -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.5), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.7), -2.6em 0 0 0 #7c99a3, -1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(124, 153, 163, 0.2), 1.8em -1.8em 0 0 rgba(124, 153, 163, 0.2), 2.5em 0 0 0 rgba(124, 153, 163, 0.2), 1.75em 1.75em 0 0 rgba(124, 153, 163, 0.2), 0 2.5em 0 0 rgba(124, 153, 163, 0.2), -1.8em 1.8em 0 0 rgba(124, 153, 163, 0.5), -2.6em 0 0 0 rgba(124, 153, 163, 0.7), -1.8em -1.8em 0 0 #7c99a3;
  }
}
@keyframes load-primary {
  0%,
  100% {
    box-shadow: 0 -2.6em 0 0 #f8f9fb, 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.5), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.7);
  }
  12.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.7), 1.8em -1.8em 0 0 #f8f9fb, 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.5);
  }
  25% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.5), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.7), 2.5em 0 0 0 #f8f9fb, 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  37.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.5), 2.5em 0 0 0 rgba(248, 249, 251, 0.7), 1.75em 1.75em 0 0 #f8f9fb, 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  50% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.5), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.7), 0 2.5em 0 0 #f8f9fb, -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.2), -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  62.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.5), 0 2.5em 0 0 rgba(248, 249, 251, 0.7), -1.8em 1.8em 0 0 #f8f9fb, -2.6em 0 0 0 rgba(248, 249, 251, 0.2), -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  75% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.5), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.7), -2.6em 0 0 0 #f8f9fb, -1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2);
  }
  87.5% {
    box-shadow: 0 -2.6em 0 0 rgba(248, 249, 251, 0.2), 1.8em -1.8em 0 0 rgba(248, 249, 251, 0.2), 2.5em 0 0 0 rgba(248, 249, 251, 0.2), 1.75em 1.75em 0 0 rgba(248, 249, 251, 0.2), 0 2.5em 0 0 rgba(248, 249, 251, 0.2), -1.8em 1.8em 0 0 rgba(248, 249, 251, 0.5), -2.6em 0 0 0 rgba(248, 249, 251, 0.7), -1.8em -1.8em 0 0 #f8f9fb;
  }
}
@media (min-width: 768px) {
  .new-ui .btn.btn-xs-block {
    width: auto;
  }
}
.new-ui .checkbox-wrapper {
  position: relative;
  cursor: pointer;
  font-size: 22px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  clear: both;
}
.new-ui .checkbox-wrapper .checkbox-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #e9eced;
}
.new-ui .checkbox-wrapper .checkbox-custom::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0;
  width: 0;
  border-radius: 5px;
  border: solid #6e768b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.new-ui .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.new-ui .checkbox-wrapper input:checked ~ .checkbox-custom {
  background-color: #6e768b;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  border: 2px solid #6e768b;
}
.new-ui .checkbox-wrapper input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.new-ui .checkbox-wrapper input:disabled ~ .checkbox-custom {
  background-color: #f8f9fB;
}
.new-ui .d-flex {
  display: flex;
}
.new-ui .d-inline-flex {
  display: inline-flex;
}
.new-ui .fit-contain {
  object-fit: contain;
}
.new-ui .mw-0 {
  min-width: 0;
}
.new-ui .flex-10,
.new-ui .flex-20,
.new-ui .flex-30,
.new-ui .flex-40,
.new-ui .flex-50,
.new-ui .flex-60,
.new-ui .flex-70,
.new-ui .flex-80 {
  flex: 100%;
  min-width: 0;
}
.new-ui .flex-flow-wrap {
  flex-flow: wrap;
}
.new-ui .flex-wrap-wrap {
  flex-wrap: wrap;
}
.new-ui .flex-basis-0 {
  flex-basis: 0;
}
.new-ui .flex-basis-100 {
  flex-basis: 100%;
}
.new-ui .flex-grow-1 {
  flex-grow: 1;
}
.new-ui .flex-grow-2 {
  flex-grow: 2;
}
.new-ui .flex-shrink-0 {
  flex-shrink: 0;
}
.new-ui .flex-row-reverse {
  flex-direction: row-reverse;
}
.new-ui .align-items-start {
  align-items: flex-start;
}
.new-ui .align-items-center {
  align-items: center;
}
.new-ui .align-items-stretch {
  align-items: stretch;
}
.new-ui .align-items-end {
  align-items: flex-end;
}
.new-ui .justify-content-center {
  justify-content: center;
}
.new-ui .justify-content-end {
  justify-content: flex-end;
}
.new-ui .justify-content-between {
  justify-content: space-between;
}
.new-ui .flex-direction-column {
  flex-direction: column;
}
.new-ui .d-none {
  display: none;
}
.new-ui .d-inline {
  display: inline;
}
.new-ui .d-block {
  display: block;
}
.new-ui .d-inline-block {
  display: inline-block;
}
@media (min-width: 768px) {
  .new-ui .d-sm-flex {
    display: flex;
  }
  .new-ui .justify-content-sm-end {
    justify-content: flex-end;
  }
  .new-ui .flex-10 {
    flex: 10%;
  }
  .new-ui .flex-20 {
    flex: 20%;
  }
  .new-ui .flex-30 {
    flex: 30%;
  }
  .new-ui .flex-40 {
    flex: 40%;
  }
  .new-ui .flex-50 {
    flex: 50%;
  }
  .new-ui .flex-60 {
    flex: 60%;
  }
  .new-ui .flex-70 {
    flex: 70%;
  }
  .new-ui .flex-80 {
    flex: 80%;
  }
  .new-ui .justify-content-sm-end {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .new-ui .d-md-flex {
    display: flex;
  }
  .new-ui .d-md-none {
    display: none;
  }
  .new-ui .d-md-block {
    display: block;
  }
  .new-ui .d-md-inline {
    display: inline;
  }
  .new-ui .justify-content-md-center {
    justify-content: center;
  }
  .new-ui .align-items-md-stretch {
    align-items: stretch;
  }
  .new-ui .align-items-md-end {
    align-items: flex-end;
  }
  .new-ui .flex-direction-md-row {
    flex-direction: row;
  }
  .new-ui .flex-direction-md-column {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .new-ui .d-lg-flex {
    display: flex;
  }
}
.new-ui .m-0 {
  margin: 0 !important;
}
.new-ui .mb-0 {
  margin-bottom: 0 !important;
}
.new-ui .mb-1 {
  margin-bottom: 10px !important;
}
.new-ui .mb-2 {
  margin-bottom: 20px !important;
}
.new-ui .mb-3 {
  margin-bottom: 30px !important;
}
.new-ui .mb-4 {
  margin-bottom: 40px !important;
}
.new-ui .mb-5 {
  margin-bottom: 50px !important;
}
.new-ui .mb-6 {
  margin-bottom: 60px !important;
}
.new-ui .mb-n2 {
  margin-bottom: -20px !important;
}
.new-ui .ml-0 {
  margin-left: 0 !important;
}
.new-ui .ml-1 {
  margin-left: 10px !important;
}
.new-ui .ml-2 {
  margin-left: 20px !important;
}
.new-ui .ml-3 {
  margin-left: 30px !important;
}
.new-ui .ml-7 {
  margin-left: 70px !important;
}
.new-ui .mr-1 {
  margin-right: 10px !important;
}
.new-ui .mr-2 {
  margin-right: 20px !important;
}
.new-ui .mr-3 {
  margin-right: 30px !important;
}
.new-ui .mr-4 {
  margin-right: 40px !important;
}
.new-ui .mr-5 {
  margin-right: 50px !important;
}
.new-ui .mr-6 {
  margin-right: 60px !important;
}
.new-ui .mt-0 {
  margin-top: 0 !important;
}
.new-ui .mt-1 {
  margin-top: 10px !important;
}
.new-ui .mt-2 {
  margin-top: 20px !important;
}
.new-ui .mt-3 {
  margin-top: 30px !important;
}
.new-ui .mt-4 {
  margin-top: 40px !important;
}
.new-ui .mt-5 {
  margin-top: 50px !important;
}
.new-ui .mt-8 {
  margin-top: 80px !important;
}
.new-ui .mt-n2 {
  margin-top: -20px !important;
}
.new-ui .mt-n4 {
  margin-top: -40px !important;
}
.new-ui .mx-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.new-ui .mx-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.new-ui .my-1 {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.new-ui .my-2 {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}
.new-ui .my-3 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}
.new-ui .my-4 {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.new-ui .my-8 {
  margin-bottom: 80px !important;
  margin-top: 80px !important;
}
.new-ui .p-0 {
  padding: 0 !important;
}
.new-ui .p-1 {
  padding: 10px !important;
}
.new-ui .p-2 {
  padding: 20px !important;
}
.new-ui .p-3 {
  padding: 30px !important;
}
.new-ui .p-4 {
  padding: 40px !important;
}
.new-ui .pb-2 {
  padding-bottom: 20px !important;
}
.new-ui .pb-4 {
  padding-bottom: 40px !important;
}
.new-ui .pl-0 {
  padding-left: 0 !important;
}
.new-ui .pl-1 {
  padding-left: 10px !important;
}
.new-ui .pl-2 {
  padding-left: 20px !important;
}
.new-ui .pl-3 {
  padding-left: 30px !important;
}
.new-ui .pl-4 {
  padding-left: 40px !important;
}
.new-ui .pr-0 {
  padding-right: 0 !important;
}
.new-ui .pr-2 {
  padding-right: 20px !important;
}
.new-ui .pr-4 {
  padding-right: 40px !important;
}
.new-ui .pr-5 {
  padding-right: 50px !important;
}
.new-ui .pt-2 {
  padding-top: 20px !important;
}
.new-ui .pt-3 {
  padding-top: 30px !important;
}
.new-ui .pt-4 {
  padding-top: 40px !important;
}
.new-ui .pt-5 {
  padding-top: 50px !important;
}
.new-ui .pb-3 {
  padding-bottom: 30px !important;
}
.new-ui .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.new-ui .px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.new-ui .px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.new-ui .px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.new-ui .px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.new-ui .px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.new-ui .py-1 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.new-ui .py-2 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.new-ui .py-3 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.new-ui .py-4 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.new-ui .py-5 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.new-ui .py-8 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (min-width: 768px) {
  .new-ui .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .new-ui .ml-sm-0 {
    margin-left: 0 !important;
  }
  .new-ui .ml-sm-1 {
    margin-left: 10px !important;
  }
  .new-ui .ml-sm-2 {
    margin-left: 20px !important;
  }
  .new-ui .ml-sm-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-sm-5 {
    margin-left: 50px !important;
  }
  .new-ui .mr-sm-1 {
    margin-right: 10px !important;
  }
  .new-ui .mr-sm-2 {
    margin-right: 20px !important;
  }
  .new-ui .mr-sm-4 {
    margin-right: 40px !important;
  }
  .new-ui .mt-sm-0 {
    margin-top: 0 !important;
  }
  .new-ui .mx-sm-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .new-ui .mx-sm-6 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .new-ui .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .new-ui .p-sm-4 {
    padding: 40px !important;
  }
  .new-ui .pl-sm-2 {
    padding-left: 20px !important;
  }
  .new-ui .pl-sm-4 {
    padding-left: 40px !important;
  }
  .new-ui .pr-sm-2 {
    padding-right: 20px !important;
  }
  .new-ui .px-sm-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .new-ui .px-sm-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .new-ui .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .new-ui .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
@media (min-width: 992px) {
  .new-ui .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .new-ui .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .new-ui .mb-md-3 {
    margin-bottom: 30px !important;
  }
  .new-ui .mb-md-5 {
    margin-bottom: 50px !important;
  }
  .new-ui .mb-md-8 {
    margin-bottom: 80px !important;
  }
  .new-ui .ml-md-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-md-4 {
    margin-left: 40px !important;
  }
  .new-ui .mr-md-0 {
    margin-right: 0 !important;
  }
  .new-ui .mr-md-2 {
    margin-right: 20px !important;
  }
  .new-ui .mt-md-0 {
    margin-top: 0 !important;
  }
  .new-ui .mt-md-3 {
    margin-top: 30px !important;
  }
  .new-ui .mt-md-4 {
    margin-top: 40px !important;
  }
  .new-ui .mt-md-5 {
    margin-top: 50px !important;
  }
  .new-ui .mt-md-6 {
    margin-top: 60px !important;
  }
  .new-ui .mt-md-7 {
    margin-top: 70px !important;
  }
  .new-ui .p-md-1 {
    padding: 10px !important;
  }
  .new-ui .p-md-2 {
    padding: 20px !important;
  }
  .new-ui .p-md-3 {
    padding: 30px !important;
  }
  .new-ui .p-md-5 {
    padding: 50px !important;
  }
  .new-ui .pt-md-6 {
    padding-top: 60px !important;
  }
  .new-ui .pr-md-5 {
    padding-right: 50px !important;
  }
  .new-ui .px-md-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .new-ui .px-md-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .new-ui .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .new-ui .py-md-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
  .new-ui .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .new-ui .ml-lg-3 {
    margin-left: 30px !important;
  }
  .new-ui .ml-lg-4 {
    margin-left: 40px !important;
  }
  .new-ui .mr-lg-0 {
    margin-right: 0 !important;
  }
}
.new-ui .nav-tabs {
  border-bottom: 2px solid #e9eced;
  margin: 0 -20px;
  padding: 0 20px;
}
.new-ui .nav-tabs li {
  margin-bottom: -2px;
  margin-right: 20px;
}
.new-ui .nav-tabs li a {
  font-family: 'spacegrotesk-bold', sans-serif;
  padding: 0 0 10px 0;
}
.new-ui .nav-tabs li a,
.new-ui .nav-tabs li a:hover,
.new-ui .nav-tabs li a:focus {
  background: none;
  border: 0;
  color: #6e768b;
  font-size: 16px;
  line-height: 18px;
}
.new-ui .nav-tabs li.active a,
.new-ui .nav-tabs li.active a:hover,
.new-ui .nav-tabs li.active a:focus {
  border-bottom: 2px solid #7c99a3;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000;
}
@media (min-width: 992px) {
  .new-ui .nav-tabs li {
    margin-right: 50px;
  }
  .new-ui .nav-tabs li a,
  .new-ui .nav-tabs li a:hover,
  .new-ui .nav-tabs li a:focus {
    font-size: 24px;
    line-height: 32px;
  }
  .new-ui .p-md-5 .nav-tabs {
    margin: 0 -50px;
    padding: 0 50px;
  }
}
.new-ui .w-0 {
  width: 0;
}
.new-ui .w-25 {
  width: 25%;
}
.new-ui .w-30 {
  width: 30%;
}
.new-ui .w-50 {
  width: 50%;
}
.new-ui .w-70 {
  width: 70%;
}
.new-ui .w-75 {
  width: 75%;
}
.new-ui .w-100 {
  width: 100%;
}
.new-ui .h-i {
  height: inherit;
}
.new-ui .h-0 {
  height: 0;
}
.new-ui .h-100 {
  height: 100%;
}
@media (min-width: 768px) {
  .new-ui .w-sm-25 {
    width: 25%;
  }
  .new-ui .w-sm-50 {
    width: 50%;
  }
  .new-ui .w-sm-75 {
    width: 75%;
  }
  .new-ui .w-sm-100 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .new-ui .w-md-25 {
    width: 25%;
  }
  .new-ui .w-md-50 {
    width: 50%;
  }
  .new-ui .w-md-75 {
    width: 75%;
  }
  .new-ui .w-md-100 {
    width: 100%;
  }
}
.new-ui .p-relative {
  position: relative;
}
.new-ui .p-absolute {
  position: absolute;
}
.new-ui .absolute-left {
  left: 0;
}
.new-ui .absolute-right {
  right: 0;
}
.new-ui .badge-country {
  min-height: 30px;
}
.new-ui .language-flag {
  height: 17px;
  margin-left: 5px;
}
.new-ui .special-action-ua {
  border-radius: 20px;
  border: 1px solid #ffd700;
  padding: 1px 5px 1px 1px !important;
}
.new-ui .special-action-ua img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.new-ui,
.new-ui .ui-widget {
  font-family: 'spacegrotesk-regular', sans-serif;
}
.new-ui a,
.new-ui .text-primary {
  color: #7c99a3;
}
.new-ui label,
.new-ui strong,
.new-ui .badge,
.new-ui h1,
.new-ui h2,
.new-ui h3,
.new-ui h4,
.new-ui h5,
.new-ui h6 {
  font-family: 'spacegrotesk-bold', sans-serif;
  font-weight: normal;
}
.new-ui .no-wrap {
  white-space: nowrap;
}
.new-ui .rounded {
  border-radius: 50%;
}
.new-ui .corners-rounded {
  border-radius: 5px;
}
.new-ui .box-white {
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
}
.new-ui .well {
  background: #f8f9fB;
  border-color: #e9eced;
  box-shadow: none;
  margin: 0;
  padding: 10px;
}
.new-ui .well.well-white {
  background: #fff;
}
.new-ui .area-scrollable {
  overflow: auto;
}
.new-ui .wrapper {
  padding: 0 10px;
}
.new-ui .control-group ::-webkit-input-placeholder,
.new-ui .form-group ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a4a7;
}
.new-ui .control-group ::-moz-placeholder,
.new-ui .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a4a7;
}
.new-ui .control-group :-ms-input-placeholder,
.new-ui .form-group :-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a4a7;
}
.new-ui .control-group :-moz-placeholder,
.new-ui .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #a3a4a7;
}
.new-ui .control-group input[type="email"],
.new-ui .form-group input[type="email"],
.new-ui .control-group input[type="number"],
.new-ui .form-group input[type="number"],
.new-ui .control-group input[type="password"],
.new-ui .form-group input[type="password"],
.new-ui .control-group input[type="search"],
.new-ui .form-group input[type="search"],
.new-ui .control-group input[type="text"],
.new-ui .form-group input[type="text"],
.new-ui .control-group input[type="url"],
.new-ui .form-group input[type="url"],
.new-ui .control-group select,
.new-ui .form-group select,
.new-ui .control-group textarea,
.new-ui .form-group textarea,
.new-ui .control-group input[type="email"]:focus,
.new-ui .form-group input[type="email"]:focus,
.new-ui .control-group input[type="number"]:focus,
.new-ui .form-group input[type="number"]:focus,
.new-ui .control-group input[type="password"]:focus,
.new-ui .form-group input[type="password"]:focus,
.new-ui .control-group input[type="search"]:focus,
.new-ui .form-group input[type="search"]:focus,
.new-ui .control-group input[type="text"]:focus,
.new-ui .form-group input[type="text"]:focus,
.new-ui .control-group input[type="url"]:focus,
.new-ui .form-group input[type="url"]:focus,
.new-ui .control-group select:focus,
.new-ui .form-group select:focus,
.new-ui .control-group textarea:focus,
.new-ui .form-group textarea:focus {
  border: 2px solid #e9eced;
  border-radius: 4px;
  box-shadow: none;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  position: relative;
}
.new-ui .control-group input[type="email"]:focus,
.new-ui .form-group input[type="email"]:focus,
.new-ui .control-group input[type="number"]:focus,
.new-ui .form-group input[type="number"]:focus,
.new-ui .control-group input[type="password"]:focus,
.new-ui .form-group input[type="password"]:focus,
.new-ui .control-group input[type="search"]:focus,
.new-ui .form-group input[type="search"]:focus,
.new-ui .control-group input[type="text"]:focus,
.new-ui .form-group input[type="text"]:focus,
.new-ui .control-group input[type="url"]:focus,
.new-ui .form-group input[type="url"]:focus,
.new-ui .control-group select:focus,
.new-ui .form-group select:focus,
.new-ui .control-group textarea:focus,
.new-ui .form-group textarea:focus,
.new-ui .control-group input[type="email"].focus,
.new-ui .form-group input[type="email"].focus,
.new-ui .control-group input[type="number"].focus,
.new-ui .form-group input[type="number"].focus,
.new-ui .control-group input[type="password"].focus,
.new-ui .form-group input[type="password"].focus,
.new-ui .control-group input[type="search"].focus,
.new-ui .form-group input[type="search"].focus,
.new-ui .control-group input[type="text"].focus,
.new-ui .form-group input[type="text"].focus,
.new-ui .control-group input[type="url"].focus,
.new-ui .form-group input[type="url"].focus,
.new-ui .control-group select.focus,
.new-ui .form-group select.focus,
.new-ui .control-group textarea.focus,
.new-ui .form-group textarea.focus {
  border-color: #6e768b;
}
.new-ui .control-group input[type="email"]:disabled,
.new-ui .form-group input[type="email"]:disabled,
.new-ui .control-group input[type="number"]:disabled,
.new-ui .form-group input[type="number"]:disabled,
.new-ui .control-group input[type="password"]:disabled,
.new-ui .form-group input[type="password"]:disabled,
.new-ui .control-group input[type="search"]:disabled,
.new-ui .form-group input[type="search"]:disabled,
.new-ui .control-group input[type="text"]:disabled,
.new-ui .form-group input[type="text"]:disabled,
.new-ui .control-group input[type="url"]:disabled,
.new-ui .form-group input[type="url"]:disabled,
.new-ui .control-group select:disabled,
.new-ui .form-group select:disabled,
.new-ui .control-group textarea:disabled,
.new-ui .form-group textarea:disabled {
  background-color: #f8f9fB;
}
.new-ui .control-group input[type="email"].error,
.new-ui .form-group input[type="email"].error,
.new-ui .control-group input[type="number"].error,
.new-ui .form-group input[type="number"].error,
.new-ui .control-group input[type="password"].error,
.new-ui .form-group input[type="password"].error,
.new-ui .control-group input[type="search"].error,
.new-ui .form-group input[type="search"].error,
.new-ui .control-group input[type="text"].error,
.new-ui .form-group input[type="text"].error,
.new-ui .control-group input[type="url"].error,
.new-ui .form-group input[type="url"].error,
.new-ui .control-group select.error,
.new-ui .form-group select.error,
.new-ui .control-group textarea.error,
.new-ui .form-group textarea.error {
  border-color: #f44336;
}
.new-ui .control-group input[type="email"].input-sm,
.new-ui .form-group input[type="email"].input-sm,
.new-ui .control-group input[type="number"].input-sm,
.new-ui .form-group input[type="number"].input-sm,
.new-ui .control-group input[type="password"].input-sm,
.new-ui .form-group input[type="password"].input-sm,
.new-ui .control-group input[type="search"].input-sm,
.new-ui .form-group input[type="search"].input-sm,
.new-ui .control-group input[type="text"].input-sm,
.new-ui .form-group input[type="text"].input-sm,
.new-ui .control-group input[type="url"].input-sm,
.new-ui .form-group input[type="url"].input-sm,
.new-ui .control-group select.input-sm,
.new-ui .form-group select.input-sm,
.new-ui .control-group textarea.input-sm,
.new-ui .form-group textarea.input-sm {
  height: auto;
  padding-bottom: 6px;
  padding-top: 6px;
}
.new-ui .control-group input[type="color"],
.new-ui .form-group input[type="color"] {
  width: 30px;
}
.new-ui .control-group .error input[type="text"],
.new-ui .form-group .error input[type="text"],
.new-ui .control-group .error textarea,
.new-ui .form-group .error textarea {
  border-color: #f44336;
}
.new-ui .title {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.new-ui .title span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.new-ui .title span::after {
  width: 100%;
  height: 20px;
  background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
  content: '';
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.new-ui .badge {
  align-items: center;
  background: #f3f4f6;
  border-radius: 20px;
  color: #6e768b;
  display: inline-flex;
  max-width: 100%;
  min-height: 30px;
  padding: 0 16px;
  text-align: left;
  white-space: initial;
}
.new-ui .badge.badge-primary {
  background: #6e768b;
  color: #fff;
}
.new-ui a.badge:hover {
  background: #7c99a3;
}
.new-ui a.badge.badge-primary:hover {
  background: #8fa8b1;
}
.new-ui .text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-ui .warning {
  color: #f44336;
}
.new-ui .icon-sun-bg {
  align-items: center;
  background: radial-gradient(50% 50% at 50% 50%, #ffe000 50%, rgba(255, 224, 0, 0) 100%);
  color: #fff;
  display: inline-flex;
  justify-content: center;
}
.new-ui .border-bottom-light {
  border-bottom: 1px solid #e9eced;
}
.new-ui .borderless {
  border: 0 !important;
  outline: none !important;
}
.new-ui .hidden {
  display: none;
}
.new-ui .overlap-l {
  position: absolute;
  top: 12px;
  left: 20px;
  z-index: 9;
}
.new-ui .overlap-r {
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 9;
}
.new-ui .no-hyperlink-decoration {
  color: inherit;
  text-decoration: inherit;
}
@media (min-width: 768px) {
  .new-ui .sun-bg-outer {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .new-ui .sun-bg-outer .sun-bg-inner {
    width: 100%;
    height: 150%;
    background: radial-gradient(50% 50% at 50% 50%, #ffe000 0%, rgba(255, 224, 0, 0) 100%);
    position: absolute;
    right: -50%;
    top: -50%;
  }
}
@media (min-width: 992px) {
  .new-ui .title {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .new-ui .title::after {
    width: 100%;
    height: 20px;
    background: linear-gradient(270deg, rgba(255, 224, 0, 0.28), #ffe000);
    content: '';
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    z-index: -1;
  }
  .new-ui .title span::after {
    display: none;
  }
  .new-ui .wrapper {
    display: flex;
    padding: 0;
  }
  .new-ui .wrapper .main-content,
  .new-ui .wrapper .main-sidebar {
    min-width: 0;
  }
  .new-ui .wrapper .main-content {
    flex: 0 1 100%;
  }
  .new-ui .wrapper .main-sidebar {
    flex: 0 0 300px;
    margin: 0 0 0 20px;
  }
  .new-ui .wrapper .main-sidebar:first-child {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1200px) {
  .new-ui .hidden-lg {
    display: none;
  }
}
