﻿@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap-grid.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.2/css/select2.min.css");
@import url("helpers/date-picker.css");
@import url("helpers/bootstrap-slider.css");
@import url("helpers/magnific-popup.css");
@import url("helpers/font-icons.css?v=20250509");
@import url("helpers/cooltipz.min.css");
:root, *:before, *:after {
  --primary-color: #24243E;
  --primary-color1-1: rgba(53, 65, 104, .3);
  --secondarycolor1: #D10000;
  --secondarycolor1-1: #E3595B;
  --secondarycolor7: #354168;
  --monochrome1: #f4f4f4;
  --monochrome2: #ffffff;
  --monochrome2-2: #ffffff;
  --monochrome2-3: #ffffff;
  --monochrome2-4: #f4f4f4;
  --monochrome2-5: #f9f9f9;
  --monochrome2-6: #f0f0f0;
  --monochrome3: #000000;
  --monochrome5: #ababab;
  --monochrome6: #cccccc;
  --monochrome8-1: #666666;
  --monochrome8-2: #24243E;
  --monochrome11: #eeeeee;
  --box-shadow2: 0 0 6px #cdcdcd;
  --box-shadow3: 0 0 4px #cdcdcd;
  --box-shadow8: 0px 1px 4px 0px rgba(17, 17, 17, 0.08);
}

[data-theme=dark], [data-theme=dark] *:before, [data-theme=dark] *:after {
  --primary-color: #ffffff;
  --primary-color1-1: rgba(255, 255, 255, .3);
  --secondarycolor1: #F14646;
  --secondarycolor7: #8C98C5;
  --monochrome1: #1c1c1c;
  --monochrome2: #262626;
  --monochrome2-2: #333333;
  --monochrome2-3: #1c1c1c;
  --monochrome2-4: #000000;
  --monochrome3: #ffffff;
  --monochrome5: #ffffff;
  --monochrome6: #666666;
  --monochrome8-1: rgba(255, 255, 255, .7);
  --monochrome8-2: #ffffff;
  --monochrome11: #1c1c1c;
  --box-shadow2: 0 0 6px rgba(0, 0, 0, .33);
  --box-shadow3: 0 0 4px rgba(0, 0, 0, .33);
}

* {
  box-sizing: border-box;
  outline: none;
}
*:after, *:before {
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  background-color: var(--monochrome1);
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 123rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.ul-list-disc {
  padding-left: 2rem;
}
ul.ul-list-disc li {
  list-style-type: disc;
}

a {
  color: #2DAAE1;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

a, span, strong, b {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700;
  margin: 0;
}

.pb-10 {
  padding-bottom: 1rem;
}
.pb-15 {
  padding-bottom: 1.5rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pb-25 {
  padding-bottom: 2.5rem;
}
.pb-30 {
  padding-bottom: 3rem;
}
.pb-60 {
  padding-bottom: 6rem;
}

.pt-10 {
  padding-top: 1rem;
}
.pt-15 {
  padding-top: 1.5rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-25 {
  padding-top: 2.5rem;
}
.pt-30 {
  padding-top: 3rem;
}

.pl-10 {
  padding-left: 1rem;
}
.pl-15 {
  padding-left: 1.5rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pl-28 {
  padding-left: 2.8rem;
}
.pl-30 {
  padding-left: 3rem;
}

.pr-10 {
  padding-right: 1rem;
}
.pr-15 {
  padding-right: 1.5rem;
}
.pr-20 {
  padding-right: 2rem;
}
.pr-28 {
  padding-right: 2.8rem;
}
.pr-30 {
  padding-right: 3rem;
}

.mt-10 {
  margin-top: 1rem;
}
.mt-15 {
  margin-top: 1.5rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mt-60 {
  margin-top: 6rem;
}

.mb-10 {
  margin-bottom: 1rem;
}
.mb-15 {
  margin-bottom: 1.5rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mb-60 {
  margin-bottom: 6rem;
}

.ml-10 {
  margin-left: 1rem;
}
.ml-15 {
  margin-left: 1.5rem;
}
.ml-20 {
  margin-left: 2rem;
}
.ml-30 {
  margin-left: 3rem;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-grey {
  color: var(--monochrome5);
}

.bt-1 {
  border-top: 0.1rem solid var(--monochrome6);
}

.bb-1 {
  border-bottom: 0.1rem solid var(--monochrome6);
}

.c-pointer {
  cursor: pointer;
}

.img-fluid {
  display: block;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.section {
  background-color: var(--monochrome1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.section.beta-release:before {
  color: var(--monochrome5);
  content: "Beta Version";
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 700;
  left: 0;
  margin: auto;
  max-width: 120rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0.75rem;
  width: calc(100% - 3rem);
  z-index: 1;
}
.section .footer-copy-right, .section .footer-copy-left {
  color: #818181;
  margin-top: auto;
  padding: 1.874rem 0;
  position: relative;
  text-align: right;
}
.section .footer-copy-right a, .section .footer-copy-left a {
  line-height: 1;
  position: relative;
  top: 0.5rem;
}
.section .footer-copy-left {
  text-align: left;
}
.section__block {
  padding-bottom: 2.6rem;
  padding-top: 2rem;
  position: relative;
}
.section__block.pb-20 {
  padding-bottom: 2rem;
}
.section__block.pt-20 {
  padding-top: 2rem;
}
.section__block.pb-25 {
  padding-bottom: 2.5rem;
}
.section__block.pt-25 {
  padding-top: 2.5rem;
}
.section__block.pb-32 {
  padding-bottom: 3.2rem;
}
.section__block.pt-32 {
  padding-top: 3.2rem;
}
.section__block--right.custom--width {
  max-width: 36rem;
  width: 100%;
}
.section__block--right.custom--width .form-group {
  width: 100%;
}
.section__block--left {
  max-width: 80%;
}
.section__block--left.pl-45 {
  padding-left: 4.5rem;
}
.section__block--left p.text-grey {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.section__block h1 {
  color: var(--primary-color);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.section__block h2 {
  color: var(--primary-color);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 0 0 2rem 0;
}
.section__block h2.p-0 {
  padding: 0;
}
.section__block h2 ~ .icon-info {
  color: var(--monochrome5);
  font-size: 1.6rem;
  margin-left: 1rem;
  position: relative;
  top: 0.3rem;
}
.section__block h2 ~ .icon-info:hover ~ .statics-overlay {
  display: block;
}
.section__block h2 ~ .icon-info ~ .statics-overlay {
  color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: 28rem;
  top: 3.5rem;
}
.section__block h2.col-title {
  font-size: 1.6rem;
}
.section__block h2.section__block--left-title {
  font-size: 2.4rem;
  line-height: 3.3rem;
  padding-bottom: 0;
}
.section__block .text {
  color: var(--monochrome8-1);
  font-size: 2rem;
  font-weight: 400;
}
.section__block .text .spanUncappedPayrollTitle {
  text-transform: lowercase;
}
.section__block--bg {
  background-color: var(--monochrome2);
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow2);
  padding: 3rem 3rem 0.1rem;
  position: relative;
}
.section__block--bg-5 {
  min-height: calc(100vh - 12rem);
}
.section__block--cta {
  padding-left: 6rem;
  position: relative;
}
.section__block--cta .back-cta {
  align-items: center;
  border: 0.2rem solid #666666;
  border-radius: 100%;
  color: #666666;
  display: flex;
  height: 4rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease 1s;
  width: 4rem;
}
.section__block--cta .back-cta .icon-angle-prev {
  font-size: 1.5rem;
}
.section__block--cta .back-cta.mw-30 {
  height: 3rem;
  width: 3rem;
}
.section__block--cta .back-cta.mw-30 .icon-angle-prev {
  font-size: 1.3rem;
}
.section__block .custom__dropdown {
  background-color: var(--monochrome2);
  box-shadow: var(--box-shadow2);
  border-radius: 0.5rem;
  display: none;
  margin-top: 2rem;
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 100%;
  width: 38.5rem;
}
.section__block .custom__dropdown:before {
  background: var(--monochrome2);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.5rem;
  right: 1.5rem;
  position: absolute;
  transform: rotate(45deg);
  top: -0.8rem;
  width: 1.5rem;
}
.section__block .custom__dropdown label {
  color: var(--primary-color);
  font-size: 2rem;
  font-weight: 600;
}
.section__block .custom__dropdown label.form-label {
  color: #757575;
}
.section__block .custom__dropdown .icon-close-o {
  cursor: pointer;
  font-size: 2.5rem;
  color: var(--monochrome5);
}
.section__block .custom__dropdown .btn--primary.large {
  border-radius: 6rem;
  font-size: 1.6rem;
  height: 5.5rem;
  min-width: 18rem;
}
.section__block .custom__dropdown .btn--primary.large:before {
  border-radius: 6rem;
}
.section__block .custom__dropdown .select-wrapper {
  height: 5rem;
}
.section__block .custom__dropdown .select-wrapper .select2 {
  height: 5rem;
  margin-left: 0;
}
.section__block .custom__dropdown .select-wrapper .select2-container--default .select2-selection--single {
  height: 5rem;
}
.section__block .custom__dropdown .select-wrapper .select2-container--default .select2-selection__rendered {
  color: var(--primary-color);
}
.section__block .custom__dropdown .select-wrapper .select2-container--default .select2-selection__arrow {
  height: 5rem;
  width: 5rem;
}
.section__block .custom__dropdown .card__inner {
  background-color: var(--monochrome2-3);
  border: 0.1rem solid var(--monochrome6);
  box-shadow: none;
}
.section__block .custom__dropdown .card__inner > .form-label {
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  padding: 1.4rem 1.1rem;
  position: static;
}
.section__block .custom__dropdown .card__inner .list {
  border-top: 0.1rem solid var(--monochrome6);
  display: none;
}
.section__block .custom__dropdown .card__inner .list-title {
  left: 0;
  position: relative;
  top: 0;
}
.section__block .custom__dropdown .card__inner .list-title:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #757575;
  content: "";
  height: 0;
  position: absolute;
  right: 1.1rem;
  top: 2.2rem;
  width: 0;
}
.section__block .icons__wrapper {
  display: flex;
  position: absolute;
  right: 3rem;
  top: 2rem;
  z-index: 3;
}
.section__block .icons__wrapper.p-static {
  position: static;
}
.section__block .icons__wrapper .filter__wrapper {
  position: relative;
}
.section__block .icons__wrapper .filter__wrapper .custom__dropdown {
  right: 0;
}
.section__block .icons__wrapper a + .custom__dropdown {
  right: 4rem;
}
.section__block--range .card {
  min-height: auto;
}
.section__block .list {
  padding: 1.4rem 1.1rem;
}
.section__block .list li + li {
  margin-top: 1rem;
}
.section__block .list li + li .row-datepicker {
  display: none;
  margin-top: 1rem;
}
.section__block .border-b {
  border-bottom: 0.1rem solid var(--monochrome6);
}
.section--dashboard .custom-legend {
  bottom: 2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: initial;
}
.section--dashboard .custom-legend.custom-legend2 {
  border-top: 0.1rem solid var(--monochrome6);
  bottom: 0;
  padding: 2rem;
  position: static;
}
.section-para {
  margin: 0;
  margin-bottom: 2.4rem;
  line-height: 2.8rem;
}
.section-para-tooltip {
  margin: 0;
  margin-bottom: 1.6rem;
  line-height: 2.7rem;
  color: var(--primary-color);
  font-size: 1.8rem;
}
.section .not-assigne__wrapper {
  color: var(--primary-color);
  max-width: 60rem;
  margin: 10rem auto;
  text-align: center;
}
.section .not-assigne__wrapper h2 {
  font-size: 3.8rem;
  line-height: 5.2rem;
  padding: 3rem 0 1.6rem;
}
.section .not-assigne__wrapper p {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3.6rem;
  margin: 0;
}
.section .not-assigne__wrapper p span {
  display: block;
}
.section.mw-590 {
  display: table;
  height: 100%;
  min-height: 100vh;
  padding: 5rem 0;
  width: 100%;
}
.section.mw-590 .h-100 {
  height: 100%;
}
.section.mw-590 h3 {
  color: var(--primary-color);
}
.section.mw-590 .section__block {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  justify-content: center;
  padding-bottom: 2rem;
  text-align: center;
}
.section.mw-590 .btn-group .btn {
  border-radius: 5rem;
  font-size: 2rem;
  min-height: 6rem;
  padding: 0.5rem 3rem;
}
.section.mw-590 .btn-group .btn + .btn {
  margin-left: 2rem;
}
.section.mw-590 .font-regular {
  font-weight: 400;
}
.section-sidebar {
  background-color: var(--primary-color);
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 3rem;
  width: 26rem;
}
.section-sidebar-menu h3 {
  font-size: 1.8rem;
}
.section-sidebar-menu .h {
  cursor: pointer;
  margin: 0;
  color: var(--monochrome8-1);
}
.section-sidebar-menu .h.current {
  color: var(--monochrome2);
}
.section-sidebar-menu .h a {
  color: inherit;
}
.section-sidebar-menu ul li + li {
  margin-top: 3.2rem;
}
.section-details {
  width: calc(100% - 26rem);
  padding: 3rem;
}
.section-contain .divider {
  position: relative;
  margin-bottom: 3.2rem;
  padding-bottom: 1.6rem;
}
.section-contain .divider::after {
  content: "";
  position: absolute;
  background: linear-gradient(91deg, #59b5da 0%, #73b680 100%) 0% 0% no-repeat padding-box;
  bottom: 0;
  border-radius: 5px;
  height: 4px;
  left: 0;
  width: 10rem;
}
.section-contain h1 {
  font-size: 2.6rem !important;
  line-height: 3.6rem !important;
}
.section-top {
  margin: 0 auto 6.4rem;
  width: 100%;
}

.custom-legend {
  color: var(--primary-color);
  font-size: 1.2rem;
  line-height: 1.7rem;
  position: relative;
  text-align: center;
  top: 0;
}
.custom-legend.custom-legend2 {
  border-top: 0.1rem solid var(--monochrome6);
  bottom: 0;
  padding: 2rem;
  position: static;
}
.custom-legend span {
  padding-left: 1.8rem;
  position: relative;
}
.custom-legend span + span {
  margin-left: 1.5rem;
}
.custom-legend span:before {
  background-color: #FFC000;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 1rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 1rem;
}
.custom-legend span.red:before {
  background-color: var(--secondarycolor1);
}
.custom-legend span.green:before {
  background-color: #7ED321;
}
.custom-legend span.blue:before {
  background-color: #91d7f1;
}
.custom-legend.p-static {
  position: static;
}

.tippy-box {
  max-width: 56rem !important;
}

.statics-overlay {
  background-color: var(--monochrome2);
  border-radius: 0.3rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: var(--primary-color);
  display: none;
  font-size: 1.1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
  min-width: 17rem;
  padding: 0.8rem;
  position: absolute;
  text-align: left;
  white-space: initial;
  z-index: 3;
}
.statics-overlay:before {
  background: var(--monochrome2);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  height: 1rem;
  left: 1.5rem;
  position: absolute;
  transform: rotate(45deg);
  top: -0.5rem;
  width: 1rem;
}
.statics-overlay .red {
  color: var(--secondarycolor1);
}
.statics-overlay .yellow {
  color: #FFC000;
}
.statics-overlay .green {
  color: #7ED321;
}
.statics-overlay span {
  display: block;
}
.statics-overlay .table--pattern {
  font-size: 1.1rem;
}
.statics-overlay .table--pattern tr:last-child td {
  padding-bottom: 0.2rem;
}
.statics-overlay .table--pattern tr td {
  white-space: nowrap;
}
.statics-overlay .table--pattern tr td:last-child {
  color: var(--primary-color);
}
.statics-overlay .table--pattern tr td span {
  min-width: 7rem;
}
.statics-overlay .table--pattern tr td span:last-child {
  min-width: 3rem;
}
.statics-overlay .read-more-content {
  display: none;
}

.empty-text h3 {
  font-size: 2.6rem !important;
  line-height: 3.6rem !important;
}
.empty-text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
}
.empty-img .icon-compare {
  margin-bottom: 2rem;
}
.empty-img .icon-compare::before {
  color: #cdcdcd;
  font-size: 8rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  margin: auto;
  text-align: center;
}

.tooltip {
  cursor: pointer;
  position: relative;
}
.tooltip.dot-filter-icon-zindex {
  z-index: 2;
}
.tooltip.dot-filter-icon-zindex .icon-info:after {
  top: 3.2rem;
}
.tooltip.dot-filter-icon-zindex .statics-overlay {
  left: -130px;
  top: 3rem;
  margin-top: 2rem;
}
.tooltip.dot-filter-icon-zindex .statics-overlay span {
  font-size: 1.3rem;
}
.tooltip.dot-filter-icon-zindex.cursor-default {
  cursor: default;
}
.tooltip .icon-info {
  color: var(--monochrome5);
  font-size: 1.6rem;
  position: relative;
  top: 0.2rem;
}
.tooltip .icon-info:after {
  background: #1c1c1c;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  content: "";
  height: 0.8rem;
  left: 0.4rem;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
  top: 2.5rem;
  width: 0.8rem;
}
.tooltip .icon-info.hide-after:after {
  display: none;
}
.tooltip .icon-info__link {
  padding: 0;
}
.tooltip .top-arrow {
  position: relative;
  top: 0.2rem;
}
.tooltip .top-arrow:after {
  background: #1c1c1c;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  content: "";
  height: 0.8rem;
  left: 0.4rem;
  opacity: 0;
  position: absolute;
  transform: rotate(45deg);
  top: 2.4rem;
  width: 0.8rem;
}
.tooltip .top-arrow.hide-after:after {
  display: none;
}
.tooltip .statics-overlay {
  background-color: #1c1c1c;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 2.2rem;
  min-width: 24rem;
  max-width: 30rem;
  transform: translateX(-20%);
}
.tooltip .statics-overlay.width-reset {
  max-width: none;
  width: 45rem;
  right: -4rem;
  top: 15px;
}
.tooltip .statics-overlay.width-reset:before {
  content: "";
  background-color: #1c1c1c;
  position: absolute;
  left: unset;
  right: 5rem;
  height: 20px;
  width: 5px;
}
.tooltip .statics-overlay.card-body-tooltip:before {
  content: "";
  background-color: #1c1c1c;
  position: absolute;
  left: 3rem;
  right: 5rem;
  height: 17px;
}
.tooltip .statics-overlay.mw-initial {
  max-width: initial;
}
.tooltip .statics-overlay.ws-nowrap {
  white-space: nowrap;
}
.tooltip.tooltip-drawer .statics-overlay {
  min-width: 36rem;
  max-width: 36rem;
}
.tooltip:hover .icon-info:after, .tooltip:hover .top-arrow:after {
  opacity: 1;
}
.tooltip:hover .statics-overlay {
  display: block !important;
}
.tooltip.ml-15 {
  margin-left: 1rem;
}
.tooltip-drawer .icon-info {
  color: var(--monochrome5);
  font-size: 1.6rem;
  position: relative;
  top: 0.2rem;
}

.tippy-content {
  white-space: normal !important;
  word-break: break-word !important;
}

input[type=checkbox] {
  height: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
input:checked + label:after {
  left: inherit;
  right: 0.3rem;
}
input:checked + label span {
  color: #ffffff;
}
input:checked + label span + span {
  color: #59B5DA;
}

label[for=switch] {
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10rem;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: space-between;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 8rem;
}
label[for=switch]:after {
  background: #ffffff;
  border-radius: 9rem;
  content: "";
  height: 3.5rem;
  left: 0.3rem;
  position: absolute;
  right: inherit;
  transition: 0.3s;
  top: 0.3rem;
  width: 3.5rem;
}
label[for=switch]:active:after {
  width: 3rem;
}
label[for=switch] span {
  border-radius: 100%;
  color: #59B5DA;
  font-size: 1.8rem;
  line-height: 4rem;
  position: relative;
  text-align: center;
  width: 4rem;
  z-index: 5;
}
label[for=switch] span + span {
  color: #ffffff;
}

.loader, .loader-small {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.loader:before, .loader-small:before {
  background-image: url("/images/Wrapportal.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 25rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 25rem;
}

.text-light-grey {
  color: #B1B1B1 !important;
}

.loader-small {
  z-index: 10;
}

.ui-helper-hidden-accessible {
  display: none;
}

.text-copyright {
  bottom: 0;
  color: #818181;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 3rem;
  position: absolute;
  right: 0;
}
.text-copyright a {
  color: #818181;
  font-style: normal;
  font-weight: 700;
}

.datepicker-dropdown {
  background-color: var(--monochrome2-3);
  border-color: var(--monochrome6);
  box-shadow: var(--box-shadow2);
}
.datepicker-panel > ul[data-view=week], .datepicker-panel > ul[data-view=days] {
  background-color: var(--monochrome2-3);
}
.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=days] > li {
  background-color: var(--monochrome2-3);
  border-color: var(--monochrome2-3);
  color: var(--monochrome6);
}
.datepicker-panel > ul > li[data-view=day] {
  color: var(--monochrome3);
}
.datepicker-panel > ul > li.picked {
  background-color: #2DAAE1;
  border-color: #2DAAE1;
  color: #ffffff;
}
.datepicker-panel > ul > li.picked:hover {
  background-color: #2DAAE1;
  border-color: #2DAAE1;
  color: #ffffff;
}

.message-toast {
  border-radius: 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
  display: flex;
  font-size: 2rem;
  justify-content: space-between;
  left: 50%;
  margin: auto;
  max-width: 57rem;
  padding: 2rem;
  position: fixed;
  transform: translateX(-50%);
  top: 5rem;
  width: 100%;
  z-index: 10;
}
.message-toast.error {
  background-color: #FCEDED;
  border: 0.1rem solid #FCEDED;
  color: var(--primary-color);
}
.message-toast.error .toaster-icon {
  background-color: #EB8081;
  color: #ffffff;
}
.message-toast.success {
  background-color: #E7FCDE;
  border: 0.1rem solid #E7FCDE;
  color: var(--primary-color);
}
.message-toast.success .toaster-icon {
  background-color: #7ED321;
  color: #ffffff;
}
.message-toast .btn.btn-toast {
  color: #666666;
  min-width: auto;
  padding: 0;
}
.message-toast .btn.btn-toast:hover, .message-toast .btn.btn-toast:focus {
  background-color: transparent;
  border-color: transparent;
}
.message-toast .toaster-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
  padding-right: 2rem;
  width: 100%;
}
.message-toast .toaster-title {
  font-weight: 700;
}
.message-toast .toaster-title.blackAlertColor {
  color: var(--monochrome3);
}
.message-toast .toaster-msg {
  font-size: 1.8rem;
  font-weight: 600;
}
.message-toast .toaster-icon {
  align-items: center;
  border-radius: 10rem;
  display: flex;
  height: 5rem;
  justify-content: center;
  max-width: 5rem;
  margin-right: 2rem;
  width: 100%;
}

.trending-chart-info, .top5-bot5-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.trending-chart-info .text-bold, .top5-bot5-info .text-bold {
  font-weight: bold;
}
.trending-chart-info .big-trend-icon .icon-Clock-1, .top5-bot5-info .big-trend-icon .icon-Clock-1 {
  top: 19rem;
}
.trending-chart-info .icon-Clock-1, .top5-bot5-info .icon-Clock-1 {
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translate(-50%, 0);
  font-size: 14rem;
}
.trending-chart-info p, .top5-bot5-info p {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  margin: auto;
  line-height: 3rem;
  margin-top: 13rem;
}

.text-red {
  color: red;
  font-weight: bolder;
}

.text-bolder-black {
  color: black;
  font-weight: bolder;
}

.text-black {
  color: black !important;
}

[aria-label][class*=cooltipz]:after,
[aria-label][data-cooltipz-dir]:after {
  font-size: 1.2rem;
  line-height: initial;
}

ul.multiselect-container-custom li.active label {
  font-weight: 600 !important;
}
ul.multiselect-container-custom li.multiselect-group {
  padding: 0 !important;
  margin-left: -13px !important;
}
ul.multiselect-container-custom li.multiselect-group label:before {
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.4rem;
  content: "\e981";
  font-family: "icomoon";
  font-size: 24px;
  background-color: transparent;
  border: none !important;
  border-radius: 0.3rem;
  content: "";
}
ul.multiselect-container-custom.multi-select-with-group li:not(.multiselect-group):not(.multiselect-all):not(.multiselect-filter) {
  padding-left: 45px;
}

.no-right-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 0 10rem;
  width: 100%;
}
.no-right-info h1 {
  font-weight: 600;
  text-align: center;
  max-width: 85%;
}

.no-permission {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  height: 100%;
  padding: 4rem;
  background: var(--monochrome2-2);
  place-content: center;
}
.no-permission p {
  color: var(--primary-color);
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}

.chart-main {
  display: flex;
}
.chart-main-left {
  position: relative;
}
.chart-main-left .div-expenses-chart::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 10px;
  height: 80%;
  width: 1px;
  background-color: var(--monochrome11);
}
.chart-main-left .div-credits-chart, .chart-main-left .div-expenses-chart, .chart-main-left .div-credits-chart-2, .chart-main-left .div-expenses-chart-2 {
  height: 31rem !important;
  width: 31rem !important;
}
.chart-main-left .div-credits-chart div, .chart-main-left .div-expenses-chart div, .chart-main-left .div-credits-chart-2 div, .chart-main-left .div-expenses-chart-2 div {
  width: 100%;
  height: auto;
  z-index: 999;
}

.trending-icon span {
  font-size: 3.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  background: linear-gradient(90.23deg, #268FB7 0.18%, #73B57F 99.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trending-content {
  color: #666666;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
}

.menu-dd.custom-trending-dropdown {
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: var(--box-shadow2);
  height: auto;
  min-width: 20rem;
  top: 5.7rem;
  right: 4.5rem;
  white-space: nowrap;
  z-index: 5;
}
.menu-dd.custom-trending-dropdown .div-li {
  position: relative;
  border: 0;
  padding: 0;
}
.menu-dd.custom-trending-dropdown .div-li + .div-li {
  border-top: 1px solid #E6E6E6;
}
.menu-dd.custom-trending-dropdown .div-li a {
  font-size: 1.6rem;
  padding: 1rem 0.8rem;
  cursor: pointer;
  font-weight: 400;
  color: var(--monochrome8-1);
  width: 100%;
}
.menu-dd.custom-trending-dropdown .div-li a:hover, .menu-dd.custom-trending-dropdown .div-li a.active {
  color: var(--primary-color);
  background: var(--monochrome1);
}
.menu-dd.custom-trending-dropdown:before {
  background: var(--monochrome2);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.5rem;
  right: 1.5rem;
  position: absolute;
  transform: rotate(45deg);
  top: -0.8rem;
  width: 1.5rem;
}

.div-loss-ratio-message {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.div-loss-ratio-message p {
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
  line-height: 3rem;
}

@media screen and (max-width: 1199px) {
  .section__block--right.custom--width {
    max-width: calc(50% - 1.5rem);
  }
  .pb-med-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }
  .text-copyright {
    bottom: 0;
    font-size: 1.4rem;
  }
  .section.beta-release:before {
    font-size: 1.8rem;
  }
  .section__block--bg {
    border-radius: 0;
    padding: 3rem 1.5rem 1.5rem;
  }
  .section__block h1 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .section__block h2 {
    font-size: 1.9rem;
    line-height: 2.6rem;
  }
  .section__block .text {
    font-size: 1.6rem;
  }
  .section__block .icons__wrapper {
    right: 1.5rem;
  }
  .section__block--left-title {
    font-size: 2rem;
  }
  .section__block--right.custom--width {
    margin-top: 3rem;
    max-width: 100%;
  }
  [aria-label][class*=cooltipz]:after,
  [aria-label][class*=cooltipz]:before,
  [aria-label][data-cooltipz-dir]:after,
  [aria-label][data-cooltipz-dir]:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section.beta-release:before {
    font-size: 1.6rem;
    top: 0.5rem;
  }
  .section__block .icons__wrapper {
    right: 1.5rem;
  }
  .section__block .custom__dropdown {
    padding: 2rem;
    right: 4rem;
    width: 25rem;
  }
  .section__block .custom__dropdown label {
    font-size: 1.8rem;
  }
  .section__block .custom__dropdown .icon-close-o {
    font-size: 2rem;
  }
  .section__block .custom__dropdown .btn--primary.large {
    font-size: 1.4rem;
    height: 5rem;
    min-width: 14rem;
  }
  .section__block--left p.text-grey {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .section .not-assigne__wrapper h2 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
  .section .not-assigne__wrapper p {
    font-size: 1.6rem;
    line-height: normal;
  }
  .section .not-assigne__wrapper p span {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .section__block {
    padding-bottom: 3.6rem;
    padding-top: 3rem;
  }
  .section__block--right {
    margin-top: 1.5rem;
    text-align: right;
    width: 100%;
  }
  .section .footer-copy-right {
    text-align: left;
  }
}
header {
  align-items: center;
  background-image: linear-gradient(90deg, #268FB7 0%, #73B57F 100%);
  display: flex;
  min-height: 7rem;
  position: relative;
}
header .icon-shutdown {
  color: #ffffff;
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}
header .col-6.d-flex {
  justify-content: flex-end;
}
header .col-6.d-flex input, header .col-6.d-flex label {
  display: flex;
  margin-right: 1rem;
}

.filter__label--wrapper {
  color: var(--primary-color);
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.filter__label--wrapper .card__inner {
  align-items: center;
  display: flex;
  padding: 0.5rem 6rem 0.5rem 2rem;
}
.filter__label--wrapper .filter-close {
  color: var(--monochrome5);
  cursor: pointer;
  font-size: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.filter__label--title {
  font-weight: 700;
  white-space: nowrap;
}
.filter__label--name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  min-height: 5rem;
  margin-left: 2.5rem;
  min-width: calc(100% - 10rem);
}
.filter__label--name label {
  background-color: var(--monochrome1);
  border: 0.1rem solid var(--monochrome6);
  border-radius: 10rem;
  font-weight: 400;
  margin: 0.5rem 0.25rem;
  padding: 0 4.5rem 0 1.5rem;
  position: relative;
}
.filter__label--name label .filter-close {
  color: var(--primary-color);
  font-size: 1rem;
  right: 1.5rem;
}

.multiselect-filter__label--wrapper {
  color: var(--primary-color);
  font-size: 1.6rem;
  margin-bottom: 3rem;
}
.multiselect-filter__label--wrapper .card__inner {
  display: flex;
  padding: 2rem 4rem 2rem 2rem;
  max-height: 11.5rem;
  overflow: hidden;
}
.multiselect-filter__label--wrapper .card__inner--expand {
  max-height: max-content;
  overflow: inherit;
}
.multiselect-filter__label--wrapper .card__inner--expand .filter__label--right a .icon-collapse-n {
  display: block;
}
.multiselect-filter__label--wrapper .card__inner--expand .filter__label--right a .icon-expand-n {
  display: none;
}
.multiselect-filter__label--wrapper .filter-close {
  color: var(--monochrome5);
  cursor: pointer;
  font-size: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.multiselect-filter__label--title {
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.multiselect-filter__label--right {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  width: 15rem;
}
.multiselect-filter__label--right a {
  font-size: 2.6rem;
  position: absolute;
  left: auto;
  right: 1.4rem;
  top: 4rem;
}
.multiselect-filter__label--right a .icon-collapse-n {
  display: none;
}
.multiselect-filter__label--right .filter-close {
  top: 1.8rem;
}
.multiselect-filter__label--name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  /*min-height: 5rem;*/
  overflow: hidden;
  margin-left: 2.5rem;
  min-width: calc(100% - 6rem);
}
.multiselect-filter__label--name label {
  background-color: var(--monochrome1);
  border: 0.1rem solid var(--monochrome6);
  border-radius: 10rem;
  font-weight: 400;
  margin: 0.5rem 0.25rem;
  padding: 0.25rem 1.5rem 0.25rem 1.5rem;
  position: relative;
  max-width: 220px;
  min-width: 220px;
}
.multiselect-filter__label--name label.label-with-dot-dot {
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 600;
  min-width: 80px;
}
.multiselect-filter__label--name label.label-with-dot-dot:hover {
  color: #2A2B4A;
}
.multiselect-filter__label--name label .span-filter-overview {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 92%;
}
.multiselect-filter__label--name label .filter-close {
  color: var(--primary-color);
  font-size: 1rem;
  right: 1.5rem;
}

[aria-label][class*=cooltipz]:after,
[aria-label][data-cooltipz-dir]:after {
  border-radius: 0.5rem;
}

@media screen and (max-width: 766px) {
  .filter__label--wrapper .card__inner {
    display: block;
  }
  .filter__label--name {
    margin-left: 0;
  }
}
.accordion-wrapper {
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow2);
}
.accordion-wrapper.bs-none {
  box-shadow: none;
}
.accordion-group:first-child .accordion-header {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.accordion-group:last-child .accordion-header {
  border-bottom-color: transparent;
}
.accordion-group:last-child .accordion-content {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.accordion-header {
  background-color: var(--monochrome2);
  border-bottom: 0.1rem solid var(--monochrome6);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  padding: 2rem 3rem 2rem 2rem;
  position: relative;
}
.accordion-header.bg-white {
  background-color: var(--monochrome2-3);
}
.accordion-header:before {
  border-bottom: 0.2rem solid var(--primary-color);
  border-right: 0.2rem solid var(--primary-color);
  content: "";
  height: 1.5rem;
  position: absolute;
  right: 3rem;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  width: 1.5rem;
}
.accordion-header h3 {
  color: var(--primary-color);
}
.accordion-header small {
  color: #666666;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.accordion-header.active {
  border-bottom-color: transparent;
  box-shadow: var(--box-shadow2);
}
.accordion-header.active.bs-none {
  box-shadow: none;
}
.accordion-header.active:before {
  border-bottom: 0;
  border-right: 0;
  border-left: 0.2rem solid var(--primary-color);
  border-top: 0.2rem solid var(--primary-color);
}
.accordion-content {
  background-color: var(--monochrome2);
  border-bottom: 0.1rem solid var(--monochrome6);
  display: none;
  padding: 2rem;
}
.accordion-content.bg-white {
  background-color: var(--monochrome2-3);
}
.accordion-content .card .tooltip .statics-overlay {
  margin-top: 0.6rem;
  min-width: 90rem;
}
.accordion-content .card .tooltip .statics-overlay.mw-250 {
  min-width: 25rem;
}
.accordion-content .card .tooltip .statics-overlay.mw-600 {
  max-width: 100%;
  min-width: 60rem;
}
.accordion-content .card .tooltip .statics-overlay ul {
  margin: 0.5rem 0;
  padding-left: 2rem;
}
.accordion-content .card .tooltip .statics-overlay ul li {
  list-style-type: disc;
}
.accordion-content .card .tooltip .statics-overlay .mt-05 {
  margin-top: 0.5rem;
}
.accordion-content .card .tooltip:hover .icon-info:after {
  top: 2rem;
}
.accordion-content .card .tooltip:hover .statics-overlay {
  display: block;
}
.accordion-content .card .icon-info {
  color: #00AA9E;
}
.accordion-content .card .icon-info.text-grey {
  color: var(--monochrome5);
}
.accordion-content .card .statics-overlay {
  max-width: 35rem;
}
.accordion-content .card .custom-table .statics-overlay {
  min-width: 24rem;
}
.accordion-content .card .tooltip.top .icon-info:after {
  top: -1.1rem;
}
.accordion-content .input-group .statics-overlay {
  top: 4rem;
}
.accordion-content .input-group:hover .statics-overlay {
  display: block;
}
.accordion-content .custom-table .tooltip .icon-info {
  color: var(--monochrome5);
}
.accordion-content .custom-table .tooltip .icon-info:after {
  top: 2.4rem;
}
.accordion-content .text {
  color: var(--monochrome3);
}

@media screen and (max-width: 991px) {
  .accordion-content .card .tooltip .statics-overlay {
    min-width: 65rem;
  }
}
@media screen and (max-width: 767px) {
  .accordion-header {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  .accordion-header:before {
    height: 1rem;
    right: 2.5rem;
    width: 1rem;
  }
  .accordion-header small {
    font-size: 1.2rem;
  }
  .accordion-content {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .accordion-content .card .tooltip .statics-overlay {
    min-width: 35rem;
    transform: translateX(-45%);
  }
}
.btn {
  background-color: transparent;
  border: 0.2rem solid transparent;
  border-radius: 0.6rem;
  color: #B1B1B1;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  min-width: 7rem;
  outline: none;
  padding: 1.1rem 1rem;
  transition: all ease 0.5s;
  text-align: center;
}
.btn:hover {
  border-color: var(--primary-color1-1);
  color: var(--primary-color);
}
.btn--outline-white {
  background-color: var(--monochrome2);
  border-color: var(--primary-color1-1);
  color: var(--primary-color);
}
.btn--outline-primary {
  background-attachment: initial;
  background-color: transparent;
  background-clip: border-box;
  background-image: linear-gradient(90deg, #268FB7 0%, #73B57F 100%);
  background-origin: border-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: initial;
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 100rem 0.1rem var(--monochrome2) inset;
  color: var(--monochrome3);
  font-weight: 600;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  position: relative;
  transition: all ease 1s;
  z-index: 1;
}
.btn--outline-primary:hover, .btn--outline-primary.active, .btn--outline-primary.active2 {
  box-shadow: none;
  color: #ffffff;
}
.btn--outline-primary.round-corner {
  border-radius: 10rem;
}
.btn--outline-primary.round-corner:before {
  border-radius: 10rem;
}
.btn--outline-primary.round-corner.pl-28 {
  padding-left: 2.8rem;
}
.btn--outline-primary.round-corner.pr-28 {
  padding-right: 2.8rem;
}
.btn--outline-primary.btn--small {
  font-size: 1.4rem;
  line-height: 3.3rem;
  margin-left: 1.5rem;
  padding-bottom: 0;
  padding-top: 0;
}
.btn--outline-primary.disabled:hover {
  background: none;
  color: var(--primary-color);
}
.btn--outline-green {
  background-color: transparent;
  border: 0.1rem solid #00AA9E;
  color: #00AA9E;
  font-size: 1.2rem;
}
.btn--outline-green:hover {
  background-color: #00AA9E;
  color: #ffffff;
}
.btn--outline-green.round-corner {
  border-radius: 10rem;
}
.btn--outline-green.round-corner.pl-28 {
  padding-left: 2.8rem;
}
.btn--outline-green.round-corner.pr-28 {
  padding-right: 2.8rem;
}
.btn--icon {
  align-items: center;
  background-attachment: initial;
  background-color: transparent;
  background-clip: border-box;
  background-image: linear-gradient(90deg, #268FB7 0%, #73B57F 100%);
  background-origin: border-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: initial;
  border: 0.1rem solid transparent;
  border-radius: 10rem;
  box-shadow: 0.2rem 100rem 0.1rem var(--monochrome2) inset;
  color: #00AA9E;
  display: flex;
  font-weight: 400;
  height: 3.8rem;
  justify-content: center;
  margin-left: 1rem;
  min-width: auto;
  padding: 0;
  position: relative;
  transition: all ease 1s;
  width: 3.8rem;
  z-index: 1;
}
.btn--icon.w-100 {
  width: 100%;
}
.btn--icon span {
  font-size: 1.6rem;
  font-weight: 400;
}
.btn--icon:hover {
  color: #ffffff;
}
.btn--icon.hw-30 {
  height: 3rem;
  width: 3rem;
}
.btn--icon.circle {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
.btn--icon.circle::before {
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
}
.btn--icon2 {
  align-items: center;
  border: 0.1rem solid var(--monochrome6);
  color: var(--monochrome5);
  display: flex;
  font-size: 2rem;
  height: 3.5rem;
  justify-content: center;
  min-width: auto;
  padding: 0;
  position: relative;
  width: 3.5rem;
}
.btn--icon2:hover {
  color: var(--monochrome5);
}
.btn--icon2.active {
  border-color: #00AA9E;
  color: #00AA9E;
}
.btn--primary {
  background-attachment: initial;
  background-color: transparent;
  background-clip: border-box;
  background-image: linear-gradient(90deg, #268FB7 0%, #73B57F 100%);
  background-origin: border-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: initial;
  border: 0.1rem solid transparent;
  box-shadow: none;
  color: #ffffff;
  padding-bottom: 1.3rem;
  padding-top: 1.3rem;
  position: relative;
  transition: all ease 0.5s;
  z-index: 1;
}
.btn--primary:hover {
  box-shadow: 0.2rem 100rem 0.1rem var(--monochrome2) inset;
  color: #00AA9E;
}
.btn--primary.round-corner {
  border-radius: 10rem;
}
.btn--primary.round-corner:before {
  border-radius: 10rem;
}
.btn--primary.round-corner.pl-28 {
  padding-left: 2.8rem;
}
.btn--primary.round-corner.pr-28 {
  padding-right: 2.8rem;
}
.btn--primary.round-corner.ml-20 {
  margin-left: 2rem;
}
.btn-text {
  color: #2E74DF;
}
.btn-text small {
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  position: relative;
}
.btn-text small:before {
  content: "See more";
  display: block;
}
.btn-text.text-change small:before {
  content: "See less";
}
.btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn.disabled:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .btn--icon {
    height: 3.6rem;
    width: 3.6rem;
  }
  .btn--icon span {
    font-size: 1.4rem;
  }
}
.breadscrumb {
  display: flex;
  flex-wrap: wrap;
  line-height: 2.4rem;
}
.breadscrumb.drawer-breadscrumb {
  margin-top: 0.5rem;
}
.breadscrumb__link-global {
  color: #2DAAE1;
  font-size: 1.4rem;
}
.breadscrumb__list {
  color: var(--monochrome8-1);
  font-size: 1.6rem;
  padding-right: 2rem;
  position: relative;
}
.breadscrumb__list::after {
  content: ">";
  position: absolute;
  right: 0.6rem;
}
.breadscrumb__list:last-child {
  padding-right: 0;
}
.breadscrumb__list:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadscrumb {
    display: none;
  }
}
.mfp-bg {
  background: rgba(0, 0, 0, 0.7);
}
.mfp-wrapper {
  background-color: var(--monochrome2-2);
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow2);
  margin: auto;
  max-width: 50rem;
  padding: 3rem;
  position: relative;
}
.mfp-wrapper .icon-tick-line, .mfp-wrapper .icon-alert {
  color: #7ED321;
  font-size: 7rem;
  margin-bottom: 2rem;
}
.mfp-wrapper .icon-alert {
  color: #FFC000;
}
.mfp-wrapper#ResetOkCancel .mfp-close, .mfp-wrapper#settingsOkCancel .mfp-close {
  display: none;
}
.mfp-wrapper#ResetOkCancel h2 {
  line-height: 1;
}
.mfp-wrapper#ResetOkCancel h2 small {
  color: var(--monochrome5);
  display: block;
  font-size: 70%;
  margin-top: 1.5rem;
}
.mfp-close {
  font-size: 2.4rem;
  height: auto;
  line-height: 1;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  width: auto;
}
.mfp-close:active {
  top: 1rem;
}
.mfp-close-btn-in .mfp-close {
  color: #666666;
}

@media screen and (max-width: 575px) {
  .mfp-wrapper {
    padding: 1rem;
  }
}
.select-wrapper {
  display: flex;
  height: 3.8rem;
  justify-content: flex-end;
  margin-right: 1.2rem;
  cursor: pointer;
}
.select-wrapper.marginRight {
  margin-right: 15px;
}
.select-wrapper.bg-white .select2 {
  background-color: var(--monochrome2-2);
}
.select-wrapper2 .select2 {
  margin-left: 0;
}
.select-wrapper2 .select2-selection {
  border: 0;
}
.select-wrapper2 .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 0;
}
.select-wrapper2 ~ .icon-info {
  color: var(--monochrome5);
}
.select-wrapper2 ~ .icon-info:hover ~ .statics-overlay {
  display: block;
}
.select-wrapper2 ~ .statics-overlay {
  color: var(--primary-color);
  font-size: 1.6rem;
  line-height: 2.2rem;
  max-width: initial;
  top: 3.5rem;
}
.select-wrapper.arrow-none .select2-selection__arrow {
  display: none !important;
}

.select2 {
  font-size: 1.4rem;
  font-weight: 400;
  height: 3.8rem;
  margin-left: 1rem;
  min-width: 15rem;
  text-align: left;
  width: 100% !important;
}
.select2.select2-container--default .selection {
  display: block;
}
.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--multiple {
  align-items: center;
  background-color: transparent;
  border-color: var(--monochrome6);
  display: flex;
  height: 3.8rem;
  cursor: pointer;
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  align-items: center;
  color: var(--monochrome3);
  display: flex;
  font-weight: 600;
  line-height: 1.9rem;
  padding-left: 1rem;
  padding-right: 3.8rem;
  cursor: pointer;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 3.8rem;
  width: 3.8rem;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-top-color: var(--monochrome3);
  border-left-width: 0.6rem;
  border-right-width: 0.6rem;
  border-top-width: 0.6rem;
}
.select2.select2-container--default .select2-selection--single .select2-selection__choice,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none;
  border: 0;
  cursor: pointer;
  float: none;
  margin-right: 0;
  margin-top: 0;
  padding-left: 0;
}
.select2.select2-container--default .select2-selection--single .select2-selection__choice__remove,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: transparent;
  border-left-width: 0.6rem;
  border-right-width: 0.6rem;
  border-top-width: 0.6rem;
}
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 0.3rem;
}
.select2-container--open .select2-dropdown {
  border: 0;
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow2);
  margin: 0.5rem 0;
  padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--monochrome1);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #666666;
}
.select2-container--default .select2-results__option--highlighted[aria-selected=true] {
  background-color: var(--monochrome1);
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: inherit;
}
.select2-container--default .select2-results [aria-multiselectable*=true] li {
  padding-left: 3.5rem !important;
  position: relative;
}
.select2-container--default .select2-results [aria-multiselectable*=true] li:before {
  border: 0.1rem solid var(--monochrome6);
  border-radius: 0.2rem;
  content: "";
  height: 1.5rem;
  left: 1rem;
  position: absolute;
  transition: all ease 0.5s;
  top: 1.3rem;
  width: 1.5rem;
}
.select2-container--default .select2-results [aria-multiselectable*=true] li:after {
  content: "\e95e";
  font-family: "icomoon";
  font-size: 1.8rem;
  left: 0.9rem;
  opacity: 0;
  position: absolute;
  transition: all ease 0.5s;
  top: 0.9rem;
}
.select2-container--default .select2-results [aria-multiselectable*=true] li[aria-selected=true]:before {
  border-color: #00AA9E;
}
.select2-container--default .select2-results [aria-multiselectable*=true] li[aria-selected=true]:after {
  color: #00AA9E;
  opacity: 1;
}
.select2-results__option {
  border-bottom: 0.1rem solid var(--monochrome6);
  color: var(--monochrome8-1);
  font-size: 1.2rem;
  padding: 1rem 1.2rem;
}
.select2-results__option:last-child {
  border-bottom: 0;
}
.select2-results--button {
  align-items: center;
  border-top: 0.1rem solid var(--monochrome6);
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.select2-dropdown {
  background-color: var(--monochrome2);
  border-color: var(--monochrome6);
}
.select2 .selection + .dropdown-wrapper {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.8rem;
}
.select2 .selection + .dropdown-wrapper:before {
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid var(--monochrome3);
  content: "";
  left: 1.4rem;
  position: absolute;
  top: 1.8rem;
  pointer-events: none;
}
.select2-container {
  cursor: pointer;
}
.select2-container .select2-search--inline {
  display: none;
}

#customSel ~ .select2 {
  background: var(--monochrome2);
}

.input__autosuggestion .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.input__autosuggestion .form-group .btn {
  border: 0;
  bottom: 0;
  font-size: 1rem;
  height: 5rem;
  min-width: 5rem;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.input__autosuggestion .form-group .btn:hover {
  border-color: transparent;
}
.input__autosuggestion .form-group .statics-overlay {
  color: var(--primary-color);
  margin: 0 0 1rem;
  top: -4rem;
}
.input__autosuggestion .form-group .statics-overlay:before {
  display: none;
}
.input__autosuggestion .form-control {
  background-color: var(--monochrome2-3);
  border: 0.1rem solid var(--monochrome6);
  border-radius: 0.5rem;
  color: var(--primary-color);
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.4rem;
  min-height: 5rem;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 3rem;
  padding-top: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input__autosuggestion .form-control:placeholder-shown ~ .btn {
  display: none;
}
.input__autosuggestion .form-control:hover ~ .statics-overlay {
  display: block;
}
.input__autosuggestion .form-control + .custom-icon {
  color: var(--monochrome6);
  margin: auto;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.input__autosuggestion .row-datepicker .form-control {
  padding-right: 3.5rem;
}
.input__autosuggestion .btn-group-custom {
  width: 100%;
}
.input__autosuggestion .btn-group-custom .dropdown-wrapper {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.8rem;
}
.input__autosuggestion .btn-group-custom .dropdown-wrapper:before {
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid var(--monochrome3);
  border-bottom: none;
  content: "";
  left: 1.4rem;
  position: absolute;
  top: 1.8rem;
  pointer-events: none;
}
.input__autosuggestion .btn-group-custom.open .dropdown-wrapper {
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.8rem;
}
.input__autosuggestion .btn-group-custom.open .dropdown-wrapper:before {
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid var(--monochrome3);
  border-top: none;
  content: "";
  left: 1.4rem;
  position: absolute;
  top: 1.8rem;
  pointer-events: none;
}
.input__autosuggestion .dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.input__autosuggestion .dropdown-menu-custom-show {
  display: block !important;
}
.input__autosuggestion .multiselect-native-select {
  display: block;
}
.input__autosuggestion .multiselect-native-select .form-group {
  padding: 0;
}
.input__autosuggestion .multiselect-native-select .form-group.btn {
  border: none;
}
.input__autosuggestion .multiselect-native-select .form-group.btn:hover {
  border: none;
  color: black;
}
.input__autosuggestion .multiselect-native-select .form-group .form-control {
  color: #B1B1B1;
  padding-top: 0.6rem;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom {
  top: 5rem;
  width: 100%;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li {
  border-bottom: none;
  font-family: "Open Sans", sans-serif;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li label {
  font-weight: normal;
  font-size: 1.4rem;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li:not(:first-child) {
  padding-left: 2rem;
  margin-bottom: 1rem;
  word-break: break-all;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li:nth-child(2) {
  margin-top: 1.5rem;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li.multiselect-item {
  background: var(--monochrome2) !important;
  border-bottom: none !important;
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li.multiselect-item label {
  background: var(--monochrome2);
}
.input__autosuggestion .multiselect-native-select .multiselect-container-custom li.multiselect-item label.checkbox {
  font-weight: normal;
  font-size: 1.6rem;
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li {
  padding: 0;
  border: none !important;
  font-weight: 400;
  font-size: 1.4rem;
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li a {
  padding: 0.5rem 1.4rem;
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li a label {
  color: var(--monochrome8-1);
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li:first-child {
  margin-top: 1.5rem;
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li:nth-child(2) {
  margin: 0;
}
.input__autosuggestion.fix .multiselect-native-select .multiselect-container-custom li:not(:first-child) {
  /*margin-bottom: 1rem;*/
  word-break: break-all;
}

.ui-autocomplete {
  background-color: var(--monochrome2);
  border: 0;
  border-radius: 0.5rem;
  box-shadow: var(--box-shadow2);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.25;
  max-height: 28.8rem;
  overflow-y: auto;
  width: 32.5rem !important;
  z-index: 11;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 0.6rem;
}
.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.5rem;
}
.ui-autocomplete li {
  padding: 1rem 1.2rem;
}
.ui-autocomplete li .ui-menu-item-wrapper {
  color: var(--primary-color);
}
.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  color: var(--monochrome8-2);
}
.ui-autocomplete li + li {
  border-top: 0.1rem solid var(--monochrome6);
}
.ui-autocomplete.mw-360 {
  max-width: 36rem;
  width: 100% !important;
}

.form-group {
  margin-bottom: 2rem;
  position: relative;
}
.form-group .error-message {
  background-color: #e3595b;
  border-radius: 0.5rem;
  color: #ffffff;
  display: none;
  font-size: 1.3rem;
  font-weight: 400;
  left: 0;
  line-height: 2rem;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
  z-index: 5;
}
.form-group .error-message:after {
  border: solid transparent;
  border-color: transparent;
  border-bottom-color: #e3595b;
  border-width: 8px;
  content: " ";
  left: 0.5rem;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: -1.5rem;
}
.form-group.filled .form-label {
  top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 2;
}
.form-group .show-hide-passwd {
  cursor: pointer;
  color: #666666;
  font-size: 2.5rem;
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
}
.form-group .show-hide-passwd input {
  bottom: 0;
  cursor: pointer;
  height: 2rem;
  left: auto;
  margin: auto;
  opacity: 0;
  padding: 0;
  right: 0;
  top: 0;
  visibility: visible;
  width: 2.5rem;
  z-index: 5;
}
.form-group .forgot-link {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  float: right;
  line-height: 3rem;
}
.form-group.filled .form-label {
  top: 0.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  z-index: 2;
}
.form-group .show-hide-passwd {
  cursor: pointer;
  color: #666666;
  font-size: 2.5rem;
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
}
.form-group .show-hide-passwd input {
  bottom: 0;
  cursor: pointer;
  height: 2rem;
  left: auto;
  margin: auto;
  opacity: 0;
  padding: 0;
  right: 0;
  top: 0;
  visibility: visible;
  width: 2.5rem;
  z-index: 5;
}
.form-group .forgot-link {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 300;
  float: right;
  line-height: 3rem;
}
.form-group.withicon .form-control {
  padding-right: 4rem;
}
.form-group.withicon .tooltip {
  top: -5.8rem;
}
.form-group.withicon .icon-info {
  color: #00AA9E;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.form-group.withicon .icon-info:hover + .statics-overlay {
  display: block;
}
.form-group.withicon .statics-overlay {
  right: 0;
  transform: translateX(0);
  top: 3.9rem;
}
.form-control {
  background-color: var(--monochrome2-3);
  border-radius: 0.5rem;
  border: 0.1rem solid var(--monochrome6);
  color: var(--primary-color);
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  min-height: 6rem;
  padding: 2.5rem 2rem 0.5rem;
  vertical-align: middle;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-control.required {
  border-color: #e3595b;
}
.form-control.required + .form-label {
  color: #e3595b;
}
.form-control.required + .form-label + .error-message {
  display: inline-block;
}
.form-control[disabled] {
  background-color: var(--monochrome2-4);
  cursor: not-allowed;
}
.form-label {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 600;
  left: 2rem;
  margin: 0;
  position: absolute;
  top: 1.9rem;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.form-label-reverse .icon-info {
  color: #00AA9E;
}

.input-group, .form-group {
  position: relative;
}
.input-group input[type=checkbox], .input-group input[type=radio], .form-group input[type=checkbox], .form-group input[type=radio] {
  opacity: 0;
  position: absolute;
}
.input-group input[type=checkbox] + label, .input-group input[type=radio] + label, .form-group input[type=checkbox] + label, .form-group input[type=radio] + label {
  align-items: center;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  line-height: normal;
  min-height: 2.5rem;
  padding-left: 3.5rem;
  position: relative;
}
.input-group input[type=checkbox] + label:before, .input-group input[type=radio] + label:before, .form-group input[type=checkbox] + label:before, .form-group input[type=radio] + label:before {
  height: 2.4rem;
  left: 0;
  position: absolute;
  /*transition: all ease .5s;*/
  top: 0;
  width: 2.4rem;
  content: "\e981";
  font-family: "icomoon";
  font-size: 24px;
  background-color: transparent;
  border: 0.1rem solid var(--monochrome6);
  border-radius: 0.3rem;
  content: "";
}
.input-group input[type=checkbox] + label:after, .input-group input[type=radio] + label:after, .form-group input[type=checkbox] + label:after, .form-group input[type=radio] + label:after {
  height: 1.6rem;
  left: 0.8rem;
  opacity: 0;
  position: absolute;
  right: auto;
  /*transition: all ease .1s;*/
  transform: rotate(45deg);
  top: 0.2rem;
  width: 0.8rem;
  background-color: transparent;
  border-bottom: 0.2rem solid var(--monochrome6);
  border-right: 0.2rem solid var(--monochrome6);
  content: "";
}
.input-group input[type=checkbox] + label.box, .input-group input[type=radio] + label.box, .form-group input[type=checkbox] + label.box, .form-group input[type=radio] + label.box {
  border: 0.1rem solid var(--monochrome6);
  border-radius: 0.5rem;
  color: var(--primary-color);
  min-height: 5rem;
  padding: 1.1rem 5rem;
  transition: all ease 0.5s;
}
.input-group input[type=checkbox] + label.box:before, .input-group input[type=radio] + label.box:before, .form-group input[type=checkbox] + label.box:before, .form-group input[type=radio] + label.box:before {
  left: 1.5rem;
  top: 1.1rem;
}
.input-group input[type=checkbox] + label.box:after, .input-group input[type=radio] + label.box:after, .form-group input[type=checkbox] + label.box:after, .form-group input[type=radio] + label.box:after {
  bottom: 0;
  left: 2.4rem;
  top: 1.4rem;
}
.input-group input[type=checkbox] + label.form-label-reverse, .input-group input[type=radio] + label.form-label-reverse, .form-group input[type=checkbox] + label.form-label-reverse, .form-group input[type=radio] + label.form-label-reverse {
  display: inline-flex;
  left: 0;
}
.input-group input[type=checkbox][disabled=disabled] + label, .input-group input[type=radio][disabled=disabled] + label, .form-group input[type=checkbox][disabled=disabled] + label, .form-group input[type=radio][disabled=disabled] + label {
  cursor: not-allowed;
}
.input-group input[type=checkbox]:checked + label.box, .input-group input[type=radio]:checked + label.box, .form-group input[type=checkbox]:checked + label.box, .form-group input[type=radio]:checked + label.box {
  background-color: #00AA9E;
  border-color: #00AA9E;
  color: #ffffff;
}
.input-group input[type=checkbox]:checked + label:before, .form-group input[type=checkbox]:checked + label:before {
  background-color: #00AA9E;
  border-color: #00AA9E;
}
.input-group input[type=checkbox]:checked + label:after, .form-group input[type=checkbox]:checked + label:after {
  border-color: #ffffff;
  left: 0.8rem;
  opacity: 1;
  right: auto;
}
.input-group input[type=checkbox]:checked + label.box:before, .form-group input[type=checkbox]:checked + label.box:before {
  border-color: #ffffff;
}
.input-group input[type=checkbox]:checked + label.box:after, .form-group input[type=checkbox]:checked + label.box:after {
  border-color: #ffffff;
  left: 2.4rem;
}
.input-group input[type=checkbox]:checked + label.form-label-reverse span, .form-group input[type=checkbox]:checked + label.form-label-reverse span {
  color: var(--primary-color);
}
.input-group input[type=checkbox]:checked + label.form-label-reverse .icon-info, .form-group input[type=checkbox]:checked + label.form-label-reverse .icon-info {
  color: #00AA9E;
}
.input-group input[type=radio] + label:before, .form-group input[type=radio] + label:before {
  border-radius: 10rem;
}
.input-group input[type=radio] + label:after, .form-group input[type=radio] + label:after {
  border: 0;
  left: 5px;
  opacity: 0;
  right: inherit;
  transform: rotate(0);
  top: 0.5rem;
  font-family: "icomoon";
  content: "\e982";
  font-size: 24px;
}
.input-group input[type=radio] + label.box:after, .form-group input[type=radio] + label.box:after {
  left: 15px;
  top: 1.1rem;
  font-family: "icomoon";
  content: "\e982";
  font-size: 24px;
}
.input-group input[type=radio]:checked + label:before, .form-group input[type=radio]:checked + label:before {
  border-color: #00AA9E;
  opacity: 0;
  transition: none;
}
.input-group input[type=radio]:checked + label:after, .form-group input[type=radio]:checked + label:after {
  border-color: #00AA9E;
  opacity: 1;
  font-family: "icomoon";
  content: "\e982";
  font-size: 25.5px;
  color: #00AA9E;
  left: -0.5px;
  top: 0px;
  transition: none;
}
.input-group input[type=radio]:checked + label.box:before, .form-group input[type=radio]:checked + label.box:before {
  border-color: #ffffff;
}
.input-group input[type=radio]:checked + label.box:after, .form-group input[type=radio]:checked + label.box:after {
  opacity: 1;
  color: white;
  top: 10px;
  left: 14px;
  font-size: 25px;
}
.input-group input[type=radio]:checked ~ .row-datepicker, .form-group input[type=radio]:checked ~ .row-datepicker {
  display: flex;
}

ul.multiselect-container-custom li.active label:before {
  background-color: #00AA9E;
  border-color: #00AA9E;
}
ul.multiselect-container-custom li.active label:after {
  border-color: #ffffff;
  left: 0.8rem;
  opacity: 1;
  right: auto;
}
ul.multiselect-container-custom li:not(.active) .form-group input[type=checkbox]:checked + label:before {
  background-color: transparent;
  border: 0.1rem solid var(--monochrome6);
}
ul.multiselect-container-custom li.multiselect-group label {
  align-items: center;
  color: var(--primary-color);
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  line-height: normal;
  min-height: 2.5rem;
  padding-left: 3.5rem;
  position: relative;
}
ul.multiselect-container-custom li.multiselect-group label:before {
  height: 2.4rem;
  left: 0;
  position: absolute;
  /*transition: all ease .5s;*/
  top: 0;
  width: 2.4rem;
  content: "\e981";
  font-family: "icomoon";
  font-size: 24px;
  background-color: transparent;
  border: 0.1rem solid var(--monochrome6);
  border-radius: 0.3rem;
  content: "";
}
ul.multiselect-container-custom li.multiselect-group label:after {
  height: 1.6rem;
  left: 0.8rem;
  opacity: 0;
  position: absolute;
  right: auto;
  /*transition: all ease .1s;*/
  transform: rotate(45deg);
  top: 0.2rem;
  width: 0.8rem;
  background-color: transparent;
  border-bottom: 0.2rem solid var(--monochrome6);
  border-right: 0.2rem solid var(--monochrome6);
  content: "";
}
ul.multiselect-container-custom li.multiselect-group input[type=checkbox]:checked + label:before {
  background-color: #00AA9E;
  border-color: #00AA9E;
}
ul.multiselect-container-custom li.multiselect-group input[type=checkbox]:checked + label:after {
  border-color: #ffffff;
  left: 0.8rem;
  opacity: 1;
  right: auto;
}
ul.multiselect-container-custom li.multiselect-group.active label:before {
  background-color: #00AA9E;
  border-color: #00AA9E;
}
ul.multiselect-container-custom li.multiselect-group.active label:after {
  border-color: #ffffff;
  left: 0.8rem;
  opacity: 1;
  right: auto;
}
ul.multiselect-container-custom li.multiselect-group:not(.active) .form-group input[type=checkbox]:checked + label:before {
  background-color: transparent;
  border: 0.1rem solid var(--monochrome6);
}
ul.multiselect-container-custom li.multiselect-group span.caret-container {
  display: none;
}

@media screen and (max-width: 991px) {
  .ui-autocomplete#ui-id-1 {
    max-width: calc(100% - 3rem);
  }
  .input-group input[type=checkbox] + label:before,
  .form-group input[type=checkbox] + label:before {
    height: 2rem;
    width: 2rem;
  }
  .input-group input[type=checkbox] + label:after,
  .form-group input[type=checkbox] + label:after {
    height: 1.2rem;
    width: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .select2 {
    font-size: 1.2rem;
  }
  .input__autosuggestion .form-group .btn {
    align-items: center;
    display: flex;
    height: 4rem;
    justify-content: center;
    min-width: 4rem;
  }
  .input__autosuggestion .form-control {
    min-height: 4rem;
    padding-right: 4rem;
  }
  .form-label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .select2 {
    margin-left: 0;
  }
  .ui-autocomplete {
    max-height: 18rem;
    width: 21rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .col__xl__3--customwidth {
    flex: 0 0 27.351%;
    max-width: 27.351%;
  }
  .col__xl__4--customwidth {
    flex: 0 0 29.06%;
    max-width: 29.06%;
  }
  .col__xl__5--customwidth {
    flex: 0 0 43.59%;
    max-width: 43.59%;
  }
}
.drawer {
  display: none;
}
.drawer .full-width {
  height: 100%;
}
.drawer__open {
  overflow: hidden;
}
.drawer__overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.drawer .expand {
  cursor: pointer;
}
.drawer .expand span {
  background-color: var(--monochrome2-2);
  border: 0.1rem solid #00AA9E;
  border-radius: 10rem;
  color: #00AA9E;
  font-size: 2.6rem;
  height: 4.8rem;
  line-height: 4.8rem;
  text-align: center;
  width: 4.8rem;
}
.drawer .expand span:hover {
  background-color: #00AA9E;
  color: #ffffff;
}
.drawer .expand .icon-minimize {
  display: none;
}
.drawer .export-data img {
  max-width: 4.8rem;
}
.drawer__wrapper {
  background-color: var(--monochrome1);
  bottom: 0;
  box-shadow: 0 0 14px #000000;
  height: 100%;
  max-width: 127.7rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem 1.5rem 3rem;
  position: fixed;
  right: -100%;
  transition: max-width ease 0.5s;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.drawer__wrapper.small-wrapper {
  max-width: 82rem;
}
.drawer__wrapper .section__block h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.drawer__wrapper .section__block .breadscrumb__list {
  color: var(--monochrome8-1);
  font-size: 1.4rem;
}
.drawer__wrapper .section__block:not(.section__block--bg) {
  padding-bottom: 2rem;
  padding-top: 0;
}
.drawer__wrapper .section__block .search-projects {
  margin-left: 3rem;
  position: relative;
}
.drawer__wrapper .section__block .search-projects .form-control {
  border-color: #00AA9E;
  border-radius: 10rem;
  color: var(--primary-color);
  font-size: 1.6rem;
  min-height: 3.8rem;
  opacity: 0;
  padding: 0;
  width: 3.8rem;
  transition: all ease 0.5s;
  font-weight: 400;
}
.drawer__wrapper .section__block .search-projects .form-control.extend {
  opacity: 1;
  padding: 0.5rem 8rem 0.5rem 2rem;
  width: 40rem;
  /* & ~ button {
      border: 0;
  }*/
}
.drawer__wrapper .section__block .search-projects .form-control.extend ~ .icon-cross {
  display: block;
}
.drawer__wrapper .section__block .search-projects .form-control::-webkit-input-placeholder {
  color: var(--monochrome5);
  font-size: 1.4rem;
  font-weight: 400;
}
.drawer__wrapper .section__block .search-projects .form-control::-moz-placeholder {
  color: var(--monochrome5);
  font-size: 1.4rem;
  font-weight: 400;
}
.drawer__wrapper .section__block .search-projects .form-control:-ms-input-placeholder {
  color: var(--monochrome5);
  font-size: 1.4rem;
  font-weight: 400;
}
.drawer__wrapper .section__block .search-projects button {
  background-color: transparent;
  cursor: pointer;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.drawer__wrapper .section__block .search-projects .icon-cross {
  color: var(--monochrome3);
  cursor: pointer;
  display: none;
  font-size: 1.2rem;
  position: absolute;
  right: 5rem;
  top: 1.2rem;
}
.drawer__wrapper .section__block .search-sponser {
  margin-left: 3rem;
  position: relative;
}
.drawer__wrapper .section__block .search-sponser .form-control {
  border-color: var(--monochrome6);
  border-radius: 10rem;
  color: var(--primary-color);
  font-size: 1.6rem;
  font-weight: 400 !important;
  min-height: 3.8rem;
  opacity: 0;
  padding: 0;
  width: 3.8rem;
  transition: all ease 0.5s;
}
.drawer__wrapper .section__block .search-sponser .form-control:focus {
  border-color: #00AA9E;
}
.drawer__wrapper .section__block .search-sponser .form-control.extend {
  opacity: 1;
  padding: 0.5rem 6rem 0.5rem 2rem !important;
  width: 22rem !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.drawer__wrapper .section__block .search-sponser .form-control.extend ~ .icon-cross {
  display: block;
}
.drawer__wrapper .section__block .search-sponser .form-control.extend ~ .icon-cross::before {
  color: #666666;
}
.drawer__wrapper .section__block .search-sponser .form-control::-webkit-input-placeholder {
  color: var(--monochrome8-1) !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.drawer__wrapper .section__block .search-sponser .form-control::-moz-placeholder {
  color: var(--monochrome8-1) !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.drawer__wrapper .section__block .search-sponser .form-control:-ms-input-placeholder {
  color: var(--monochrome8-1) !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
}
.drawer__wrapper .section__block .search-sponser button {
  background: linear-gradient(91deg, #59b5da 0%, #73b680 100%);
  color: var(--monochrome2);
  display: flex;
  font-weight: 400;
  height: 3.6rem;
  justify-content: center;
  margin: 0.1rem !important;
  align-items: center;
  min-width: auto;
  transition: all ease 1s;
  width: 3.6rem;
  z-index: 1;
  cursor: pointer;
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  top: 48%;
  border: none;
  border-radius: 10rem;
  transform: translateY(-50%);
}
.drawer__wrapper .section__block .search-sponser .icon-cross {
  color: var(--monochrome3);
  cursor: pointer;
  display: none;
  font-size: 1.2rem;
  position: absolute;
  right: 5rem;
  top: 1.2rem;
}
.drawer__wrapper .section__block--right .icons__wrapper {
  position: static;
}
.drawer__wrapper .section__block--right .icons__wrapper2 {
  position: relative;
  right: 0;
  top: 0;
}
.drawer__wrapper .section__block--right .icons__wrapper2 .custom__dropdown {
  max-width: 20rem;
  right: 0;
  top: 3.5rem;
}
.drawer__wrapper .section__block--right .icons__wrapper2 .custom__dropdown ul {
  padding: 1rem 0;
}
.drawer__wrapper .section__block--right .icons__wrapper2 .custom__dropdown a {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.drawer__wrapper .section__block--right .icons__wrapper2 .custom__dropdown a:hover {
  background-color: var(--monochrome1);
}
.drawer__wrapper .section__block--right .icons__wrapper2 .custom__dropdown a img {
  height: 3.3rem;
  margin-right: 1rem;
}
.drawer__wrapper .section__block--right .custom__dropdown {
  max-width: 16rem;
  padding: 0;
  top: 4.8rem;
}
.drawer__wrapper .section__block--right .custom__dropdown li {
  text-align: left;
}
.drawer__wrapper .section__block--right .custom__dropdown li + li {
  border-top: 0.1rem solid var(--monochrome6);
}
.drawer__wrapper .section__block--right .custom__dropdown li a {
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 1.4rem;
}
.drawer__wrapper .section__block--right .drawer-filter-dropdown {
  max-width: 34.5rem;
  padding: 2rem;
}
.drawer__wrapper .section__block .card__inner {
  min-height: calc(100vh - 13.6rem);
}
.drawer__wrapper .section__block .card__inner.h-auto {
  min-height: auto;
}
.drawer__wrapper .section__block .card__inner--body.h-auto {
  height: auto;
}
.drawer__wrapper .section__block .card__inner--minheight {
  height: 66rem;
  min-height: auto;
}
.drawer__wrapper .section__block--full .card__inner {
  min-height: auto;
}
.drawer__wrapper .section__block .disclaimer {
  font-size: 1.8rem;
  margin: 0 0 3rem;
}
.drawer__wrapper.active {
  max-width: 100%;
}
.drawer__wrapper.active .expand .icon-maximixe {
  display: none;
}
.drawer__wrapper.active .expand .icon-minimize {
  display: block;
}
.drawer__wrapper .total-days .number small {
  display: none;
}
.drawer__wrapper .small__colbarchart3 {
  height: 37.5rem;
}
.drawer__close {
  height: 3rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
}
.drawer.is-active {
  display: block;
}
.drawer .custom-table--gridthree .custom-table__col {
  padding: 0.6rem;
}
.drawer .custom-table--gridthree .custom-table__col:nth-child(1) {
  text-align: left;
  width: 40%;
}
.drawer .custom-table--gridthree .custom-table__col:nth-child(2) {
  justify-content: center;
  text-align: center;
  width: 35%;
}
.drawer .custom-table--gridthree .custom-table__col:nth-child(3) {
  display: flex;
  justify-content: center;
  text-align: left;
  width: 25%;
}
.drawer .custom-table--tooltip {
  border-radius: 0.5rem;
  font-size: 1.2rem;
  width: 30rem;
}
.drawer .custom-table--tooltip .custom-table__row {
  background-color: var(--monochrome2-2);
  min-height: auto;
  padding: 0;
}
.drawer .custom-table--tooltip .custom-table__row:nth-child(1) .custom-table__col {
  color: #000000;
  width: 100%;
}
.drawer .custom-table--tooltip .custom-table__row:nth-child(1) .custom-table__col h4 {
  font-size: 1.4rem;
}
.drawer .custom-table--tooltip .custom-table__row:nth-child(2) .custom-table__col {
  color: #000000;
}
.drawer .custom-table--tooltip .custom-table__col {
  color: var(--primary-color);
  padding: 0.6rem;
}
.drawer .custom-table--tooltip .custom-table__col:nth-child(1) {
  width: 55%;
}
.drawer .custom-table--tooltip .custom-table__col:nth-child(2) {
  justify-content: center;
  text-align: center;
  width: 15%;
}
.drawer .custom-table--tooltip .custom-table__col:nth-child(3) {
  justify-content: flex-end;
  text-align: right;
  width: 30%;
}
.drawer .custom-table__responsive .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) {
  border-left: 0.1rem solid var(--monochrome6);
  border-right: 0.1rem solid var(--monochrome6);
}
.drawer .custom-table__responsive .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: right;
  width: 15.8rem;
}
.drawer .custom-table__responsive .custom-table__row .form-group .input-checkbox .check-box + label {
  height: 2.5rem;
}
.drawer .custom-table__responsive .custom-table__row .form-group .input-checkbox .check-box + label:before {
  border-color: var(--monochrome6);
}
.drawer .custom-table__responsive .custom-table__row .form-group .input-checkbox .check-box:checked + label:before {
  background-color: #73B57F;
  border-color: #73B57F;
}
.drawer .custom-table__responsive .custom-table__row .form-group .input-checkbox .check-box:checked + label:after {
  border-color: #ffffff;
}
.drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2), .drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(4), .drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(6) {
  border-left: 0.1rem solid var(--monochrome6);
  border-right: 0.1rem solid var(--monochrome6);
}
.drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span, .drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(4) span, .drawer .custom-table__responsive .custom-table--gridseven .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(6) span {
  text-align: right;
  width: 7.8rem;
}
.drawer .custom-table__responsive .custom-table--gridseven-2 .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: left;
  width: auto;
}
.drawer .custom-table__responsive .custom-table--gridtwo .custom-table__row:not(.custom-table__head) .custom-table__col {
  border: none;
}
.drawer .custom-table__responsive .custom-table--gridtwo--customize .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) {
  border-right: 0;
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2), .drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(4) {
  border-left: 0.1rem solid var(--monochrome6);
  border-right: 0.1rem solid var(--monochrome6);
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span, .drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(4) span {
  text-align: right;
  width: 7.8rem;
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: right;
  width: 15rem;
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:last-child {
  border-right: 0;
  justify-content: center;
  text-align: center;
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:last-child span {
  text-align: center;
}
.drawer .custom-table__responsive .custom-table--gridfour .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(4).w-20 {
  text-align: right;
}
.drawer .custom-table__responsive .custom-table--gridfour-1 .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: left;
  width: auto;
}
.drawer .custom-table__responsive .custom-table--gridfive .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.drawer .custom-table__responsive .custom-table--gridfive-1 .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: left;
  width: auto;
}
.drawer .custom-table__responsive .custom-table--gridsix .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) {
  border-left: 0;
  border-right: 0;
}
.drawer .custom-table__responsive .custom-table--gridsix-1 .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) span {
  text-align: left;
  width: auto;
}
.drawer .custom-table__responsive .custom-table--projectcompare .custom-table__row:not(.custom-table__head) .custom-table__col {
  border-left: 0.1rem solid var(--monochrome6);
}
.drawer .custom-table__responsive .custom-table--projectcompare .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(1) {
  border-left: 0;
  text-align: right;
}
.drawer .custom-table__responsive .custom-table--projectcompare .custom-table__row:not(.custom-table__head) .custom-table__col:nth-child(2) {
  border-left: 0.1rem solid var(--monochrome6);
  border-right: 0;
}
.drawer.allBodyChart .body__chart .allbody-parts {
  position: relative;
  padding: 0;
}
.drawer.allBodyChart .body__chart .main-img {
  max-height: 124.7rem;
  min-height: 124.7rem;
}
.drawer.allBodyChart .body__chart--overlay {
  right: 0;
}
.drawer.allBodyChart .body__chart--overlay img {
  max-height: 8.5rem;
}
.drawer.allBodyChart .body__chart--overlay2 {
  bottom: inherit;
  left: 0;
  padding: 2.5rem;
  top: 0;
  width: 31.5rem;
}
.drawer.allBodyChart .body__chart--overlay2 h4 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.drawer.allBodyChart .body__chart--overlay2 label {
  font-size: 2rem;
  line-height: 2.8rem;
  padding-left: 2rem;
}
.drawer.allBodyChart .body__chart--overlay2 label:before {
  top: 0.6rem;
}
.drawer.allBodyChart .body__chart label {
  cursor: default;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.drawer.allBodyChart .body__chart label:before {
  height: 1.5rem;
  top: 1.4rem;
  transform: translateY(-50%);
  width: 1.5rem;
}
.drawer.allBodyChart .body__chart label:after {
  top: 50%;
  transform: translateY(-50%);
}
.drawer.allBodyChart .body__chart label small {
  display: block;
  position: absolute;
  top: 1.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label {
  left: auto;
  padding-left: 0;
  padding-right: 9.6rem;
  right: 0;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label:before {
  left: auto;
  right: 0;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label:after {
  left: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.skull {
  right: 2%;
  top: 1%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.skull:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.head, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.nose, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.teeth, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.facial-bones, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.neck, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.larynx, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.internal-organs, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.trunk, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.abdomen {
  right: -1.5%;
  top: 3.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.head:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.nose:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.teeth:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.facial-bones:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.neck:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.larynx:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.internal-organs:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.trunk:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.abdomen:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.nose {
  top: 7.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.teeth {
  right: 0;
  top: 10%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.facial-bones {
  padding-right: 24rem;
  right: 3.5%;
  top: 11.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.facial-bones:after {
  width: 23rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.neck {
  right: 3.2%;
  top: 14%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.larynx {
  padding-right: 17rem;
  top: 16.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.larynx:after {
  width: 15.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.shoulder {
  right: 22%;
  top: 20%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.shoulder:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.chest-ribs-sternum {
  padding-right: 12.5rem;
  right: 8%;
  top: 23%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.chest-ribs-sternum:after {
  width: 11rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.internal-organs, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.trunk, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.abdomen {
  padding-right: 21.6rem;
  top: 28%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.internal-organs:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.trunk:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.abdomen:after {
  width: 20rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.trunk {
  top: 32%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.abdomen {
  top: 37%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.hip, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.thigh {
  padding-right: 16rem;
  right: 12%;
  top: 44%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.hip:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.thigh:after {
  width: 14.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.wrist, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.finger {
  padding-right: 6rem;
  right: 31%;
  top: 46%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.wrist:after, .drawer.allBodyChart .body__chart .col-6:nth-child(1) label.finger:after {
  width: 4.8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.thumb {
  padding-right: 8.5rem;
  right: 28%;
  top: 50%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.thumb:after {
  width: 7.2rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.finger {
  top: 53%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.thigh {
  top: 58%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.ankle {
  bottom: 8%;
  right: 4%;
  top: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.ankle:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.toe {
  bottom: 3%;
  right: 20%;
  top: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.toe:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.disc-in-neck {
  right: -0.8rem;
  top: 12%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.disc-in-neck:after {
  left: auto;
  right: 1.5rem;
  width: 7.8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.spinal-cord-neck {
  padding-right: 13.6rem;
  right: -0.8rem;
  top: 16%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.spinal-cord-neck:after {
  left: auto;
  right: 1.5rem;
  width: 12rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.spinal-cord-low-middle {
  padding-right: 19.6rem;
  right: -0.8rem;
  top: 29%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.spinal-cord-low-middle:after {
  left: auto;
  right: 1.5rem;
  width: 18rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.disc-low-middle {
  padding-right: 22.6rem;
  right: -0.8rem;
  top: 38%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.disc-low-middle:after {
  left: auto;
  right: 1.5rem;
  width: 21rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.lumbar {
  padding-right: 22.6rem;
  right: -0.8rem;
  top: 41%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.lumbar:after {
  left: auto;
  right: 1.5rem;
  width: 21rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.sacrum {
  padding-right: 22.6rem;
  right: -0.8rem;
  top: 44.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(1) label.sacrum:after {
  left: auto;
  right: 1.5rem;
  width: 21rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label {
  padding-left: 9.6rem;
  text-align: left;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label:after {
  left: 1.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.brain {
  top: 2%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.brain:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.eye {
  left: 3%;
  top: 6.4%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.eye:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.ear {
  left: 9%;
  top: 8.4%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.ear:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.mouth {
  left: 1%;
  top: 10%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.mouth:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.facial-soft-tissue {
  left: 3%;
  padding-left: 20rem;
  top: 11.5%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.facial-soft-tissue:after {
  width: 18.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.trachea {
  left: 0;
  top: 15%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.trachea:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.upper-extrimities {
  left: 22%;
  top: 19%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.upper-extrimities:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.heart, .drawer.allBodyChart .body__chart .col-6:nth-child(2) label.knee {
  left: 12%;
  padding-left: 15rem;
  top: 21%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.heart:after, .drawer.allBodyChart .body__chart .col-6:nth-child(2) label.knee:after {
  width: 13.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lung {
  left: 4%;
  padding-left: 20rem;
  top: 23%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lung:after {
  width: 18.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.scapula {
  left: 24%;
  top: 27%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.scapula:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.elbow, .drawer.allBodyChart .body__chart .col-6:nth-child(2) label.hand {
  left: 32%;
  top: 33%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.elbow:after, .drawer.allBodyChart .body__chart .col-6:nth-child(2) label.hand:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-arm {
  left: 30%;
  top: 38%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-arm:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.pelvic {
  left: 0%;
  padding-left: 23rem;
  top: 45%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.pelvic:after {
  width: 21.5rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.hand {
  top: 48%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.knee {
  top: 68%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-extremities {
  left: 7%;
  top: 75%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-extremities:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-leg {
  left: 11%;
  top: 80%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-leg:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.foot {
  bottom: 4.5%;
  left: 12%;
  padding-right: 0;
  right: auto;
  top: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.foot:before {
  left: 0;
  right: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.foot:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.great-toe {
  bottom: 2.5%;
  left: 20%;
  top: auto;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.great-toe:after {
  width: 8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.vertebrae-in-neck {
  left: -0.4rem;
  top: 10%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.vertebrae-in-neck:after {
  left: 1.5rem;
  right: auto;
  width: 7.8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.neck-soft-tissue {
  left: 2.6rem;
  top: 12%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.neck-soft-tissue:after {
  left: 1.5rem;
  right: auto;
  width: 7.8rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.upper-back-thoracic {
  left: -0.5rem;
  padding-left: 20rem;
  top: 22%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.upper-back-thoracic:after {
  left: 1.5rem;
  right: auto;
  width: 18.2rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-back {
  left: -0.5rem;
  padding-left: 24rem;
  top: 35%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lower-back:after {
  left: 1.5rem;
  right: auto;
  width: 22.2rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lumbar {
  left: -0.5rem;
  line-height: 1;
  padding-left: 24rem;
  top: 33%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.lumbar:after {
  left: 1.5rem;
  right: auto;
  width: 22.2rem;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.buttocks {
  left: 3.5rem;
  padding-left: 20rem;
  top: 47%;
}
.drawer.allBodyChart .body__chart .col-6:nth-child(2) label.buttocks:after {
  left: 1.5rem;
  right: auto;
  width: 18.2rem;
}

.icons__wrapper-2 {
  display: flex;
  align-items: center;
}
.icons__wrapper-2 .btn--icon {
  margin: 0 !important;
}

.new-tool {
  position: relative;
}
.new-tool .tooltip .statics-overlay {
  background-color: #1c1c1c;
  border-radius: 0.3rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: none;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin-top: 1rem;
  min-width: 17rem;
  padding: 0.8rem;
  position: absolute;
  text-align: left;
  white-space: initial;
  z-index: 3;
  left: 4rem;
  transform: translateX(33%);
}
.new-tool .tooltip .statics-overlay::before {
  background: #1c1c1c;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
  height: 1rem;
  left: 1.5rem;
  position: absolute;
  transform: rotate(45deg);
  top: -0.5rem;
  width: 1rem;
  content: "";
}
.new-tool:hover {
  display: block;
}
.new-tool:hover .tooltip .statics-overlay {
  display: block;
}

@media screen and (max-width: 1199px) {
  .drawer .expand {
    display: none;
  }
  .drawer.allBodyChart .body__chart {
    overflow-x: auto;
  }
  .drawer.allBodyChart .body__chart .allbody-parts {
    width: 119.9rem;
  }
  .drawer.allBodyChart .body__chart--overlay {
    left: 0.5rem;
    right: auto;
  }
  .drawer.allBodyChart .body__chart--overlay2 {
    bottom: 16.5rem;
    margin-left: 0;
    width: 38rem;
  }
}
@media screen and (max-width: 991px) {
  .drawer__wrapper {
    padding: 1.5rem 0;
  }
  .drawer__wrapper .section__block--left .search-projects {
    min-width: 36rem;
    margin-left: 0;
    margin-top: 1rem;
  }
  .drawer__wrapper .section__block--right .custom__dropdown {
    top: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .drawer .custom-table--gridthree {
    width: 76.7rem;
  }
  .drawer .custom-table--gridseven, .drawer .custom-table--gridfour, .drawer .custom-table--projectcompare {
    width: 120rem;
  }
  .drawer .custom-table__responsive {
    overflow-x: auto;
  }
  .drawer__wrapper .section__block--bg {
    min-height: calc(100vh - 13.6rem);
  }
  .drawer__wrapper .section__block .card__inner {
    min-height: calc(100vh - 16rem);
  }
  .drawer__wrapper .section__block--left .search-projects {
    min-width: auto;
  }
  .drawer__wrapper .section__block--right .custom__dropdown {
    top: 12.8rem;
  }
  .drawer__wrapper .section__block .disclaimer {
    font-size: 1.4rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .drawer__wrapper .section__block--left .search-projects ~ .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
