@charset "UTF-8";
@font-face {
  font-family: "lato";
  src: local("Lato Regular"), local("Lato-Regular"), url("fonts/Lato-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url("fonts/Lato-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  src: local("Lato Bold"), local("Lato-Bold"), url("fonts/Lato-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: bold;
  font-style: italic;
  src: local("Lato BoldItalic"), local("Lato-BoldItalic"), url("fonts/Lato-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: 900;
  src: local("Lato Heavy"), local("Lato-Heavy"), url("fonts/Lato-Heavy.ttf");
  font-display: swap;
}
@font-face {
  font-family: "lato";
  font-weight: 500;
  src: local("Lato Semibold"), local("Lato-Semibold"), url("fonts/Lato-Semibold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url("fonts/Montserrat-Italic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: italic;
  src: local("Montserrat -BoldItalic"), local("Montserrat-BoldItalic"), url("fonts/Montserrat-BoldItalic.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("fonts/Montserrat-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.ttf");
  font-display: swap;
}
/*ver->2.0std-02-08-2019*/
/*ver->2.0std-02-08-2019*/
/* ================= FORMULARZE ================ */
label {
  color: lighten #777, 10%;
  font-size: 16px;
  text-transform: none;
  margin-top: 10px;
}

span + label {
  margin-top: 0;
}

input, select, textarea, .input-placeholder {
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
  height: 40px;
  line-height: 1;
}

.submit-controls {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.submit-controls > div {
  width: auto;
  margin-right: 20px;
}

.submit-controls > div:last-child {
  margin-right: 0;
}

.submit-area {
  display: block;
  text-align: right;
}

.submit-area .button {
  margin: 0;
}

.input-wrapper {
  padding: 0 0 10px 0;
  width: 100%;
  position: relative;
}

.form-fields-wrapper {
  margin-right: -10px;
  width: 100%;
}

.columns .form-fields-wrapper {
  width: auto;
}

/* ================= formularze nowe ================ */
/* ---- placeholdery pól ---- */
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
  opacity: 0.4;
}
input ::-moz-placeholder, textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
  opacity: 0.4;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder { /* IE 10+ */
  color: #333;
  opacity: 0.4;
}
input :-moz-placeholder, textarea :-moz-placeholder { /* Firefox 18- */
  color: #333;
  opacity: 0.4;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-number {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  max-width: 120px;
}

.input-number input {
  width: 40px;
  text-align: center;
}

.input-number > span {
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #fff;
  transition: all 300ms;
}

.input-number > span.down {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.input-number > span.up:after, .input-number > span.down:after {
  line-height: 1;
}

.input-number > span.up:after {
  content: url("graphics/commerce/plus.png");
}

.input-number > span.down:after {
  content: url("graphics/commerce/minus.png");
}

.input-number > span.down:hover, .input-number > span.up:hover {
  background: #eee;
}

.select-placeholder {
  color: #999999;
}

/* ----- select ----- */
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  width: 100%;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 0px 40px 0 10px;
  font-weight: normal;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.styledSelect:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: black transparent transparent transparent;
  position: absolute;
  top: 18px;
  right: 10px;
}

.styledSelect:active, .styledSelect.active {
  background-color: #efefef;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 0 10px;
}

/* -- SELECT HOVER -- */
.options li:hover {
  background-color: #000;
  color: #fff;
}

/* INNY SELECT */
.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 9px 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.select2-results ul, .select2-results ul li {
  text-align: left;
  margin: 0;
}

.select2-results ul li {
  padding: 9px 15px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #111;
  color: #fff;
}

.select2-container {
  width: 100% !important;
}

/* --- input type=radio, input type=checkbox --- */
input[type=checkbox] + label, input[type=radio] + label {
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  cursor: pointer;
  margin: 0;
  line-height: 1.5;
}

input[type=checkbox] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: 2px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=checkbox]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio] + label::before {
  content: " ";
  display: inline-block;
  vertical-align: 0.2em;
  width: 22px;
  height: 22px;
  max-width: 22px;
  min-width: 22px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 100%;
  text-indent: 0.15em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}

input[type=radio]:checked + label::before {
  content: "✓";
  background: #000;
}

input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.checklist.rodo label {
  font-size: 0.7rem;
}

.checklist.wrapper {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 10px;
}

.checklist.wrapper > label {
  margin-bottom: 10px;
}

.checklist.wrapper > label:last-child {
  margin-bottom: 0;
}

/* === DISABLED === */
input[type=checkbox][disabled] + label {
  opacity: 0.8;
}

input[type=checkbox][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[type=radio][disabled] + label {
  opacity: 0.8;
}

input[type=radio][disabled] + label:before {
  background-color: #f0f0f0;
  opacity: 0.8;
}

input[disabled=disabled] {
  background-color: #f0f0f0;
}

/* === swith toggle === */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #777;
  border-radius: 20px;
  display: block !important;
}

.onoffswitch-checkbox[disabled=""] + .onoffswitch-label {
  opacity: 0.6;
  pointer-events: none;
}

.onoffswitch-label:before {
  display: none !important;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Inter, tahoma, arial, sans-serif;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #04AA6D;
  color: #FFFFFF;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eee;
  color: #777;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 1px solid #777;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* =============== zestawy pól ============== */
.input-combo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.input-combo > div {
  flex: 1;
  margin-right: 10px;
}

.input-combo > div:last-child {
  margin-right: 0;
}

.input-combo > div.post-code {
  flex: 0.5;
}

/* ================ Klasy specjalne ============= */
.question-label {
  display: block;
  margin-top: 20px;
}

span + .question-label {
  margin-top: 0;
}

/* ================ Wyszukiwarka ================== */
.simple-search-wrapper .button.search-button img {
  pointer-events: none;
}

.custom-file {
  padding-left: 40px;
  width: 240px !important;
  cursor: pointer;
}

.custom-file > input {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-file .ico {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  background-image: url("graphics/svg/drop.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.custom-file-label {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

:root {
  --progress: attr(data-progress);
}

body {
  background-color: #FAFBFC;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 0.8em 0;
  line-height: 1.2;
  letter-spacing: 0;
  color: #001E28;
}

h1 {
  font-size: 1.375rem;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
  font-weight: bold;
}

#START h1 {
  font-size: 4.8em;
}

#START h2 {
  font-size: 3.8rem;
}

span.subtitle {
  color: #ff530d;
}

a {
  color: #ff530d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  border-radius: 6px;
}

.button.disabled {
  color: #81878D;
  background-color: #F6F6F9;
  pointer-events: none;
}

.button.alt {
  color: #81878D;
  border: solid 1px #81878D;
  background: transparent;
}

.button.txt {
  height: 2em;
  padding: 0;
  background: none;
  color: #101010;
  min-width: 0;
  padding-right: 35px;
}

.button.txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  width: 18px;
  background-image: url("graphics/svg/right-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: right 300ms;
}

.button.txt:hover:after {
  right: 0;
}

.button.cta {
  height: 48px;
  background: #ff530d;
}

.button.alt.cta {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  color: #fff;
}

.button.file-btn {
  padding-right: 65px;
}

.button.file-btn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  box-sizing: border-box;
  background-image: url("graphics/download.png");
  background-color: #cc9000;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  background-origin: content-box;
}

.button.ico-btn {
  padding-right: 65px;
}

.button.ico-btn .ico {
  background: #ff530d;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 40px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-sizing: border-box;
}

.button.ico-left, .button.ico-right, .button.ico-left:hover, .button.ico-right:hover {
  background: #FFB400;
  border: 0;
  color: #001E28;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.button.ico-left {
  padding-left: 40px;
}

.button.ico-right {
  padding-right: 40px;
}

.button.ico-left .ico, .button.ico-right .ico {
  position: absolute;
  top: 0;
  padding: 15px;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms;
}

.button.ico-left .ico {
  left: 0;
}

.button.ico-right .ico {
  right: 0;
}

.button.alt.ico-left, .button.alt.ico-right, .button.alt.ico-left:hover, .button.alt.ico-right:hover {
  background: transparent;
  border: solid 1px #81878D;
  color: #81878D;
  box-shadow: none;
  text-shadow: none;
  transition: all 300ms;
}

.updated {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ff530d;
}

.social-sharing-module {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.social-sharing-module > span.sharing-title {
  margin: 0;
  margin-right: 1.8em;
  font-size: 1.1em;
}

#copy_link_sharing {
  position: relative;
}

#copy_link_sharing:after {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #519c46;
  color: #fff;
  border-radius: 50%;
  transition: all 500ms;
  transform: scale(0);
}

#copy_link_sharing.link-copied:after {
  transform: scale(1);
}

.links ul li {
  list-style: none;
  margin-left: 0;
}

.links ul li a {
  text-decoration: none;
  transition: all 300ms;
}

.video-wrapper .mp4-video video {
  display: block;
  max-width: 100%;
}

.cb-table table {
  table-layout: fixed;
  max-width: 1000px;
}

.cb-table table tr td, .cb-table table tr th {
  vertical-align: middle;
}

.cb-table table tr td .button, .cb-table table tr th .button {
  margin: 0;
}

.footer {
  text-align: center;
}

.header.with-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 60px;
  flex-wrap: wrap;
}

.header.with-button .button {
  margin: 0;
  margin-bottom: 10px;
}

.header.with-button h2 {
  margin-bottom: 10px;
  margin-right: 30px;
}

.logo-box .thb {
  filter: grayscale(100%);
  transition: filter 600ms;
}

.logo-box:hover .thb {
  filter: grayscale(0);
}

.icon-card-lux-section .image-bg {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: -200px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icon-card-lux-section .image-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.icon-card-lux-section {
  position: relative;
  padding-bottom: 80px;
  background-color: #eee;
  overflow: hidden;
}

.icon-card-lux-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
}

.icon-card-lux-section .container {
  position: relative;
  z-index: 1;
}

.icon-card-lux-section .icon-card .content {
  color: #fff;
}

.icon-card-lux-section .icon-card h3 {
  color: #fff;
}

.icon-card-lux-section .icon-card .icon-wrapper {
  border-radius: 50%;
  padding: 3px;
  background: #ff530d;
  width: 120px;
  height: 120px;
  margin: 0 auto 1em auto;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.icon-card-lux-section .icon-card .icon-wrapper .icon img {
  width: 50%;
  height: 50%;
}

.quote-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 140px 0;
}

.quote-section .container {
  position: relative;
  z-index: 1;
}

.quote-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.quote-section h2, .quote-section blockquote, .quote-section p, .quote-section span, .quote-section a {
  color: #fff;
}

.quote-section h2 {
  text-align: center;
}

.quote-section .header {
  padding-bottom: 0;
}

.quote-section blockquote, .quote-section span.signature {
  text-align: center;
  display: block;
}

blockquote span.signature {
  text-transform: uppercase;
}

.quote-section .slick-next, .quote-section .slick-prev {
  display: none !important;
}

nav.desktop .nav-button > a {
  text-transform: uppercase;
  font-size: 0.9rem;
}

nav.desktop .nav-button > a span {
  position: relative;
}

nav.desktop .nav-button > a span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  background: #ff530d;
  transition: all 300ms;
}

nav.desktop .nav-button > a:hover span:after, nav.desktop .nav-button.urhere > a span:after {
  height: 2px;
}

.header-modules {
  float: right;
  height: 100%;
}

#TOP-MAIN .header-modules {
  padding-left: 30px;
  margin-left: 15px;
  position: relative;
}

#TOP-MAIN .header-modules:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 1px;
  background: #ddd;
}

.header-modules .button {
  margin: 0;
  min-width: 220px;
}

.header-modules .phone-wrapper {
  margin-left: 30px;
}

.phone-wrapper .button .ico {
  padding: 10px;
}

.opSlider-control-prev, .opSlider-control-next {
  display: none;
}

.banner-content h1,
.banner-content h2,
.banner-content .text-wrapper,
.banner-content .controls {
  text-align: left;
}

#MAIN-NAV {
  height: inherit;
  min-height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow-y: hidden;
  z-index: 1038;
  background-color: #001e28;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 250px;
}

#BOTTOM {
  padding: 100px 0;
}

#BOTTOM, #SYSTEM-FOOT {
  background: #101010;
}

#BOTTOM h3:first-child {
  margin-top: 0;
}

#BOTTOM, #BOTTOM h3, #BOTTOM p, #BOTTOM span, #BOTTOM a, #BOTTOM strong {
  color: rgba(255, 255, 255, 0.8);
}

#BOTTOM .social-links {
  margin-top: 1em;
}

#BOTTOM .social-icon {
  width: 22px;
  height: 22px;
  margin-right: 20px;
}

#BOTTOM .social-icon svg path {
  fill: #fff;
}

#BOTTOM .links ul li {
  padding-bottom: 5px;
}

#BOTTOM .links ul li a:hover {
  color: white;
}

#SYSTEM-FOOT {
  border-top: 1px solid #434343;
}

#SYSTEM-FOOT .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#START h2 {
  text-align: center;
}

#page-contactus .columns .contact_data h3:first-child,
#page-contactus .columns .form-wrapper h2:first-child {
  margin-top: 0;
}

#page-contactus .columns .form-wrapper h2 {
  font-size: 1.6em;
}

.company_name, .add_company_name, .address, .phone, .email, .hours, .add_descr, .fax {
  display: block;
}

.company_name, .add_company_name, .address, .phones-wrapper, .emails-wrapper, .hours, .add_descr, .fax {
  margin-bottom: 1em;
}

.contact-section-icon {
  overflow: hidden;
}

.contact-icon {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.contact-box.small .contact-icon {
  align-items: center;
}

.contact-icon .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0;
  margin-right: 20px;
}

.contact-icon .button {
  margin: 0;
}

.contact-icon strong {
  display: block;
  margin-bottom: 5px;
  color: #101010;
  font-family: Inter, tahoma, arial, sans-serif;
}

.contact-icon .hours {
  margin-top: 0;
}

.email-wrapper .email, .phone-wrapper .phone {
  display: none;
}

.email-wrapper.show-email .email, .phone-wrapper.show-phone .phone {
  display: flex;
}

.email-wrapper.show-email .button.show-btn, .phone-wrapper.show-phone .button.show-btn {
  display: none;
}

.email-wrapper.show-email, .phone-wrapper.show-phone {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.phone-number > a:hover {
  text-decoration: none;
}

.map iframe {
  width: 100% !important;
}

.contact-simple-layout {
  overflow: hidden;
}

.contact-simple-layout > div {
  float: left;
}

.contact-simple-layout > div h2:first-child, .contact-layout > div h3:first-child {
  margin-top: 0;
}

.contact-simple-layout > div.contact-content {
  width: 35%;
}

.contact-simple-layout > div.contact-form {
  width: 65%;
}

.form-fields-wrapper {
  overflow: visible;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form-fields-wrapper > .col1,
.form-fields-wrapper > .col2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.form-fields-wrapper > .col1 {
  padding-right: 5px;
}

.form-fields-wrapper > .col2 {
  padding-left: 5px;
}

.form-fields-wrapper .input-wrapper.field-rodo {
  clear: both;
}

.form-fields-wrapper > .col2 .input-wrapper {
  height: calc(100% - 10px);
}

.form-fields-wrapper > .col2 textarea {
  min-height: 120px;
  height: 100%;
}

.form-fields-wrapper .input-wrapper input, .form-fields-wrapper .input-wrapper textarea {
  display: block;
}

.contact-data-form-section {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.contact-data-form-section > div {
  box-sizing: border-box;
  padding: 50px;
}

.contact-data-form-section > div.contact-col {
  background: #eee;
  position: relative;
  width: 40%;
}

.contact-data-form-section > div.contact-col:after {
  content: "";
  position: absolute;
  top: 60px;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  transform: rotate(45deg);
}

.contact-data-form-section > div.add-module-col {
  width: 60%;
}

.contact-data-form-section h2, #START .contact-data-form-section h2,
.contact-data-form-section h3, #START .contact-data-form-section h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.4rem;
}

.contact-data-form-section .contact_data .button {
  min-width: 180px;
}

.contact-data-section .contact-box {
  padding: 50px 50px 20px 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.contact-data-section .contact-box.small {
  padding-right: 50%;
}

.contact-data-section .contact-box.small .image-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: -15px;
  width: 40%;
}

.contact-data-section .contact-box.small .image-wrapper .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-data-section .form-fields-wrapper textarea {
  min-height: 179px;
}

.contact-data-section h2, #START .contact-data-section h2,
.contact-data-section h3, #START .contact-data-section h3 {
  margin-top: 0;
  text-align: left;
  font-size: 2.6rem;
}

.contact-data-section .phone-wrapper .button,
.contact-data-section .email-wrapper .button,
.contact-data-form-section .phone-wrapper .button,
.contact-data-form-section .email-wrapper .button {
  min-width: 180px;
}

.contact-data-form-section .contact-icon {
  align-items: center;
}

.bg-color {
  background: linear-gradient(90deg, #ff530d, #ff530d);
}

.bg-color h1, .bg-color h2, .bg-color h3,
.bg-color .subtitle, #START .bg-color .subtitle,
.bg-color p, .bg-color a, .bg-color span {
  color: #fff;
}

.bg-color .green-alert, .bg-color .red-alert, .bg-color .yellow-alert {
  color: inherit;
}

.check-onscreen {
  position: relative;
}

.check-onscreen.offscreen-bottom {
  top: 100px;
  opacity: 0;
  transition: all 400ms;
}

.check-onscreen.onscreen {
  top: 0;
  opacity: 1;
  transition: all 400ms;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.onscreen .AnimateSVG path,
.onscreen .AnimateSVG g path,
.onscreen .AnimateSVG g g path,
.onscreen .AnimateSVG g g g path {
  stroke-dashoffset: 0px !important;
  transition: all 4s linear;
}

.swiper-wrapper {
  /*margin-left: -20px!important;
  margin-right: -20px!important;*/
}

.swiper-slide .card {
  background-color: #F1F1F1;
}

.swiper-container {
  position: relative;
}

.swiper-button-prev {
  left: -50px !important;
}

.swiper-button-next {
  right: -50px !important;
}

:root {
  --grid-v-margin: 30px;
}

.hinter-table-wrapper {
  padding: 25px 0;
}

.hinter-table {
  box-shadow: 5px 5px 15px #E7EBEF;
  overflow: auto;
  border-radius: 7px;
  border: 1px solid rgba(129, 135, 141, 0.3019607843);
}

.hinter-table table {
  max-width: 100%;
  table-layout: auto;
  min-width: 1100px;
  font-size: 15px;
  text-align: left;
  border-radius: 7px;
  border: none;
}

.hinter-table table tr th,
.hinter-table table tr td {
  text-align: left;
  color: #81878D;
  border-right: 0;
}

.hinter-table table tr th:first-child,
.hinter-table table tr td:first-child {
  border-left: none;
}

.hinter-table table tr th:last-child,
.hinter-table table tr td:last-child {
  border-right: none;
}

.hinter-table table tr:last-child td {
  border-bottom: none;
}

.hinter-table table tr td {
  vertical-align: middle;
}

.hinter-table table tr td.acceptation-wrapper > div,
.hinter-table table tr td.action-wrapper > div,
.hinter-table table tr td.candidate-wrapper > div {
  display: flex;
  width: 100%;
  align-items: center;
}

.hinter-table table tr td .image-wrapper {
  height: 25px;
  width: 25px;
  border-radius: 0;
  position: relative;
  padding: 0 5px;
}

.hinter-table table tr td .image-wrapper img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hinter-table table tr td.action-wrapper .image-wrapper {
  border-left: 1px solid rgba(129, 135, 141, 0.3019607843);
}

.hinter-table table tr td span {
  text-align: left;
  font-size: 14px;
  vertical-align: middle;
}

.table .pie-wrapper {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0;
  position: relative;
}

.hinter-table table tr td[data-name=name] {
  width: 250px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  max-width: 250px;
}

.progress-bar.progress-0:after {
  width: 0%;
}

.progress-circle.progress-0:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-0 .round::after {
  background: #FF0000;
}

.progress-circle.progress-0 .round {
  transform: rotate(3deg);
}

.progress-bar.progress-1:after {
  width: 1%;
}

.progress-circle.progress-1:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(93.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-1 .round::after {
  background: #FF0000;
}

.progress-circle.progress-1 .round {
  transform: rotate(6.6deg);
}

.progress-bar.progress-2:after {
  width: 2%;
}

.progress-circle.progress-2:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(97.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-2 .round::after {
  background: #FF0000;
}

.progress-circle.progress-2 .round {
  transform: rotate(10.2deg);
}

.progress-bar.progress-3:after {
  width: 3%;
}

.progress-circle.progress-3:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(100.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-3 .round::after {
  background: #FF0000;
}

.progress-circle.progress-3 .round {
  transform: rotate(13.8deg);
}

.progress-bar.progress-4:after {
  width: 4%;
}

.progress-circle.progress-4:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(104.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-4 .round::after {
  background: #FF0000;
}

.progress-circle.progress-4 .round {
  transform: rotate(17.4deg);
}

.progress-bar.progress-5:after {
  width: 5%;
}

.progress-circle.progress-5:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-5 .round::after {
  background: #FF0000;
}

.progress-circle.progress-5 .round {
  transform: rotate(21deg);
}

.progress-bar.progress-6:after {
  width: 6%;
}

.progress-circle.progress-6:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(111.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-6 .round::after {
  background: #FF0000;
}

.progress-circle.progress-6 .round {
  transform: rotate(24.6deg);
}

.progress-bar.progress-7:after {
  width: 7%;
}

.progress-circle.progress-7:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(115.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-7 .round::after {
  background: #FF0000;
}

.progress-circle.progress-7 .round {
  transform: rotate(28.2deg);
}

.progress-bar.progress-8:after {
  width: 8%;
}

.progress-circle.progress-8:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(118.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-8 .round::after {
  background: #FF0000;
}

.progress-circle.progress-8 .round {
  transform: rotate(31.8deg);
}

.progress-bar.progress-9:after {
  width: 9%;
}

.progress-circle.progress-9:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(122.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-9 .round::after {
  background: #FF0000;
}

.progress-circle.progress-9 .round {
  transform: rotate(35.4deg);
}

.progress-bar.progress-10:after {
  width: 10%;
}

.progress-circle.progress-10:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-10 .round::after {
  background: #FF0000;
}

.progress-circle.progress-10 .round {
  transform: rotate(39deg);
}

.progress-bar.progress-11:after {
  width: 11%;
}

.progress-circle.progress-11:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-11 .round::after {
  background: #FF0000;
}

.progress-circle.progress-11 .round {
  transform: rotate(42.6deg);
}

.progress-bar.progress-12:after {
  width: 12%;
}

.progress-circle.progress-12:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-12 .round::after {
  background: #FF0000;
}

.progress-circle.progress-12 .round {
  transform: rotate(46.2deg);
}

.progress-bar.progress-13:after {
  width: 13%;
}

.progress-circle.progress-13:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-13 .round::after {
  background: #FF0000;
}

.progress-circle.progress-13 .round {
  transform: rotate(49.8deg);
}

.progress-bar.progress-14:after {
  width: 14%;
}

.progress-circle.progress-14:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-14 .round::after {
  background: #FF0000;
}

.progress-circle.progress-14 .round {
  transform: rotate(53.4deg);
}

.progress-bar.progress-15:after {
  width: 15%;
}

.progress-circle.progress-15:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-15 .round::after {
  background: #FF0000;
}

.progress-circle.progress-15 .round {
  transform: rotate(57deg);
}

.progress-bar.progress-16:after {
  width: 16%;
}

.progress-circle.progress-16:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(147.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-16 .round::after {
  background: #FF0000;
}

.progress-circle.progress-16 .round {
  transform: rotate(60.6deg);
}

.progress-bar.progress-17:after {
  width: 17%;
}

.progress-circle.progress-17:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(151.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-17 .round::after {
  background: #FF0000;
}

.progress-circle.progress-17 .round {
  transform: rotate(64.2deg);
}

.progress-bar.progress-18:after {
  width: 18%;
}

.progress-circle.progress-18:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(154.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-18 .round::after {
  background: #FF0000;
}

.progress-circle.progress-18 .round {
  transform: rotate(67.8deg);
}

.progress-bar.progress-19:after {
  width: 19%;
}

.progress-circle.progress-19:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(158.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-19 .round::after {
  background: #FF0000;
}

.progress-circle.progress-19 .round {
  transform: rotate(71.4deg);
}

.progress-bar.progress-20:after {
  width: 20%;
}

.progress-circle.progress-20:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-20 .round::after {
  background: #FF0000;
}

.progress-circle.progress-20 .round {
  transform: rotate(75deg);
}

.progress-bar.progress-21:after {
  width: 21%;
}

.progress-circle.progress-21:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(165.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-21 .round::after {
  background: #FF0000;
}

.progress-circle.progress-21 .round {
  transform: rotate(78.6deg);
}

.progress-bar.progress-22:after {
  width: 22%;
}

.progress-circle.progress-22:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(169.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-22 .round::after {
  background: #FF0000;
}

.progress-circle.progress-22 .round {
  transform: rotate(82.2deg);
}

.progress-bar.progress-23:after {
  width: 23%;
}

.progress-circle.progress-23:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(172.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-23 .round::after {
  background: #FF0000;
}

.progress-circle.progress-23 .round {
  transform: rotate(85.8deg);
}

.progress-bar.progress-24:after {
  width: 24%;
}

.progress-circle.progress-24:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(176.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-24 .round::after {
  background: #FF0000;
}

.progress-circle.progress-24 .round {
  transform: rotate(89.4deg);
}

.progress-bar.progress-25:after {
  width: 25%;
}

.progress-circle.progress-25:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-25 .round::after {
  background: #FF0000;
}

.progress-circle.progress-25 .round {
  transform: rotate(93deg);
}

.progress-bar.progress-26:after {
  width: 26%;
}

.progress-circle.progress-26:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(183.6deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-26 .round::after {
  background: #FF0000;
}

.progress-circle.progress-26 .round {
  transform: rotate(96.6deg);
}

.progress-bar.progress-27:after {
  width: 27%;
}

.progress-circle.progress-27:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(187.2deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-27 .round::after {
  background: #FF0000;
}

.progress-circle.progress-27 .round {
  transform: rotate(100.2deg);
}

.progress-bar.progress-28:after {
  width: 28%;
}

.progress-circle.progress-28:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(190.8deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-28 .round::after {
  background: #FF0000;
}

.progress-circle.progress-28 .round {
  transform: rotate(103.8deg);
}

.progress-bar.progress-29:after {
  width: 29%;
}

.progress-circle.progress-29:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FF0000 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-29 .round::after {
  background: #FF0000;
}

.progress-circle.progress-29 .round {
  transform: rotate(107.4deg);
}

.progress-bar.progress-30:after {
  width: 30%;
}

.progress-circle.progress-30:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-30 .round::after {
  background: #FFB400;
}

.progress-circle.progress-30 .round {
  transform: rotate(111deg);
}

.progress-bar.progress-31:after {
  width: 31%;
}

.progress-circle.progress-31:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(201.6deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-31 .round::after {
  background: #FFB400;
}

.progress-circle.progress-31 .round {
  transform: rotate(114.6deg);
}

.progress-bar.progress-32:after {
  width: 32%;
}

.progress-circle.progress-32:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(205.2deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-32 .round::after {
  background: #FFB400;
}

.progress-circle.progress-32 .round {
  transform: rotate(118.2deg);
}

.progress-bar.progress-33:after {
  width: 33%;
}

.progress-circle.progress-33:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(208.8deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-33 .round::after {
  background: #FFB400;
}

.progress-circle.progress-33 .round {
  transform: rotate(121.8deg);
}

.progress-bar.progress-34:after {
  width: 34%;
}

.progress-circle.progress-34:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(212.4deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-34 .round::after {
  background: #FFB400;
}

.progress-circle.progress-34 .round {
  transform: rotate(125.4deg);
}

.progress-bar.progress-35:after {
  width: 35%;
}

.progress-circle.progress-35:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-35 .round::after {
  background: #FFB400;
}

.progress-circle.progress-35 .round {
  transform: rotate(129deg);
}

.progress-bar.progress-36:after {
  width: 36%;
}

.progress-circle.progress-36:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(219.6deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-36 .round::after {
  background: #FFB400;
}

.progress-circle.progress-36 .round {
  transform: rotate(132.6deg);
}

.progress-bar.progress-37:after {
  width: 37%;
}

.progress-circle.progress-37:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(223.2deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-37 .round::after {
  background: #FFB400;
}

.progress-circle.progress-37 .round {
  transform: rotate(136.2deg);
}

.progress-bar.progress-38:after {
  width: 38%;
}

.progress-circle.progress-38:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(226.8deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-38 .round::after {
  background: #FFB400;
}

.progress-circle.progress-38 .round {
  transform: rotate(139.8deg);
}

.progress-bar.progress-39:after {
  width: 39%;
}

.progress-circle.progress-39:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(230.4deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-39 .round::after {
  background: #FFB400;
}

.progress-circle.progress-39 .round {
  transform: rotate(143.4deg);
}

.progress-bar.progress-40:after {
  width: 40%;
}

.progress-circle.progress-40:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-40 .round::after {
  background: #FFB400;
}

.progress-circle.progress-40 .round {
  transform: rotate(147deg);
}

.progress-bar.progress-41:after {
  width: 41%;
}

.progress-circle.progress-41:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(237.6deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-41 .round::after {
  background: #FFB400;
}

.progress-circle.progress-41 .round {
  transform: rotate(150.6deg);
}

.progress-bar.progress-42:after {
  width: 42%;
}

.progress-circle.progress-42:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(241.2deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-42 .round::after {
  background: #FFB400;
}

.progress-circle.progress-42 .round {
  transform: rotate(154.2deg);
}

.progress-bar.progress-43:after {
  width: 43%;
}

.progress-circle.progress-43:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(244.8deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-43 .round::after {
  background: #FFB400;
}

.progress-circle.progress-43 .round {
  transform: rotate(157.8deg);
}

.progress-bar.progress-44:after {
  width: 44%;
}

.progress-circle.progress-44:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(248.4deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-44 .round::after {
  background: #FFB400;
}

.progress-circle.progress-44 .round {
  transform: rotate(161.4deg);
}

.progress-bar.progress-45:after {
  width: 45%;
}

.progress-circle.progress-45:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-45 .round::after {
  background: #FFB400;
}

.progress-circle.progress-45 .round {
  transform: rotate(165deg);
}

.progress-bar.progress-46:after {
  width: 46%;
}

.progress-circle.progress-46:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(255.6deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-46 .round::after {
  background: #FFB400;
}

.progress-circle.progress-46 .round {
  transform: rotate(168.6deg);
}

.progress-bar.progress-47:after {
  width: 47%;
}

.progress-circle.progress-47:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(259.2deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-47 .round::after {
  background: #FFB400;
}

.progress-circle.progress-47 .round {
  transform: rotate(172.2deg);
}

.progress-bar.progress-48:after {
  width: 48%;
}

.progress-circle.progress-48:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(262.8deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-48 .round::after {
  background: #FFB400;
}

.progress-circle.progress-48 .round {
  transform: rotate(175.8deg);
}

.progress-bar.progress-49:after {
  width: 49%;
}

.progress-circle.progress-49:after {
  background: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(266.4deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-49 .round::after {
  background: #FFB400;
}

.progress-circle.progress-49 .round {
  transform: rotate(179.4deg);
}

.progress-bar.progress-50:after {
  width: 50%;
}

.progress-circle.progress-50:after {
  background: linear-gradient(-90deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-50 .round::after {
  background: #FFB400;
}

.progress-circle.progress-50 .round {
  transform: rotate(183deg);
}

.progress-bar.progress-51:after {
  width: 51%;
}

.progress-circle.progress-51:after {
  background: linear-gradient(-86.4deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-51 .round::after {
  background: #FFB400;
}

.progress-circle.progress-51 .round {
  transform: rotate(186.6deg);
}

.progress-bar.progress-52:after {
  width: 52%;
}

.progress-circle.progress-52:after {
  background: linear-gradient(-82.8deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-52 .round::after {
  background: #FFB400;
}

.progress-circle.progress-52 .round {
  transform: rotate(190.2deg);
}

.progress-bar.progress-53:after {
  width: 53%;
}

.progress-circle.progress-53:after {
  background: linear-gradient(-79.2deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-53 .round::after {
  background: #FFB400;
}

.progress-circle.progress-53 .round {
  transform: rotate(193.8deg);
}

.progress-bar.progress-54:after {
  width: 54%;
}

.progress-circle.progress-54:after {
  background: linear-gradient(-75.6deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-54 .round::after {
  background: #FFB400;
}

.progress-circle.progress-54 .round {
  transform: rotate(197.4deg);
}

.progress-bar.progress-55:after {
  width: 55%;
}

.progress-circle.progress-55:after {
  background: linear-gradient(-72deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-55 .round::after {
  background: #FFB400;
}

.progress-circle.progress-55 .round {
  transform: rotate(201deg);
}

.progress-bar.progress-56:after {
  width: 56%;
}

.progress-circle.progress-56:after {
  background: linear-gradient(-68.4deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-56 .round::after {
  background: #FFB400;
}

.progress-circle.progress-56 .round {
  transform: rotate(204.6deg);
}

.progress-bar.progress-57:after {
  width: 57%;
}

.progress-circle.progress-57:after {
  background: linear-gradient(-64.8deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-57 .round::after {
  background: #FFB400;
}

.progress-circle.progress-57 .round {
  transform: rotate(208.2deg);
}

.progress-bar.progress-58:after {
  width: 58%;
}

.progress-circle.progress-58:after {
  background: linear-gradient(-61.2deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-58 .round::after {
  background: #FFB400;
}

.progress-circle.progress-58 .round {
  transform: rotate(211.8deg);
}

.progress-bar.progress-59:after {
  width: 59%;
}

.progress-circle.progress-59:after {
  background: linear-gradient(-57.6deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-59 .round::after {
  background: #FFB400;
}

.progress-circle.progress-59 .round {
  transform: rotate(215.4deg);
}

.progress-bar.progress-60:after {
  width: 60%;
}

.progress-circle.progress-60:after {
  background: linear-gradient(-54deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-60 .round::after {
  background: #FFB400;
}

.progress-circle.progress-60 .round {
  transform: rotate(219deg);
}

.progress-bar.progress-61:after {
  width: 61%;
}

.progress-circle.progress-61:after {
  background: linear-gradient(-50.4deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-61 .round::after {
  background: #FFB400;
}

.progress-circle.progress-61 .round {
  transform: rotate(222.6deg);
}

.progress-bar.progress-62:after {
  width: 62%;
}

.progress-circle.progress-62:after {
  background: linear-gradient(-46.8deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-62 .round::after {
  background: #FFB400;
}

.progress-circle.progress-62 .round {
  transform: rotate(226.2deg);
}

.progress-bar.progress-63:after {
  width: 63%;
}

.progress-circle.progress-63:after {
  background: linear-gradient(-43.2deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-63 .round::after {
  background: #FFB400;
}

.progress-circle.progress-63 .round {
  transform: rotate(229.8deg);
}

.progress-bar.progress-64:after {
  width: 64%;
}

.progress-circle.progress-64:after {
  background: linear-gradient(-39.6deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-64 .round::after {
  background: #FFB400;
}

.progress-circle.progress-64 .round {
  transform: rotate(233.4deg);
}

.progress-bar.progress-65:after {
  width: 65%;
}

.progress-circle.progress-65:after {
  background: linear-gradient(-36deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-65 .round::after {
  background: #FFB400;
}

.progress-circle.progress-65 .round {
  transform: rotate(237deg);
}

.progress-bar.progress-66:after {
  width: 66%;
}

.progress-circle.progress-66:after {
  background: linear-gradient(-32.4deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-66 .round::after {
  background: #FFB400;
}

.progress-circle.progress-66 .round {
  transform: rotate(240.6deg);
}

.progress-bar.progress-67:after {
  width: 67%;
}

.progress-circle.progress-67:after {
  background: linear-gradient(-28.8deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-67 .round::after {
  background: #FFB400;
}

.progress-circle.progress-67 .round {
  transform: rotate(244.2deg);
}

.progress-bar.progress-68:after {
  width: 68%;
}

.progress-circle.progress-68:after {
  background: linear-gradient(-25.2deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-68 .round::after {
  background: #FFB400;
}

.progress-circle.progress-68 .round {
  transform: rotate(247.8deg);
}

.progress-bar.progress-69:after {
  width: 69%;
}

.progress-circle.progress-69:after {
  background: linear-gradient(-21.6deg, #FFB400 50%, transparent 50%, transparent), linear-gradient(270deg, #FFB400 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-69 .round::after {
  background: #FFB400;
}

.progress-circle.progress-69 .round {
  transform: rotate(251.4deg);
}

.progress-bar.progress-70:after {
  width: 70%;
}

.progress-circle.progress-70:after {
  background: linear-gradient(-18deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-70 .round::after {
  background: #15E073;
}

.progress-circle.progress-70 .round {
  transform: rotate(255deg);
}

.progress-bar.progress-71:after {
  width: 71%;
}

.progress-circle.progress-71:after {
  background: linear-gradient(-14.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-71 .round::after {
  background: #15E073;
}

.progress-circle.progress-71 .round {
  transform: rotate(258.6deg);
}

.progress-bar.progress-72:after {
  width: 72%;
}

.progress-circle.progress-72:after {
  background: linear-gradient(-10.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-72 .round::after {
  background: #15E073;
}

.progress-circle.progress-72 .round {
  transform: rotate(262.2deg);
}

.progress-bar.progress-73:after {
  width: 73%;
}

.progress-circle.progress-73:after {
  background: linear-gradient(-7.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-73 .round::after {
  background: #15E073;
}

.progress-circle.progress-73 .round {
  transform: rotate(265.8deg);
}

.progress-bar.progress-74:after {
  width: 74%;
}

.progress-circle.progress-74:after {
  background: linear-gradient(-3.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-74 .round::after {
  background: #15E073;
}

.progress-circle.progress-74 .round {
  transform: rotate(269.4deg);
}

.progress-bar.progress-75:after {
  width: 75%;
}

.progress-circle.progress-75:after {
  background: linear-gradient(0deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-75 .round::after {
  background: #15E073;
}

.progress-circle.progress-75 .round {
  transform: rotate(273deg);
}

.progress-bar.progress-76:after {
  width: 76%;
}

.progress-circle.progress-76:after {
  background: linear-gradient(3.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-76 .round::after {
  background: #15E073;
}

.progress-circle.progress-76 .round {
  transform: rotate(276.6deg);
}

.progress-bar.progress-77:after {
  width: 77%;
}

.progress-circle.progress-77:after {
  background: linear-gradient(7.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-77 .round::after {
  background: #15E073;
}

.progress-circle.progress-77 .round {
  transform: rotate(280.2deg);
}

.progress-bar.progress-78:after {
  width: 78%;
}

.progress-circle.progress-78:after {
  background: linear-gradient(10.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-78 .round::after {
  background: #15E073;
}

.progress-circle.progress-78 .round {
  transform: rotate(283.8deg);
}

.progress-bar.progress-79:after {
  width: 79%;
}

.progress-circle.progress-79:after {
  background: linear-gradient(14.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-79 .round::after {
  background: #15E073;
}

.progress-circle.progress-79 .round {
  transform: rotate(287.4deg);
}

.progress-bar.progress-80:after {
  width: 80%;
}

.progress-circle.progress-80:after {
  background: linear-gradient(18deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-80 .round::after {
  background: #15E073;
}

.progress-circle.progress-80 .round {
  transform: rotate(291deg);
}

.progress-bar.progress-81:after {
  width: 81%;
}

.progress-circle.progress-81:after {
  background: linear-gradient(21.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-81 .round::after {
  background: #15E073;
}

.progress-circle.progress-81 .round {
  transform: rotate(294.6deg);
}

.progress-bar.progress-82:after {
  width: 82%;
}

.progress-circle.progress-82:after {
  background: linear-gradient(25.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-82 .round::after {
  background: #15E073;
}

.progress-circle.progress-82 .round {
  transform: rotate(298.2deg);
}

.progress-bar.progress-83:after {
  width: 83%;
}

.progress-circle.progress-83:after {
  background: linear-gradient(28.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-83 .round::after {
  background: #15E073;
}

.progress-circle.progress-83 .round {
  transform: rotate(301.8deg);
}

.progress-bar.progress-84:after {
  width: 84%;
}

.progress-circle.progress-84:after {
  background: linear-gradient(32.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-84 .round::after {
  background: #15E073;
}

.progress-circle.progress-84 .round {
  transform: rotate(305.4deg);
}

.progress-bar.progress-85:after {
  width: 85%;
}

.progress-circle.progress-85:after {
  background: linear-gradient(36deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-85 .round::after {
  background: #15E073;
}

.progress-circle.progress-85 .round {
  transform: rotate(309deg);
}

.progress-bar.progress-86:after {
  width: 86%;
}

.progress-circle.progress-86:after {
  background: linear-gradient(39.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-86 .round::after {
  background: #15E073;
}

.progress-circle.progress-86 .round {
  transform: rotate(312.6deg);
}

.progress-bar.progress-87:after {
  width: 87%;
}

.progress-circle.progress-87:after {
  background: linear-gradient(43.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-87 .round::after {
  background: #15E073;
}

.progress-circle.progress-87 .round {
  transform: rotate(316.2deg);
}

.progress-bar.progress-88:after {
  width: 88%;
}

.progress-circle.progress-88:after {
  background: linear-gradient(46.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-88 .round::after {
  background: #15E073;
}

.progress-circle.progress-88 .round {
  transform: rotate(319.8deg);
}

.progress-bar.progress-89:after {
  width: 89%;
}

.progress-circle.progress-89:after {
  background: linear-gradient(50.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-89 .round::after {
  background: #15E073;
}

.progress-circle.progress-89 .round {
  transform: rotate(323.4deg);
}

.progress-bar.progress-90:after {
  width: 90%;
}

.progress-circle.progress-90:after {
  background: linear-gradient(54deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-90 .round::after {
  background: #15E073;
}

.progress-circle.progress-90 .round {
  transform: rotate(327deg);
}

.progress-bar.progress-91:after {
  width: 91%;
}

.progress-circle.progress-91:after {
  background: linear-gradient(57.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-91 .round::after {
  background: #15E073;
}

.progress-circle.progress-91 .round {
  transform: rotate(330.6deg);
}

.progress-bar.progress-92:after {
  width: 92%;
}

.progress-circle.progress-92:after {
  background: linear-gradient(61.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-92 .round::after {
  background: #15E073;
}

.progress-circle.progress-92 .round {
  transform: rotate(334.2deg);
}

.progress-bar.progress-93:after {
  width: 93%;
}

.progress-circle.progress-93:after {
  background: linear-gradient(64.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-93 .round::after {
  background: #15E073;
}

.progress-circle.progress-93 .round {
  transform: rotate(337.8deg);
}

.progress-bar.progress-94:after {
  width: 94%;
}

.progress-circle.progress-94:after {
  background: linear-gradient(68.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-94 .round::after {
  background: #15E073;
}

.progress-circle.progress-94 .round {
  transform: rotate(341.4deg);
}

.progress-bar.progress-95:after {
  width: 95%;
}

.progress-circle.progress-95:after {
  background: linear-gradient(72deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-95 .round::after {
  background: #15E073;
}

.progress-circle.progress-95 .round {
  transform: rotate(345deg);
}

.progress-bar.progress-96:after {
  width: 96%;
}

.progress-circle.progress-96:after {
  background: linear-gradient(75.6deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-96 .round::after {
  background: #15E073;
}

.progress-circle.progress-96 .round {
  transform: rotate(348.6deg);
}

.progress-bar.progress-97:after {
  width: 97%;
}

.progress-circle.progress-97:after {
  background: linear-gradient(79.2deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-97 .round::after {
  background: #15E073;
}

.progress-circle.progress-97 .round {
  transform: rotate(352.2deg);
}

.progress-bar.progress-98:after {
  width: 98%;
}

.progress-circle.progress-98:after {
  background: linear-gradient(82.8deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-98 .round::after {
  background: #15E073;
}

.progress-circle.progress-98 .round {
  transform: rotate(355.8deg);
}

.progress-bar.progress-99:after {
  width: 99%;
}

.progress-circle.progress-99:after {
  background: linear-gradient(86.4deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-99 .round::after {
  background: #15E073;
}

.progress-circle.progress-99 .round {
  transform: rotate(359.4deg);
}

.progress-bar.progress-100:after {
  width: 100%;
}

.progress-circle.progress-100:after {
  background: linear-gradient(90deg, #15E073 50%, transparent 50%, transparent), linear-gradient(270deg, #15E073 50%, #ddd 50%, #ddd);
}

.progress-circle.progress-100 .round::after {
  background: #15E073;
}

.progress-circle.progress-100 .round {
  transform: rotate(363deg);
}

.progress-circle {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 50%;
}

.progress-circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: white;
  z-index: 3;
}

.progress-circle:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}

.progress-wrapper .progress_number {
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  margin-left: 40px;
}

.hinter-table table tr .progress-wrapper,
.progress-wrapper {
  position: relative;
  height: 37px;
  width: 105px;
  padding: 5px 20px;
}

.progress-wrapper.big {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

.progress-wrapper.big .progress-circle {
  width: 55px;
  height: 55px;
}

.progress-wrapper.big .progress-circle:before {
  width: 35px;
  height: 35px;
  top: 10px;
  left: 10px;
}

.progress-wrapper.big .progress-circle::after {
  width: 55px;
  height: 55px;
}

.progress-wrapper.big .progress_number {
  margin-left: 48px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  line-height: 55px;
}

.progress-circle .round {
  font-size: 120px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
  z-index: 2;
}

.progress-circle .round::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.side-panel, .side-panel.hidden {
  display: block !important;
  position: fixed;
  top: 0;
  right: -1200px;
  bottom: 0;
  transition: right 600ms;
  z-index: 99999;
  background: #fff;
  width: 1000px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  text-align: left;
}

.side-panel.show-me {
  right: 0;
}

.panel-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.panel-wrapper .scrolable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px 20px 30px 30px;
}

.panel-wrapper .call-button-wrapper {
  border-top: 1px solid #AFB5BE;
  border-bottom: 1px solid #AFB5BE;
  margin-left: -30px;
  margin-right: -20px;
  padding: 30px 30px;
}

.panel-wrapper .call-button-wrapper .button {
  margin: 0;
}

.panel-wrapper .matching-info-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 60%;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.panel-wrapper .matching-info-wrapper > div {
  flex: 1;
  display: flex;
  align-items: center;
}

.panel-wrapper .chart-descr {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.panel-wrapper .chart-descr .progress-percent {
  color: #00C600;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.panel-wrapper .bar-char-wrapper {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 50px;
  align-items: flex-end;
}

.bar-char-wrapper .bar {
  width: 10px;
  background: rgb(232, 232, 232);
}

.bar-char-wrapper .bar.bar-1 {
  height: 20%;
}

.bar-char-wrapper .bar.bar-2 {
  height: 40%;
}

.bar-char-wrapper .bar.bar-3 {
  height: 60%;
}

.bar-char-wrapper .bar.bar-4 {
  height: 80%;
}

.bar-char-wrapper .bar.bar-5 {
  height: 100%;
}

.bar-char-wrapper .bar.color {
  background: #0091C6;
}

.table .pie-wrapper {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0;
  position: relative;
}

.panel-wrapper h2 {
  margin: 1.5em 0 0.8em 0;
  margin-top: 1.5em !important;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 1px;
}

.panel-wrapper h3 {
  font-size: 1.2rem;
}

.panel-wrapper .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 60px;
  padding: 0 30px 0 30px;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.panel-wrapper .controls > .button {
  margin-bottom: 0 !important;
}

.panel-wrapper .header-wrapper {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: nowrap;
}

.panel-wrapper .header-wrapper h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}

.panel-wrapper .candidate-photo {
  border-radius: 5px;
  width: 160px;
  height: 200px;
  background: #f5f5f5 center;
  background-size: cover;
}

.panel-wrapper .candidate-description {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.panel-wrapper .candidate-header {
  margin-bottom: 20px;
}

.panel-wrapper .candidate-header h2 {
  margin: 0;
}

.panel-wrapper .candidate-header span.subtitle.small {
  font-size: 10px;
}

.panel-wrapper .side-panel-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  background: #202e4b;
}

table.invisible-table {
  border-left: none;
  border-top: none;
}

table.invisible-table tr td,
table.invisible-table tr th {
  padding: 0;
  text-align: left;
  border-right: none;
  border-bottom: none;
  background: transparent;
  color: #202E4B;
}

table.invisible-table tr:nth-child(odd) td {
  background: transparent;
}

table.invisible-table tr td.key .list-title {
  opacity: 0.6;
}

table.invisible-table tr td.value {
  padding-left: 15px;
}

.labels-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
}

.label.status-cover {
  padding-right: 30px;
}

.label {
  box-sizing: border-box;
  border: 1px #707070 solid;
  border-radius: 30px;
  background: #fff;
  padding: 8px 50px 8px 10px;
  font-size: 13px;
  position: relative;
  white-space: nowrap;
}

.label span.label-status {
  position: absolute;
  right: 10px;
  top: 50%;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 100%;
  transform: translate(0, -5px);
  border: 1px solid #707070;
  background: #fff;
}

.label span.label-status.confirmed {
  background: #00FF00;
  border-color: #00FF00;
}

.label span.label-status.not-confirmed {
  background: #FF0000;
  border-color: #FF0000;
}

.bullet-point {
  position: relative;
  display: flex;
  align-items: center;
}

.point-holder {
  width: 110px;
  display: flex;
  justify-content: flex-end;
}

.bullet-point .point {
  display: block;
  height: 10px;
  width: 10px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #707070;
  background: white;
  margin-right: 30px;
}

.dated-tile-wrapper {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}

.dated-tile {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.dated-tile .date {
  width: 110px;
}

.dated-tile .date span {
  white-space: nowrap;
}

.dimmed-color {
  color: #D3D3D3;
}

.dated-tile .content .text-wrapper {
  letter-spacing: 0;
  line-height: 1.1;
}

.badges-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 5px;
}

.badge {
  position: relative;
  height: 90px;
  width: 90px;
  background: #F4F4F4;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.PAGE {
  margin-left: 250px;
}

.main-sidebar {
  height: 100vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow-y: hidden;
  z-index: 1038;
  background-color: #001e28;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand-link {
  display: flex;
  line-height: 1.5;
  padding: 30px;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  border-bottom: 1px solid #4b545c;
  color: rgba(255, 255, 255, 0.8);
}

.brand-link:hover {
  color: white;
}

.sidebar {
  overflow-x: none;
  overflow-y: auto;
}

.user-panel {
  position: relative;
  white-space: nowrap;
  display: flex;
  box-sizing: border-box;
}

.user-panel .info {
  display: inline-block;
  padding: 5px 5px 5px 10px;
  transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
}

.user-panel .image {
  display: inline-block;
  padding-left: 0.8rem;
}

.user-panel img {
  height: auto;
  width: 2.1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 50%;
  vertical-align: middle;
  border-style: none;
}

.sidebar a {
  color: #c2c7d0;
}

div.site-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0;
  margin-top: 1rem;
}

.nav-item {
  margin: 0 20px;
  position: relative;
  border-radius: 6px;
}

.nav-item .message-note-wrapper .message-count {
  font-weight: 500;
  font-size: 13px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  right: 7px;
  position: absolute;
  background-color: #FF0000;
  color: #FFFFFF;
  text-align: center;
}

.nav-treeview {
  list-style: none;
}

.nav-item > .nav-link {
  display: block;
  padding: 0.5rem 35px;
  position: relative;
  transition: width ease-in-out 0.3s;
  white-space: nowrap;
  margin-bottom: 0.2rem;
  color: #939CA8;
  border-radius: 6px;
}

.nav-item:focus,
.nav-item:hover {
  background-color: #112D36;
  color: #fff;
}

.nav-link p {
  display: inline;
  margin: 0;
  white-space: normal;
}

.nav-item .nav-ico {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: auto;
}

.nav-user {
  line-height: 1.5;
  padding: 25px;
  transition: width 0.3s ease-in-out;
  white-space: nowrap;
  border-top: 1px solid #4b545c;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  position: relative;
}

.nav-user .image-wrapper {
  width: 45px;
  height: 45px;
  background-color: #707070;
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}

.nav-user span {
  font-size: 16px;
  margin-left: 1em;
}

.nav-user::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("graphics/svg/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hinter-header-wrapper {
  position: fixed;
  top: 0;
  width: calc(100% - 240px);
  z-index: 10000;
}

.hinter-wrapper {
  margin-left: 240px;
  margin-top: 300px;
  background-color: #FAFBFC;
}

.hinter-wrapper {
  padding: 40px 0;
  width: calc(100% - 240px);
}

.hinter-wrapper .container {
  margin: 0 20px;
  padding: 0 20px;
}

.hinter-wrapper .header {
  background-color: #FFFFFF;
  height: 80px;
  border-bottom: 1px solid rgba(129, 135, 141, 0.3019607843);
  max-width: 100%;
  padding: 0;
}

.hinter-wrapper .header .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.hinter-wrapper .header .container h1 {
  margin-bottom: 0;
}

.hinter-wrapper .header .status {
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 14px;
  margin-left: 20px;
}

.hinter-wrapper .header .status.yellow {
  background-color: rgba(255, 180, 0, 0.2509803922);
  color: #D09300;
}

.article-section.full-width-style > .container {
  margin: 0 20px;
  padding: 0 20px;
}

/*@keyframes skeleton-loading {
  from{
    background: rgb(163, 184, 194);
  }

  to{
    background: rgb(240, 243, 245);
  }
}
 .skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton.skeleton-table{
  width: 90%;
  height: 1rem;
  border-radius: .125rem;
}

 .skeleton.skeleton-text{
  width: 100%;
  height: .5rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}

 .skeleton.skeleton-text:last-child{
  margin-bottom: 0;
  width: 80%;
}


.label.status-cover.skeleton{
  border: none;
}

.label.status-cover.skeleton{
  height: 40px;
  width: 60px;
}*/
.hinter-wrapper .recruitment-progress {
  background-color: #fff;
  border-bottom: 1px solid rgba(129, 135, 141, 0.3019607843);
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
}

.hinter-wrapper .recruitment-progress .recruitment-end-info {
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  color: #81878D;
  position: absolute;
  border-radius: 6px;
  bottom: 0;
  padding: 5px 10px;
  right: 60px;
  transform: translateY(50%);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.0901960784);
}

.hinter-wrapper .recruitment-progress .header {
  border-bottom: none;
}

.hinter-wrapper .recruitment-progress .header h2 {
  margin-top: 0;
}

.hinter-wrapper .recruitment-progress .recruitment-progress-wrapper {
  max-width: 800px;
  box-sizing: border-box;
  width: 100%;
  padding-right: 60px;
}

.hinter-wrapper .recruitment-progress .button {
  font-weight: 500;
  border-radius: 6px;
  padding: 10px 20px;
  position: absolute;
  right: 40px;
  bottom: 20px;
}

.recruitment-progress .button::after {
  content: "";
}

.recruitment-progress-wrapper .track {
  position: relative;
  height: 6px;
  background: #F6F6F9;
  overflow: hidden;
}

.recruitment-progress-wrapper .fill {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 6px;
  background: linear-gradient(90deg, #FFB400 53.18%, #FFB400 54%, #F6F6F9 100%);
}

.recruitment-progress-wrapper .steps {
  width: 100%;
  position: relative;
  margin: 14px 0 30px;
  padding: 0;
  list-style: none;
}
.recruitment-progress-wrapper .steps [data-point="1"] {
  left: 0%;
}
.recruitment-progress-wrapper .steps [data-point="2"] {
  left: 25%;
}
.recruitment-progress-wrapper .steps [data-point="3"] {
  left: 50%;
}
.recruitment-progress-wrapper .steps [data-point="4"] {
  left: 75%;
}
.recruitment-progress-wrapper .steps [data-point="5"] {
  left: 100%;
}

.recruitment-progress-wrapper .steps .step {
  width: 100px;
  margin-left: 0px;
  position: absolute;
  display: block;
  text-align: left;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

.recruitment-progress-wrapper .steps .step:before {
  content: "✓";
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white;
  border: 3px solid #F6F6F6;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 11px;
  text-align: center;
  background-color: white;
  color: white;
}

.recruitment-progress-wrapper .steps .step span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 2;
}

.recruitment-progress-wrapper .steps .step span img {
  width: 22px;
  margin-right: 5px;
}

.recruitment-progress-wrapper .steps .step.active::before {
  border-color: #FFB400;
}

.recruitment-progress-wrapper .steps .step.active.completed::before {
  background-color: #FFB400;
}

.recruitment-progress-wrapper .steps .step.active span {
  color: #001E28;
}

.hinter-new-offer-wrapper .controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.hinter-new-offer-wrapper .controls {
  text-align: right;
}

.hinter-new-offer-wrapper .controls .button {
  margin: 20px;
}

.hinter-new-offer-wrapper .controls .button:first-child {
  margin-right: 0px;
}

.hinter-new-offer-wrapper .controls .button:last-child {
  margin-left: 0px;
}

.hinter-form-container {
  border: 1px solid rgba(129, 135, 141, 0.3019607843);
  border-radius: 7px;
  background-color: #FFFFFF;
  margin: 20px 0;
}

.hinter-form-container .step {
  display: none;
}

.hinter-form-container .step.show-me {
  display: block;
}

.hinter-form-container > div {
  border-bottom: 1px solid rgba(129, 135, 141, 0.3019607843);
}

.hinter-form-container > div:last-child {
  border: none;
}

.form-steps .form-step {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}

.form-steps .form-step.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #FFB400;
}

.form-wrapper {
  padding: 40px;
}

.input-container {
  border: 1px solid rgba(129, 135, 141, 0.3019607843);
  border-radius: 7px;
  margin-bottom: 40px;
}

.input-container:last-child {
  margin-bottom: 20px;
}

.input-container .input-header {
  background-color: #FAFBFC;
  color: #001E28;
  border-radius: 7px 7px 0 0;
}

.input-container .input-header h2 {
  padding: 20px;
  margin: 0;
}

.input-container .input-wrapper {
  padding: 20px;
}

.input-wrapper .label {
  padding: 0;
  border: none;
  font-size: 16px;
}

.input-wrapper input,
.input-wrapper .select,
.input-wrapper textarea {
  width: calc(100% - 40px);
  padding: 10px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  border: 1px solid rgba(129, 135, 141, 0.3019607843);
  background: #fff;
  color: #656565;
  border-radius: 6px;
  position: relative;
}

.styledSelect {
  background-color: transparent;
  border: none;
}

.options {
  border-radius: 6px;
}

.input-container .input-result {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin: 0 20px 20px 20px;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
}

.input-result .label::after {
  content: "";
  background: url("graphics/svg/add_round.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 8px;
}

.input-wrapper .select .placeholder {
  opacity: 0.7;
}

.input-wrapper .select-wrapper {
  position: relative;
}

.input-wrapper .select::after {
  content: "";
}

.input-wrapper .select-wrapper ul {
  display: none;
  position: absolute;
  list-style-type: none;
  left: 0;
  bottom: -13px;
  transform: translateY(100%);
  background-color: #fff;
  z-index: 88;
  overflow: auto;
  max-height: 150px;
  border-radius: 0 0 7px 7px;
  border: 1px solid rgba(129, 135, 141, 0.3019607843);
  border-top: none;
  font-weight: 400;
  font-size: 14px;
}

.input-wrapper .select-wrapper.active ul {
  display: block;
  box-sizing: border-box;
}

.input-wrapper .select-wrapper ul li {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(129, 135, 141, 0.3019607843);
  margin-left: 0;
  font-weight: 400;
}

.input-container.combo .input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.input-container.combo .input-wrapper input,
.input-container.combo .input-wrapper .select,
.input-container.combo .input-wrapper textarea {
  width: 100%;
}

.input-container.combo .input-wrapper .form-info {
  grid-column: 1/3;
  background: #FAFBFC;
  color: #001E28;
  font-weight: 500;
  font-size: 1rem;
  font-size: 16px;
  padding: 0.825em;
}

.input-container.list .input-wrapper {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-areas: "list placeholder" "input button";
}

.input-container.list .input-list {
  grid-area: list;
}

.input-list .list-item {
  border: 1px solid #81878D;
  border-radius: 25px;
  color: #81878D;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  margin-bottom: 20px;
}

.input-container.list .button {
  grid-area: button;
  align-self: flex-end;
  margin-bottom: 3px;
}

.input-container.list input {
  width: 100%;
}

.hinter-form-container .controls {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.hinter-form-container .controls {
  text-align: right;
}

.hinter-form-container .controls .button {
  margin: 20px;
}

.hinter-form-container .controls .button:first-child {
  margin-right: 0px;
}

.hinter-form-container .controls .button:last-child {
  margin-left: 0px;
}

.pagination {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(129, 135, 141, 0.5019607843);
  margin: 0 12px;
}

.pagination .disabled {
  cursor: default;
  opacity: 0.9;
  filter: grayscale(100%);
  border: 1px solid rgba(129, 135, 141, 0.5019607843);
}

.pagination .progress {
  width: 180px;
  position: relative;
  height: 3px;
  background: #ddd;
}

.pagination .progress::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
  background: #FFB400;
}

.ui-datepicker {
  background-color: #fff;
  border-radius: 6px;
  z-index: 1000;
}

.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}

.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}

.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  color: #546E7A;
  font-size: 0.875rem;
  text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
  background-color: #E0F2F1;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #009688;
  color: white;
}

.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #ECEFF1;
}

.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
  transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}

.ui-datepicker-header a > span {
  display: none;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
}

.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}/*# sourceMappingURL=theme.css.map */