@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  src: local('☺'), url("../fonts/sf-pro-display_regular.woff2") format("woff2");
}
@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 600;
  src: local('☺'), url("../fonts/sf-pro-display_semibold.woff2") format("woff2");
}
@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 400;
  src: local('☺'), url("../fonts/sf-pro-text_regular.woff2") format("woff2");
}
@font-face {
  font-family: 'SF Pro Text';
  font-style: normal;
  font-weight: 600;
  src: local('☺'), url("../fonts/sf-pro-text_semibold.woff2") format("woff2");
}
/************************************
  @media (max-width: 1599px) {
  }
  @media (max-width: 1199px) {
  }
  @media (max-width: 959px) {
  }
  @media (max-width: 639px) {
  }
  @media (max-width: 479px) {
  }

 ************************************
  @media (min-width: 480px) { 
  }
  @media (min-width: 640px) {
  }
  @media (min-width: 960px) {
  }
  @media (min-width: 1200px) {
  }
  @media (min-width: 1600px) {
  }
************************************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  font-family: 'SF Pro Text', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  color: #333;
  left: 0 !important;
  margin-left: 0 !important;
  background: #FBFBFD;
}
body {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
noscript {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 1000;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SF Pro Display', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.uk-text-xsmall {
  font-size: 0.775rem;
  line-height: 1.5;
}
.uk-text-xxsmall {
  font-size: 0.575rem;
  line-height: 1.5;
}
.uk-big-border-rounded {
  border-radius: 20px;
}
@media (max-width: 639px) {
  .login-card {
    border-radius: 0 !important;
  }
}
.uk-notification.uk-notification-bottom-center,
.uk-notification.uk-notification-top-center {
  text-align: center;
  z-index: 10000;
  width: auto;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media (max-width: 639px) {
  .uk-notification.uk-notification-bottom-center,
  .uk-notification.uk-notification-top-center {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}
.uk-notification.uk-notification-bottom-center .uk-notification-message,
.uk-notification.uk-notification-top-center .uk-notification-message {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 40px 10px 45px;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message > div > .uk-icon,
.uk-notification.uk-notification-top-center .uk-notification-message > div > .uk-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message .uk-notification-close:hover,
.uk-notification.uk-notification-top-center .uk-notification-message .uk-notification-close:hover {
  color: rgba(255, 255, 255, 0.6);
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-danger,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-danger {
  background: rgba(255, 0, 0, 0.8);
  color: white;
}
.uk-notification.uk-notification-bottom-center .uk-notification-message.uk-notification-message-success,
.uk-notification.uk-notification-top-center .uk-notification-message.uk-notification-message-success {
  background: rgba(50, 210, 150, 0.8);
  color: white;
}
.uk-link,
a {
  color: #ff6d00;
}
.uk-link:hover,
a:hover {
  color: #ffa766;
}
#page-account {
  background: white;
}
#page-login,
#page-reset,
#page-register,
#page-downloadapp,
#page-confirmdata,
#page-pagenotfound {
  background: #ff6d00;
  background: -moz-radial-gradient(circle, #ff6d00 0%, #ff3300 100%);
  background: -webkit-radial-gradient(circle, #ff6d00 0%, #ff3300 100%);
  background: radial-gradient(circle, #ff6d00 0%, #ff3300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff6d00, endColorstr=#ff3300, GradientType=1);
}
body:has(#internal-header) {
  padding-top: 56px;
}
#internal-header,
.es-right-aside-topbar {
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: #ff6d00;
  color: white !important;
  padding: 4px;
  /*a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
  }*/
}
#internal-header .es-logo,
.es-right-aside-topbar .es-logo {
  line-height: 48px;
}
#internal-header .es-logo img,
.es-right-aside-topbar .es-logo img,
#internal-header .es-logo svg,
.es-right-aside-topbar .es-logo svg {
  max-width: 100px;
  max-height: 32px;
  color: white;
}
#internal-header .es-logo img *,
.es-right-aside-topbar .es-logo img *,
#internal-header .es-logo svg *,
.es-right-aside-topbar .es-logo svg * {
  fill: white;
}
#internal-header .es-icon-button,
.es-right-aside-topbar .es-icon-button {
  height: 48px;
  min-width: 48px;
  padding: 12px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#internal-header .es-icon-button .bi,
.es-right-aside-topbar .es-icon-button .bi {
  font-size: 20px;
  font-size: 16px;
}
#internal-header .es-icon-button:hover,
.es-right-aside-topbar .es-icon-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
#internal-header .es-icon-button:active,
.es-right-aside-topbar .es-icon-button:active {
  background: rgba(255, 255, 255, 0.4);
}
#internal-header .es-avatar-button,
.es-right-aside-topbar .es-avatar-button {
  border: 2px solid #ff3300;
  border-radius: 100px;
  display: inline-block;
  margin-top: 4px;
}
@media (min-width: 640px) {
  #internal-header .es-avatar-button,
  .es-right-aside-topbar .es-avatar-button {
    margin-right: 8px;
  }
}
#internal-header .es-avatar-button img,
.es-right-aside-topbar .es-avatar-button img {
  vertical-align: middle;
  border: 2px solid #ff3300;
  border: 2px solid white;
  width: 36px;
  height: 36px;
  object-fit: fill;
  border-radius: 100px;
}
#internal-header .es-search-bar,
.es-right-aside-topbar .es-search-bar {
  display: none;
  background: #ff6d00;
  right: 49px;
  padding: 4px;
}
#internal-header .es-search-input-container .uk-form-icon,
.es-right-aside-topbar .es-search-input-container .uk-form-icon {
  height: 36px;
  margin-top: 6px;
}
#internal-header .es-search-input-container .es-search-input,
.es-right-aside-topbar .es-search-input-container .es-search-input {
  border: none;
  background: #e66200;
  border-radius: 8px;
  margin-top: 6px;
  height: 36px;
  line-height: 36px;
}
#internal-header .es-search-input-container .es-search-input:focus,
.es-right-aside-topbar .es-search-input-container .es-search-input:focus {
  background: #cc5700;
}
.es-avatar-button {
  border: 2px solid #ff3300;
  border-radius: 100px;
  display: inline-block;
  margin-top: 4px;
}
@media (min-width: 640px) {
  .es-avatar-button {
    margin-right: 8px;
  }
}
.es-avatar-button img {
  vertical-align: middle;
  border: 2px solid #ff3300;
  border: 2px solid white;
  width: 36px;
  height: 36px;
  object-fit: fill;
  border-radius: 100px;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #ff6d00;
}
.menu-toggle {
  position: relative;
}
.menu-toggle .icon-toggle {
  display: inherit;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-toggle .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.es-aside-menu-container {
  pointer-events: none;
  position: fixed;
  top: 56px;
  bottom: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 0;
  z-index: 100;
  right: 0;
}
.es-aside-menu-container .es-aside-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.es-aside-menu-container .es-aside-menu {
  transform: translateX(-100%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  z-index: 102;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 280px;
  overflow: auto;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  /*ul {
      //list-style: none;
      //padding: 0;

      li {


      }
    }*/
}
@media (max-width: 639px) {
  .es-aside-menu-container .es-aside-menu {
    max-width: 100%;
  }
}
.es-aside-menu-container .es-aside-menu .uk-accordion {
  margin-bottom: 0;
}
.es-aside-menu-container .es-aside-menu .uk-accordion + .es-aside-nav {
  margin-top: 0;
}
.es-aside-menu-container .es-aside-menu .uk-accordion + .es-aside-nav li:nth-child(1) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.es-aside-menu-container .es-aside-menu .uk-accordion,
.es-aside-menu-container .es-aside-menu .es-aside-nav {
  list-style-type: none;
  padding-left: 0;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li:nth-child(n+2),
.es-aside-menu-container .es-aside-menu .es-aside-nav > li:nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li a {
  padding: 10px 26px;
  display: block;
  font-weight: 600;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li a i,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li a i {
  width: 20px;
  margin-right: 10px;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li a:hover,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li a:hover {
  background: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-active > a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-active > a,
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-open > a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-open > a {
  color: #ff6d00;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li .uk-accordion-content,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li .uk-accordion-content {
  margin-top: 0;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li .uk-accordion-content ul,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li .uk-accordion-content ul {
  list-style: none;
  padding: 0;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li .uk-accordion-content p,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li .uk-accordion-content p {
  padding: 10px 26px;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li > a:before,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent > a:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%0A%3C%2Fsvg%3E);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-active > a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent.uk-active > a,
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-open > a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent.uk-open > a {
  color: #ff6d00 !important;
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-active > a:before,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent.uk-active > a:before,
.es-aside-menu-container .es-aside-menu .uk-accordion > li.uk-open > a:before,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent.uk-open > a:before {
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-right%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z%22%2F%3E%0A%3C%2Fsvg%3E);
}
.es-aside-menu-container .es-aside-menu .uk-accordion > li .uk-subnav li a,
.es-aside-menu-container .es-aside-menu .es-aside-nav > li.uk-parent .uk-subnav li a {
  text-transform: none;
}
.twitter-typeahead {
  width: 100%;
}
.tt-autocomplete {
  width: 100%;
  cursor: pointer;
  border: none !important;
  background-position: calc(100%) 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-caret-down-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M7.247%2011.14%202.451%205.658C1.885%205.013%202.345%204%203.204%204h9.592a1%201%200%200%201%20.753%201.659l-4.796%205.48a1%201%200%200%201-1.506%200z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fsvg%3E) !important;
  padding-right: 20px !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tt-autocomplete:focus {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-caret-down-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M7.247%2011.14%202.451%205.658C1.885%205.013%202.345%204%203.204%204h9.592a1%201%200%200%201%20.753%201.659l-4.796%205.48a1%201%200%200%201-1.506%200z%22%20fill%3D%22%23ff6d00%22%2F%3E%3C%2Fsvg%3E) !important;
}
.tt-menu {
  z-index: 99999 !important;
  background: #fff;
  right: 0;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.tt-menu .tt-dataset {
  z-index: 99999 !important;
  width: 100%;
  font-size: 0.875rem;
}
.tt-menu .tt-dataset .tt-suggestion,
.tt-menu .tt-dataset .empty-message {
  padding: 5px 10px;
}
.tt-menu .tt-dataset .tt-suggestion.tt-selectable,
.tt-menu .tt-dataset .empty-message.tt-selectable {
  cursor: pointer;
}
.tt-menu .tt-dataset .tt-suggestion.tt-selectable:hover,
.tt-menu .tt-dataset .empty-message.tt-selectable:hover {
  background: #f5f5f5;
}
.tt-menu .tt-dataset .tt-suggestion.tt-selectable.tt-cursor,
.tt-menu .tt-dataset .empty-message.tt-selectable.tt-cursor {
  background: #f5f5f5;
}
@media (max-width: 639px) {
  .es-aside-item-label {
    width: 100% !important;
    text-align: left !important;
  }
}
@-moz-document url-prefix() {
  .es-logged-container {
    top: 56px;
    position: relative;
  }
}
.es-logged-container,
footer {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 640px) {
  body.menu-opened .es-logged-container {
    padding-left: 280px;
  }
}
@media (min-width: 640px) {
  body.menu-opened footer {
    margin-left: 280px;
  }
}
@media (max-width: 639px) {
  body.menu-opened {
    overflow: hidden;
  }
  body.menu-opened .menu-toggle .icon-toggle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  body.menu-opened .menu-toggle .icon-close {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
body.menu-opened .es-aside-menu-container {
  pointer-events: all;
  right: 0;
}
@media (min-width: 640px) {
  body.menu-opened .es-aside-menu-container {
    right: calc(100% - 280px);
  }
}
@media (max-width: 639px) {
  body.menu-opened .es-aside-menu-container .es-aside-overlay {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (min-width: 640px) {
  body.menu-opened .es-aside-menu-container .es-aside-overlay {
    display: none;
  }
}
body.menu-opened .es-aside-menu-container .es-aside-menu {
  transform: translateX(0);
}
.es-aside-group-no-label > *:first-child {
  margin-top: 0 !important;
}
.es-aside-group .es-aside-item *[data-action="add-item"] {
  display: none;
}
.es-aside-group .es-aside-item *[data-action="del-item"] {
  display: inline-block;
}
.es-aside-group .es-aside-item:last-child *[data-action="add-item"] {
  display: inline-block;
}
.index-list-container {
  position: fixed;
  margin-right: 15px;
  font-size: 10px;
  right: 0;
  top: 108px;
  bottom: 52px;
  z-index: 51;
}
.index-list-container ul.index-list {
  list-style: none;
  padding: 5px 3px;
  border-radius: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*li.active {
      background: fade(@color-1, 20%);
      border-radius: 100px;
    }*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.index-list-container ul.index-list li {
  text-align: center;
  min-width: 15px;
  min-height: 15px;
  line-height: 15px;
}
.index-list-container ul.index-list.swipping {
  background: rgba(0, 0, 0, 0.1);
}
#index-list-helper {
  display: none;
  z-index: 100;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: white;
  background: rgba(0, 0, 0, 0.8);
  font-size: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  font-weight: 600;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.contact-initial {
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  font-weight: 600;
  background: #f8f8f8;
  color: #999;
  text-transform: uppercase;
  pointer-events: none;
  margin: 6px !important;
}
.es-table {
  /*list-style: none;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;*/
}
.es-table.contacts-table tr th:last-child,
.es-table.contacts-table tr td:last-child {
  padding-right: 40px;
}
.es-table tr th {
  font-weight: 600;
  text-align: left;
  height: 52px;
}
.es-table tr th,
.es-table tr td {
  padding: 4px;
  vertical-align: middle;
}
.es-table tr th:first-child,
.es-table tr td:first-child {
  padding-left: 14px;
}
.es-table tr.contact-list-heading {
  border-bottom: none;
}
.es-table tr.contact-list-heading td {
  top: 55px;
  position: -webkit-sticky;
  position: sticky;
  z-index: 50;
  border-bottom: none;
  background: #e5e5e5;
  padding-top: 0;
  padding-bottom: 0;
}
.es-table tr.contact-list-heading td:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
}
.es-table .contact-image {
  /*padding: 6px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    object-fit: fill;*/
  margin: 6px !important;
}
.es-table .contact-initial {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  margin: 6px !important;
}
.es-table .contact-name {
  font-weight: 600;
}
.es-table .contact-row .table-buttons-container {
  padding-right: 40px;
}
.es-table .table-buttons-container {
  padding-right: 8px;
}
.es-table .es-empty-row td {
  height: 52px;
}
.es-table .es-table-row .es-table-selector-container {
  width: 48px;
  height: 48px;
}
.es-table .es-table-row .es-table-selector-container .es-table-selector-input,
.es-table .es-table-row .es-table-selector-container .es-table-selector-bubble {
  position: absolute;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.es-table .es-table-row .es-table-selector-container .es-table-selector-input {
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  margin: 6px !important;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 0;
}
.es-table .es-table-row .es-table-selector-container .es-table-selector-bubble {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
}
.es-table .es-table-row:hover .es-table-selector-container .es-table-selector-input,
.es-table .es-table-row.selected .es-table-selector-container .es-table-selector-input {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
}
.es-table .es-table-row:hover .es-table-selector-container .es-table-selector-bubble,
.es-table .es-table-row.selected .es-table-selector-container .es-table-selector-bubble {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 0;
}
.es-table .es-table-row.selected {
  background-color: rgba(255, 109, 0, 0.1);
}
.es-table .es-table-row.selected a.uk-position-cover {
  display: none;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #ff6d00;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #ff6d00;
}
.uk-checkbox:focus {
  border-color: #ff6d00;
}
.header-actions {
  padding: 8px;
  z-index: 60;
}
.header-actions .uk-icon-button {
  background: white;
  color: #ff6d00;
}
/*
footer  {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}*/
.ab-link {
  position: relative;
  padding-left: 55px !important;
}
.ab-link .ab-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px !important;
  margin: 0 !important;
  background: transparent;
}
.ab-link .ab-color-rounded,
.ab-link .ab-check {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  border-radius: 100px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px !important;
  height: 16px !important;
  line-height: 16px !important;
  margin-left: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ab-link .ab-check {
  display: none;
  z-index: 2;
  text-align: center;
}
.ab-link .ab-check i {
  display: block;
  width: 16px !important;
  margin-top: 1px;
  height: 15px !important;
  line-height: 15px !important;
}
.ab-link.selected .ab-color-rounded,
.ab-link.selected .ab-check {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  display: block;
}
.es-right-aside-container {
  pointer-events: none;
  position: fixed;
  top: 56px;
  bottom: 0;
  right: 0;
  z-index: 120;
}
.es-right-aside-container .see-div,
.es-right-aside-container .edit-div {
  display: none;
}
@media (max-width: 639px) {
  .es-right-aside-container .es-aside-groups.uk-margin-medium-top {
    margin-top: 0 !important;
  }
}
.es-right-aside-container.edit-mode .edit-div {
  display: inherit;
}
.es-right-aside-container.edit-mode .edit-div label {
  line-height: 40px;
}
@media (max-width: 639px) {
  .es-right-aside-container.edit-mode .edit-div label {
    line-height: 20px;
    padding-bottom: 5px;
  }
}
.es-right-aside-container.edit-mode .edit-div .es-aside-item-value .ay-checkbox {
  margin-top: 10px;
  margin-left: 0;
}
.es-right-aside-container.see-mode .see-div {
  display: inherit;
}
@media (max-width: 639px) {
  .es-right-aside-container {
    top: 0;
    left: 0;
  }
}
.es-right-aside-container .es-right-aside-topbar {
  position: relative;
  display: none;
}
.es-right-aside-container .es-right-aside-loading {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.es-right-aside-container .es-right-aside-loading .uk-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.es-right-aside-container .es-right-aside {
  left: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  z-index: 102;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 500px;
  overflow: auto;
  right: 0;
  bottom: 0;
  top: 0;
  transform: translateX(0%);
}
.es-right-aside-container .es-right-aside .contact-initial {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
}
@media (max-width: 639px) {
  body.es-right-aside-shown {
    overflow: hidden;
  }
}
body.es-right-aside-shown .es-right-aside-container {
  pointer-events: all;
}
@media (max-width: 639px) {
  body.es-right-aside-shown .es-right-aside-container .es-right-aside-topbar {
    display: inherit;
  }
}
body.es-right-aside-shown .es-right-aside-container .es-right-aside {
  transform: translateX(-100%);
}
@media (max-width: 639px) {
  body.es-right-aside-shown .es-right-aside-container .es-right-aside {
    top: 56px;
    width: 100%;
  }
}
.uk-width-xsmall {
  width: 110px;
}
.es-contact-group-separator hr {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.fab-container {
  z-index: 119;
}
.fab-container .fab {
  background: #f8f8f8;
  color: #999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  z-index: 201;
  border-radius: 50px;
  font-size: 24px;
  margin: 0 auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fab-container .fab:hover {
  background-color: #ebebeb;
  color: #666;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}
.fab-container .subfab-container {
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: absolute;
  width: 100%;
  margin-top: -60px;
  transform: translateY(-100%);
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.fab-container .subfab-container .fab {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.fab-container.es-open .subfab-container {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.fab-container.es-open .subfab-container .fab {
  margin-bottom: 7px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.fab-container.es-open .subfab-container .fab:last-child {
  margin-bottom: 14px;
}
.fab-container.es-open .fab.fab-opener {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4) !important;
}
.fab-container .fab.red,
.uk-button.red {
  color: white;
  background: #F44336;
  box-shadow: 0 2px 5px rgba(244, 67, 54, 0.5);
}
.fab-container .fab.red:hover,
.uk-button.red:hover {
  background: #ea1c0d;
  box-shadow: 0 4px 10px rgba(244, 67, 54, 0.6);
}
.fab-container .fab.pink,
.uk-button.pink {
  color: white;
  background: #E91E63;
  box-shadow: 0 2px 5px rgba(233, 30, 99, 0.5);
}
.fab-container .fab.pink:hover,
.uk-button.pink:hover {
  background: #c1134e;
  box-shadow: 0 4px 10px rgba(233, 30, 99, 0.6);
}
.fab-container .fab.purple,
.uk-button.purple {
  color: white;
  background: #9C27B0;
  box-shadow: 0 2px 5px rgba(156, 39, 176, 0.5);
}
.fab-container .fab.purple:hover,
.uk-button.purple:hover {
  background: #771e86;
  box-shadow: 0 4px 10px rgba(156, 39, 176, 0.6);
}
.fab-container .fab.deep-purple,
.uk-button.deep-purple {
  color: white;
  background: #673AB7;
  box-shadow: 0 2px 5px rgba(103, 58, 183, 0.5);
}
.fab-container .fab.deep-purple:hover,
.uk-button.deep-purple:hover {
  background: #512e90;
  box-shadow: 0 4px 10px rgba(103, 58, 183, 0.6);
}
.fab-container .fab.indigo,
.uk-button.indigo {
  color: white;
  background: #3F51B5;
  box-shadow: 0 2px 5px rgba(63, 81, 181, 0.5);
}
.fab-container .fab.indigo:hover,
.uk-button.indigo:hover {
  background: #32408f;
  box-shadow: 0 4px 10px rgba(63, 81, 181, 0.6);
}
.fab-container .fab.blue,
.uk-button.blue {
  color: white;
  background: #2196F3;
  box-shadow: 0 2px 5px rgba(33, 150, 243, 0.5);
}
.fab-container .fab.blue:hover,
.uk-button.blue:hover {
  background: #0c7cd5;
  box-shadow: 0 4px 10px rgba(33, 150, 243, 0.6);
}
.fab-container .fab.light-blue,
.uk-button.light-blue {
  color: white;
  background: #03A9F4;
  box-shadow: 0 2px 5px rgba(3, 169, 244, 0.5);
}
.fab-container .fab.light-blue:hover,
.uk-button.light-blue:hover {
  background: #0286c2;
  box-shadow: 0 4px 10px rgba(3, 169, 244, 0.6);
}
.fab-container .fab.cyan,
.uk-button.cyan {
  color: white;
  background: #00BCD4;
  box-shadow: 0 2px 5px rgba(0, 188, 212, 0.5);
}
.fab-container .fab.cyan:hover,
.uk-button.cyan:hover {
  background: #008fa1;
  box-shadow: 0 4px 10px rgba(0, 188, 212, 0.6);
}
.fab-container .fab.teal,
.uk-button.teal {
  color: white;
  background: #009688;
  box-shadow: 0 2px 5px rgba(0, 150, 136, 0.5);
}
.fab-container .fab.teal:hover,
.uk-button.teal:hover {
  background: #00635a;
  box-shadow: 0 4px 10px rgba(0, 150, 136, 0.6);
}
.fab-container .fab.green,
.uk-button.green {
  color: white;
  background: #4CAF50;
  box-shadow: 0 2px 5px rgba(76, 175, 80, 0.5);
}
.fab-container .fab.green:hover,
.uk-button.green:hover {
  background: #3d8b40;
  box-shadow: 0 4px 10px rgba(76, 175, 80, 0.6);
}
.fab-container .fab.light-green,
.uk-button.light-green {
  color: white;
  background: #8BC34A;
  box-shadow: 0 2px 5px rgba(139, 195, 74, 0.5);
}
.fab-container .fab.light-green:hover,
.uk-button.light-green:hover {
  background: #71a436;
  box-shadow: 0 4px 10px rgba(139, 195, 74, 0.6);
}
.fab-container .fab.lime,
.uk-button.lime {
  color: white;
  background: #CDDC39;
  box-shadow: 0 2px 5px rgba(205, 220, 57, 0.5);
}
.fab-container .fab.lime:hover,
.uk-button.lime:hover {
  background: #b2c022;
  box-shadow: 0 4px 10px rgba(205, 220, 57, 0.6);
}
.fab-container .fab.yellow,
.uk-button.yellow {
  color: white;
  background: #FFEB3B;
  box-shadow: 0 2px 5px rgba(255, 235, 59, 0.5);
}
.fab-container .fab.yellow:hover,
.uk-button.yellow:hover {
  background: #ffe608;
  box-shadow: 0 4px 10px rgba(255, 235, 59, 0.6);
}
.fab-container .fab.amber,
.uk-button.amber {
  color: white;
  background: #FFC107;
  box-shadow: 0 2px 5px rgba(255, 193, 7, 0.5);
}
.fab-container .fab.amber:hover,
.uk-button.amber:hover {
  background: #d39e00;
  box-shadow: 0 4px 10px rgba(255, 193, 7, 0.6);
}
.fab-container .fab.orange,
.uk-button.orange {
  color: white;
  background: #FF9800;
  box-shadow: 0 2px 5px rgba(255, 152, 0, 0.5);
}
.fab-container .fab.orange:hover,
.uk-button.orange:hover {
  background: #cc7a00;
  box-shadow: 0 4px 10px rgba(255, 152, 0, 0.6);
}
.fab-container .fab.deep-orange,
.uk-button.deep-orange {
  color: white;
  background: #FF5722;
  box-shadow: 0 2px 5px rgba(255, 87, 34, 0.5);
}
.fab-container .fab.deep-orange:hover,
.uk-button.deep-orange:hover {
  background: #ee3900;
  box-shadow: 0 4px 10px rgba(255, 87, 34, 0.6);
}
.fab-container .fab.brown,
.uk-button.brown {
  color: white;
  background: #795548;
  box-shadow: 0 2px 5px rgba(121, 85, 72, 0.5);
}
.fab-container .fab.brown:hover,
.uk-button.brown:hover {
  background: #593f35;
  box-shadow: 0 4px 10px rgba(121, 85, 72, 0.6);
}
.fab-container .fab.gray,
.uk-button.gray {
  color: white;
  background: #9E9E9E;
  box-shadow: 0 2px 5px rgba(158, 158, 158, 0.5);
}
.fab-container .fab.gray:hover,
.uk-button.gray:hover {
  background: #858585;
  box-shadow: 0 4px 10px rgba(158, 158, 158, 0.6);
}
.fab-container .fab.blue-gray,
.uk-button.blue-gray {
  color: white;
  background: #607D8B;
  box-shadow: 0 2px 5px rgba(96, 125, 139, 0.5);
}
.fab-container .fab.blue-gray:hover,
.uk-button.blue-gray:hover {
  background: #4b626d;
  box-shadow: 0 4px 10px rgba(96, 125, 139, 0.6);
}
.uk-modal-title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.uk-button-primary {
  background-color: #ff6d00;
}
.uk-button-primary:hover:not(:disabled) {
  background-color: #e66200;
}
.uk-button-primary.uk-active:not(:disabled),
.uk-button-primary:active:not(:disabled) {
  background-color: #cc5700;
}
.import-contacts-blocker {
  position: absolute;
  top: 1px;
  right: 1px;
  left: 1px;
  bottom: 1px;
  background: #ffffff;
  z-index: 1;
}
.import-contacts-blocker > * {
  padding: 30px 30px;
  text-align: center;
}
.dropzone {
  margin-bottom: 20px;
  padding: 0;
  background: 0 0;
  border: 1px dashed #e5e5e5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.dropzone .dz-message {
  padding: 30px 30px;
}
.dropzone .dz-message span {
  pointer-events: none;
}
.dz-drag-hover .dropzone {
  border: 1px solid #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(1);
  overflow: hidden;
}
.dz-preview .dz-progress .dz-upload {
  background: #ff6d00;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.colorpicker {
  z-index: 1000;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 6px;
  left: 6px;
}
.loading-container {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.loading-container .lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.loading-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #ff6d00;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ff6d00 transparent transparent transparent;
}
.loading-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.loading-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ms-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-arrow-left-right%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2011.5a.5.5%200%200%200%20.5.5h11.793l-3.147%203.146a.5.5%200%200%200%20.708.708l4-4a.5.5%200%200%200%200-.708l-4-4a.5.5%200%200%200-.708.708L13.293%2011H1.5a.5.5%200%200%200-.5.5zm14-7a.5.5%200%200%201-.5.5H2.707l3.147%203.146a.5.5%200%201%201-.708.708l-4-4a.5.5%200%200%201%200-.708l4-4a.5.5%200%201%201%20.708.708L2.707%204H14.5a.5.5%200%200%201%20.5.5z%22%2F%3E%0A%3C%2Fsvg%3E);
}
.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
  padding: 0 4px;
  font-size: 14px;
}
.ms-container .ms-selectable li.ms-elem-selectable span,
.ms-container .ms-selection li.ms-elem-selection span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}
.ms-container .ms-list {
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.ms-container .ms-optgroup-label {
  margin: 0;
  padding: 3px 0 0 4px;
  text-transform: uppercase;
  font-size: 10px;
}
input.ay-checkbox {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 34px;
  height: 20px;
  background-color: #D9DADC;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  /*box-shadow: inset -20px 0 0 0 #fff;*/
  transition: all 0.15s ease-in;
  background-image: none !important;
  /* Focus */
}
input.ay-checkbox:focus {
  border-color: #D9DADC;
}
input.ay-checkbox:checked,
input.ay-checkbox:indeterminate {
  background-color: #4ed164 !important;
  border-color: transparent !important;
}
input.ay-checkbox:checked:focus,
input.ay-checkbox:indeterminate:focus,
input.ay-checkbox:checked:focus,
input.ay-checkbox:indeterminate:focus {
  background-color: #4ed164;
}
input.ay-checkbox:checked {
  background-color: #4ed164 !important;
  border-color: #4ed164 !important;
}
input.ay-checkbox:checked:after {
  left: 15px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
input.ay-checkbox:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #FFF;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in;
}
input.ay-checkbox:disabled {
  opacity: 0.5;
}
.es-faq-container .es-faq {
  break-inside: avoid-column;
}
.es-faq-container .es-faq .es-faq-icon {
  border: 1px solid #cdcdcd;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.uk-badge.es-badge {
  background-color: #ff6d00;
}
/*# sourceMappingURL=main.css.map */