﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Ubuntu", sans-serif;
  color: #364F6B;
}

a {
  word-break: break-word;
}

h3 {
  font-weight: 400;
  color: #364F6B;
}

h4 {
  font-weight: 700;
  color: #364F6B;
}

.font-20px {
  font-size: 20px;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.form-group label {
  color: #9CA2AB;
  font-size: 12px;
  font-weight: 600;
}
.form-group:hover label, .form-group:active label, .form-group:focus label {
  color: #364F6B;
}

.text-weight-700 {
  font-weight: 700;
}

.text-weight-400 {
  font-weight: 400;
}

.text-green {
  color: #31D0AA !important;
}

.text-red {
  color: #FC5185 !important;
}

.text-gold {
  color: #F0A30E !important;
}

.text-orange {
  color: #FF8500 !important;
}

.txt-purple {
  color: #A57BFF !important;
}

.body-text-50 {
  color: rgba(102, 107, 112, 0.5) !important;
}

body {
  background-color: #FCFCFD;
}

.delete-icon:hover path {
  fill: #E6273E;
}

.bs-tooltip-top {
  top: -5px !important;
}

.risk-level input[type=radio] {
  opacity: 0;
}
.risk-level .low {
  position: relative;
}
.risk-level .low::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/eva_arrow-down.svg);
  position: absolute;
  background-position: center;
  background-size: contain;
  left: 30px;
}
.risk-level .medium {
  position: relative;
}
.risk-level .medium::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/eva_arrow-lines.svg);
  position: absolute;
  background-position: center;
  background-size: contain;
  left: 16px;
}
.risk-level .high {
  position: relative;
}
.risk-level .high::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/eva_arrow-up.svg);
  position: absolute;
  background-position: center;
  background-size: contain;
  left: 30px;
}
.risk-level .labelGroup {
  position: relative;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid rgba(54, 79, 107, 0.16);
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
}
.risk-level .labelGroup .risk-image {
  position: absolute;
  left: 12px;
}
.risk-level .low.active {
  border-radius: 6px;
  background: rgba(49, 208, 170, 0.2);
  color: #3FC1C9;
  border-color: transparent;
}
.risk-level .low.active::before {
  content: "";
  background-image: url(../img/eva_arrow-down-green.svg);
}
.risk-level .medium.active {
  border-radius: 6px;
  background: rgba(240, 163, 14, 0.2);
  color: #F0A30E;
  border-color: transparent;
}
.risk-level .medium.active::before {
  content: "";
  background-image: url(../img/eva_arrow-lines-orange.svg);
}
.risk-level .high.active {
  border-radius: 6px;
  background: rgba(252, 81, 133, 0.2);
  color: #FC5185;
  border-color: transparent;
}
.risk-level .high.active::before {
  content: "";
  background-image: url(../img/eva_arrow-up-pink.svg);
}

.banner-top {
  background: #EAF9FB;
  padding: 16px 40px;
  width: 110%;
  margin-left: -24px;
  margin-right: -24px;
}
.banner-top h5 {
  color: #364F6B;
  font-size: 18px;
  font-weight: 700;
}

.add-vendor .form-group label {
  color: #364F6B !important;
  font-weight: 500;
}

.meter-text {
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 16px;
}

.vendor-service-additional .package-card {
  padding: 30px 50px;
  height: auto;
}
.vendor-service-additional .package-card_footer {
  min-height: auto;
}
.vendor-service-additional .info p {
  color: #68808D;
  text-align: center;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 245px;
  margin: auto;
  margin-bottom: 30px;
}
.vendor-service-additional .package-card_body {
  flex-grow: 0;
}
.vendor-service-additional .package-card_body h4 {
  font-size: 16px;
}

.link {
  color: #68808D !important;
  text-decoration: none;
}
.link:hover {
  text-decoration: none;
}

.link-ul {
  color: #68808D !important;
  text-decoration: underline;
  font-size: 14px;
}
.link-ul:hover {
  text-decoration: underline;
}

.primary-text {
  color: #364F6B !important;
}

.secondary-text {
  color: #3FC1C9 !important;
}

.secondary-text-light {
  color: #2FE1EC;
}

.text-50opc {
  color: rgba(54, 79, 107, 0.5);
}

.body-text {
  color: #68808D;
}

.gray-text {
  color: #9CA2AB;
}

.text-orange {
  color: #FFC107;
}

.text-orange-2 {
  color: #FF8500;
}

.text-gray-t {
  color: #BFC8CD;
}

.green-text {
  color: #31D0AA;
}

.text-red {
  color: #E6273E;
}

.icon-room {
  max-width: 65px;
}

.border-50 {
  border-radius: 50px;
}

.or-middle {
  position: relative;
  display: block;
  text-align: center;
  position: relative;
}
.or-middle .txt {
  display: block;
  background: #fff;
  max-width: 40px;
  margin: 20px auto;
}
.or-middle::before {
  content: "";
  height: 1px;
  background: #9CA2AB;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.icon-calendar {
  position: absolute;
  right: 15px;
  top: 60%;
}

.date-wrapper {
  position: relative;
}
.date-wrapper::before {
  content: url(../img/icon-cal.svg);
  position: absolute;
  right: 10px;
  top: 10px;
}

input[type=checkbox] {
  accent-color: #364F6B;
}

.btn-icon {
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  user-select: none;
}

.synced {
  color: #31D0AA;
}
.synced::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  display: inline-block;
  background: #31D0AA;
  margin-right: 5px;
}

.password-eye {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

a[aria-expanded=false] i.fas:before {
  display: block !important;
  content: "\f0d7";
}

a[aria-expanded=true] i.fas:before {
  display: none;
  content: "\f0d8";
}

a[aria-expanded=true] i.fas:before {
  display: block;
  content: "\f0d8";
}

a.switchcomp i {
  font-size: 16px;
}

a.switchcomp[aria-expanded=false] i.fas:before {
  display: block !important;
  content: "\f107";
  font-size: 16px;
}

a.switchcomp[aria-expanded=true] i.fas:before {
  display: none;
  content: "\f106";
}

a.switchcomp[aria-expanded=true] i.fas:before {
  display: block;
  content: "\f106";
}

.text--xxs {
  font-size: 0.75rem;
}
.text--xs {
  font-size: 0.875rem;
  line-height: 1.2;
}
.text--sm {
  font-size: 1rem;
}
.text--smd {
  font-size: 1.15rem;
}
.text--md {
  font-size: 1.25rem;
}
.text--lg {
  font-size: 1.5rem;
}
.text--xl {
  font-size: 2rem;
}
.text--xl1 {
  font-size: 2.25rem;
}
.text--xl2 {
  font-size: 2.75rem;
}
.text--xxl {
  font-size: 3rem;
}
.text--300 {
  font-weight: 300 !important;
}
.text--500 {
  font-weight: 500 !important;
}
.text--400 {
  font-weight: 400 !important;
}
.text--upper {
  text-transform: uppercase;
}
.text--lh-15 {
  line-height: 1.5;
}
.text--lh-18 {
  line-height: 1.8;
}

.separator {
  width: 20px;
  height: 4px;
  border-radius: 100px;
}
.separator--green {
  background: #31D0AA;
}
.separator--teal {
  background: #2FE1EC;
}
.separator--gold {
  background: #F0A30E;
}
.separator--red {
  background: #FC5185;
}

.h-link {
  transition: all 0.3s;
}
.h-link:hover, .h-link:focus, .h-link:active {
  color: #3FC1C9 !important;
}

.icon-button {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(54, 79, 107, 0.1);
  border-radius: 8px;
  transition: all 0.2s;
}
.icon-button:hover, .icon-button:focus, .icon-button:active {
  box-shadow: 0px 0px 0px 2px rgba(63, 193, 201, 0.2);
  border: 1px solid #3FC1C9;
}

.rotate-180 {
  transform: rotate(180deg);
}

.d-same-width > div {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 10px;
}

.d-same-width-wide > div {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 1600px) and (min-width: 1360px) {
  .d-same-width-wide > div {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 1025px) and (min-width: 1360px) {
  .d-same-width-wide > div {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

.d-same-width-3-cols > div {
  flex: 27.5%;
}
.d-same-width-3-cols > div:first-child {
  flex: 45%;
}
.d-same-width-3-cols > div:nth-child(2) {
  display: flex;
  padding: 0 5%;
  flex-direction: column;
}
.d-same-width-3-cols > div:nth-child(3) {
  padding: 0 0 0 20px;
  display: flex;
  justify-content: center;
}

.flex-equal span.label {
  min-width: 140px;
}

.flex-equal span.label-100 {
  min-width: 100px;
}

.flex-equal span.label-70 {
  min-width: 70px;
}

.flex-equal span.value {
  word-break: break-word;
}

.flex-equal-last span {
  min-width: 40px;
  max-width: 140px;
  flex: 1 0 0;
}

.copy-text {
  cursor: pointer;
}

.shortUrl {
  display: block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.alert-badge-red {
  background: rgba(252, 81, 133, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 8px 30px;
  color: #FC5185;
  font-weight: 500;
}

.alert-text-red {
  color: #FC5185;
}

a:hover {
  text-decoration: none;
}

.link-default {
  color: #109CF1;
  text-decoration: underline;
}
.link-default:hover {
  text-decoration: none;
}

.links {
  color: #109CF1;
  text-decoration: none;
}
.links:hover {
  color: #109CF1;
  opacity: 0.9;
}

.pointer {
  cursor: pointer;
}

.bg-teal {
  background-color: #3FC1C9 !important;
}

.bg-red {
  background: #E6273E !important;
}

.bg-dash {
  background-color: #FCFCFD !important;
}

.min-100vh {
  min-height: 100vh;
}

.min-90vh {
  min-height: 90vh;
}

.min-70vh {
  min-height: 70vh;
}

.min-60vh {
  min-height: 60vh;
}

.min-50vh {
  min-height: 50vh;
}

.align-items-up {
  align-items: end;
}

.mt-8vh {
  margin-top: 8vh;
}

.margin-404 {
  margin-top: 130px;
}

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

.pb-12px {
  padding-bottom: 12px;
}

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

.mt-20px {
  margin-top: 20px;
}

.mx-16-m {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.badge-xs {
  border-radius: 4px;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 10px;
  white-space: nowrap;
}

.done {
  background: rgba(63, 193, 201, 0.2);
  color: #3FC1C9;
}

.not-done {
  background: rgba(252, 81, 133, 0.3);
  color: #FC5185;
}

.not-active {
  background: rgba(54, 79, 107, 0.3);
  color: #364F6B;
}

.in-review {
  background: rgba(240, 123, 14, 0.3);
  color: #F07B0E;
}

.in-progress {
  background: rgba(240, 123, 14, 0.3);
  color: #F07B0E;
}

.in-review-2 {
  background: rgba(42, 148, 246, 0.2);
  color: #2A94F6;
}

.on-hold {
  background: rgba(42, 148, 246, 0.2);
  color: #2A94F6;
}

.primary-border {
  border: 1px solid #E8E8E8;
}

.cursor {
  cursor: pointer;
}

.lbl {
  border-radius: 4px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 14px;
  text-transform: center;
}
.lbl--positive {
  background: rgba(49, 208, 170, 0.2);
  color: #31D0AA;
}
.lbl--negative {
  background: rgba(252, 81, 133, 0.2);
  color: #FC5185;
}
.lbl--neutral {
  background: rgba(196, 196, 196, 0.4);
  color: #9C9C9C;
}
.lbl--mixed {
  background: rgba(255, 133, 0, 0.2);
  color: #FF8500;
}

.ai {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  text-transform: uppercase;
  text-transform: center;
}
.ai--positive {
  background: #31D0AA;
}
.ai--negative {
  background: #FC5185;
}
.ai--neutral {
  background: #9C9C9C;
}
.ai--mixed {
  background: #FF8500;
}

.no-hover-style:hover {
  color: #FC5185;
}

.card-style {
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

.list-type-none {
  list-style: none;
}

.default-border {
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

h6 {
  color: #68808D;
}

.card-text {
  color: #666B70;
}

label,
select {
  font-size: 13px;
}

.font-default {
  font-size: 16px !important;
}

.font-18px {
  font-size: 18px !important;
}

.font-14px {
  font-size: 14px !important;
}

.text-xs {
  font-size: 12px !important;
}

.font-md {
  font-size: 28px;
  line-height: 32px;
}

.font-weight-medium {
  font-weight: 500;
}

.font-13px {
  font-size: 13px !important;
}

.font-wght-500 {
  font-weight: 500;
}

.color-70 {
  color: rgba(104, 128, 141, 0.7) !important;
}

.bg-dark-primary {
  background-color: #364F6B;
}

.overhrs {
  border: 2px solid #FC5185;
}

.bb-1 {
  border-bottom: 1px solid #E2E2E2;
}

.py-2h {
  padding: 12px 0;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

span,
p,
label {
  font-size: 14px;
}

a:hover {
  color: #3FC1C9;
}
a:hover svg path {
  fill: #3FC1C9;
}

.font-12px {
  font-size: 12px;
}

.border-left {
  border-left: 1px solid #E8E8E8;
}

.hover-anim:hover {
  margin-left: 10%;
  transition: all 0.2s ease-in-out;
}
.hover-anim:hover img {
  margin-left: 0;
}

.rating-stars svg path {
  fill: #E8E8E8;
}
.rating-stars svg.rated path {
  fill: #F0A30E;
}

ol.ordered-list-nr {
  max-height: 260px;
  background: #FBFBFB;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  border-radius: 4px;
  overflow-y: scroll;
  padding: 10px 10px 10px 30px;
}
ol.ordered-list-nr li {
  line-height: 20px;
  margin: 5px 0;
}

input.toggleCheckbox[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label.toggleLabel {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  height: 30px;
  border: 1px solid #E8E8E8;
  display: block;
  border-radius: 100px;
  position: relative;
}

label.toggleLabel:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #E8E8E8;
  border-radius: 90px;
  transition: 0.3s;
}

input.toggleCheckbox:checked + label {
  background: #fff;
}

input.toggleCheckbox:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
  background: #3FC1C9;
}

.inputnumber {
  width: 50px;
  text-align: center;
}

.card-items {
  position: relative;
}

a.arrowCollapse {
  position: absolute;
  top: 26px;
  right: 20px;
}

a.arrowCollapse[aria-expanded=false] img.arrowDown {
  display: block;
}

a.arrowCollapse[aria-expanded=false] img.arrowUp {
  display: none;
}

a.arrowCollapse[aria-expanded=true] img.arrowDown {
  display: none;
}

a.arrowCollapse[aria-expanded=true] img.arrowUp {
  display: block;
}

.country-select input,
.country-select input[type=text],
.country-select,
.country-select .selected-flag {
  width: 100% !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-select .country-list {
  width: 100%;
}

.country-select.inside input, .country-select.inside input[type=text] {
  padding-right: 1.5rem;
  padding-left: 2.2rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
.form-control {
  background: rgba(247, 247, 247, 0);
  box-sizing: border-box !important;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  border-radius: 4px !important;
  height: 37px !important;
  font-size: 14px;
}
input[type=text].no-inset,
input[type=password].no-inset,
input[type=email].no-inset,
input[type=tel].no-inset,
.form-control.no-inset {
  box-shadow: none;
}

input:disabled,
input.disabled {
  background: #F6F6F6 !important;
  font-weight: 400 !important;
}
input:disabled:hover, input:disabled:active, input:disabled:focus,
input.disabled:hover,
input.disabled:active,
input.disabled:focus {
  border: 0 !important;
  box-shadow: initial !important;
}
input:disabled:hover label, input:disabled:active label, input:disabled:focus label,
input.disabled:hover label,
input.disabled:active label,
input.disabled:focus label {
  color: #E8E8E8 !important;
}

.disabled-btn {
  color: #364F6B;
  background: #CBD1D8 !important;
  pointer-events: none;
}
.disabled-btn svg path {
  fill: #364F6B !important;
}

.disabled-btn-dark {
  color: #364F6B !important;
  background: #9DA7B1 !important;
  user-select: none;
  cursor: not-allowed;
}

.disabled-button--primary {
  background: #8D99A7 !important;
  color: #fff;
  pointer-events: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.disabled-button--primary svg path {
  fill: #fff !important;
}
.disabled-button--secondary {
  background: #CBD1D8 !important;
  color: #364F6B;
  pointer-events: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.disabled-button--secondary svg path {
  fill: #364F6B !important;
}

.asterisks-red {
  color: #FC5185;
}

.btn-grey:hover svg path {
  fill: #212529 !important;
}

.login-wrapper input[type=text],
.login-wrapper input[type=password],
.login-wrapper input[type=email],
.login-wrapper input[type=tel],
.login-wrapper .iti--allow-dropdown input .form-control,
.registration-wrapper input[type=text],
.registration-wrapper input[type=password],
.registration-wrapper input[type=email],
.registration-wrapper input[type=tel],
.registration-wrapper .iti--allow-dropdown input .form-control {
  background: #FDFDFD;
  box-sizing: border-box !important;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1) !important;
  border-radius: 8px !important;
  height: 46px !important;
  border: 1px solid #ECECEC;
  font-size: 14px;
}
.login-wrapper input[type=text]:hover, .login-wrapper input[type=text]:active, .login-wrapper input[type=text]:focus, .login-wrapper input[type=text]:focus-within, .login-wrapper input[type=text]:focus-visible,
.login-wrapper input[type=password]:hover,
.login-wrapper input[type=password]:active,
.login-wrapper input[type=password]:focus,
.login-wrapper input[type=password]:focus-within,
.login-wrapper input[type=password]:focus-visible,
.login-wrapper input[type=email]:hover,
.login-wrapper input[type=email]:active,
.login-wrapper input[type=email]:focus,
.login-wrapper input[type=email]:focus-within,
.login-wrapper input[type=email]:focus-visible,
.login-wrapper input[type=tel]:hover,
.login-wrapper input[type=tel]:active,
.login-wrapper input[type=tel]:focus,
.login-wrapper input[type=tel]:focus-within,
.login-wrapper input[type=tel]:focus-visible,
.login-wrapper .iti--allow-dropdown input:hover,
.login-wrapper .iti--allow-dropdown input:active,
.login-wrapper .iti--allow-dropdown input:focus,
.login-wrapper .iti--allow-dropdown input:focus-within,
.login-wrapper .iti--allow-dropdown input:focus-visible,
.registration-wrapper input[type=text]:hover,
.registration-wrapper input[type=text]:active,
.registration-wrapper input[type=text]:focus,
.registration-wrapper input[type=text]:focus-within,
.registration-wrapper input[type=text]:focus-visible,
.registration-wrapper input[type=password]:hover,
.registration-wrapper input[type=password]:active,
.registration-wrapper input[type=password]:focus,
.registration-wrapper input[type=password]:focus-within,
.registration-wrapper input[type=password]:focus-visible,
.registration-wrapper input[type=email]:hover,
.registration-wrapper input[type=email]:active,
.registration-wrapper input[type=email]:focus,
.registration-wrapper input[type=email]:focus-within,
.registration-wrapper input[type=email]:focus-visible,
.registration-wrapper input[type=tel]:hover,
.registration-wrapper input[type=tel]:active,
.registration-wrapper input[type=tel]:focus,
.registration-wrapper input[type=tel]:focus-within,
.registration-wrapper input[type=tel]:focus-visible,
.registration-wrapper .iti--allow-dropdown input:hover,
.registration-wrapper .iti--allow-dropdown input:active,
.registration-wrapper .iti--allow-dropdown input:focus,
.registration-wrapper .iti--allow-dropdown input:focus-within,
.registration-wrapper .iti--allow-dropdown input:focus-visible {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.3), inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  font-weight: 700;
  color: #364F6B;
  outline: 0;
}

.shadow-2 {
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 5px;
}
.breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.login-wrapper textarea.form-control {
  height: auto !important;
}

select {
  background: #FDFDFD !important;
  box-sizing: border-box !important;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid #ECECEC !important;
  font-size: 14px;
  height: 40px !important;
}

textarea {
  background: #FBFBFB;
  box-sizing: border-box !important;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.1) !important;
  border-radius: 8px !important;
  border: 1px solid #ECECEC;
  font-size: 14px;
  height: auto !important;
}

.textarea-w-chars {
  position: relative;
}
.textarea-w-chars #characters-left {
  position: absolute;
  right: 15px;
  top: 105px;
}

.date-range {
  position: relative;
}
.date-range input {
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.date-range svg {
  position: absolute;
  right: 10px;
  top: 10px;
  pointer-events: none;
}

table {
  font-size: 14px;
}
table thead th {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
table tbody th,
table tbody td {
  vertical-align: middle !important;
  font-weight: 400;
  border-right: 1px solid #E2E2E2;
}
table tbody th:last-child,
table tbody td:last-child {
  border-right: 0 !important;
}

.alert-green {
  background: rgba(63, 193, 201, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  color: #364F6B;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
}

hr.line-hr {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
.modal button.close:hover, .modal button.close:focus, .modal button.close:focus-within, .modal button.close:active {
  outline: 0;
  background: transparent;
}
.modal .modal-dialog {
  max-width: 530px;
}
.modal .modal-dialog .modal-content {
  border-radius: 12px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 14px;
}
.modal .modal-dialog .upload-wrapper {
  background: rgba(54, 79, 107, 0.1);
  border: 1px dashed #3FC1C9;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 20px;
}
.modal .modal-dialog .progress-bar-wrapper .progress {
  flex: 1 0 auto;
  margin: 0 1rem;
}
.modal .modal-dialog .payment-wrapper {
  background: #EEF0F2;
  border-radius: 4px;
  padding: 12px 15px;
}
.modal .modal-dialog-sm {
  max-width: 400px !important;
}
.modal .modal-dialog-xl {
  max-width: 630px;
}
.modal .info-box {
  background: rgba(63, 193, 201, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 10px 15px;
  margin-top: 10px;
}
.modal .modal-body {
  padding: 30px;
}
.modal .modal-body textarea {
  padding: 10px 12px;
  width: 100%;
  border-radius: 8px;
}
.modal .form-group {
  display: flex;
  flex-direction: column-reverse;
}
.modal .form-group label {
  color: #9CA2AB;
  font-weight: 500;
}
.modal .form-group input:focus + .control-label {
  color: #364F6B;
}
.modal .form-group select.high {
  color: #FC5185;
}
.modal .form-group select.medium {
  color: #F07B0E;
}
.modal .form-group select.low {
  color: #3FC1C9;
}
.modal .form-group select .high {
  color: #FC5185;
}
.modal .form-group select .medium {
  color: #F07B0E;
}
.modal .form-group select .low {
  color: #3FC1C9;
}
.modal .form-group:hover label, .modal .form-group:active label, .modal .form-group:focus label, .modal .form-group:focus-within label {
  color: #364F6B !important;
}
.modal .form-group:hover input::placeholder, .modal .form-group:active input::placeholder, .modal .form-group:focus input::placeholder, .modal .form-group:focus-within input::placeholder {
  color: #364F6B;
}
.modal .form-group .iti--allow-dropdown input:hover, .modal .form-group .iti--allow-dropdown input:active, .modal .form-group .iti--allow-dropdown input:focus, .modal .form-group .iti--allow-dropdown input:focus-visible, .modal .form-group .iti--allow-dropdown input:focus-within {
  border: 1px solid #3FC1C9;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2) !important;
  box-shadow: 0px 0px 0px 3px rgbrgba(63, 193, 201, 0.2) !important;
}
.modal input[type=number]::-webkit-inner-spin-button,
.modal input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal input[type=number]::-webkit-inner-spin-button,
.modal input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.modal .currency .pound {
  bottom: 15px;
}
.modal img.modal-alert-icon {
  max-width: 110px;
  display: block;
  margin: 0 auto;
}
.modal .iti--allow-dropdown {
  width: 100%;
}
.modal .iti--allow-dropdown input:hover, .modal .iti--allow-dropdown input:active, .modal .iti--allow-dropdown input:focus, .modal .iti--allow-dropdown input:focus-within, .modal .iti--allow-dropdown input:focus-visible {
  outline: 0;
}

.hover-card {
  border: 1px solid rgba(54, 79, 107, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  cursor: pointer;
}
.hover-card:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}

.star-rating {
  width: 18px !important;
  height: 18px !important;
}

#modal-are-you-sure {
  font-weight: 400;
  font-size: 13px;
  color: #364F6B;
}
#modal-are-you-sure .modal-body {
  padding: 30px 30px 0 30px;
}

#modal-gdpr-req-info {
  font-weight: 400;
  font-size: 13px;
  color: #364F6B;
}
#modal-gdpr-req-info .modal-dialog {
  max-width: 354px;
}
#modal-gdpr-req-info .modal-body {
  padding: 30px 30px 0 30px;
}
#modal-gdpr-req-info .modal-footer {
  justify-content: center;
}

.modal-upload-scroll .table-scroll {
  max-height: 185px;
  overflow-y: scroll;
}
.modal-upload-scroll .table-scroll table th,
.modal-upload-scroll .table-scroll table td {
  padding: 0.45rem 0.75rem !important;
}
.modal-upload-scroll h5 {
  color: #68808D !important;
  font-weight: 400 !important;
}
.modal-upload-scroll textarea {
  background-color: #FBFBFB;
}

.modal-header .close span {
  font-size: 28px;
  font-weight: 400;
  border-radius: 100px;
  line-height: 3px;
}

.package-card {
  border: 1px solid #E8E8E8;
  background-color: white;
  padding: 20px;
  margin: 20px 0px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #364F6B;
}
.package-card h3 {
  font-size: 18px;
  color: #364F6B;
  font-weight: 700;
}
.package-card p {
  font-weight: 400;
  font-size: 14px;
  color: #68808D;
}
.package-card_body {
  flex-grow: 2;
}
.package-card_body h4 {
  color: #68808D;
  font-size: 14px;
  font-weight: 700;
}
.package-card_body .price-row {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.package-card_body .price-row .price {
  font-size: 18px;
  font-weight: 700;
}
.package-card_footer {
  min-height: 65px;
}
.package-card_footer p {
  font-size: 14px;
  color: #68808D;
  font-weight: 400;
}
.package-card_footer .footer-link {
  min-height: 34px;
  padding: 10px 0 0 0;
}
.package-card_footer .footer-link a {
  color: #3FC1C9;
  font-size: 14px;
}
.package-card.horizontal {
  flex-direction: row;
  border: none;
  background-color: transparent;
}
.package-card.horizontal h4 {
  color: #68808D;
  font-size: 14px;
  font-weight: 700;
}
.package-card.horizontal .package-card_header {
  border: 1px solid #E8E8E8;
  background-color: white;
  padding: 30px 20px;
  border-radius: 6px;
}
.package-card.horizontal .price-row {
  margin: 5px 0;
}
.package-card.horizontal .info p {
  font-weight: 400;
  font-size: 14px;
  color: #364F6B;
}

@media only screen and (min-width: 992px) {
  .process-items {
    position: fixed;
    width: 100%;
  }
  .slider-wrapper {
    position: fixed;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 992px) {
  .login-wrapper .col-lg-6 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.pricing-panel {
  box-shadow: 0px 4px 16px 0px #000000 4%;
  border: 1px solid #E8E8E8;
  color: #364F6B;
  font-size: 14px;
}
.pricing-panel > * {
  border-bottom: 1px solid #E8E8E8;
}
.pricing-panel > *:last-child {
  border-bottom: none;
}
.pricing-panel.no-outline-borders {
  box-shadow: none;
  border: none;
}
.pricing-panel.no-outline-borders .pricing-panel__body__row {
  border-bottom: none;
  padding: 10px 20px;
}
.pricing-panel__header {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  color: #364F6B;
  padding: 20px;
}
.pricing-panel__body .doc-type {
  display: flex;
  align-items: center;
  flex-grow: 2;
  color: #9CA2AB;
}
.pricing-panel__body .doc-type--default::before {
  content: url(../img/icn_doc-type.png);
  display: inline-block;
  margin-right: 10px;
}
.pricing-panel__body__row {
  display: flex;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px;
}
.pricing-panel__footer {
  font-weight: 700;
  padding: 20px;
  border: none;
  border-top: 1px solid #364F6B;
}
.pricing-panel__footer__summary {
  display: flex;
}
.pricing-panel .item-desc {
  flex-grow: 2;
}
.pricing-panel .price-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 160px;
}
.pricing-panel .price-col__single {
  justify-content: flex-end;
}
.pricing-panel .price-col .price {
  padding-right: 10px;
}

/* BUTTONS */
.btn {
  min-width: 90px;
  border: none;
  background: none;
  font-size: 14px;
}
.btn__svg > * {
  display: none;
}
.btn__svg svg rect.bg {
  fill: #364F6B;
}
.btn__svg svg path {
  stroke: white;
}
.btn__svg svg:nth-child(1) {
  display: none;
}
.btn__svg svg:nth-child(2) {
  display: block;
}
.btn__svg:hover rect.bg, .btn__svg:focus rect.bg {
  fill: #364F6B;
}
.btn__svg:hover path, .btn__svg:focus path {
  stroke: #3FC1C9;
}
.btn__svg.active svg rect.bg, .btn__svg.selected svg rect.bg {
  fill: #3FC1C9;
}
.btn__svg.active svg path, .btn__svg.selected svg path {
  stroke: white;
}
.btn__svg.active svg:nth-child(1), .btn__svg.selected svg:nth-child(1) {
  display: block;
}
.btn__svg.active svg:nth-child(2), .btn__svg.selected svg:nth-child(2) {
  display: none;
}
.btn-main {
  background: #364F6B;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 100px;
}
.btn-main-outline {
  border: 1px solid #364F6B;
  background: transparent;
}
.btn-danger {
  background: #FC5185;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
}
.btn-disabled {
  background: #C1C8D1;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 110px;
}
.btn-processing {
  background: rgba(54, 79, 107, 0.5);
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 110px;
}
.btn-second {
  background: #2FE1EC;
  color: #364F6B !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 110px;
}
.btn-border {
  background: transparent;
  border: 1px solid #364F6B;
  color: #364F6B !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 100px;
}
.btn-border:hover {
  background: transparent;
}
.btn-border-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 10px;
  min-width: 110px;
}
.btn-xs {
  font-size: 12px;
  padding: 5px 10px;
}
.btn__info {
  color: white;
  border-radius: 50px;
  font-size: 10px;
  min-width: 16px;
  min-height: 16px;
  text-align: center;
  margin: 0 5px;
}
.btn-grey {
  background-color: #EBEEF2;
  padding-top: 8px;
  padding-bottom: 8px;
  /*
  &--help {
      background-color: greenyellow;
      &:before {
          display: block;
          content: url("data:image/svg+xml, %3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath class='cls-1' d='M9.75,13.12c0,.63-.34,1.13-.75,1.13s-.75-.5-.75-1.13S8.59,12,9,12,9.75,12.5,9.75,13.12Z'/%3E%3Cpath class='cls-1' d='M9,3.75a3,3,0,0,0-3,3H6a.81.81,0,0,0,.82.8.8.8,0,0,0,.81-.8A1.37,1.37,0,1,1,9,8a.81.81,0,0,0-.82.8V9.7a.82.82,0,0,0,1.64,0V9.53A2.94,2.94,0,0,0,9,3.75Z'/%3E%3Ccircle class='cls-2' cx='9' cy='9' r='8.25'/%3E%3C/svg%3E");
          background-size: 28px 28px;
          width: 20px;
          height: 20px;
          margin-top: 1px;
      }
  }
  */
}
.btn-grey:hover {
  opacity: 0.5 !important;
}
.btn-img-left img {
  padding-right: 5px;
}
.btn:hover {
  opacity: 0.8 !important;
}

.btn-md {
  min-width: 138px;
}

.use-card .form-check {
  background-color: #EEF0F2;
  padding: 10px 20px;
  margin: 10px 0;
  display: flex;
}
.use-card .form-check label {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #364F6B;
}
.use-card .form-check label img {
  max-width: 30px;
  margin-right: 5px;
}
.use-card .form-check input {
  margin-top: 2px;
}

.info-panel-container {
  margin-top: 180px;
}

.checkout-preview,
.info-panel {
  font-family: "Roboto", sans-serif;
  padding: 17px;
  background: #FCFCFD;
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  font-size: 14px;
  color: #68808D;
}
.checkout-preview__title,
.info-panel__title {
  font-weight: bold;
  color: #3FC1C9;
}

.checkout-preview-panel {
  font-family: "Ubuntu", sans-serif;
  color: #364F6B;
  font-size: 14px;
  background: #FCFCFD;
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  font-size: 14px;
}
.checkout-preview-panel__header {
  padding: 16px 20px;
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px solid rgba(54, 79, 107, 0.16);
}
.checkout-preview-panel__body {
  padding: 10px 20px;
}
.checkout-preview-panel__body__row {
  display: flex;
  justify-content: space-between;
}
.checkout-preview-panel__body__row div:first-child {
  padding-right: 5px;
}
.checkout-preview-panel__summary {
  margin: 0 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #364F6B;
}
.checkout-preview-panel__summary__value {
  font-size: 16px;
}

.search-result {
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  color: #364F6B;
}
.search-result .search-result-date {
  font-weight: 600;
  max-width: 80px;
}
.search-result .search-result-name {
  font-weight: 600;
  text-align: right;
  max-width: 300px;
  overflow: hidden;
}
.search-result .search-result-snippet {
  padding-left: 25px;
}

/*@import "_custom.scss";*/
.login-wrapper .left {
  background-color: #364F6B;
  min-height: 100vh;
}
.login-wrapper .left .margin-top-header {
  margin-top: 40%;
}
.login-wrapper .right {
  background-color: #FCFCFD;
  min-height: 100vh;
}

.info-mail {
  padding: 8px 16px;
  background: #E8E8E8;
  border-radius: 6px;
  margin: 20px 0 12px;
}

.verification-code {
  padding-top: 25px;
  max-width: 80%;
  margin: 0 auto;
}
.verification-code .number-group input {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  font-weight: 500;
}
.verification-code .number-group input:nth-child(1) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.verification-code .number-group input:nth-child(2) {
  border-radius: 0 !important;
}
.verification-code .number-group input:nth-child(3) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.verification-code span.minus {
  font-size: 20px;
  line-height: 140%;
  display: flex;
  align-items: center;
  margin: 0 20px;
}

.accounts-login {
  margin-top: 90px;
}
.accounts-login .account-box {
  margin-top: 60px;
}
.accounts-login .account-box .account-email {
  padding-bottom: 1rem;
  margin: 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.accounts-login .account-box .account-email .img-logo {
  width: 36px;
  height: 36px;
}
.accounts-login .account-box .account-email:last-child {
  border: 0;
  padding: 0;
}

.margintop-div {
  margin-top: 70px;
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-left: -25px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
  top: 75px;
}

.resetPassword .modal-dialog {
  max-width: 400px !important;
  margin-top: 5rem;
}
.resetPassword .modal-dialog img,
.resetPassword .modal-dialog svg {
  width: 65px;
}

.alertModal .modal-dialog {
  max-width: 400px !important;
  margin-top: 5rem;
}
.alertModal .modal-dialog img,
.alertModal .modal-dialog svg {
  width: 65px;
}

.slider .slider-item-1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #364F6B 83.63%), url(../img/slider-1.png);
  background-size: cover;
  min-height: 100vh;
  padding: 60px 40px 150px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider .slider-item-1 .btn {
  color: #fff !important;
}
.slider .slider-item-1 .main-logo {
  max-width: 130px;
}
.slider .slider-item-1 .slider-paragraph {
  font-size: 18px;
}
.slider .slider-item-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #364F6B 83.63%), url(../img/slider-2.png);
  background-size: cover;
  min-height: 100vh;
  padding: 60px 40px 150px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider .slider-item-2 .btn {
  color: #fff !important;
}
.slider .slider-item-2 .main-logo {
  max-width: 130px;
}
.slider .slider-item-2 .slider-paragraph {
  font-size: 18px;
}
.slider .slider-item-3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #364F6B 83.63%), url(../img/slider-3.png);
  background-size: cover;
  min-height: 100vh;
  padding: 60px 40px 150px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider .slider-item-3 .btn {
  color: #fff !important;
}
.slider .slider-item-3 .main-logo {
  max-width: 130px;
}
.slider .slider-item-3 .slider-paragraph {
  font-size: 18px;
}
.slider .slider-item-4 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #364F6B 83.63%), url(../img/slider-4.png);
  background-size: cover;
  min-height: 100vh;
  padding: 60px 40px 150px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}
.slider .slider-item-4 .btn {
  color: #fff !important;
}
.slider .slider-item-4 .main-logo {
  max-width: 130px;
}
.slider .slider-item-4 .slider-paragraph {
  font-size: 18px;
}
.slider .slick-dots {
  margin-bottom: 60px;
  text-align: left;
  padding-left: 30px;
}
.slider .slick-dots li button:before {
  color: #9CA2AB;
  font-size: 8px;
  padding: 1px;
}
.slider .slick-dots li.slick-active button:before {
  color: #3FC1C9;
  background: rgba(63, 193, 201, 0.2);
  border-radius: 100px;
}

.slider-wrapper .slider-cont {
  max-width: 400px !important;
}

.slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.subdomain-login {
  display: flex;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
}
.subdomain-login input:first-child {
  width: 110px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
  padding-right: 0;
  border: 0;
}
.subdomain-login input:first-child ::placeholder {
  color: rgba(54, 79, 107, 0.5);
}
.subdomain-login input:nth-child(2) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 0;
  border-left: 0;
  color: #364F6B;
  font-weight: 500;
  border: 0;
}
.subdomain-login input:nth-child(2) ::placeholder {
  color: rgba(54, 79, 107, 0.5);
}
.subdomain-login:hover, .subdomain-login:active, .subdomain-login:focus {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
  border-radius: 4px;
}

.eye-password {
  position: relative;
}
.eye-password i#togglePassword {
  position: absolute;
  top: 55%;
  right: 5%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .login-wrapper .left {
    display: none;
  }
  .login-wrapper .right {
    padding: 1.2rem !important;
  }
  .login-wrapper .top-login-mobile {
    background-color: #364F6B;
    padding: 15px 20px;
  }
  .login-wrapper .top-desktop-login {
    display: none !important;
  }
  .login-wrapper .margintop-div {
    margin-top: 20px !important;
  }
}
.registration-wrapper .margintop-div {
  margin-top: 70px;
}
.registration-wrapper input.form-control {
  height: 40px !important;
}
.registration-wrapper .process-items {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
  min-height: 100vh;
}
.registration-wrapper .process-items .process-list {
  padding-left: 1rem;
  list-style: none;
}
.registration-wrapper .process-items .process-list li {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
}
.registration-wrapper .process-items .process-list li .process-icon {
  background: #F2F2F2;
  padding: 21px 18px 23px 22px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0);
}
.registration-wrapper .process-items .process-list li .process-icon svg {
  width: 22px;
  height: 22px;
}
.registration-wrapper .process-items .process-list li span {
  font-size: 18px;
  font-weight: 500;
}
.registration-wrapper .process-items .process-list .active .process-icon {
  background: #3FC1C9;
  border: 1px solid #3FC1C9;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  padding: 19px 19px 22px 20px;
}
.registration-wrapper .process-items .process-list .active .process-icon svg {
  color: #fff;
}
.registration-wrapper .process-items .process-list .active .process-icon svg path {
  color: #fff;
}
.registration-wrapper .process-items .process-list .active span {
  color: #364F6B;
}
.registration-wrapper .process-content {
  background: #FCFCFD;
  min-height: 100vh;
}
.registration-wrapper .process-content .package-box {
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  padding: 15px 15px 5px;
  position: relative;
  align-items: end;
}
.registration-wrapper .process-content .package-box p {
  font-size: 0.85rem;
}
.registration-wrapper .process-content .package-box .price {
  position: absolute;
  right: 10px;
  margin-top: 7px;
  font-size: 12px;
}
.registration-wrapper .process-content .package-box span.recomended {
  position: absolute;
  top: 0;
  right: 0;
  background: #3FC1C9;
  color: #000;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 10px;
  text-transform: uppercase;
}
.registration-wrapper .process-content .payment-type {
  border: 1px solid #E8E8E8;
  background: #fff;
  padding: 15px 18px;
  height: 100%;
  border-radius: 6px;
  text-align: center;
  position: relative;
}
.registration-wrapper .process-content .payment-type img {
  min-height: 30px;
}
.registration-wrapper .process-content .payment-type .payment-name {
  font-size: 0.85rem;
}
.registration-wrapper .process-content .payment-type.active {
  border: 1px solid #3FC1C9;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
  border-radius: 6px;
}
.registration-wrapper .process-content .payment-type.active::before {
  content: "✓";
  position: absolute;
  top: -15px;
  background: #3FC1C9;
  color: #fff;
  border-radius: 100px;
  right: -17px;
  border: 7px solid #fcfcfd;
  padding: 4px 9px;
  font-size: 14px;
}
.registration-wrapper .toggle-button-wrapper {
  position: relative;
}
.registration-wrapper .toggle-button-wrapper span.dashed-line {
  position: absolute;
  right: 90px;
}
.registration-wrapper .toggle-button-wrapper .discount-text {
  position: absolute;
  right: 10px;
  top: -10px;
}
.registration-wrapper .toggle-button-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.registration-wrapper .toggle-button-wrapper input[type=checkbox]:focus {
  outline: 0;
}
.registration-wrapper .toggle-button-wrapper .toggle {
  height: 28px;
  width: 48px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid #cecece;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
  transition: all 0.2s ease;
}
.registration-wrapper .toggle-button-wrapper .toggle:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #364F6B;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2);
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.registration-wrapper .toggle-button-wrapper .toggle:checked:after {
  transform: translatex(20px);
}

.top-login-mobile {
  display: none !important;
}

.country-select.inside {
  margin-bottom: 26px;
}

.payment-steps {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.payment-steps .point-wrapper {
  padding: 0;
  text-align: center;
  width: 33.33%;
  position: relative;
}
.payment-steps .point-wrapper .icon {
  max-width: 20px;
  margin: 0 auto;
}
.payment-steps .point-wrapper .icon i {
  font-size: 20px;
  color: #EBEEF2;
  display: block;
  margin-bottom: 15px;
  margin-top: -8px;
  z-index: 999;
}
.payment-steps .point-wrapper span.process-text {
  font-size: 12px;
  color: #364F6B 0.5;
}
.payment-steps .point-wrapper::before {
  content: "";
  height: 4px;
  background: #EBEEF2;
  position: absolute;
  width: 100%;
  margin-left: 9px;
}
.payment-steps .point-wrapper.last::before {
  display: none;
}
.payment-steps .point-wrapper.active .process-text {
  color: #364F6B;
}
.payment-steps .point-wrapper.active .icon i {
  color: #3FC1C9;
}
.payment-steps .point-wrapper.active .icon i::before {
  border: 5px solid rgba(63, 193, 201, 0.4);
  border-radius: 100px;
  z-index: 99999;
}

.country-chargify input#country {
  height: 37px !important;
}

.country-chargify .country-list {
  overflow-x: hidden !important;
}

.label-billing {
  color: #414141;
  display: block;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 24px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

input.form-control.input-billing,
input.input-billing {
  border-radius: 4px !important;
  height: 37px !important;
  border: 1px solid #ddd;
  box-shadow: none !important;
  background: #fff;
}

.summary-info .small-heading {
  border-bottom: 1px solid #DFE3E7;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.summary-info .small-heading span {
  color: #364F6B;
  font-weight: 600;
}
.summary-info .boxes {
  margin: 0.4rem 0;
}
.summary-info .boxes span {
  color: #68808D;
}
.summary-info .boxes span.active-font {
  color: #364F6B;
  font-weight: 600;
}
.summary-info .boxes .block-elements span {
  display: block;
  margin: 0.4rem 0;
}
.summary-info .border-bottom-bold {
  border-bottom: 1px solid #364F6B;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}

.agreement-wrapper {
  margin-left: 15%;
  margin-right: 15%;
}
.agreement-wrapper .agreement-form {
  height: 100%;
  padding: 0 !important;
}
.agreement-wrapper .agreement-form iframe {
  width: 100%;
  display: block;
  border: none;
  height: 70vh;
}

@media only screen and (max-width: 768px) {
  .registration-wrapper .process-items {
    box-shadow: none;
    min-height: inherit !important;
    padding: 1.4rem !important;
    padding-bottom: 0.5rem !important;
  }
  .registration-wrapper .process-items .process-list li {
    text-align: center;
  }
  .registration-wrapper .process-items .process-list {
    display: flex;
    padding: 0 !important;
    justify-content: space-around;
  }
  .registration-wrapper .process-items .process-list li span {
    font-size: 11px;
    line-height: 20px;
    padding: 17px 14px 20px 14px !important;
  }
  .registration-wrapper .process-items .process-list .active .process-icon {
    padding: 17px 13px 20px 13px !important;
  }
  span.text-50opc.ml-3 {
    margin-top: 18px !important;
  }
  .registration-wrapper .process-items .process-list li {
    margin-bottom: 0 !important;
    width: 100%;
  }
  .registration-wrapper .process-content {
    background-color: #fff;
    padding: 0 0.7rem 1.2rem !important;
  }
  .get-help-cta {
    display: none !important;
  }
  .registration-wrapper .margintop-div {
    margin-top: 40px !important;
  }
  .registration-wrapper .mt-mob-0 {
    margin-top: 0 !important;
  }
  .process-content > div:last-child .margintop-div {
    margin-top: 0 !important;
  }
  span.text-50opc.ml-3 {
    margin: 0 !important;
    display: block;
  }
  br {
    display: none !important;
  }
  .form-group {
    margin-bottom: 0.5rem !important;
  }
  .registration-wrapper .process-content .payment-type {
    display: none;
  }
  .last-reg-cta .btn {
    min-width: inherit;
  }
  .registration-wrapper .toggle-button-wrapper .discount-text {
    font-size: 10px !important;
  }
  .top-login-mobile {
    display: flex !important;
  }
  .tab-content .row div.col-lg-6 {
    padding: 0 1rem !important;
  }
  .agreement-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }
}
textarea.form-control {
  height: auto !important;
}

.dash-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* Navigation for dashboard */
.dash-nav {
  min-width: 240px;
  background-color: #EBEEF2;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  /* header logo */
}
.dash-nav .sub-menu {
  margin-left: 2rem;
  color: #364F6B;
  margin-top: 10px;
}
.dash-nav .sub-menu li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.dash-nav .sub-menu li a {
  font-size: 14px;
  color: #364F6B;
}
.dash-nav .sub-menu li:hover {
  color: #3FC1C9;
}
.dash-nav .sub-menu li:hover a {
  color: #3FC1C9;
}
.dash-nav .sub-menu li.active {
  color: #3FC1C9;
}
.dash-nav .sub-menu li.active a {
  color: #3FC1C9;
}
.dash-nav .logo-compact {
  display: none;
}
.dash-nav header.sidebar-header {
  background-color: #fff;
  min-height: 78px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.dash-nav header.sidebar-header .header-logo {
  max-width: 100px;
}
.dash-nav header.sidebar-header .hmb-menu {
  cursor: pointer;
}
.dash-nav nav.dash-nav-list {
  padding: 40px 10px;
}
.dash-nav nav.dash-nav-list .dash-nav-item {
  padding: 13px 15px;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #D2D7DE;
}
.dash-nav nav.dash-nav-list .dash-nav-item .arrow-right {
  position: absolute;
  right: 10px;
}
.dash-nav nav.dash-nav-list .dash-nav-item .arrow-right i {
  font-size: 16px;
  color: #364F6B;
}
.dash-nav nav.dash-nav-list .dash-nav-item span.nav-item-name {
  color: #586473;
  text-decoration: none;
}
.dash-nav nav.dash-nav-list .dash-nav-item svg {
  color: #586473;
}
.dash-nav nav.dash-nav-list .dash-nav-item.active .arrow-right i {
  color: #fff;
}
.dash-nav nav.dash-nav-list .dash-nav-item:hover {
  background-color: #364F6B;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.dash-nav nav.dash-nav-list .dash-nav-item:hover span.nav-item-name {
  color: #3FC1C9;
  text-decoration: none;
}
.dash-nav nav.dash-nav-list .dash-nav-item:hover svg {
  color: #3FC1C9;
}
.dash-nav nav.dash-nav-list .dash-nav-item:hover svg path {
  stroke: #3FC1C9;
}
.dash-nav nav.dash-nav-list .dash-nav-item:hover .arrow-right i {
  color: #fff;
}
.dash-nav nav.dash-nav-list .dash-nav-item.active {
  background-color: #364F6B;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.dash-nav nav.dash-nav-list .dash-nav-item.active span.nav-item-name {
  color: #3FC1C9;
}
.dash-nav nav.dash-nav-list .dash-nav-item.active svg {
  color: #3FC1C9;
}

.dash-app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 84px;
  margin-left: 240px;
}
.dash-app header.dash-toolbar {
  background-color: #FCFCFD;
  min-height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 27px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  left: 240px;
}
.dash-app header.dash-toolbar .input-group {
  max-width: 450px;
}
.dash-app header.dash-toolbar .input-group span.input-group-text {
  background-color: #fff;
  border: 1px solid #E8EBF0;
  height: 50px;
}
.dash-app header.dash-toolbar .input-group input {
  background-color: #fff;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
  border-left: 0 !important;
  height: 50px !important;
}
.dash-app header.dash-toolbar .tools {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dash-app header.dash-toolbar .tools .tools-icon {
  position: relative;
}
.dash-app header.dash-toolbar .tools .tools-icon::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20%;
  background: #FC5185;
  border-radius: 100%;
  top: -5px;
}
.dash-app header.dash-toolbar .tools .tools-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #515151;
  border-left: 1px solid #E7EAED;
  padding-left: 20px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-menu {
  border: 1px solid #DFE3E7;
  box-sizing: border-box;
  border-radius: 8px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-menu:before {
  content: "";
  vertical-align: middle;
  margin: auto;
  position: absolute;
  display: block;
  right: 28px;
  bottom: calc(100% - 6px);
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  border: 1px solid;
  border-color: #ccc transparent transparent #ccc;
  background-color: white;
}
.dash-app header.dash-toolbar .tools .tools-item #dropdownMenuButton {
  color: #364F6B !important;
}
.dash-app header.dash-toolbar .tools .tools-item .sub-menu-account {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.dash-app header.dash-toolbar .tools .tools-item .sub-menu-account li {
  border-bottom: 1px solid #D2D7DE;
  padding: 12px 18px;
}
.dash-app header.dash-toolbar .tools .tools-item .sub-menu-account li a {
  color: #68808D;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item {
  color: #68808D !important;
  border-bottom: 1px solid #D2D7DE;
  padding: 12px 18px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item .arrow-right {
  margin-left: 10px;
  font-size: 12px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item svg {
  width: 18px;
  height: 18px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item:active {
  background-color: #f8f9fa !important;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item .nav-item-name {
  color: #68808D !important;
  font-size: 16px;
}
.dash-app header.dash-toolbar .tools .tools-item .dropdown-item:last-child {
  border-bottom: none;
}
.dash-app main.dash-content {
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 30px 25px 25px;
  background-color: #FCFCFD;
  margin-top: -6px;
}
.dash-app main.dash-content .alert-badge {
  background: rgba(252, 81, 133, 0.2);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 3px 30px;
  color: #FC5185;
  font-weight: 500;
}
.dash-app main.dash-content .alert-badge span.alert-badge-text {
  font-size: 12px !important;
}
.dash-app main.dash-content .alert-badge a {
  color: #FC5185;
  border-bottom: 1px solid #FC5185;
  text-decoration: none;
  font-size: 12px !important;
}
.dash-app main.dash-content .alert-badge img,
.dash-app main.dash-content .alert-badge svg {
  width: 18px;
}
.dash-app main.dash-content .gpdr-badge {
  position: relative;
  margin-bottom: 50px;
}
.dash-app main.dash-content .gpdr-badge span.gpdr-badge-text {
  background: #444444;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  padding: 2px 8px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 76%;
}
.dash-app main.dash-content .circle-bar-wrapper .progress {
  height: 150px !important;
  background: transparent !important;
  margin-top: 20px;
}
.dash-app main.dash-content .circle-bar-wrapper .progress svg {
  width: 120px !important;
  height: 120px !important;
  display: block;
  margin: 0 auto;
}
.dash-app main.dash-content .circle-bar-wrapper .progress svg path {
  stroke: #3FC1C9 !important;
}
.dash-app main.dash-content .circle-bar-wrapper .progress .circle-progress-text {
  font-size: 20px;
  font-weight: 600;
  fill: #94AFCE;
}
.dash-app main.dash-content .tab-content {
  position: relative;
}
.dash-app main.dash-content .tab-content .not-registered {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 5%;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.dash-app main.dash-content .tab-content .not-registered p {
  color: #68808D;
  font-size: 16px;
}
.dash-app main.dash-content .card-document-wrapper .scroll-wrapper {
  height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dash-app main.dash-content .card-document-wrapper .select-items-icon {
  width: 28px;
  height: 28px;
  background-color: #EBECEE;
  border-radius: 100px;
  margin-right: 15px;
}
.dash-app main.dash-content .card-document-wrapper .requirement-card.active .select-items-icon {
  background-color: #364F6B;
  position: relative;
  padding: 5px 6px;
}
.dash-app main.dash-content .card-document-wrapper .requirement-card.active .select-items-icon::before {
  content: url("../img/check-icon-green.svg");
  position: absolute;
}
.dash-app main.dash-content .card-items {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-sizing: border-box;
  border-radius: 6px;
}
.dash-app main.dash-content .card-items .document-link {
  background-color: #EBEEF2;
}
.dash-app main.dash-content .card-items .privacy-icons {
  width: 45px;
}
.dash-app main.dash-content .card-items .cst-icon {
  max-width: 58px;
  padding-top: 8px;
}
.dash-app main.dash-content .border-bottom-1 {
  border: 0;
  border-bottom: 1px solid rgba(54, 79, 107, 0.16);
}
.dash-app main.dash-content .gdpr-info-tab {
  background-color: #fff;
  border: 1px solid rgba(54, 79, 107, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 20px;
}
.dash-app main.dash-content .gdpr-info-tab .nav-link {
  color: rgba(104, 128, 141, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #D2D7DE;
}
.dash-app main.dash-content .gdpr-info-tab .nav-link.active {
  font-weight: 500;
  color: #364F6B;
  border-bottom: 3px solid #364F6B;
  border-radius: 3px 3px 0px 0px;
}
@media only screen and (min-width: 1930px) {
  .dash-app .xl-scr {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .dash-app .xl-scr div.top-stats-cards {
    min-width: 350px;
  }
}
.dash-app .top-stats {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1930px) {
  .dash-app .top-stats .col-lg-6 {
    flex: initial;
    max-width: initial;
    width: initial;
  }
  .dash-app .top-stats .col-lg-6 .top-stats-cards {
    min-width: 450px;
  }
}
.dash-app .top-stats-cards {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(54, 79, 107, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.dash-app .top-stats-cards span.title {
  color: #68808D;
  line-height: 14px;
  margin-bottom: 4px;
  font-size: 12px;
}
.dash-app .top-stats-cards span.number {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.dash-app .top-stats-cards span.floating-info {
  font-size: 10px;
  font-weight: 500;
  background-color: #FC5185;
  border-radius: 30px;
  padding: 2px 5px;
  position: absolute;
  color: white;
  top: -10px;
  right: 14px;
}
.dash-app .top-stats-cards .txt-green {
  color: #31D0AA;
}
.dash-app .top-stats-cards .txt-gold {
  color: #F0A30E;
}
.dash-app .top-stats-cards .txt-pink {
  color: #FC5185;
}
.dash-app .top-stats-cards .txt-teal {
  color: #2FE1EC;
}
.dash-app .top-stats-cards .bg-pink {
  background: #FC5185;
}
.dash-app .top-stats-cards img.consultant-img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}
.dash-app .top-stats-cards .progress {
  height: 6px;
  background: #DADADA;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.dash-app .stats-flex .top-stats-cards {
  min-width: 190px;
}
.dash-app .stats-flex .top-stats-cards + .top-stats-cards {
  margin: 0 10px;
}
.dash-app span.ticket-nr {
  background: #364F6B;
  color: #3FC1C9;
  font-weight: 500;
  font-size: 12px;
  padding: 4px 7px 4px 6px;
  border-radius: 100px;
  margin-left: 0.5rem;
}
.dash-app .banner-gdpr {
  background: linear-gradient(0deg, rgba(47, 225, 236, 0.05), rgba(47, 225, 236, 0.05)), #FFFFFF;
  margin-top: 20px;
}
.dash-app .bannerWrapper .slick-dots {
  bottom: 15px;
}
.dash-app .bannerWrapper .slick-dots li {
  margin: 0 2px;
}
.dash-app .bannerWrapper .slick-dots li button:before {
  font-size: 10px;
}

.dash-compact .logo-normal {
  display: none;
}
.dash-compact .logo-compact {
  display: block !important;
}
.dash-compact .dash-nav {
  min-width: 78px;
  width: 78px !important;
}
.dash-compact .dash-nav .sidebar-header .menu-toggle {
  display: none;
}
.dash-compact .dash-nav .dash-nav-list .dash-nav-item {
  padding: 14px 5px !important;
  border-bottom: 1px solid #D2D7DE;
}
.dash-compact .dash-nav .dash-nav-list .dash-nav-item img {
  margin: 0 auto !important;
}
.dash-compact .dash-nav .dash-nav-list .dash-nav-item svg {
  margin: 0 auto !important;
}
.dash-compact .dash-nav .dash-nav-list .dash-nav-item .nav-item-name {
  display: none;
}
.dash-compact .dash-app {
  margin-left: 80px;
}
.dash-compact .dash-toolbar {
  left: 80px !important;
}
.dash-compact .dash-toolbar a.menu-toggle {
  display: block !important;
  margin-right: 30px;
}

.file-upload-img {
  height: 130px;
  width: 130px;
  border: 1px solid #D2D7DE;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.file-upload-img img.edit {
  position: absolute;
  width: 24px;
  bottom: 10px;
  right: 10px;
}

.file-upload-img input {
  position: absolute;
  height: 400px;
  width: 400px;
  left: -200px;
  top: -200px;
  background: transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}

.file-upload-img img {
  width: 70px;
  cursor: pointer;
}

.file-upload-img + .font-12px {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-style: italic;
  margin-top: 10px;
}

.card-wrapper {
  background-color: #fff;
  border: 1px solid rgba(54, 79, 107, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.card-wrapper--h100 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .card-wrapper--h100 {
    min-height: 375px;
  }
}
.card-wrapper--h100__body {
  flex: 1;
}
.card-wrapper--h100 .overCard {
  padding: 60px 24px 40px;
}
.card-wrapper--h100 .overCard .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 11;
}
.card-wrapper--lightblue {
  background-color: rgba(63, 193, 201, 0.05);
  border: 1px solid rgba(63, 193, 201, 0.16);
}

.process-wrapper .process-item .icon {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  padding: 5px 12px;
  background-color: #EBEEF2;
  border-radius: 100px;
}
.process-wrapper .process-item .icon svg {
  color: #3FC1C9;
}
.process-wrapper .process-item .line {
  height: 4px;
  background-color: #EBEEF2;
  display: block;
  width: 100%;
  margin: 10px 0 8px 0;
}
.process-wrapper .process-item .text-wrapper {
  max-width: 125px;
  margin: 0 auto;
}
.process-wrapper .process-item .text-wrapper .text-desc {
  font-size: 13px;
  text-align: center;
  line-height: 15px;
}
.process-wrapper .process-item.active .icon {
  width: 32px;
  height: 32px;
  padding: 1px 9px;
  margin-bottom: 2px;
  margin-top: 2px;
  background-color: #3FC1C9;
  border: 1px solid #3FC1C9;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  margin: 4px auto;
}
.process-wrapper .process-item.active .icon svg {
  color: #fff;
}
.process-wrapper .process-item.active .line {
  background-color: #3FC1C9;
}

.agent-info .label {
  width: 125px;
}

span.icon-cal {
  position: absolute;
  right: 30px;
  top: 8px;
  bottom: 0;
  margin: auto;
  cursor: none;
}

input#mydate {
  cursor: pointer;
}

.top-search::placeholder {
  color: rgba(104, 128, 141, 0.5);
}

.high-level {
  color: #FC5185;
}

span.high-level:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 4px;
  position: relative;
  top: -3px;
}

.high-level-circle {
  color: #FC5185;
  display: flex;
  align-items: flex-end;
}

span.high-level-circle:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.medium-level {
  color: #F07B0E;
}

span.medium-level:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 4px;
  font-size: 10px;
  vertical-align: text-bottom;
}

.medium-level-circle {
  color: #F07B0E;
  display: flex;
  align-items: flex-end;
}

span.medium-level-circle:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 14px;
  font-size: 10px;
  vertical-align: text-bottom;
}

.low-level {
  color: #3FC1C9;
}

span.low-level:before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 1px;
  position: relative;
  top: -3px;
}

.low-level-circle {
  color: #3FC1C9;
  display: flex;
  align-items: flex-end;
}

span.low-level-circle:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.completed-circle-before {
  color: #2FE1EC;
  display: flex;
  align-items: end;
}
.completed-circle-before::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.inprogress-circle-before {
  color: #F07B0E;
  display: flex;
  align-items: end;
}
.inprogress-circle-before::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.inreview-circle-before {
  color: #2A94F6;
  display: flex;
  align-items: end;
}
.inreview-circle-before::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.new-circle-before {
  color: #FC5185;
  display: flex;
  align-items: end;
}
.new-circle-before::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.dispute-circle-before {
  color: #5C7187;
  display: flex;
  align-items: end;
}
.dispute-circle-before::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  padding-right: 14px;
  position: relative;
  top: -3px;
}

.table .cell {
  border-left: 3px grey solid;
  color: #364F6B;
}
.table .cell-active {
  border-left: 3px #FC5185 solid;
}
.table .important img {
  margin: 10px;
}
.table tr.row-active td {
  color: #68808D;
  font-weight: 500;
}
.table tr.row-active td:first-child {
  border-left: 3px #FC5185 solid;
}

tbody {
  color: #68808D;
}

table tr th {
  color: #364F6B;
}

.td-lg-padding {
  padding: 20px;
}

.border-tbl {
  border: 1px solid #0E86CC;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 25px 10px 10px;
}

.dataTable tbody td {
  color: #68808D !important;
}
.dataTable td {
  border-left: 0;
  border-bottom: 0;
}
.dataTable tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}

.dataTable tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}

i.fas.fa-circle {
  font-size: 8px;
  margin-right: 6px;
  vertical-align: middle;
  padding: 0 0 2px 0;
}

.status-submission {
  color: #F07B0E;
}

.status-terminated {
  color: #FC5185;
}

.status-verified {
  color: #3FC1C9;
}

span.dropdown-list {
  font-weight: 500;
}

.tab-account-wrapper .account-nav li.nav-item {
  padding: 0 20px;
}
.tab-account-wrapper .account-nav li.nav-item a.nav-link {
  color: #68808D;
  font-size: 14px;
}
.tab-account-wrapper .account-nav li.nav-item a.nav-link:hover, .tab-account-wrapper .account-nav li.nav-item a.nav-link:active {
  border: 0;
}
.tab-account-wrapper .account-nav li.nav-item a.nav-link.active {
  background: transparent;
  font-weight: 700;
  color: #364F6B;
  border: 0;
  border-bottom: 3px solid #364F6B !important;
  border-radius: 2px 2px 0px 0px;
}
.tab-account-wrapper .title-info {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}
.tab-account-wrapper .account-form-info .form-group {
  color: #9CA2AB;
  position: relative;
}
.tab-account-wrapper .account-form-info .form-group label {
  font-size: 12px import !important;
}
.tab-account-wrapper .account-form-info .form-group input {
  font-size: 14px;
  border-radius: 4px !important;
  height: 40px !important;
}
.tab-account-wrapper .account-form-info .form-group input::placeholder {
  color: #9CA2AB;
}
.tab-account-wrapper .account-form-info .form-group:hover label, .tab-account-wrapper .account-form-info .form-group:active label, .tab-account-wrapper .account-form-info .form-group:focus label, .tab-account-wrapper .account-form-info .form-group:focus-visible label, .tab-account-wrapper .account-form-info .form-group:focus-within label {
  color: #364F6B;
}
.tab-account-wrapper .account-form-info .form-group:hover input::placeholder, .tab-account-wrapper .account-form-info .form-group:active input::placeholder, .tab-account-wrapper .account-form-info .form-group:focus input::placeholder, .tab-account-wrapper .account-form-info .form-group:focus-visible input::placeholder, .tab-account-wrapper .account-form-info .form-group:focus-within input::placeholder {
  color: #364F6B;
}
.tab-account-wrapper .account-form-info .form-group .password-eye {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.tab-account-wrapper .company-info {
  font-weight: 500;
  margin-bottom: 20px;
}
.tab-account-wrapper .company-info .labels {
  min-width: 180px;
  font-size: 12px;
  line-height: 14px;
}
.tab-account-wrapper .company-info .labels-info {
  color: rgba(54, 79, 107, 0.5);
  font-size: 12px;
  line-height: 14px;
}
.tab-account-wrapper table td {
  padding: 18px;
}

.tooltip {
  font-size: 12px !important;
  line-height: 18px;
  margin-left: 12px;
  max-width: 200px;
}

.card-70-vh {
  min-height: 70vh;
}

.card-50-vh {
  min-height: 50vh;
}

.form-control:hover, .form-control:active, .form-control:focus {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2) !important;
}

.ticket-requests .vertical-hr {
  border-right: 1px solid #E8E8E8;
}
.ticket-requests .search-box {
  margin: 30px 30px 24px 10px;
}
.ticket-requests .search-box .search-input input {
  position: relative;
  padding-left: 40px;
}
.ticket-requests .search-box .search-input span img {
  position: absolute;
  left: 20px;
  top: 10px;
}
.ticket-requests .ticket-link {
  padding-left: 20px;
}
.ticket-requests .ticket-link table tr {
  vertical-align: middle;
  cursor: pointer;
}
.ticket-requests .ticket-link table tr td {
  border-right: 0;
  vertical-align: middle;
}
.ticket-requests .ticket-link table tr td .time {
  color: rgba(104, 128, 141, 0.5);
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.ticket-requests .ticket-link table tr td .ticket-name {
  color: #68808D;
  font-size: 14px;
  line-height: 16px;
}
.ticket-requests .ticket-link table tr.active {
  background: linear-gradient(0deg, #F6F8FA, #F6F8FA);
  mix-blend-mode: normal;
  box-shadow: 0px -1px 0px #E8EEF0, 0px 1px 0px #E8EEF0;
}
.ticket-requests .answers-box .user-name {
  font-weight: 600;
}
.ticket-requests .answers-box .comments {
  margin-top: 100px;
}

.button-wrapper {
  position: relative;
  text-align: center;
}
.button-wrapper ::-webkit-file-upload-button {
  cursor: pointer;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
}

#fileInput {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 50px;
}

.page-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.page-title h3 {
  margin-right: 15px;
  max-width: 65%;
}
.page-title .info {
  display: flex;
  color: #364F6B;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 0.7px solid #364F6B;
  height: 18px;
  text-align: right;
}
.page-title .info:after {
  display: block;
  content: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='rgb(55, 80, 109)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8,1.33A6.67,6.67,0,1,0,14.67,8,6.67,6.67,0,0,0,8,1.33ZM8.67,12H7.33V10.67H8.67Zm.65-3.26c-.13.11-.26.21-.36.31a.9.9,0,0,0-.29.53v.09H7.33V9.56A2.16,2.16,0,0,1,8,8.11a4.72,4.72,0,0,1,.46-.4c.49-.4.81-.69.81-1.09a1.28,1.28,0,0,0-.39-.89,1.28,1.28,0,0,0-1.8,0,1.32,1.32,0,0,0-.39.89H5.38a2.62,2.62,0,1,1,5.24,0A2.76,2.76,0,0,1,9.32,8.74Z' transform='translate(-1.33 -1.33)'/%3E%3C/svg%3E");
  background-size: 28px 28px;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.page-title .info:hover {
  color: #3FC1C9;
  border-color: #3FC1C9;
}
.page-title .info:hover:after {
  content: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='rgb(63, 193, 201)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8,1.33A6.67,6.67,0,1,0,14.67,8,6.67,6.67,0,0,0,8,1.33ZM8.67,12H7.33V10.67H8.67Zm.65-3.26c-.13.11-.26.21-.36.31a.9.9,0,0,0-.29.53v.09H7.33V9.56A2.16,2.16,0,0,1,8,8.11a4.72,4.72,0,0,1,.46-.4c.49-.4.81-.69.81-1.09a1.28,1.28,0,0,0-.39-.89,1.28,1.28,0,0,0-1.8,0,1.32,1.32,0,0,0-.39.89H5.38a2.62,2.62,0,1,1,5.24,0A2.76,2.76,0,0,1,9.32,8.74Z' transform='translate(-1.33 -1.33)'/%3E%3C/svg%3E");
}
.page-title .ctrl-btns {
  flex-grow: 10;
  justify-content: right;
  text-align: right;
}
.page-title .ctrl-btns .btn {
  margin-right: 10px;
}

.btns-row {
  margin: 30px 0;
}
.btns-row .btn {
  margin-right: 10px;
}

.copy-link-input input.form-control {
  background-color: #fff;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.copy-link-input .btn {
  min-width: 130px;
}

.time-spent-wrapper {
  position: relative;
}
.time-spent-wrapper img {
  display: block;
  margin: 0 auto;
}
.time-spent-wrapper img.min-w-clock {
  min-width: 220px;
}
.time-spent-wrapper .clock-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.time-spent-wrapper .clock-text .time-clock {
  font-size: 22px;
}
.time-spent-wrapper .clock-line {
  display: block;
  width: 125px;
  max-width: 150px;
  margin: 4px 0 2px;
}

.border-right-v {
  border-right: 1px solid #E8E8E8;
}

.star-ratings {
  display: flex;
  justify-content: center;
}
.star-ratings .fa.fa-star {
  font-size: 24px;
  margin: 0 3px;
  color: #E8E8E8;
}
.star-ratings .fa.fa-star.checked {
  color: #F0A30E;
}

.listing li {
  list-style: none;
}

.hours-selection .hours-items {
  background-color: #fff;
  padding: 15px 24px;
  border-radius: 6px;
}
.hours-selection .hours-items .price {
  font-size: 20px;
}
.hours-selection .hours-items:active, .hours-selection .hours-items:hover, .hours-selection .hours-items:focus {
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.3);
}

.referrals-number {
  background-color: rgba(220, 237, 254, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 25px 40px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}
.referrals-number .number-top {
  font-size: 50px;
  color: #1288F5;
  margin-bottom: -10px;
}

.left-border-referral {
  border-left: 1px solid #E8E8E8;
}

.gift-banner {
  background: linear-gradient(0deg, rgba(47, 225, 236, 0.05), rgba(47, 225, 236, 0.05)), url("../img/bannerside.svg");
  border: 1px solid rgba(63, 193, 201, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  padding: 26px 9% 25px 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
}
.gift-banner .text-info {
  position: relative;
}
.gift-banner .text-info .shape {
  position: absolute;
  right: -45px;
  bottom: -25px;
}
.gift-banner .gift-box {
  background: #fff;
  padding: 18px 0px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid rgb(63, 193, 201);
  position: relative;
  cursor: default;
}
.gift-banner .gift-box img {
  height: 69px;
}
.gift-banner .gift-box .selected {
  background: #3FC1C9;
  padding: 3px 8px;
  border-radius: 100px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  right: 5px;
}
.gift-banner .gift-box .gift-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 98%;
  height: 98%;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.gift-banner .gift-box .gift-locked .show-second {
  display: none;
}
.gift-banner .gift-box .gift-locked:hover .show-first {
  display: none;
}
.gift-banner .gift-box .gift-locked:hover .show-second {
  display: block;
}
.gift-banner .gift-box.selected-box {
  border: 1px solid #3FC1C9;
}

.min-h-37 {
  min-height: 346px;
}

.table-data th {
  border-right: 1px solid #dee2e6;
}
.table-data th:last-child {
  border-right: 0;
}

.pulsating-wrapper {
  position: relative;
}
.pulsating-wrapper span.pulsating-gift {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.pulsating-wrapper span.pulsating-gift img {
  width: 95px;
}

.badges {
  min-height: 60px;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.badges .badge-xs {
  margin: 3px 2px !important;
  padding: 3px 10px !important;
}

.worker-profile {
  position: relative;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.worker-profile .worker-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}
.worker-profile .status {
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #fff;
  top: -10px;
  position: absolute;
  right: 15px;
}
.worker-profile .available {
  background: #49DCBC;
}
.worker-profile .unavailable {
  background: #9CA2AB;
}
.worker-profile .admin-option {
  align-items: center;
}
.worker-profile .admin-option .admin-icons {
  display: none;
}
.worker-profile .admin-option:hover a.admin-icons {
  display: block;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  padding: 3px 5px 0 7px;
}
.worker-profile .admin-option:hover a.admin-icons:hover {
  background: #E8E8E8;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  padding: 3px 5px 0 7px;
}
.worker-profile .admin-option:hover .admin-icons.terminate:hover {
  background: rgba(230, 39, 62, 0.06);
  padding: 3px 5px 0 7px;
}
.worker-profile .worker-in-progress img {
  display: block;
  margin: 0 auto;
}
.worker-profile .card-body-worker p {
  text-overflow: ellipsis;
  overflow: hidden;
  height: 4rem;
}

.segmented-input {
  align-items: center;
  box-sizing: border-box !important;
  border: 1px solid #E8E8E8;
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  border-radius: 4px !important;
  border-radius: 8px !important;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.segmented-input input {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.segmented-input input:hover, .segmented-input input:active, .segmented-input input:focus, .segmented-input input:focus-within {
  border: 0 !important;
  box-shadow: none !important;
}
.segmented-input input.form-control {
  box-shadow: none !important;
}
.segmented-input input::-webkit-outer-spin-button,
.segmented-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.segmented-input input[type=number] {
  -moz-appearance: textfield;
}
.segmented-input:hover, .segmented-input:active, .segmented-input:focus {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.3), inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  font-weight: 700;
  color: #364F6B;
}
.segmented-input:hover .line, .segmented-input:active .line, .segmented-input:focus .line {
  color: #68808D;
}

.segmented-input:hover, .segmented-input:active, .segmented-input:focus {
  box-shadow: none !important;
}

.segmented-input.disabled {
  background: #F6F6F6 !important;
}
.segmented-input.disabled:hover, .segmented-input.disabled:active, .segmented-input.disabled:focus {
  box-shadow: none !important;
  border: 0;
}

.form-check label.form-check-label {
  color: #364F6B;
  margin-top: 5px;
}

.currency {
  position: relative;
}
.currency .pound {
  position: absolute;
  top: 40px;
  font-weight: 500;
  left: 12px;
}

.percent {
  position: relative;
}
.percent .percent-icon {
  position: absolute;
  top: 27%;
  font-weight: 500;
  right: 24px;
}

.conultant-info-preview {
  padding-top: 20px;
}
.conultant-info-preview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}
.conultant-info-preview .name {
  font-size: 18px;
  margin-bottom: 0.4rem;
}

.status-green {
  color: #49DCBC;
}

.status-gray {
  color: #68808D;
}

.onboarding-box .onboarding-summary-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.onboarding-box .badge-xs + .badge-xs {
  margin: 2px;
  display: inline-block;
}

.upload-file-wrapper .custom-file {
  position: relative;
  font-family: arial;
  overflow: hidden;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  padding: 10px;
}
.upload-file-wrapper .custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}
.upload-file-wrapper .custom-file img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.upload-file-wrapper ul.file-list {
  font-family: arial;
  list-style: none;
  padding: 0;
}
.upload-file-wrapper ul.file-list li {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.upload-file-wrapper .remove-list {
  cursor: pointer;
  margin-left: 10px;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
  color: #3FC1C9;
  margin: 5px auto;
  text-align: center;
  text-decoration: underline;
}

.pending-info {
  background: rgba(63, 193, 201, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 12px 20px;
}
.pending-info p {
  font-size: 13px;
  color: #364F6B;
}

.tick-info {
  display: flex;
  align-items: center;
  color: #3FC1C9;
}
.tick-info img {
  width: 18px;
  height: 18px;
}

.assigned-consultant {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
}
.assigned-consultant .assigned-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.assigned-consultant .assigned-btn .tick-info {
  display: flex;
  align-items: center;
  color: #3FC1C9;
}

img.consultant-steps {
  width: 90px;
  height: 90px;
  object-fit: cover;
}

.company-msg {
  box-shadow: inset 0px 2px 2px -1px rgba(74, 74, 104, 0.25);
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  padding: 8px 12px;
  max-height: 280px;
  overflow-y: auto;
}

.hover-tick:hover svg path {
  fill: #3FC1C9;
}

.hover-x:hover svg path {
  fill: #E6273E;
}

.navig-border {
  border-bottom: 1px solid #DFE3E7;
  min-width: 120px;
  text-align: center;
}
.navig-border span.red-dot {
  width: 10px;
  height: 10px;
  background: #FC5185;
  border-radius: 100px;
  position: absolute;
  right: 0;
}

label.toggleLabel.small-toggle {
  width: 36px;
  height: 23px;
}
label.toggleLabel.small-toggle::after {
  width: 18px;
  height: 18px;
  left: 2px;
}

input.toggleCheckbox.small-chkbx:checked + label:after {
  left: calc(100% - 2px);
}

.info-banner {
  background: rgba(63, 193, 201, 0.1);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  padding: 12px 20px;
}

.labels {
  min-width: 130px;
}

.leftSide {
  min-width: 160px;
  padding-right: 0 !important;
}

.card-wrapper input.form-check-input {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
}

.cards-small {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(54, 79, 107, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.cards-small img {
  margin-right: 1rem;
}
.cards-small .numbers-top {
  font-size: 26px;
  margin-bottom: -5px;
}

.star-bg {
  background-image: url("../img/bg-stars.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }
  to {
    opacity: 1;
  }
}
.chart-wrapper .chartjs-render-monitor {
  animation: chartjs-render-animation 1ms;
}
.chart-wrapper .chartjs-size-monitor, .chart-wrapper .chartjs-size-monitor-expand, .chart-wrapper .chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}
.chart-wrapper .chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}
.chart-wrapper .chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.selection-wrapper {
  position: relative;
}
.selection-wrapper select#SelectPeriod {
  padding: 8px 20px 8px 10px;
  color: #68808D;
  font-weight: 500;
  border: 1px solid #D2D7DE !important;
  box-shadow: none !important;
  outline: 0;
  background: transparent !important;
  cursor: pointer;
  height: initial !important;
}
.selection-wrapper .cal-icon {
  position: absolute;
  right: 14%;
  top: 18%;
}

.circle-bar-work {
  position: relative;
}
.circle-bar-work svg {
  width: 180px;
  height: 180px;
}
.circle-bar-work svg circle.circle-progress-circle {
  stroke: rgba(47, 225, 236, 0.3);
  stroke-linecap: round;
  stroke-width: 12;
}
.circle-bar-work svg path.circle-progress-value {
  stroke: #2FE1EC;
  stroke-linecap: round;
  stroke-width: 14;
  stroke-dashoffset: 20;
}
.circle-bar-work svg text.circle-progress-text {
  display: none;
}
.circle-bar-work .text-middle {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-bar-work .text-middle span {
  display: block;
}

.line-work {
  width: 30px;
  height: 4px;
  border-radius: 100px;
}

.line-work.line-complete {
  background-color: #2FE1EC;
}

.line-work.line-new {
  background-color: rgba(47, 225, 236, 0.3);
}

.hover-text:hover span:nth-child(1) {
  color: #3FC1C9;
  font-weight: 500;
}
.hover-text:hover span:nth-child(2) {
  color: #364F6B;
}

.hover-text-svg:hover {
  color: #3FC1C9;
}
.hover-text-svg:hover svg {
  transform: translateX(5px);
  transition: all 0.3s linear;
}
.hover-text-svg:hover svg path {
  fill: #3FC1C9 !important;
}

.hover-arrow svg {
  transform: translateX(-5px);
}
.hover-arrow:hover {
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.hover-arrow:hover svg {
  transform: translateX(0px);
  transition: all 0.3s linear;
}
.hover-arrow:hover svg path {
  fill: #3FC1C9;
}

tr.row-hover:hover {
  background: #EBEEF2;
}

.hover-icon-edit:hover span.primary-text {
  color: #3FC1C9;
}
.hover-icon-edit:hover svg path {
  stroke: #3FC1C9;
}

.invoice-msg {
  display: none;
  position: absolute;
  right: 1rem;
  padding-right: 4rem !important;
}

.my-companies.table td, .my-companies.table th {
  vertical-align: middle;
}
.my-companies.table tr {
  height: 60px;
}

.hBox--underline {
  padding: 12px 0;
  border-bottom: 1px solid #D2D7DE;
}
.hBox--border {
  padding: 15px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #D2D7DE;
  border-radius: 6px;
  margin-bottom: 12px;
}

.nr {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
}
.nr--dark {
  color: #586473;
}
.nr--red {
  color: #FC5185;
}
.nr--green {
  color: #31D0AA;
}
.nr--gold {
  color: #F0A30E;
}
.nr--teal {
  color: #2FE1EC;
}
.nr--purple {
  color: #A57BFF;
}
.nr--blue {
  color: #3FC1C9;
}

.overDivMain {
  padding: 50px;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

.overCard {
  padding: 50px;
  text-align: center;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  background: rgba(245, 253, 254, 0.7);
  border: 1px solid rgba(63, 193, 201, 0.4);
}
.overCard--white {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(54, 79, 107, 0.08);
  text-align: left;
}
.overCard--white .top-compliance {
  position: relative;
}
.overCard--white .top-compliance::before {
  content: url("../img/chat-icon.svg");
  position: absolute;
  bottom: 94%;
}
.overCard--white .top-article-27 {
  position: relative;
}
.overCard--white .top-article-27::before {
  content: url("../img/article27-icon.svg");
  position: absolute;
  bottom: 94%;
}
.overCard--white .top-vendor {
  position: relative;
}
.overCard--white .top-vendor::before {
  content: url("../img/peopleconnection-icon.svg");
  position: absolute;
  bottom: 94%;
}
.overCard--white .top-dpo {
  position: relative;
}
.overCard--white .top-dpo::before {
  content: url("../img/dataprotectionon-icon.svg");
  position: absolute;
  bottom: 94%;
}
.overCard--white:hover, .overCard--white:focus, .overCard--white:active {
  background: linear-gradient(322deg, rgba(255, 255, 255, 0.6), rgba(47, 225, 236, 0.1)), linear-gradient(314deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  border: 1px solid rgba(234, 234, 234, 0.4);
}
.overCard--white:hover .top-compliance::before, .overCard--white:focus .top-compliance::before, .overCard--white:active .top-compliance::before {
  content: url("../img/chatverified-icon.svg");
}
.overCard--white:hover .top-article-27::before, .overCard--white:focus .top-article-27::before, .overCard--white:active .top-article-27::before {
  content: url("../img/article27star-icon.svg");
}
.overCard--white:hover .top-vendor::before, .overCard--white:focus .top-vendor::before, .overCard--white:active .top-vendor::before {
  content: url("../img/peopleconnectionon-icon.svg");
}
.overCard--white:hover .top-dpo::before, .overCard--white:focus .top-dpo::before, .overCard--white:active .top-dpo::before {
  content: url("../img/dataprotectionline-icon.svg");
}
.overCard--white--nohover {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(54, 79, 107, 0.08);
}

.overCard.overCardHide {
  display: none !important;
}

.sar-manager__steps {
  position: relative;
  padding: 30px 0;
  overflow-x: hidden;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .sar-manager__steps {
    align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .sar-manager__steps {
    flex-direction: column;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .sar-manager__steps .alert-badge {
    left: 320px !important;
    width: -webkit-fill-available !important;
  }
  .sar-manager__steps::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E8E8E8;
    position: absolute;
    left: 320px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 991px) {
  .sar-manager__steps::before {
    left: 300px;
  }
}
.sar-manager__steps .arrow-navs a.scroll-top {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 130px;
  z-index: 99;
  transform: rotate(180deg);
}
.sar-manager__steps .arrow-navs a.scroll-top img {
  width: 24px;
}
.sar-manager__steps .arrow-navs a.scroll-down {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 120px;
  z-index: 99;
}
@media only screen and (max-width: 1200px) and (max-width: 991px) {
  .sar-manager__steps .arrow-navs a.scroll-down {
    top: 425px;
  }
}
.sar-manager__steps .arrow-navs a.scroll-down img {
  width: 24px;
}
.sar-manager__steps .navi {
  position: relative;
  overflow-y: auto;
  max-height: 415px;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .sar-manager__steps .navi {
    max-height: 350px;
  }
}
.sar-manager__steps .navi::-webkit-scrollbar {
  display: none;
}
.sar-manager__steps .navi::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sar-manager__steps .navi {
    min-width: 325px;
    width: 325px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) and (min-width: 991px) {
  .sar-manager__steps .navi {
    min-width: 300px;
    width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .sar-manager__steps .navi {
    border: 0;
    max-height: 390px;
    padding: 0;
    margin: 1rem 0;
  }
}
.sar-manager__steps .navi ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  border: 0;
}
.sar-manager__steps .navi ul li {
  display: flex;
  margin: 10px 0;
  position: relative;
  min-height: 50px;
}
.sar-manager__steps .navi ul li .navi__icon svg {
  width: 34px;
  height: 34px;
}
.sar-manager__steps .navi ul li a {
  color: rgba(54, 79, 107, 0.5);
  opacity: 0.5;
  border: 0;
  display: flex;
  align-items: center;
}
.sar-manager__steps .navi ul li a:hover {
  opacity: 1;
  color: #364F6B;
}
.sar-manager__steps .navi ul li a:hover svg {
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  border-radius: 100px;
}
.sar-manager__steps .navi ul li a:hover svg circle {
  fill: #3FC1C9;
}
.sar-manager__steps .navi ul li a:hover svg path {
  fill: #364F6B;
}
.sar-manager__steps .navi ul li a:hover svg path:nth-child(3), .sar-manager__steps .navi ul li a:hover svg path:nth-child(5), .sar-manager__steps .navi ul li a:hover svg path:nth-child(6), .sar-manager__steps .navi ul li a:hover svg path:nth-child(7) {
  fill: #fff;
}
.sar-manager__steps .navi ul li a::after {
  content: url("../img/arrow-down.svg");
  position: absolute;
  bottom: -15px;
  left: 25px;
  opacity: 0.5;
}
.sar-manager__steps .navi ul li a.active {
  border: 0;
  color: #364F6B;
  opacity: 1;
}
.sar-manager__steps .navi ul li a.active::before {
  opacity: 1;
}
.sar-manager__steps .navi ul li a.active svg {
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  border-radius: 100px;
}
.sar-manager__steps .navi ul li a.active svg circle {
  fill: #3FC1C9;
}
.sar-manager__steps .navi ul li a.active svg path {
  fill: #364F6B;
}
.sar-manager__steps .navi ul li a.active svg path:nth-child(3), .sar-manager__steps .navi ul li a.active svg path:nth-child(5), .sar-manager__steps .navi ul li a.active svg path:nth-child(6), .sar-manager__steps .navi ul li a.active svg path:nth-child(7) {
  fill: #fff;
}
.sar-manager__steps .navi ul li::last-child a::before {
  display: none !important;
}
.sar-manager__steps .navi__icon {
  margin-right: 12px;
}
.sar-manager__steps #navtabContent .tab-max {
  max-width: 800px;
  padding-left: 10%;
  padding-right: 10%;
}
.sar-manager__steps #navtabContent .tab-max .tab-text {
  max-height: 255px;
  overflow-y: auto;
  height: 255px;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .sar-manager__steps #navtabContent .tab-max {
    padding-left: 5%;
  }
}
.sar-manager__steps #navtabContent .btn-grey {
  max-width: 190px;
  display: block;
  margin-left: auto !important;
  margin-top: 20px;
}
.sar-manager__steps .donetick {
  opacity: 1 !important;
  color: #364F6B !important;
}
.sar-manager__steps .donetick .navi__icon {
  display: none;
}
.sar-manager__steps .donetick::before {
  content: "";
  margin-right: 10px;
  background-color: rgba(63, 193, 201, 0.3);
  min-width: 34px;
  min-height: 34px;
  background-image: url(../img/done-tick.svg);
  border-radius: 100px;
  background-size: cover;
}
.sar-manager__steps .donetick::after {
  opacity: 1 !important;
}
.sar-manager__steps .donetick:hover {
  opacity: 1;
  color: #364F6B;
}
.sar-manager__steps .donetick:hover .navi__icon {
  display: block;
}
.sar-manager__steps .donetick:hover::before {
  display: none;
}
.sar-manager__steps .donetick:hover svg {
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  border-radius: 100px;
}
.sar-manager__steps .donetick:hover svg circle {
  fill: #3FC1C9;
}
.sar-manager__steps .donetick:hover svg path {
  fill: #364F6B;
}
.sar-manager__steps .donetick:hover svg path:nth-child(3), .sar-manager__steps .donetick:hover svg path:nth-child(5), .sar-manager__steps .donetick:hover svg path:nth-child(6), .sar-manager__steps .donetick:hover svg path:nth-child(7) {
  fill: #fff;
}
.sar-manager__steps a.donetick.active {
  border: 0;
  color: #364F6B;
  opacity: 1;
}
.sar-manager__steps a.donetick.active .navi__icon {
  display: block;
}
.sar-manager__steps a.donetick.active::before {
  display: none;
}
.sar-manager__steps a.donetick.active svg {
  box-shadow: 0px 0px 0px 4px rgba(63, 193, 201, 0.3);
  border-radius: 100px;
}
.sar-manager__steps a.donetick.active svg circle {
  fill: #3FC1C9;
}
.sar-manager__steps a.donetick.active svg path {
  fill: #364F6B;
}
.sar-manager__steps a.donetick.active svg path:nth-child(3), .sar-manager__steps a.donetick.active svg path:nth-child(5), .sar-manager__steps a.donetick.active svg path:nth-child(6), .sar-manager__steps a.donetick.active svg path:nth-child(7) {
  fill: #fff;
}
.sar-manager__steps .skipped {
  opacity: 1 !important;
  color: #364F6B !important;
}
.sar-manager__steps .skipped::after {
  opacity: 1 !important;
}

.sar-manager__steps .navi ul li:last-child a:after {
  display: none;
}

#timelineLogs {
  max-height: 500px;
  max-height: 400px;
  overflow-y: auto;
}
#timelineLogs ul {
  padding-left: 0;
  list-style: none;
}
#timelineLogs ul li {
  margin: 14px 0;
  display: flex;
  align-items: center;
  position: relative;
}
#timelineLogs ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid #3FC1C9;
  border-radius: 100px;
  margin-right: 15px;
}
#timelineLogs ul li::after {
  content: "";
  width: 1px;
  background: #E8E8E8;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 6px;
  top: 18px;
}
#timelineLogs ul li:last-child::after {
  display: none;
}

.overhrs {
  border: 2px solid #FC5185 !important;
}

.card-connect {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.card-connect .logo {
  display: flex;
  margin-bottom: 30px;
}
.card-connect .logo img {
  max-height: 30px;
}
.card-connect .body {
  flex: 1;
}
.card-connect .body p {
  margin-bottom: 50px;
}

.signup {
  position: relative;
}
.signup__logo {
  position: fixed;
  top: 40px;
  left: 30px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .signup__logo {
    top: 20px;
    left: 20px;
  }
  .signup__logo img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .signup__logo {
    top: 15px;
    left: 20px;
  }
}
.signup__form {
  max-width: 420px;
  margin: 18vh auto 3vh auto;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .signup__form {
    max-width: 380px;
    margin: 8vh auto 5vh auto;
  }
}
@media only screen and (max-width: 991px) {
  .signup__form {
    margin: 4vh auto 5vh auto;
  }
}
@media only screen and (max-width: 700px) {
  .signup__form {
    margin: 10vh auto 5vh auto;
  }
}
.signup__form input.form-control {
  height: 42px !important;
}
.signup__form .form-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.signup__form--consultant {
  margin: 7vh auto 3vh auto;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .signup__form--consultant {
    margin: 7vh auto 2vh auto;
  }
}
@media only screen and (max-width: 991px) {
  .signup__form--consultant {
    margin: 3vh auto 6vh auto;
  }
}
.signup__form .bg-arrow {
  position: relative;
  max-width: max-content;
  margin: 0 auto;
}
.signup__form .bg-arrow::before {
  content: url("../img/arrow-in-box.svg");
  position: absolute;
  right: -40px;
  top: 10px;
}
.signup__form a.primary-text:hover, .signup__form a.primary-text:focus, .signup__form a.primary-text:active {
  color: #3FC1C9 !important;
}
.signup__form #more {
  display: none;
}
.signup__form #readM {
  background: transparent;
  border: 0 !important;
  margin: 0 auto;
  color: #3FC1C9 !important;
  outline: 0 !important;
}
.signup__info {
  background-color: #F2F2FA;
  padding: 8vh 60px 0 80px;
  background-image: url("/img/signup_info-img.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 340px;
}
@media only screen and (min-width: 992px) {
  .signup__info {
    position: fixed;
    right: 0;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .signup__info {
    padding: 4vh 80px 0;
  }
}
.signup__info h2 {
  font-size: 2rem;
  margin-left: -30px;
}
.signup__info h3 {
  font-weight: 500;
}
.signup__info ul {
  padding-left: 2rem;
}
.signup__info ul li {
  font-size: 0.875rem;
}
@media only screen and (max-width: 480px) {
  .signup__info {
    padding: 4vh 50px 30px;
    background-size: 200px;
  }
  .signup__info h2 {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
.signup__info .items .title {
  position: relative;
}
.signup__info .items .title::before {
  content: url("../img/checkmark.svg");
  position: absolute;
  left: -30px;
}
.signup__info--company {
  background-image: none;
  display: flex;
  align-items: center;
  padding: 0 0 0 60px;
  position: inherit;
}
.signup__info--company .image img {
  max-width: 90%;
  display: block;
  margin-left: auto;
}

.instant-box {
  display: flex;
  align-items: center;
  background-image: url("../img/instant_signup.svg");
  background-size: 145px;
  background-position: bottom 0 right 20px;
  background-repeat: no-repeat;
  background-color: rgb(232, 248, 249);
  border: 1px solid rgba(63, 193, 201, 0.47);
  justify-content: space-between;
  padding: 30px 20px;
  border-radius: 10px;
  margin-top: 25px;
}
.instant-box p {
  font-weight: 500;
}

.icon-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.icon-desc svg {
  margin-bottom: 15px;
}
.icon-desc__text {
  font-weight: 500;
  color: rgba(54, 79, 107, 0.5);
  width: 100px;
  line-height: 1.2;
  text-align: center;
  min-height: 34px;
}
.icon-desc.active-1 svg path:nth-child(1) {
  fill: #364F6B;
}
.icon-desc.active-1 svg path:nth-child(2) {
  fill: #3FC1C9;
}
.icon-desc.active-1 svg path:nth-child(3), .icon-desc.active-1 svg path:nth-child(4) {
  fill: #263546;
}
.icon-desc.active-1 svg path:nth-child(9), .icon-desc.active-1 svg path:nth-child(11) {
  fill: #364F6B;
}
.icon-desc.active-1 .icon-desc__text {
  color: #364F6B;
}
.icon-desc.active-2 svg path:nth-child(1), .icon-desc.active-2 svg path:nth-child(2) {
  fill: #364F6B;
}
.icon-desc.active-2 svg path:nth-child(3) {
  fill: #3FC1C9;
}
.icon-desc.active-2 svg path:nth-child(7) {
  fill: #364F6B;
}
.icon-desc.active-2 svg path:nth-child(8), .icon-desc.active-2 svg path:nth-child(9) {
  fill: #263546;
}
.icon-desc.active-2 .icon-desc__text {
  color: #364F6B;
}
.icon-desc.active-3 svg path:nth-child(1) {
  fill: #3FC1C9;
}
.icon-desc.active-3 svg path:nth-child(2) {
  fill: #318B90;
}
.icon-desc.active-3 svg path:nth-child(3) {
  fill: #fff;
}
.icon-desc.active-3 svg g path {
  fill: #364F6B !important;
}
.icon-desc.active-3 .icon-desc__text {
  color: #364F6B;
}
.icon-desc.active-4 svg path:nth-child(1), .icon-desc.active-4 svg path:nth-child(2) {
  fill: #3FC1C9;
}
.icon-desc.active-4 svg path:nth-child(3) {
  fill: #364F6B;
}
.icon-desc.active-4 svg path:nth-child(4) {
  fill: #318B90;
}
.icon-desc.active-4 svg g {
  stroke: #364F6B;
}
.icon-desc.active-4 svg g path {
  fill: #364F6B !important;
}
.icon-desc.active-4 .icon-desc__text {
  color: #364F6B;
}

.consultant-box {
  border: 1px solid rgba(54, 79, 107, 0.1);
  display: flex;
  align-items: center;
  padding: 13px;
  border-radius: 8px;
}

.free {
  position: relative;
  overflow: hidden;
}
.free::before {
  content: url("../img/badge-free.svg");
  position: absolute;
  right: -16px;
  top: -12px;
}

.nr-request {
  margin-bottom: -10px;
}

@media only screen and (min-width: 2100px) {
  .col-xlm-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.slide-indicators {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.slide-indicators__item {
  width: 8px;
  display: block;
  height: 8px;
  background: #E8E8E8;
  border-radius: 20px;
  margin: 0 3px;
}
.slide-indicators__item.active {
  background: #2FE1EC;
  width: 40px;
}

.slide-indicators__item, .icon {
  transition: opacity 0.3s ease-in-out;
}

.icon-140px {
  height: 140px;
}

.icon-120px {
  height: 120px;
}

.gradient-overlay {
  background: linear-gradient(0deg, rgba(246, 249, 252, 0) -7.04%, rgba(238, 244, 250, 0.8) 25.83%, #EEF4FA 90.76%);
  background-repeat: no-repeat;
  background-size: 100% 95%;
}

.top-logos {
  display: flex;
  align-items: center;
}
.top-logos__gdpr {
  border-right: 0.5px solid #364F6B;
  margin-right: 24px;
  padding-right: 24px;
}
.top-logos__client {
  display: flex;
  align-items: center;
}
.top-logos__client img {
  max-height: 45px;
}

.top-header__call-buttons {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-wrap: wrap;
}
.top-header__call-buttons a {
  color: #364F6B;
  margin: 0 7px;
  display: flex;
}
.top-header__call-buttons a.gb-flag::before {
  content: url(../img/icons/icn_gb.svg);
  margin-right: 10px;
}
.top-header__call-buttons a.irl-flag::before {
  content: url(../img/icons/icn_ie.svg);
  margin-right: 10px;
}
.top-header__call-buttons a.us-flag::before {
  content: url(../img/icons/icn_usa.svg);
  margin-right: 10px;
}
.top-header__call-buttons .phone {
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
}
.top-header__call-buttons .phone::before {
  content: url(../img/icons/icn_phone.svg);
  margin-right: 10px;
}

header.report {
  margin: 50px 0 80px;
}

.form-height {
  min-height: 780px;
  display: flex;
  align-items: center;
}

footer {
  background: #364F6B;
  position: relative;
  padding: 180px 0 40px;
  margin-top: 30px;
}
footer::before {
  content: "";
  clip-path: polygon(0 0, 0 19%, 100% 0);
  background: #fcfcfd;
  position: absolute;
  width: 100%;
  height: 45%;
  top: 0;
  margin-top: -1px;
}
footer .main-footer {
  color: #fff;
  font-size: 0.875rem;
  overflow: hidden;
  padding: 0 15px;
}
footer .main-footer p {
  font-size: 0.875rem;
}
footer .main-footer h5 {
  font-size: 1rem;
  color: #2FE1EC;
  margin-bottom: 20px;
}
footer .main-footer a {
  color: #fff;
}
footer .main-footer__logo {
  margin-bottom: 20px;
}
footer .main-footer__pages {
  list-style: none;
  padding-left: 0;
}
footer .main-footer__pages li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
footer .main-footer__address {
  position: relative;
  padding-left: 20px;
  margin: 24px 0;
  list-style-type: none;
}
footer .main-footer__address li {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
footer .main-footer__address::before {
  position: absolute;
  content: url(../img/icons/icn_location.svg);
  left: 0;
}
footer .subfooter__align {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
footer .subfooter__text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
}
footer .subfooter__pages a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 30px;
  display: inline-block;
}
footer .subfooter__pages a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  footer .subfooter__align {
    flex-direction: column;
  }
  footer .subfooter__pages a {
    margin: 4px 20px 4px 0;
  }
  footer .subfooter__pages a:last-child {
    margin-right: 0;
  }
}
footer hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer footer.entry-footer {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  footer .single.single-post footer {
    margin-top: 240px !important;
  }
}
@media only screen and (max-width: 991px) {
  footer .container {
    padding: 0;
  }
  footer .container.main-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .container.subfooter {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-card .btn {
    margin-left: 0;
  }
}

.accordion .accordion-item {
  background: #fff;
  box-shadow: 0px 18px 36px 0px rgba(46, 83, 124, 0.08);
  border-radius: 8px;
  border: 1px solid #DFE3E7;
  margin-bottom: 12px;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 20px 28px 20px 20px;
  color: #364F6B;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  border: 1px solid #2FE1EC;
}
.accordion button .accordion-title {
  font-size: 1.15rem;
  font-weight: 700;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 20px;
  width: 22px;
  height: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 12px;
  left: 5px;
  width: 18px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 13px;
  width: 2px;
  height: 18px;
  background: currentColor;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 60em;
  padding-bottom: 10px;
}
.accordion button[aria-expanded=true] + .accordion-content ul {
  padding-left: 40px;
  list-style: disc;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
.accordion .accordion-content p {
  padding: 0 20px;
  font-size: 0.875rem;
}

.subscription .logo {
  max-width: 100px;
}
.subscription header {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.04);
}
.subscription .card-wrapper h2 span {
  color: #2FE1EC;
  font-size: 32px;
  font-weight: 700;
}
.subscription .card-wrapper h2 small {
  color: #666B70;
  font-size: 13px;
}
.subscription .top-price h2 span {
  color: #2FE1EC;
  font-size: 32px;
  font-weight: 700;
}
.subscription .top-price h2 small {
  color: #666B70;
  font-size: 13px;
}
.subscription nav a {
  color: #364F6B;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.5;
}
.subscription nav a:hover {
  text-decoration: none;
}
.subscription nav a.active {
  opacity: 1;
}
.subscription .card-wrapper h2 {
  text-align: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.subscription .card-wrapper h5 {
  text-align: center;
  font-size: 18px;
  min-height: 55px;
  margin-bottom: 0 !important;
  padding-top: 0.5rem !important;
}
.subscription .best-plan-box .card-wrapper {
  border: 2px solid #2FE1EC;
  margin-top: 0;
}
.subscription .card-wrapper {
  margin-top: 40px;
  min-height: 480px;
}
.subscription .best-plan-box header {
  text-align: center;
  display: block;
  background: #2FE1EC;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 500;
}
.subscription .pricing-boxes li, .subscription .pricing-boxes p {
  font-size: 14px;
  color: #666B70;
  line-height: 24px;
  font-weight: 300;
}
.subscription .pricing-boxes li {
  padding-bottom: 10px;
  margin-right: -15px;
}
.subscription .pricing-boxes li i {
  color: #3FC1C9;
  font-size: 18px;
  margin-left: -27px;
}
.subscription .pricing-boxes input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #364F6B;
  width: 20px;
  height: 20px;
  padding: 3px;
  background-clip: content-box;
  border-radius: 50%;
}
.subscription .pricing-boxes input[type=radio]:checked {
  background-color: #364F6B;
}
.subscription .pricing-boxes .form-check {
  display: flex;
  align-items: end;
}
.subscription .best-plan-box .card-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.subscription .pricing-boxes .titlecard {
  min-height: 40px;
}
.subscription .pricing-boxes .form-group label {
  font-size: 14px;
  line-height: 30px;
  padding-left: 8px;
}
.subscription .list-unstyled {
  margin-left: 30px;
  padding-right: 20px;
}
.subscription .toggleWrapper .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  margin: 0 17px;
}
.subscription .toggleWrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.subscription .toggleWrapper input:checked + .slider {
  background-color: transparent;
  border: 1px solid #ccc;
}
.subscription .toggleWrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ccc;
}
.subscription .toggleWrapper .slider.round {
  border-radius: 34px;
}
.subscription .toggleWrapper input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.subscription .toggleWrapper .slider.round:before {
  border-radius: 50%;
}
.subscription .toggleWrapper .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  top: 0.5px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #3FC1C9;
}
.subscription .toggleWrapper .toggle-text {
  font-weight: 500;
  color: #666B70;
}
.subscription .toggleWrapper .toggle-text.active {
  color: #3FC1C9 !important;
}

.top-price {
  background: #eaf9fb;
  padding: 10px 0;
  border-top: 1px solid rgba(91, 215, 223, 0.16);
  border-bottom: 1px solid rgba(91, 215, 223, 0.16);
  margin-left: -15px;
  margin-right: -15px;
}

.long-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 202px;
}

.loader img {
  width: 40px;
  border-radius: 50%;
  padding-top: 20%;
  height: 40px;
  animation: pulse-bg 1s infinite;
}

.loader span {
  min-width: 100px;
  height: 20px;
  display: inline-block;
  animation: pulse-bg 1s infinite;
}

.loader p {
  width: 80%;
  animation: pulse-bg 1s infinite;
  height: 20px;
  line-height: 1.5em;
}

.package-box-loader img {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  animation: pulse-bg 1s infinite;
}

.package-box-loader span {
  padding-top: 20%;
  margin-bottom: 2%;
  margin-left: 2%;
  min-width: 85%;
  height: 20px;
  display: inline-block;
  animation: pulse-bg 1s infinite;
}

#test {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@keyframes pulse-bg {
  0% {
    background-color: #ddd;
  }
  50% {
    background-color: #d0d0d0;
  }
  100% {
    background-color: #ddd;
  }
}
.dropzoneCustom {
  padding: 0 !important;
  min-height: 0 !important;
}

.dropzoneCustomMessage {
  margin: 0 !important;
}

.dropzoneCustom, .dropzoneCustom * {
  box-sizing: border-box;
}

.dropzoneCustom {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzoneCustom.dz-clickable {
  cursor: pointer;
}

.dropzoneCustom.dz-clickable * {
  cursor: default;
}

.dropzoneCustom.dz-clickable .dz-message, .dropzoneCustom.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzoneCustom.dz-started .dz-message {
  display: none;
}

.dropzoneCustom.dz-drag-hover {
  border-style: solid;
}

.dropzoneCustom.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzoneCustom .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzoneCustom .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzoneCustom .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzoneCustom .dz-preview:hover {
  z-index: 1000;
}

.dropzoneCustom .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzoneCustom .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzoneCustom .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzoneCustom .dz-preview.dz-image-preview {
  background: white;
}

.dropzoneCustom .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzoneCustom .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzoneCustom .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzoneCustom .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzoneCustom .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzoneCustom .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzoneCustom .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzoneCustom .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzoneCustom .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzoneCustom .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzoneCustom .dz-preview .dz-details .dz-filename span, .dropzoneCustom .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzoneCustom .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzoneCustom .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzoneCustom .dz-preview .dz-image img {
  display: block;
}

.dropzoneCustom .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzoneCustom .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzoneCustom .dz-preview .dz-success-mark, .dropzoneCustom .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzoneCustom .dz-preview .dz-success-mark svg, .dropzoneCustom .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzoneCustom .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzoneCustom .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzoneCustom .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzoneCustom .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.info-panel-container-subscriptions {
  margin-top: 147px;
}

.dropzoneCustom .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzoneCustom .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzoneCustom .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzoneCustom .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzoneCustom .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dz-progress {
  visibility: hidden !important;
}

#uploadProgressSection {
  width: 100%;
}

#uploadDocumentProgressBar {
  width: 0%;
}

.docNavigation {
  width: 100% !important;
  color: #68808D !important;
}

.docNavigationPagination {
  width: 100% !important;
  justify-content: center !important;
}

#commentsTable_paginate {
  float: inherit;
  margin: 0;
}

#commentsTable_paginate > ul {
  justify-content: center !important;
}

#companiesList_paginate {
  float: inherit;
  margin: 0;
}

#companiesList_paginate > ul {
  justify-content: center !important;
}

#documentsPreview_paginate {
  float: inherit;
  margin: 0;
}

#documentsPreview_paginate > ul {
  justify-content: center !important;
}

#popupDocumentsTable th, td {
  white-space: nowrap !important;
}

#popupDocumentsTable tbody tr.selected {
  color: white !important;
  background-color: #eeeeee !important;
}

#companiesList tbody tr.selected {
  color: white !important;
  background-color: #eeeeee !important;
}

table#companiesList.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#companiesList.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

table#gdprreqTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#supportticketsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#consultancyTasksTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

#popupDocumentsTable tbody tr {
  cursor: pointer;
}

#companiesList tbody tr {
  cursor: pointer;
}

[tabindex="0"]:focus {
  outline: 0 !important;
}

.dts_label {
  display: none !important;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_scrollHeadInner table {
  width: 100% !important;
}

.dz-preview {
  margin: 0 !important;
}

.dz-file-preview {
  margin: 0 !important;
}

.dashNavTab {
  padding: 0px !important;
  border: 0px !important;
}

.mainDashNavTab {
  padding: 0px !important;
  border: 0px !important;
  padding-top: 0.25rem !important;
}

.customFilter {
  border-top: 1px solid #dee2e6 !important;
  border-left: 0;
  border-right: 1px solid #E2E2E2;
}

.customFilter:last-child {
  border-right: 0 !important;
}

.tenantListGrid {
  height: 46px !important;
}

.wrapImpersonate {
  margin-bottom: 15px;
}

.tenantDetailStatus {
  cursor: pointer;
}

.docNavigation .page-item.active .page-link {
  background-color: #364F6B;
  border-color: #364F6B;
  color: #fff;
}

.docNavigation .page-link:hover {
  color: #364F6B;
}

.docNavigation .page-item .page-link {
  color: #364F6B;
}

.swal-button {
  background-color: #364F6B !important;
}

.swal-button--cancel {
  color: #fff;
}

#requirementsTable td div.text-wrap {
  word-break: break-word;
}

#requirementsTable td {
  vertical-align: middle;
}

#companiesList td div.text-wrap {
  word-break: break-word;
}

#companiesList td {
  vertical-align: middle;
}

#popupDocumentsTable td div.text-wrap {
  word-break: break-word;
}

#popupDocumentsTable td {
  vertical-align: middle;
}

#agentComments_paginate {
  float: inherit;
  margin: 0;
}

#agentComments_paginate > ul {
  justify-content: center !important;
}

#purchasedDocuments_paginate {
  float: inherit;
  margin: 0;
}

#purchasedDocuments_paginate > ul {
  justify-content: center !important;
}

#ticketsTable_paginate {
  float: inherit;
  margin: 0;
  /*display: none;*/
}

#ticketsTable_paginate > ul {
  justify-content: center !important;
  /*display: none;*/
}

#agentComments td div.text-wrap {
  word-break: break-word;
}

#agentComments td {
  vertical-align: middle;
}

.swal-icon--custom img {
  width: 72px;
  height: 82px;
}

.slidecaption .swal-text {
  text-align: center;
}

.slidecaption img {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: center center; /* Chrome, Safari */
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
/* all other browsers */
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
.policyLogo {
  vertical-align: bottom;
  text-align: center;
}

.policyLogo img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.policyNameRow {
  padding-left: 8px;
  padding-top: 2px;
  vertical-align: bottom;
}

.impersonationLink {
  padding: 5px 25px;
}

.tenantDetailsTruncate {
  display: inline-block;
  width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.truncate {
  width: 440px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.titleTruncate {
  width: 600px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.consultantCompaniesTruncate {
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.requestNameTruncate {
  display: inline-block;
  min-width: 50px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.documentNameTruncate {
  display: inline-block;
  min-width: 50px;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#ticketsTable tbody tr.selected {
  color: white !important;
  background-color: #eeeeee !important;
}

table#ticketsTable.dataTable tbody tr {
  cursor: pointer;
}

table#ticketsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#ticketsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#ticketsTable tbody tr {
  cursor: pointer;
}

#supportticketsTable tbody tr {
  cursor: pointer;
}

#consultancyTasksTable tbody tr {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #999;
  height: 55px;
  border: thin solid gray;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7d7d7d;
}

#inlineTicketSearch tr th {
  border-bottom: 1px solid #dee2e6 !important;
}

.hide {
  display: none;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-16 {
  width: 16% !important;
}

.w-15 {
  width: 15% !important;
}

.w-12 {
  width: 12% !important;
}

.w-10 {
  width: 10% !important;
}

.w-5 {
  width: 5% !important;
}

.max-w-290 {
  max-width: 290px;
}

.custom-attachment {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 50px;
}

.custom-attachment-l {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  width: 130px;
  height: 32px;
}

.low-priority {
  color: #3FC1C9;
}

.txt-blue {
  color: #109CF1;
}

.custom-attachment-l-file-name {
  width: 50%;
  word-wrap: break-word;
}

.medium-priority {
  color: #F07B0E;
}

.high-priority {
  color: #FC5185;
}

.grey-color {
  color: #586473 !important;
}

.downloadDocument {
  fill: #68808D;
}

.downloadDocument:hover,
.downloadDocument:focus {
  filter: invert(59%) sepia(98%) saturate(301%) hue-rotate(135deg) brightness(96%) contrast(83%);
}

.backToPackages:hover {
  text-decoration: none;
}

.background-grey {
  background-color: #EBEEF2;
}

.company-name {
  text-align: left !important;
  font-size: 14px !important;
}

.additionalServicebutton {
  min-width: 125px;
}

.background-logo {
  background-image: url("../img/BG.png");
  background-color: rgba(54, 79, 107, 0.03);
  background-repeat: no-repeat;
  background-size: 550px;
  background-position: 500px center;
}

.logo-header {
  height: 50px;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}

#dropdownMenuButton {
  margin-top: -5px;
}

.logo-attachment {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: -10px;
  opacity: 0;
  width: 50px;
  height: 30px;
}

.companyLogo {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.editLogoImage {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}

.attach-logo-register {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 22px;
  opacity: 0;
  width: 105px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: center;
}

#documentManagerTabContent .dataTables_wrapper {
  width: 100%;
}

#tenantDocuments .dataTables_wrapper {
  width: 100%;
}

#document-manager-table .dataTables_wrapper {
  width: 100%;
}

#ai-literacy-document-table .dataTables_wrapper {
  width: 100%;
}

#ai-risk-assessment-document-table .dataTables_wrapper {
  width: 100%;
}

table#documentsTable.dataTable tbody th:last-child {
  border: 0;
  padding-top: 0;
}

table#documentsTable.dataTable tbody tr td {
  border-bottom: 0 !important;
}

table#documentsTable.dataTable tbody tr td {
  padding-top: 0;
  border-top: 0 !important;
}

#document-manager-table .badge-xs {
  white-space: normal !important;
}

.applyBtn {
  background: #364F6B !important;
  color: #fff !important;
}

.date-picker {
  width: 15px;
  height: 15px;
  padding: 0px;
  background-color: #c8c8c8;
  margin-top: 10px;
  font-size: 12px;
  margin-right: -1px;
  float: right;
  border: 0px;
  line-height: 0.75em;
  color: #f8f9fa;
  border-radius: 100%;
  margin-right: 2px;
}

.dateSearch {
  width: 82% !important;
  border: 0px !important;
  margin-left: 0px;
  margin-top: 0px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

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

.dateSearch:hover, .dateSearch:active {
  border: 0px !important;
  box-shadow: none !important;
  height: 97% !important;
  margin-top: 0px;
  box-shadow: none !important;
}

.useful-information {
  background-color: rgba(54, 79, 107, 0.03);
}

.accordion-wrapper .accordion-box .accordion-public::after {
  padding: 2px 3px !important;
}

.txt-right {
  text-align: right;
}

.date-input {
  padding: 0px;
  height: 39px !important;
}

#requestTableOpen tbody tr {
  cursor: pointer;
}

table#requestTableOpen.dataTable tbody tr {
  cursor: pointer;
}

table#requestTableOpen.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#requestTableOpen.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.manage-requests:hover {
  cursor: pointer;
}

#ticketsTableOpen tbody tr {
  cursor: pointer;
}

table#ticketsTableOpen.dataTable tbody tr {
  cursor: pointer;
}

table#ticketsTableOpen.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#ticketsTableOpen.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#consultantCompaniesTable tbody tr {
  cursor: pointer;
}

table#consultantCompaniesTable.dataTable tbody tr {
  cursor: pointer;
}

table#consultantCompaniesTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#consultantCompaniesTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#RequestStatusesSelectList:first-child, #RequestPrioritySelectList:first-child, #TicketStatusesSelectList:first-child, #TicketPrioritySelectList:first-child {
  width: 252px !important;
}

.waiting-for-user {
  color: #2FE1EC;
}

.waiting-for-admin {
  color: #5C7187;
}

.review-by-user {
  color: #2A94F6;
}

.ticketComment {
  white-space: normal;
}

.thumb {
  min-height: 72px;
  min-width: 72px;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.thumb:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.top-stats-height {
  max-height: 78px;
  height: 78px;
  width: 171px;
}

.floating-info-position {
  position: relative !important;
  top: -62px !important;
  right: -25px !important;
  width: 91px;
}

.instructions-card-wrapper {
  border-bottom: 1px solid rgba(54, 79, 107, 0.16);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}

#gdprRep-tab-content {
  background-image: url("../img/logo-transparent.svg");
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 75px center;
}

.request-comment-text-area {
  max-width: 550px;
}

.notifications-active::after {
  background: #3FC1C9 !important;
  width: 21px !important;
  height: 21px !important;
}

.notifications-inactive::after {
  background: #E8E8E8 !important;
  width: 21px !important;
  height: 21px !important;
}

.notifications-active {
  box-shadow: none !important;
}

.notifications-inactive {
  box-shadow: none !important;
}

#notifications .text-danger {
  width: 500px;
}

.width-50 {
  width: 50px;
}

.bg-green {
  background-color: #D6F6EE;
}

.hours-selection .selected {
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.3);
}

.hours-selection .disabled {
  pointer-events: none;
}

.hours-selection .inactive {
  background: #E8E8E8;
}

#packageSelection {
  cursor: pointer;
}

.ls-2 {
  letter-spacing: 2px;
}

.transition-arrow {
  position: absolute;
  width: 76.24px;
  height: 73px;
  left: 230px;
  top: 81px;
}

#consultancyTableOpen tbody tr {
  cursor: pointer;
}

table#consultancyTableOpen.dataTable tbody tr {
  cursor: pointer;
}

table#consultancyTableOpen.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#consultancyTableOpen.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#vendorsTable tbody tr {
  cursor: pointer;
}

table#vendorsTable.dataTable tbody tr {
  cursor: pointer;
}

table#vendorsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#vendorsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.select2-container--disabled {
  pointer-events: none;
}

.border-x-none {
  border-left: none !important;
  border-right: none !important;
}

.border-top-none {
  border-top: none !important;
}

.mh-2 {
  max-height: 2rem;
}

#documentDetailsInstructions {
  border-left: 1px solid rgba(54, 79, 107, 0.16);
}

.admin-review {
  background: rgba(92, 113, 135, 0.2);
  color: #5C7187;
}

.user-review {
  background: rgba(42, 148, 246, 0.2);
  color: #2A94F6;
}

.task-complete {
  background: rgba(63, 193, 201, 0.2);
  color: #3FC1C9;
}

#documentLibraryTable td {
  border-top: none !important;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  white-space: normal !important;
}

.taskDetails {
  cursor: pointer;
}

.dueDiligenceDetails {
  cursor: pointer;
}

#modal-no-gdpr-subscription {
  font-weight: 400;
  font-size: 13px;
  color: #364F6B;
}
#modal-no-gdpr-subscription .modal-dialog {
  max-width: 354px;
}
#modal-no-gdpr-subscription .modal-body {
  padding: 30px 30px 0 30px;
}
#modal-no-gdpr-subscription .modal-footer {
  justify-content: center;
}

input[disabled] {
  pointer-events: none;
}

#tenantStatus {
  pointer-events: none;
}

.nav-item-sub-menu {
  padding: 13px 15px;
  position: relative;
}

.nav-item-sub-menu:hover {
  background-color: #364F6B;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.txt-underline {
  text-decoration: underline;
}

.tooltipClipboard {
  position: relative;
  display: inline-block;
}

.tooltipClipboard .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipClipboard .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipClipboard:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

pre,
.codeblock {
  background-color: #FBFBFB;
  color: rgba(54, 79, 107, 0.7);
  border: none;
  border-radius: 3px;
  direction: ltr;
  margin: 15px 0;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  text-align: left;
  height: auto;
  display: block;
  width: 100%;
  border: 1px solid #E8E8E8;
}

#landingPageUrlRoot {
  border-radius: 8px 0px 0px 8px !important;
}

#landingPageUrlCompany {
  border-radius: 0px 8px 8px 0px !important;
  border-left: 1px solid #D2D7DE !important;
}

.logo-upload-img {
  height: 100px;
  width: 170px;
  border: 1px solid #D2D7DE;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.logo-upload-img img.edit {
  position: absolute;
  width: 24px;
  bottom: 10px;
  right: 10px;
}
.logo-upload-img span.plus {
  position: absolute;
  top: 25px;
}
.logo-upload-img span.upload {
  position: absolute;
  top: 50px;
}

.logo-upload-img input {
  position: absolute;
  height: 400px;
  width: 400px;
  left: -200px;
  top: -200px;
  background: transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}

.logo-upload-img img {
  width: 170px;
  cursor: pointer;
}

.partner-client-badge {
  height: 60px;
  border: 1px solid #D2D7DE;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.partner-client-badge .partner-client {
  border-left: 1px solid #364F6B;
  width: 70px;
  padding-left: 1rem;
  padding-right: 2rem;
  margin-right: 1rem;
}
.partner-client-badge .partner {
  padding-left: 4px;
  padding-top: 13px;
}

.modal .form-group .text-danger {
  position: absolute;
  bottom: -31px;
  font-size: 12px;
  min-width: 300px;
}

.shortInput .text-danger {
  position: absolute;
  bottom: -31px;
  font-size: 12px;
  min-width: 300px;
}

#feeEstimateHours-error, #timeSpentHours-error {
  position: absolute;
  bottom: -35px;
  font-size: 12px;
  min-width: 300px;
}

.modal .form-group {
  position: relative;
  padding-bottom: 8px;
}

.editWorkLog:hover, .deleteWorkLog:hover, .editComment:hover, .deleteComment:hover {
  text-decoration: underline;
  color: #68808D;
}

.editWorkLogDisabled, .deleteWorkLogDisabled {
  color: rgba(104, 128, 141, 0.5);
  text-decoration: none;
}

.editWorkLogDisabled:hover, .deleteWorkLogDisabled:hover {
  color: rgba(104, 128, 141, 0.5);
  text-decoration: none;
}

.elipsis {
  margin-left: 3px;
  margin-bottom: 3px;
  border-radius: 100px;
}

.elipsis::before {
  content: "•";
}

.form-group .text-danger {
  font-size: 12px;
}

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

.document-icon {
  width: 41px;
  height: 36px;
  margin-left: 10px;
  margin-right: 8px;
  margin-top: 10px;
}

.modal .consultantRate .text-danger {
  min-width: 225px !important;
  top: 69px !important;
  bottom: 0 !important;
}

#consultantFilesInput {
  width: 110px;
  height: 40px;
}

.consultantPanelTruncate {
  display: inline-block;
  width: 190px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.text-pre {
  white-space: pre-wrap;
}

#complete-spinner {
  max-width: 20px;
  max-height: 20px;
}

#emptyProfileImage {
  max-width: 41px !important;
}

#expertiseSelect .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 3px;
  padding-left: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: #495057;
  cursor: pointer;
  border-radius: 0.2rem;
  background: rgba(63, 193, 201, 0.2) !important;
}

#singleDocumentsTable .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background: rgba(92, 113, 135, 0.2);
  color: #5C7187;
  padding-left: 0.75rem;
  padding-right: 0.3rem;
  color: #68808D;
}

#singleDocumentsTable .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #68808D;
}

#availableDocumentsTable .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background: rgba(92, 113, 135, 0.2);
  color: #5C7187;
  padding-left: 0.75rem;
  padding-right: 0.3rem;
  color: #68808D;
}

#availableDocumentsTable .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #68808D;
}

#document-manager-table .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background: rgba(92, 113, 135, 0.2);
  color: #5C7187;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  color: #68808D;
  font-size: 12px !important;
  max-width: 175px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

#document-manager-table .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  color: #68808D;
}

.consultantSortCode .text-danger {
  position: absolute;
  top: 73px;
}

.editPercent .text-danger {
  position: absolute;
  width: 150px;
}

#editConsultantPercent {
  top: 23% !important;
}

#onboardConsultantPercent {
  top: 13px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea:disabled {
  background: #F6F6F6 !important;
}

.select2-container.disabled {
  pointer-events: none;
}

.select2-selection.disabled {
  background: #F6F6F6 !important;
}

.mb-11px {
  margin-bottom: 11px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pt-13px {
  padding-top: 13px !important;
}

.pr-34px {
  padding-right: 34px !important;
}

.dash-nav nav.dash-nav-list .dash-nav-item.active svg path {
  fill: #3FC1C9;
}

.dash-app .bannerWrapper .slick-dots li button:before {
  font-size: 38px !important;
}

.cursor-default {
  cursor: default !important;
}

.pink-background {
  background: #FC5185;
}

.expand-btn a[aria-expanded=true] path {
  stroke: #3FC1C9;
}
.expand-btn svg {
  height: 38px;
}
.expand-btn .tools {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.expand-btn .tools .tools-icon {
  position: relative;
}
.expand-btn .tools .tools-icon::before {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 20%;
  background: #FC5185;
  border-radius: 100%;
  top: -5px;
}
.expand-btn .tools .tools-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #515151;
  padding-left: 20px;
}
.expand-btn .tools .tools-item .dropdown-menu {
  border: 1px solid #DFE3E7;
  box-sizing: border-box;
  padding: 0px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
}
.expand-btn .tools .tools-item .expand-btn-hover-tick {
  color: #364F6B !important;
}
.expand-btn .tools .tools-item .dropdown-item {
  color: #68808D !important;
  border-bottom: 1px solid #D2D7DE;
  padding: 10px 18px;
}
.expand-btn .tools .tools-item .dropdown-item svg {
  width: 18px;
  height: 18px;
}
.expand-btn .tools .tools-item .dropdown-item:active {
  background-color: #f8f9fa !important;
}
.expand-btn .tools .tools-item .dropdown-item .nav-item-name {
  color: #68808D !important;
  font-size: 16px;
}
.expand-btn .tools .tools-item .dropdown-item:last-child {
  border-bottom: none;
}

.max-width-10px {
  max-width: 10px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.dash-app main.dash-content .card-items.cursor-pointer:hover {
  border: 1px solid #3FC1C9;
}

.modal-pound {
  position: absolute;
  top: 35px;
  font-weight: 500;
  left: 12px;
}

.subscriptionHistory hr:last-of-type {
  display: none;
}

.color-50 {
  color: rgba(104, 128, 141, 0.5);
}

.bootstrap-autocomplete.dropdown-menu {
  max-height: 600px;
  overflow-y: scroll;
}

#previewTemplateContent {
  height: auto;
  max-height: 450px;
  overflow: auto;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
  text-align: justify;
}

pre#previewTemplateContent::-webkit-scrollbar {
  height: 10px;
}

pre#embedContent::-webkit-scrollbar {
  height: 10px;
}

.vh-10 {
  height: 10vh;
}

#dpoClientsTable tbody tr {
  cursor: pointer;
}

table#dpoClientsTable.dataTable tbody tr {
  cursor: pointer;
}

table#dpoClientsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#dpoClientsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.input-right-icons {
  position: relative;
}
.input-right-icons .calendar {
  position: absolute;
  top: 12px;
  font-weight: 500;
  right: 12px;
  color: #68808D;
}
.input-right-icons .right-calendar {
  position: absolute;
  top: 4px;
  font-weight: 500;
  right: 12px;
  color: #68808D;
}
.input-right-icons .right-icon {
  position: absolute;
  top: 36px;
  font-weight: 500;
  right: 12px;
  color: #68808D;
}

.light-green-background {
  background-color: rgba(63, 193, 201, 0.5);
}

.datepicker table tr td span.active {
  background-image: none !important;
  background-color: #3FC1C9 !important;
}

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

#usedAllVendorsModal, #assessmentIncompleteModal {
  font-weight: 400;
  font-size: 13px;
  color: #364F6B;
}
#usedAllVendorsModal img, #assessmentIncompleteModal img {
  max-width: 150px;
}
#usedAllVendorsModal .modal-dialog, #assessmentIncompleteModal .modal-dialog {
  max-width: 400px;
}
#usedAllVendorsModal .modal-body, #assessmentIncompleteModal .modal-body {
  padding: 40px 40px 0 30px;
  margin: 20px 20px;
}
#usedAllVendorsModal .modal-footer, #assessmentIncompleteModal .modal-footer {
  justify-content: center;
}

#myVendorsTable tbody tr {
  cursor: pointer;
}

table#myVendorsTable.dataTable tbody tr {
  cursor: pointer;
}

table#myVendorsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#myVendorsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.risk-level .text-danger {
  position: absolute;
  right: 23px;
  bottom: -40px;
  min-width: 127px;
  font-size: 12px;
  font-weight: 400 !important;
}
.risk-level .labelGroup {
  cursor: pointer;
}

#gearIconButton {
  min-width: unset;
}
#gearIconButton img {
  width: 20px;
}

.tooltip {
  pointer-events: none;
}

#usersList tbody tr {
  cursor: pointer;
}

table#usersList.dataTable tbody tr {
  cursor: pointer;
}

table#usersList.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#usersList.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#popupPurchasedDocumentsTable tbody tr {
  cursor: pointer;
}

table#popupPurchasedDocumentsTable.dataTable tbody tr {
  cursor: pointer;
}

table#popupPurchasedDocumentsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#popupPurchasedDocumentsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

table#popupDocumentsTable.dataTable tbody tr {
  cursor: pointer;
}

table#popupDocumentsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#popupDocumentsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#popupPurchasedDocumentsTable td div.text-wrap {
  word-break: break-word;
}

#popupPurchasedDocumentsTable td {
  vertical-align: middle;
}

.d-same-width-3-cols > div:first-child {
  flex: 60%;
}

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

.word-break-all {
  word-break: break-all;
}

.line-height-xs {
  line-height: 1.2;
}

.consultant-box img.consultant-img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

#stepsModal .modal-dialog {
  max-width: 500px;
}
#stepsModal .modal-body {
  padding: 40px;
}

.card-wrapper--h300 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .card-wrapper--h300 {
    min-height: 300px;
  }
}
.card-wrapper--h300__body {
  flex: 1;
  min-height: 300px;
}
.card-wrapper--h300 .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 11;
  margin-left: 22px;
  margin-right: 22px;
}
.card-wrapper--h300 .ribbon {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  cursor: default;
  z-index: 11;
  background: rgba(63, 193, 201, 0.2);
  color: #3FC1C9;
  padding: 5px;
}
.card-wrapper:hover, .card-wrapper:focus {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.coming-soon {
  position: relative;
  overflow: hidden;
}
.coming-soon::before {
  content: url("../img/icn-coming-soon.svg");
  position: absolute;
  right: 0px;
  top: 0px;
}

.info-modal img {
  width: 86px;
}
.info-modal .ribbon {
  cursor: default;
  z-index: 11;
  background: rgba(63, 193, 201, 0.2);
  color: #3FC1C9;
  padding: 5px;
  margin-bottom: 40px;
}

#exclamation::after {
  content: url("../img/exclamation.svg");
}

#exclamation:hover:after {
  content: url("../img/exclamation-hover.svg");
}

#slideIndicator .slick-dots {
  position: relative;
  bottom: -3px;
  width: fit-content;
}
#slideIndicator .slick-dots li {
  width: 10px;
}
#slideIndicator .slick-dots li button {
  width: 10px;
}
#slideIndicator .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
#slideIndicator .slick-dots li.slick-active {
  width: 40px;
}
#slideIndicator .slick-dots li.slick-active button {
  width: 40px;
}
#slideIndicator .slick-dots li.slick-active button::before {
  content: "";
  width: 40px;
  height: 8px;
  background: #2FE1EC;
  border-radius: 10px;
}
#slideIndicator .slick-dots li:hover button::before, #slideIndicator .slick-dots li:focus button::before {
  background: #2FE1EC;
}

.overCard--white .top-framework {
  position: relative;
}
.overCard--white .top-framework::before {
  content: url("../img/icn_framework_dash.svg");
  position: absolute;
  bottom: 94%;
}
.overCard--white:hover .top-framework::before, .overCard--white:focus .top-framework::before, .overCard--white:active .top-framework::before {
  content: url("../img/icn_framework_dash_ticked.svg");
}

.frameworks-card-wrapper .top-stats-cards {
  padding: 15px 10px !important;
}

.comingSoonFramework {
  position: relative;
  overflow: hidden;
}
.comingSoonFramework::before {
  content: url("../img/coming-soon-dashboard.svg");
  position: absolute;
  right: 0;
  top: 0;
}

.wider-card {
  width: 50%;
  max-height: 6rem;
}

.frameworkContainer {
  min-height: 195px;
}
.frameworkContainer .framework-link-container :hover {
  cursor: pointer;
  border-color: #3FC1C9 !important;
}
.frameworkContainer .wider-card .top-stats-cards {
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: none;
  margin: 6px;
}

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

.min-width-70 {
  min-width: 70px;
}

.min-width-115 {
  min-width: 115px;
}

.billingStepperNav a {
  cursor: default;
}

#documentsBundleTable tbody tr td {
  border-top: none;
  border-bottom: none !important;
  padding-bottom: 0;
}
#documentsBundleTable_wrapper {
  width: 100%;
}

#previewSelectedDocumentsModal .pricing-panel {
  max-height: 332px;
  overflow: auto;
  border-left: hidden;
  border-right: hidden;
  padding-right: 5px;
}

#previewSelectedDocumentsModal .pricing-panel .pricing-panel__body__row {
  padding-left: 0px;
  padding-right: 0px;
}

.order-preview-card {
  max-height: 160px;
  overflow: auto;
}

.icon-90px {
  height: 90px;
}

.pricing-panel__subscription-name {
  font-weight: 700;
  font-size: 16px;
  padding: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

.border-radius-6 {
  border-radius: 6px;
}

.summary-panel-scroll {
  max-height: 210px;
  overflow: auto;
}

.slate-blue-text {
  color: #68808D;
}

.min-width-40 {
  min-width: 38px;
}

#sendGeneratedTemplates {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.process-wrapper .process-item .text-wrapper {
  max-width: 95px;
}
.process-wrapper .process-item .text-wrapper img {
  height: 16px;
}

.dash-app main.dash-content .circle-bar-wrapper .progress svg {
  width: 90px !important;
  height: 90px !important;
}

.dash-app main.dash-content .circle-bar-wrapper .progress {
  height: 99px !important;
  background: transparent !important;
  margin-top: 0;
}

.dash-app .instructions-card-wrapper {
  border: 1px solid rgba(63, 193, 200, 0.16);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dash-app main.dash-content .gdpr-info-tab {
  border-top: none;
  border-color: rgb(232, 232, 232);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.dash-app header.dash-toolbar .input-group {
  max-width: 300px;
}

#currencySelectList {
  min-width: 65px;
  max-height: 35px !important;
}

.currency-select-top {
  top: 167px;
}

.thank-you-card img {
  height: 100px;
}

footer .subfooter__pages a:hover {
  text-decoration: underline;
}

.main-footer__pages li a:hover {
  text-decoration: underline;
}

.accordion button[aria-expanded=true] + .accordion-content {
  max-height: 70em;
}
@media only screen and (max-width: 768px) {
  .accordion button[aria-expanded=true] + .accordion-content {
    max-height: 110em;
  }
}

.txt-red {
  color: #E6273E;
}

.border-red {
  border: 1px solid rgba(230, 39, 62, 0.6) !important;
}

#aiLiteracyClientsTable tbody tr {
  cursor: pointer;
}

table#aiLiteracyClientsTable.dataTable tbody tr {
  cursor: pointer;
}

table#aiLiteracyClientsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#aiLiteracyClientsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.documentCommentPreview:visited {
  text-decoration: none !important;
}

.documentCommentPreview:hover {
  text-decoration: underline !important;
  font-weight: 500;
}

.documentCommentPreview:active {
  text-decoration: underline !important;
}

#previewDocumentComment {
  height: 283px !important;
  width: 465px !important;
  text-align: start;
}

#comentPreviewModalFooter {
  padding-right: 30px;
}

.step-checker-wrapper .text-wrapper {
  max-width: 125px !important;
}

.process-wrapper .process-item:not(.active):hover .step-checker-icon {
  background-color: #C6EDEF;
}

.step-checker-item {
  min-width: 125px !important;
  padding-left: 2.2rem;
}

.disabled-item {
  cursor: default !important;
  pointer-events: none;
}

.step-description-wrapper .text-desc {
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

.right-arrow-image {
  width: 15px;
  height: 25px;
}

#aiRiskAssessmentTableOpen tbody tr {
  cursor: pointer;
}

table#aiRiskAssessmentTableOpen.dataTable tbody th:last-child {
  cursor: default;
}

table#aiRiskAssessmentTableOpen.dataTable tbody tr {
  cursor: pointer;
}

table#aiRiskAssessmentTableOpen.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#aiRiskAssessmentTableOpen.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

.page-full-title {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.form-control[readonly].override-readonly {
  background-color: rgba(247, 247, 247, 0);
}

.password-input {
  padding-right: calc(1.5em + 1rem) !important;
}

.sign-up-layout {
  padding: 44px 61px 242px 70px;
  width: 540px;
  height: 745px;
}

.signup__info h2 {
  font-size: 2rem;
  margin-left: -30px;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

#phoneNumber {
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2) !important;
  width: 376px;
}

.verification-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75vh;
  position: relative;
  width: 150vh;
}

#verification2faDialog {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  width: 420px;
  height: 60%;
}

.resend-code {
  text-decoration: underline;
  color: inherit;
}

.go-back {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.arrow-left {
  margin-right: 5px;
}

#agentUsersList tbody tr {
  cursor: pointer;
}

table#agentUsersList.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

.cursor-default {
  cursor: default;
}

.bg-teal-light-border {
  background: rgb(244, 253, 254);
  border: 1px solid rgba(63, 193, 201, 0.15);
  border-radius: 6px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-200 {
  max-height: 200px;
  overflow: auto;
}

#yourReferralTable td {
  border-bottom: 1px solid #dee2e6;
}

.creditHistoryLogsModalBody {
  max-height: 500px;
  overflow-y: auto;
}

#updateCreditHistoryLogArrow {
  top: inherit;
}

.creditHistoryWrapper {
  border: 1px solid #E8E8E8;
  border-radius: 6px;
}

#creditHistoryLogs {
  min-height: 100px;
  max-height: 323px;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
}

#creditHistoryToggle .arrowUp {
  display: none;
}
#creditHistoryToggle[aria-expanded=true] .arrowUp {
  display: inline;
}
#creditHistoryToggle[aria-expanded=true] .arrowDown {
  display: none;
}

.h-100px {
  height: 100px;
}

#aiRepresentativeTableOpen tbody tr {
  cursor: pointer;
}

table#aiRepresentativeTableOpen.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

.tenant-name-container {
  max-width: 70%;
  word-wrap: break-word;
}

#ai-representative-document-table .dataTables_wrapper {
  width: 100%;
}

.width-70 {
  width: 70%;
}

.inactive-ai-representative-container {
  display: flex;
  align-items: center;
  background-color: #F6F7F8;
  border: 1px solid rgba(156, 162, 171, 0.4);
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 1rem;
}
.inactive-ai-representative-container .inactive-ai-representative {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.inactive-ai-representative-container .inactive-ai-representative::before {
  display: block;
  content: url("../img/exclamation-icon.svg");
  width: 24px;
  height: 24px;
  margin-right: 2px;
  margin-top: -2px;
}

#aiOfficerClientsTable tbody tr {
  cursor: pointer;
}

table#aiOfficerClientsTable.dataTable tbody tr {
  cursor: pointer;
}

table#aiOfficerClientsTable.dataTable tbody tr:hover {
  background-color: #eeeeee;
}

table#aiOfficerClientsTable.dataTable tbody tr:hover > .sorting_1 {
  background-color: #eeeeee;
}

#ai-officer-document-table .dataTables_wrapper {
  width: 100%;
}

.large-radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #bbb;
  border-radius: 50%;
  outline: none;
  margin-top: 2px !important;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.large-radio:checked {
  border: 2px solid #364F6B;
}

.large-radio:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #364F6B;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-button-label-text {
  font-size: 14px;
  padding-left: 5px;
}

#aiGovernanceProjects tbody tr {
  cursor: pointer;
}

#aiGovernanceProjects tbody tr:hover {
  background-color: #eeeeee;
}

.honeypot-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  pointer-events: none;
}

.top-contact {
  background-color: #364F6B;
  color: #ffffff;
  padding: 15px 0;
}

.request-form {
  background-color: #F5F6F8;
  padding: 60px 0;
}

.p-text {
  color: #666B70;
}

.contact-form-wrapper {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: 0px 4px 32px rgba(54, 79, 107, 0.1);
}
.contact-form-wrapper input,
.contact-form-wrapper textarea {
  border-radius: 0 !important;
  background-color: rgba(54, 79, 107, 0.1);
  border: 0;
}
.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
  background-color: #FBFBFB;
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
}

.description-boxes {
  background: linear-gradient(to right, #364F6B 50%, #2FE1EC 50%);
  padding: 45px 0;
}

.description-boxes .box-right {
  max-width: 420px;
  display: block;
  margin-left: auto;
}

.description-boxes .box-left {
  max-width: 420px;
  display: block;
  margin-right: auto;
}
.description-boxes .box-left .label {
  width: 120px;
}
.description-boxes .box-left a {
  color: #fff;
}

.useful-information {
  padding: 70px 0;
}
.useful-information .cta-buttons {
  margin-top: 70px;
}
.useful-information .desc-info {
  min-height: 40px;
}

.footer {
  background-color: #364F6B;
  padding: 25px 0;
}
.footer hr.horizontal-line {
  background: rgba(255, 255, 255, 0.1);
}
.footer a,
.footer span {
  color: rgba(255, 255, 255, 0.2);
}

.thank-you-box {
  padding: 70px 0 100px 0;
}
.thank-you-box .thank-you-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(54, 79, 107, 0.1);
  padding: 40px 65px;
}

@media only screen and (max-width: 768px) {
  .description-boxes {
    background: linear-gradient(to bottom, #364F6B 50%, #2FE1EC 50%) !important;
  }
  .contact-form-wrapper.ml-4 {
    margin-left: 0 !important;
  }
  .description-boxes .box-right {
    padding-top: 100px;
  }
  .top-contact .flex-wrap > div {
    margin-bottom: 10px;
  }
}
.help-desk-box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(54, 79, 107, 0.08);
  height: 100%;
}
.help-desk-box h5 {
  font-size: 1.15rem;
  margin-bottom: 20px;
}
.help-desk-box ul.box-lists {
  padding-left: 0;
  list-style: none;
  min-height: 170px;
}
.help-desk-box ul.box-lists li {
  color: #68808D;
  margin-bottom: 12px;
}
.help-desk-box ul.box-lists li i {
  margin-right: 10px;
}
.help-desk-box a {
  color: #2FE1EC;
  text-decoration: none;
}
.help-desk-box a:hover {
  color: #3FC1C9;
}

.accordion-wrapper .accordion-box {
  border: 1px solid rgba(54, 79, 107, 0.08);
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
  /* Style the buttons that are used to open and close the accordion panel */
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}
.accordion-wrapper .accordion-box .accordion {
  background-color: transparent !important;
  color: #444;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-wrapper .accordion-box .accordion h6 {
  color: #666B70;
}
.accordion-wrapper .accordion-box .accordion .question-nr {
  font-weight: 700;
  background: #2FE1EC;
  padding: 8px 10px 8px 7px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #364F6B;
}
.accordion-wrapper .accordion-box .accordion::after {
  content: "+";
  color: #2FE1EC;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 32px;
  font-weight: 200;
  border: 3px solid #2FE1EC;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border-radius: 100px;
  padding: 0 3px;
}
.accordion-wrapper .accordion-box .accordion.active::after {
  content: "−";
  color: #666B70;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 32px;
  font-weight: 200;
  border: 3px solid #666B70;
  width: 30px;
  height: 30px;
  line-height: 20px;
  border-radius: 100px;
  padding: 0 3px;
}
.accordion-wrapper .accordion-box .panel {
  padding: 10px 18px 0 60px;
  text-align: left;
  display: none;
  overflow: hidden;
  max-width: 90%;
  color: #666B70;
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    min-width: 850px;
  }
}
.disp-none {
  display: none !important;
}

.hide {
  display: none;
}

.lastHref {
  display: block;
}

div::-webkit-scrollbar {
  width: 10px;
}

div::-webkit-scrollbar-track {
  background: #FBFBFB;
}

div::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 10px;
  border: 2px solid #FBFBFB;
}

.row.height-vrt {
  min-height: 110px;
}
.row.height-vrt .d-flex {
  align-items: start;
}
.row.height-vrt .d-flex img {
  width: 16px;
  margin-top: 3px;
}

.number input[type=number] {
  -moz-appearance: textfield;
}
.number input[type=number]::-webkit-inner-spin-button, .number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.number input {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 1px solid #eee;
  text-align: left !important;
}

.number input:focus {
  outline: 0;
}

.number-nav {
  float: left;
  position: relative;
  height: 33px;
}

.number-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 26px;
  text-align: center;
  color: #333;
  font-size: 9px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.number-button i {
  color: #a7a7a7;
}

.number-button.number-up {
  position: absolute;
  height: 50%;
  top: 3px;
  border-bottom: 1px solid #eee;
}

.number-button.number-down {
  position: absolute;
  bottom: -3px;
  height: 50%;
}

.slidermod .slick-dots li {
  width: 10px;
}
.slidermod .slick-dots li button {
  width: 10px;
}
.slidermod .slick-dots li button::before {
  content: "" !important;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
.slidermod .slick-dots li.slick-active {
  width: 40px;
}
.slidermod .slick-dots li.slick-active button {
  width: 40px;
}
.slidermod .slick-dots li.slick-active button::before {
  content: "" !important;
  width: 40px;
  height: 8px;
  background: #3FC1C9;
  border-radius: 10px;
}
.slidermod .slick-dots li:hover button::before, .slidermod .slick-dots li:focus button::before {
  background: #3FC1C9 !important;
}

.user-dropdown a {
  text-decoration: none;
  color: #515151;
  font-family: "Ubuntu", sans-serif;
}

/*@import "_requests.scss";*/
/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar {
  min-width: 240px;
  max-width: 240px;
  transition: all 0.6s cubic-bezier(0.945, 0.02, 0.27, 0.665);
  transform-origin: bottom left;
  background-color: #EBEEF2;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}

header.sidebar-header {
  background-color: #fff;
  min-height: 78px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#sidebar header.sidebar-header .header-logo {
  max-width: 100px;
}

#sidebar header.sidebar-header .hmb-menu {
  cursor: pointer;
}

#sidebar nav.dash-nav-list {
  padding: 20px 10px;
}

#sidebar.active {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
  display: none;
}

#sidebar.active .sidebar-header h3 {
  display: none;
}

#sidebar.active .sidebar-header strong {
  display: block;
}

#sidebar ul li a {
  text-align: left;
}

#sidebar.active ul li a {
  padding: 20px 10px;
  text-align: center;
  font-size: 0.85em;
}

#sidebar.active ul li a i {
  margin-right: 0;
  display: block;
  font-size: 1.8em;
  margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
  padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar.active .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

li.nav-item {
  padding: 13px 15px;
  border-bottom: 1px solid #D2D7DE;
  font-family: "Ubuntu", sans-serif;
  color: #586473;
  font-size: 14px;
}

li.nav-item a {
  color: #586473;
  font-weight: 400;
}

li.nav-item.active {
  background-color: #364F6B;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

li.nav-item.active a {
  color: #3FC1C9;
}

@media (max-width: 768px) {
  /* 80px and its content aligned to centre. Pushing it off the screen with the
     negative left margin
  */
  #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    margin-left: -80px !important;
  }
  /* Reappearing the sidebar on toggle button click */
  #sidebar {
    margin-left: 0;
  }
  /* Toggling the sidebar header content, 
     hide the big heading [h3] and showing the small heading [strong] and vice versa
  */
  #sidebar .sidebar-header strong {
    display: none;
  }
  #sidebar.active .sidebar-header h3 {
    display: none;
  }
  #sidebar.active .sidebar-header strong {
    display: block;
  }
  /* Downsize the navigation links font size */
  #sidebar.active ul li a {
    padding: 20px 10px;
    font-size: 0.85em;
  }
  #sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
  /* Adjust the dropdown links padding*/
  #sidebar.active ul ul a {
    padding: 10px !important;
  }
  /* Changing the arrow position to bottom center position, 
    translateX(50%) works with right: 50% 
    to accurately  center the arrow */
  .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
/*@import "_tables.scss";*/
.countryContainer {
  display: inline-block;
}

.countryName {
  padding-left: 0.5rem;
}

.countryName.iso {
  padding-left: 0.1rem;
}

.customFilter .country-select .inside {
  margin-bottom: 0 !important;
}

.select2-selection__rendered .countryContainer {
  z-index: 1;
  position: relative;
  width: 90%;
  height: 100%;
  padding: 0;
  bottom: 2px;
}

.select2-selection__rendered .countryContainer .countryName {
  padding: 5px 10px;
}

.select2-selection__rendered .countryContainer .flag {
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
}

.select2-selection__rendered .countryContainer .countryName,
.select2-selection__rendered .countryContainer .flag {
  vertical-align: middle;
}

li .countryContainer {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
  width: 100%;
}

li .countryContainer .countryName {
  padding: 5px 10px;
}

li .countryContainer .flag {
  display: inline-block;
  width: 20px;
}

li .countryContainer .flag,
li .countryContainer .countryName {
  vertical-align: middle;
}

th .country-select ul li {
  font-weight: normal !important;
  color: #68808D !important;
}

.flag {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 15px;
  background: url("../img/flags.png") no-repeat;
}

.flag.flag-gb {
  height: 10px;
  background-position: -1775px 0px;
}

.flag.flag-uy {
  height: 14px;
  background-position: -5263px 0px;
}

.flag.flag-ai {
  height: 10px;
  background-position: -110px 0px;
}

.flag.flag-pl {
  height: 13px;
  background-position: -4031px 0px;
}

.flag.flag-kp {
  height: 10px;
  background-position: -2765px 0px;
}

.flag.flag-gs {
  height: 10px;
  background-position: -2061px 0px;
}

.flag.flag-rw {
  height: 14px;
  background-position: -4317px 0px;
}

.flag.flag-ec {
  height: 14px;
  background-position: -1445px 0px;
}

.flag.flag-mm {
  height: 14px;
  background-position: -3314px 0px;
}

.flag.flag-pa {
  height: 14px;
  background-position: -3899px 0px;
}

.flag.flag-kg {
  height: 12px;
  background-position: -2655px 0px;
}

.flag.flag-ve {
  height: 14px;
  background-position: -5346px 0px;
}

.flag.flag-tk {
  height: 10px;
  background-position: -4955px 0px;
}

.flag.flag-ca {
  height: 10px;
  background-position: -834px 0px;
}

.flag.flag-is {
  height: 15px;
  background-position: -2501px 0px;
}

.flag.flag-ke {
  height: 14px;
  background-position: -2633px 0px;
}

.flag.flag-ro {
  height: 14px;
  background-position: -4251px 0px;
}

.flag.flag-gq {
  height: 14px;
  background-position: -2017px 0px;
}

.flag.flag-pt {
  height: 14px;
  background-position: -4141px 0px;
}

.flag.flag-tf {
  height: 14px;
  background-position: -4867px 0px;
}

.flag.flag-ad {
  height: 14px;
  background-position: -22px 0px;
}

.flag.flag-sk {
  height: 14px;
  background-position: -4537px 0px;
}

.flag.flag-pm {
  height: 14px;
  background-position: -4053px 0px;
}

.flag.flag-om {
  height: 10px;
  background-position: -3877px 0px;
}

.flag.flag-ws {
  height: 10px;
  background-position: -5478px 0px;
}

.flag.flag-sh {
  height: 10px;
  background-position: -4471px 0px;
}

.flag.flag-mp {
  height: 10px;
  background-position: -3380px 0px;
}

.flag.flag-gt {
  height: 13px;
  background-position: -2083px 0px;
}

.flag.flag-cf {
  height: 14px;
  background-position: -900px 0px;
}

.flag.flag-io {
  height: 10px;
  background-position: -2435px 0px;
}

.flag.flag-tm {
  height: 14px;
  background-position: -4999px 0px;
}

.flag.flag-ch {
  height: 15px;
  background-position: -944px 0px;
}

.flag.flag-mt {
  height: 14px;
  background-position: -3468px 0px;
}

.flag.flag-nl {
  height: 14px;
  background-position: -3752px 0px;
}

.flag.flag-gp {
  height: 14px;
  background-position: -1995px 0px;
}

.flag.flag-im {
  height: 10px;
  background-position: -2391px 0px;
}

.flag.flag-tv {
  height: 10px;
  background-position: -5109px 0px;
}

.flag.flag-mu {
  height: 14px;
  background-position: -3490px 0px;
}

.flag.flag-pe {
  height: 14px;
  background-position: -3921px 0px;
}

.flag.flag-vi {
  height: 14px;
  background-position: -5390px 0px;
}

.flag.flag-hn {
  height: 10px;
  background-position: -2215px 0px;
}

.flag.flag-ss {
  height: 10px;
  background-position: -4669px 0px;
}

.flag.flag-ae {
  height: 10px;
  background-position: -44px 0px;
}

.flag.flag-td {
  height: 14px;
  background-position: -4845px 0px;
}

.flag.flag-pw {
  height: 13px;
  background-position: -4163px 0px;
}

.flag.flag-nu {
  height: 10px;
  background-position: -3833px 0px;
}

.flag.flag-bt {
  height: 14px;
  background-position: -724px 0px;
}

.flag.flag-ms {
  height: 10px;
  background-position: -3446px 0px;
}

.flag.flag-cv {
  height: 12px;
  background-position: -1159px 0px;
}

.flag.flag-es {
  height: 14px;
  background-position: -1555px 0px;
}

.flag.flag-mh {
  height: 11px;
  background-position: -3248px 0px;
}

.flag.flag-la {
  height: 14px;
  background-position: -2875px 0px;
}

.flag.flag-vn {
  height: 14px;
  background-position: -5412px 0px;
}

.flag.flag-py {
  height: 11px;
  background-position: -4185px 0px;
}

.flag.flag-br {
  height: 14px;
  background-position: -680px 0px;
}

.flag.flag-ye {
  height: 14px;
  background-position: -5522px 0px;
}

.flag.flag-ie {
  height: 10px;
  background-position: -2347px 0px;
}

.flag.flag-gh {
  height: 14px;
  background-position: -1885px 0px;
}

.flag.flag-cg {
  height: 14px;
  background-position: -922px 0px;
}

.flag.flag-cu {
  height: 10px;
  background-position: -1137px 0px;
}

.flag.flag-hu {
  height: 10px;
  background-position: -2281px 0px;
}

.flag.flag-sg {
  height: 14px;
  background-position: -4449px 0px;
}

.flag.flag-at {
  height: 14px;
  background-position: -264px 0px;
}

.flag.flag-lk {
  height: 10px;
  background-position: -2963px 0px;
}

.flag.flag-vu {
  height: 12px;
  background-position: -5434px 0px;
}

.flag.flag-bo {
  height: 14px;
  background-position: -636px 0px;
}

.flag.flag-jo {
  height: 10px;
  background-position: -2589px 0px;
}

.flag.flag-er {
  height: 10px;
  background-position: -1533px 0px;
}

.flag.flag-za {
  height: 14px;
  background-position: -5566px 0px;
}

.flag.flag-rs {
  height: 14px;
  background-position: -4273px 0px;
}

.flag.flag-nr {
  height: 10px;
  background-position: -3811px 0px;
}

.flag.flag-ls {
  height: 14px;
  background-position: -3007px 0px;
}

.flag.flag-jm {
  height: 10px;
  background-position: -2567px 0px;
}

.flag.flag-tz {
  height: 14px;
  background-position: -5153px 0px;
}

.flag.flag-ki {
  height: 10px;
  background-position: -2699px 0px;
}

.flag.flag-sj {
  height: 15px;
  background-position: -4515px 0px;
}

.flag.flag-cz {
  height: 14px;
  background-position: -1247px 0px;
}

.flag.flag-pg {
  height: 15px;
  background-position: -3965px 0px;
}

.flag.flag-lv {
  height: 10px;
  background-position: -3073px 0px;
}

.flag.flag-do {
  height: 13px;
  background-position: -1379px 0px;
}

.flag.flag-lu {
  height: 12px;
  background-position: -3051px 0px;
}

.flag.flag-no {
  height: 15px;
  background-position: -3774px 0px;
}

.flag.flag-kw {
  height: 10px;
  background-position: -2809px 0px;
}

.flag.flag-mx {
  height: 12px;
  background-position: -3556px 0px;
}

.flag.flag-yt {
  height: 14px;
  background-position: -5544px 0px;
}

.flag.flag-ly {
  height: 10px;
  background-position: -3095px 0px;
}

.flag.flag-cy {
  height: 13px;
  background-position: -1225px 0px;
}

.flag.flag-ph {
  height: 10px;
  background-position: -3987px 0px;
}

.flag.flag-my {
  height: 10px;
  background-position: -3578px 0px;
}

.flag.flag-um {
  height: 11px;
  background-position: -5219px 0px;
}

.flag.flag-ky {
  height: 10px;
  background-position: -2831px 0px;
}

.flag.flag-tt {
  height: 12px;
  background-position: -5087px 0px;
}

.flag.flag-so {
  height: 14px;
  background-position: -4625px 0px;
}

.flag.flag-lt {
  height: 12px;
  background-position: -3029px 0px;
}

.flag.flag-by {
  height: 10px;
  background-position: -790px 0px;
}

.flag.flag-bb {
  height: 14px;
  background-position: -396px 0px;
}

.flag.flag-us {
  height: 11px;
  background-position: -5241px 0px;
}

.flag.flag-md {
  height: 10px;
  background-position: -3160px 0px;
}

.flag.flag-li {
  height: 12px;
  background-position: -2941px 0px;
}

.flag.flag-sr {
  height: 14px;
  background-position: -4647px 0px;
}

.flag.flag-vg {
  height: 10px;
  background-position: -5368px 0px;
}

.flag.flag-cr {
  height: 12px;
  background-position: -1115px 0px;
}

.flag.flag-tc {
  height: 10px;
  background-position: -4823px 0px;
}

.flag.flag-ao {
  height: 14px;
  background-position: -176px 0px;
}

.flag.flag-ma {
  height: 14px;
  background-position: -3117px 0px;
}

.flag.flag-mr {
  height: 14px;
  background-position: -3424px 0px;
}

.flag.flag-gn {
  height: 14px;
  background-position: -1973px 0px;
}

.flag.flag-ne {
  height: 15px;
  background-position: -3666px 0px;
}

.flag.flag-nf {
  height: 10px;
  background-position: -3686px 0px;
}

.flag.flag-wf {
  height: 14px;
  background-position: -5456px 0px;
}

.flag.flag-hk {
  height: 14px;
  background-position: -2171px 0px;
}

.flag.flag-gf {
  height: 14px;
  background-position: -1841px 0px;
}

.flag.flag-ps {
  height: 10px;
  background-position: -4119px 0px;
}

.flag.flag-ic {
  height: 14px;
  background-position: -2303px 0px;
}

.flag.flag-cw {
  height: 14px;
  background-position: -1181px 0px;
}

.flag.flag-ml {
  height: 14px;
  background-position: -3292px 0px;
}

.flag.flag-ax {
  height: 13px;
  background-position: -330px 0px;
}

.flag.flag-gl {
  height: 14px;
  background-position: -1929px 0px;
}

.flag.flag-dj {
  height: 14px;
  background-position: -1313px 0px;
}

.flag.flag-cn {
  height: 14px;
  background-position: -1049px 0px;
}

.flag.flag-ht {
  height: 12px;
  background-position: -2259px 0px;
}

.flag.flag-lr {
  height: 11px;
  background-position: -2985px 0px;
}

.flag.flag-tg {
  height: 13px;
  background-position: -4889px 0px;
}

.flag.flag-ba {
  height: 10px;
  background-position: -374px 0px;
}

.flag.flag-ge {
  height: 14px;
  background-position: -1819px 0px;
}

.flag.flag-bz {
  height: 14px;
  background-position: -812px 0px;
}

.flag.flag-au {
  height: 10px;
  background-position: -286px 0px;
}

.flag.flag-iq {
  height: 14px;
  background-position: -2457px 0px;
}

.flag.flag-cm {
  height: 14px;
  background-position: -1027px 0px;
}

.flag.flag-gw {
  height: 10px;
  background-position: -2127px 0px;
}

.flag.flag-az {
  height: 10px;
  background-position: -352px 0px;
}

.flag.flag-na {
  height: 14px;
  background-position: -3622px 0px;
}

.flag.flag-fj {
  height: 10px;
  background-position: -1643px 0px;
}

.flag.flag-zw {
  height: 10px;
  background-position: -5610px 0px;
}

.flag.flag-bs {
  height: 10px;
  background-position: -702px 0px;
}

.flag.flag-il {
  height: 15px;
  background-position: -2369px 0px;
}

.flag.flag-nz {
  height: 10px;
  background-position: -3855px 0px;
}

.flag.flag-me {
  height: 10px;
  background-position: -3182px 0px;
}

.flag.flag-si {
  height: 10px;
  background-position: -4493px 0px;
}

.flag.flag-nc {
  height: 10px;
  background-position: -3644px 0px;
}

.flag.flag-lb {
  height: 14px;
  background-position: -2897px 0px;
}

.flag.flag-hm {
  height: 10px;
  background-position: -2193px 0px;
}

.flag.flag-as {
  height: 10px;
  background-position: -242px 0px;
}

.flag.flag-eg {
  height: 14px;
  background-position: -1489px 0px;
}

.flag.flag-sv {
  height: 12px;
  background-position: -4713px 0px;
}

.flag.flag-sl {
  height: 14px;
  background-position: -4559px 0px;
}

.flag.flag-fk {
  height: 10px;
  background-position: -1665px 0px;
}

.flag.flag-am {
  height: 10px;
  background-position: -154px 0px;
}

.flag.flag-ck {
  height: 10px;
  background-position: -983px 0px;
}

.flag.flag-tw {
  height: 14px;
  background-position: -5131px 0px;
}

.flag.flag-kh {
  height: 13px;
  background-position: -2677px 0px;
}

.flag.flag-to {
  height: 10px;
  background-position: -5043px 0px;
}

.flag.flag-se {
  height: 13px;
  background-position: -4427px 0px;
}

.flag.flag-cd {
  height: 15px;
  background-position: -878px 0px;
}

.flag.flag-pn {
  height: 10px;
  background-position: -4075px 0px;
}

.flag.flag-gr {
  height: 14px;
  background-position: -2039px 0px;
}

.flag.flag-id {
  height: 14px;
  background-position: -2325px 0px;
}

.flag.flag-vc {
  height: 14px;
  background-position: -5324px 0px;
}

.flag.flag-bi {
  height: 12px;
  background-position: -526px 0px;
}

.flag.flag-pk {
  height: 14px;
  background-position: -4009px 0px;
}

.flag.flag-pr {
  height: 14px;
  background-position: -4097px 0px;
}

.flag.flag-bd {
  height: 12px;
  background-position: -418px 0px;
}

.flag.flag-co {
  height: 14px;
  background-position: -1071px 0px;
}

.flag.flag-fm {
  height: 11px;
  background-position: -1687px 0px;
}

.flag.flag-bm {
  height: 10px;
  background-position: -592px 0px;
}

.flag.flag-ar {
  height: 13px;
  background-position: -220px 0px;
}

.flag.flag-bv {
  height: 15px;
  background-position: -746px 0px;
}

.flag.flag-sb {
  height: 10px;
  background-position: -4361px 0px;
}

.flag.flag-mq {
  height: 14px;
  background-position: -3402px 0px;
}

.flag.flag-eh {
  height: 10px;
  background-position: -1511px 0px;
}

.flag.flag-bh {
  height: 12px;
  background-position: -504px 0px;
}

.flag.flag-it {
  height: 14px;
  background-position: -2523px 0px;
}

.flag.flag-hr {
  height: 10px;
  background-position: -2237px 0px;
}

.flag.flag-sa {
  height: 14px;
  background-position: -4339px 0px;
}

.flag.flag-mv {
  height: 14px;
  background-position: -3512px 0px;
}

.flag.flag-mg {
  height: 14px;
  background-position: -3226px 0px;
}

.flag.flag-dz {
  height: 14px;
  background-position: -1401px 0px;
}

.flag.flag-gg {
  height: 14px;
  background-position: -1863px 0px;
}

.flag.flag-gm {
  height: 14px;
  background-position: -1951px 0px;
}

.flag.flag-af {
  height: 14px;
  background-position: -66px 0px;
}

.flag.flag-mc {
  height: 15px;
  background-position: -3139px 0px;
}

.flag.flag-sy {
  height: 14px;
  background-position: -4757px 0px;
}

.flag.flag-sn {
  height: 14px;
  background-position: -4603px 0px;
}

.flag.flag-kr {
  height: 14px;
  background-position: -2787px 0px;
}

.flag.flag-eu {
  height: 14px;
  background-position: -1599px 0px;
}

.flag.flag-bn {
  height: 10px;
  background-position: -614px 0px;
}

.flag.flag-st {
  height: 10px;
  background-position: -4691px 0px;
}

.flag.flag-lc {
  height: 10px;
  background-position: -2919px 0px;
}

.flag.flag-dm {
  height: 10px;
  background-position: -1357px 0px;
}

.flag.flag-be {
  height: 15px;
  background-position: -440px 0px;
}

.flag.flag-ni {
  height: 12px;
  background-position: -3730px 0px;
}

.flag.flag-ua {
  height: 14px;
  background-position: -5175px 0px;
}

.flag.flag-mz {
  height: 14px;
  background-position: -3600px 0px;
}

.flag.flag-pf {
  height: 14px;
  background-position: -3943px 0px;
}

.flag.flag-tn {
  height: 14px;
  background-position: -5021px 0px;
}

.flag.flag-ee {
  height: 13px;
  background-position: -1467px 0px;
}

.flag.flag-xk {
  height: 15px;
  background-position: -5500px 0px;
}

.flag.flag-sx {
  height: 14px;
  background-position: -4735px 0px;
}

.flag.flag-sd {
  height: 10px;
  background-position: -4405px 0px;
}

.flag.flag-gd {
  height: 12px;
  background-position: -1797px 0px;
}

.flag.flag-ci {
  height: 14px;
  background-position: -961px 0px;
}

.flag.flag-sz {
  height: 14px;
  background-position: -4779px 0px;
}

.flag.flag-cl {
  height: 14px;
  background-position: -1005px 0px;
}

.flag.flag-fi {
  height: 12px;
  background-position: -1621px 0px;
}

.flag.flag-ga {
  height: 15px;
  background-position: -1753px 0px;
}

.flag.flag-jp {
  height: 14px;
  background-position: -2611px 0px;
}

.flag.flag-de {
  height: 12px;
  background-position: -1269px 0px;
}

.flag.flag-np {
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}

.flag.flag-re {
  height: 14px;
  background-position: -4229px 0px;
}

.flag.flag-bg {
  height: 12px;
  background-position: -482px 0px;
}

.flag.flag-sc {
  height: 10px;
  background-position: -4383px 0px;
}

.flag.flag-ng {
  height: 10px;
  background-position: -3708px 0px;
}

.flag.flag-qa {
  height: 8px;
  background-position: -4207px 0px;
}

.flag.flag-mk {
  height: 10px;
  background-position: -3270px 0px;
}

.flag.flag-aw {
  height: 14px;
  background-position: -308px 0px;
}

.flag.flag-kn {
  height: 14px;
  background-position: -2743px 0px;
}

.flag.flag-al {
  height: 15px;
  background-position: -132px 0px;
}

.flag.flag-bw {
  height: 14px;
  background-position: -768px 0px;
}

.flag.flag-ag {
  height: 14px;
  background-position: -88px 0px;
}

.flag.flag-mn {
  height: 10px;
  background-position: -3336px 0px;
}

.flag.flag-va {
  height: 15px;
  background-position: -5307px 0px;
}

.flag.flag-fo {
  height: 15px;
  background-position: -1709px 0px;
}

.flag.flag-th {
  height: 14px;
  background-position: -4911px 0px;
}

.flag.flag-tr {
  height: 14px;
  background-position: -5065px 0px;
}

.flag.flag-tl {
  height: 10px;
  background-position: -4977px 0px;
}

.flag.flag-kz {
  height: 10px;
  background-position: -2853px 0px;
}

.flag.flag-gu {
  height: 11px;
  background-position: -2105px 0px;
}

.flag.flag-zm {
  height: 14px;
  background-position: -5588px 0px;
}

.flag.flag-uz {
  height: 10px;
  background-position: -5285px 0px;
}

.flag.flag-dk {
  height: 15px;
  background-position: -1335px 0px;
}

.flag.flag-gi {
  height: 10px;
  background-position: -1907px 0px;
}

.flag.flag-gy {
  height: 12px;
  background-position: -2149px 0px;
}

.flag.flag-bj {
  height: 14px;
  background-position: -548px 0px;
}

.flag.flag-fr {
  height: 14px;
  background-position: -1731px 0px;
}

.flag.flag-mo {
  height: 14px;
  background-position: -3358px 0px;
}

.flag.flag-ir {
  height: 12px;
  background-position: -2479px 0px;
}

.flag.flag-sm {
  height: 15px;
  background-position: -4581px 0px;
}

.flag.flag-et {
  height: 10px;
  background-position: -1577px 0px;
}

.flag.flag-ru {
  height: 14px;
  background-position: -4295px 0px;
}

.flag.flag-tj {
  height: 10px;
  background-position: -4933px 0px;
}

.flag.flag-mw {
  height: 14px;
  background-position: -3534px 0px;
}

.flag.flag-ug {
  height: 14px;
  background-position: -5197px 0px;
}

.flag.flag-je {
  height: 12px;
  background-position: -2545px 0px;
}

.flag.flag-km {
  height: 12px;
  background-position: -2721px 0px;
}

.flag.flag-in {
  height: 14px;
  background-position: -2413px 0px;
}

.flag.flag-bf {
  height: 14px;
  background-position: -460px 0px;
}

.flag.flag-ac {
  height: 10px;
  background-position: 0px 0px;
}

.flag.flag-aq {
  height: 14px;
  background-position: -198px 0px;
}

.flag.flag-bl {
  height: 14px;
  background-position: -570px 0px;
}

.flag.flag-bq {
  height: 14px;
  background-position: -658px 0px;
}

.flag.flag-cc {
  height: 10px;
  background-position: -856px 0px;
}

.flag.flag-cp {
  height: 14px;
  background-position: -1093px 0px;
}

.flag.flag-cx {
  height: 10px;
  background-position: -1203px 0px;
}

.flag.flag-dg {
  height: 10px;
  background-position: -1291px 0px;
}

.flag.flag-ea {
  height: 14px;
  background-position: -1423px 0px;
}

.flag.flag-mf {
  height: 14px;
  background-position: -3204px 0px;
}

.flag.flag-ta {
  height: 10px;
  background-position: -4801px 0px;
}

.flag.flag-none {
  background-color: rgba(0, 0, 0, 0.15);
  background-position: -208px -165px;
}

.select2-container {
  display: block;
}

.select2-container *:focus {
  outline: 0;
}

.input-group .select2-container--bootstrap4 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
  width: 100%;
  background-color: #FDFDFD;
  border: 1px solid #ECECEC;
  box-sizing: border-box !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4 .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: #80bdff;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
  cursor: not-allowed;
  background-color: #e9ecef;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #dc3545;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
  border-color: #28a745;
}

.select2-container--bootstrap4 .select2-search {
  width: 100%;
}

.select2-container--bootstrap4 .select2-dropdown {
  border-color: #ced4da;
  border-radius: 0;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
  border-top: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
  border-top: 1px solid #ced4da;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected=true] {
  color: #212529;
  background-color: #f2f2f2;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
  color: #212529;
  background-color: #f2f2f2;
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap4 .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
  padding-left: 1em;
}

.select2-container--bootstrap4 .select2-results__option {
  padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 15em;
  overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
  display: list-item;
  padding: 6px;
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection__clear {
  float: right;
  width: 0.9em;
  height: 0.9em;
  padding-left: 0.15em;
  margin-top: 0.7em;
  margin-right: 0.3em;
  line-height: 0.75em;
  color: #f8f9fa;
  background-color: #c8c8c8;
  border-radius: 100%;
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
  /*background-color: #FBFBFB;*/
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
}

.select2-container--bootstrap4 .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  line-height: calc(1.5em + 0.75rem);
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 20px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -2px;
  margin-left: -4px;
  border-color: #343a40 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  padding-left: 0.75rem;
  line-height: calc(1.5em + 0.75rem);
  color: #495057;
  font-weight: normal;
}

.select2-search--dropdown .select2-search__field {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.select2-results__message {
  color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.375rem;
  margin: 0;
  list-style: none;
  font-weight: normal;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0;
  padding-right: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: #495057;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
}

.expertiseSelect .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 3px;
  padding-left: 0.75rem;
  margin-top: calc(0.375rem - 2px);
  margin-right: 0.375rem;
  color: rgb(63, 193, 201);
  cursor: pointer;
  border-radius: 0.2rem;
  background: rgba(63, 193, 201, 0.2);
  display: flex;
  flex-direction: row-reverse;
  border: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  color: #495057;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
  width: 0;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #bdc6d0;
}

.expertiseSelect .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  padding-right: 3px;
  padding-left: 3px;
  margin-right: 1px;
  margin-left: 3px;
  font-weight: 700;
  color: #3FC1C9;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  color: #3FC1C9;
  font-size: 21px;
  height: 21px;
  margin-top: -6px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  /*    
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgb(63 193 201 / 20%) !important;*/
  /*background-color: #FBFBFB;*/
  color: #343a40;
  border: 1px solid #3FC1C9;
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
}

.expertiseSelect .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  box-shadow: none;
  border: 0;
  color: #3FC1C9;
}

.select2-container:hover {
  color: #343a40;
  border: 1px solid #3FC1C9;
  border-radius: 0.25rem;
  background-color: #fff;
  /*    border-color: #3FC1C9;*/
  box-shadow: 0px 0px 0px 3px rgba(63, 193, 201, 0.2);
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  position: absolute !important;
  top: 0;
  right: 0.7em;
  float: none;
  margin-right: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  padding: 0 5px;
  cursor: not-allowed;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
