@charset "UTF-8";
body {
  background: #3d4f5f;
  font-family: 'Figtree-Regular', sans-serif;
  font-size: 16px;
  min-width: 320px;
  position: relative;
}

section, footer {
  max-width: 2200px;
  margin: auto; }

a {
  display: inline-block;
  color: #425168;
}

a:hover, a:focus, a:active {
  color: #425168;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@-webkit-keyframes init {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes init {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.nav, .tab-content, .focus-img, .content h5, .content h2, .content-item, .sub-footer-content h2, .sub-footer-content p, .footer {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

.hide-element {
    display: none!important;
}

.show-element {
    display: none!important;
}

.button-call-registration {
    box-shadow: 0 22px 40px rgba(86, 137, 173, 0.28);
    width: 340px;
    animation: init 2s forwards ease-in-out;
    margin-top: 35px;
}

/*-------HEADER-----------*/

.top {
  margin-top: 25px; }

.top-logo {
  padding: 0 0 0 69px; }

.top-logo a {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.top-logo a:hover {
  opacity: 0.7; }

.top-login {
  padding-left: 15px; }

.top-login > a {
  border-radius: 2px;
  color: #ffffff;
  padding: 0 26px 3px 24px;
  line-height: 38px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.top-login > a:hover {
  background-color: #ffffff;
  color: #15b6df; }

.top-login > a.card {
  background-color: #ffffff;
  color: #15b6df; }

.top-login > a:last-child:hover {
  opacity: 0.7; }

.top-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 86px;
}

.top-body p {
  color: #d4eff6;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  width: 65%;
  margin: auto;
  -webkit-animation: init 2s forwards ease-in-out;
  animation: init 2s forwards ease-in-out;
  opacity: 0;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }


.email {
  width: 260px;
  -webkit-box-shadow: 0 22px 40px rgba(21, 182, 223, 0.28);
  box-shadow: 0 22px 40px rgba(21, 182, 223, 0.28);
  border-radius: 2px 0 0 2px;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding: 17px 13px; }

.button-blue {
  display: inline-block;
  margin-left: -5px;
  border: none;
  color: #fff;
  text-decoration: none;
  background-color: #254f8b;
  padding: 17px 20px;
  border-radius: 0 2px 2px 0;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease; }

.button-blue:after {
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  position: absolute;
  content: '';
  height: 4px;
  bottom: 0;
  width: 100%;
  background-color: black;
  opacity: .18;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  left: 0; }

.button-blue:focus {
  text-decoration: none;
  color: #fff; }

.button-blue:hover {
  background-color: #2a5a9f; }

.button-blue:hover::after {
  opacity: 0.22; }

.button-blue:active {
  background-color: #0fa4c8; }

.button-blue::after {
  opacity: 0.32; }

.video-js {
  margin: auto;
  position: relative;
  bottom: -68px;
  -webkit-box-shadow: 0 12px 46px rgba(77, 104, 111, 0.36);
  box-shadow: 0 12px 46px rgba(77, 104, 111, 0.36);
  -webkit-animation: init 2s forwards ease;
  animation: init 2s forwards ease;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  opacity: 0; }

.vjs-poster {
    background-size: cover;
}

.video-js .vjs-big-play-button {
  opacity: 0; }

/*-------END-HEADER--------*/
/*-------MENU------*/
.menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 51px; }

.menu-content .active {
  -webkit-box-shadow: 0 10px 24px rgba(142, 158, 179, 0.44);
  box-shadow: 0 10px 24px rgba(142, 158, 179, 0.44);
  border-radius: 2px;
  background-color: #ffffff; }

.menu-content .active div {
  background-position-y: 50px; }

.menu-content a {
  width: 176px;
  height: 165px;
  text-align: center;
  padding-top: 42px;
  margin: 0 2px; }

.menu-content a:hover div {
  background-position-y: 50px; }

.menu-content p {
  color: #425168;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  width: 155px;
  margin: auto; }

.step1-5 {
  border-right: 4px solid #404c5a !important; }

.menu-icons {
  width: 40px;
  height: 40px;
  background: url("../img/icons.png") -53px -19px;
  display: inline-block;
  margin: 32px 0 11px 57px; }

.menu-icon2 {
  background-position-x: -238px; }

.menu-icon3 {
  background-position-x: -424px; }

.menu-icon4 {
  background-position-x: -600px; }

.menu-icon5 {
  background-position-x: 95px; }

.nav p {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  width: 155px;
  text-align: center;
  margin-bottom: 24px;
  color: #425168; }

.nav-pills > li > a {
  border-radius: 0;
  height: 100%; }

.nav-pills > li.active > a {
  -webkit-box-shadow: 0 10px 24px rgba(142, 158, 179, 0.44);
  box-shadow: 0 10px 24px rgba(142, 158, 179, 0.44);
  border-radius: 2px;
  background-color: #ffffff; }

.nav > li > a {
  padding: 10px 11px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #ffffff; }

.nav-pills > li > a:hover .menu-icon1 {
  background-position: -53px 50px; }

.nav-pills > li > a:hover .menu-icon2 {
  background-position: -238px 50px; }

.nav-pills > li > a:hover .menu-icon3 {
  background-position: -424px 50px; }

.nav-pills > li > a:hover .menu-icon4 {
  background-position: -600px 50px; }

.nav-pills > li > a:hover .menu-icon5 {
  background-position: 95px 50px; }

/*------END-MENU------*/
/*----------FOCUS---------*/
.focus {
  background-color: #f7f9fc; }

.focus-content {
  margin-top: 46px;
  padding: 4px 5.5% 11% 6%; }

.focus-content h2 {
  color: #425168;
  font-size: 26px;
  line-height: 32px;
  padding-bottom: 24px;
  padding-right: 7%; }

.focus-content p {
  color: #6c7c93;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 29px; }

.button-light-blue {
  margin-left: 3px;
  display: inline-block;
  border: none;
  color: #fff;
  text-decoration: none;
  background-color: #11b7e0;
  padding: 17px 19px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  outline: none;
  -webkit-transition: background-color .1s ease;
  transition: background-color .1s ease; }

.button-light-blue:after {
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
  position: absolute;
  content: '';
  height: 4px;
  bottom: 0;
  width: 100%;
  background-color: #11b7e0;
  opacity: .18;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  left: 0; }

.button-light-blue:focus {
  text-decoration: none;
  color: #45515f; }

.button-light-blue:hover {
  background-color: #1dc4ee; }

.button-light-blue:hover::after {
  opacity: 0.22; }

.button-light-blue:active {
  background-color: #0fa4c8; }

.button-light-blue::after {
  opacity: 0.32; }

.focus-img {
  margin: 46px 0 25px -33px;
  position: relative; }

.focus-img img {
  position: absolute;
  max-width: 114%;
  overflow: hidden; }

.button-large-white {
    border: 1px solid #31415B;
    border-radius: 2px;
    background-color: #FFFFFF;
    color: #425168;
    vertical-align: baseline;
    padding: 10px 32px 10px;
    min-height: 26px;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}


.button-large-white:hover {
  background-color: #d1dae3;
}


/*------END-FOCUS------*/
/*-------CONTENT-------*/
.content {
  background-color: #fff;
  padding-top: 147px; }

.content h5 {
  text-align: center;
  color: #a7b2be;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 7px; }

.content h2 {
  text-align: center;
  color: #425168;
  font-size: 32px;
  line-height: 32px; }

.content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 0 68px;
  margin-top: 84px; }

.content-item {
  width: 304px;
  margin: 0 30px 38px 0; }

.content-item h4 {
  color: #31415b;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 18px;
  padding-right: 10px; }

.content-item p {
  color: #6c7c93;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 14px; }

.content-item:nth-child(2) p {
  padding-right: 64px; }

.content-item:nth-child(3) p {
  padding-right: 5px; }

.content-item:nth-child(5) p {
  padding-right: 27px; }

.content-item img {
  margin-bottom: 21px; }

.content-item:nth-child(4) img {
  margin-bottom: 14px; }

/*------END-CONTENT-------*/
.fon {
  position: relative; }

.fon-div {
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #fff;
  z-index: -1; }

/*-------SUB-FOOTER------*/
.sub-footer {
  z-index: 99;
  position: relative;
  background-color: #fff;
}

.sub-footer-content {
  text-align: center;
  margin: 63px 69px 0;
  padding-top: 48px;
  padding-bottom: 300px;
}

.sub-footer-content h2 {
  color: #425168;
  font-size: 27px; }

.sub-footer-content p {
  color: #778498;
  font-size: 18px;
  padding-top: 15px;
  line-height: 26px;
  width: 660px;
  margin: auto; }

.sub-footer__img {
    max-width: 1002px;
    position: absolute;
    top: 356px;
    left: calc(50% - 501px);
}

.light-blue {
  background-color: #11b7e0; }

.light-blue:after {
  background-color: #11b7e0; }

.light-blue:hover {
  background-color: #1dc4ee; }

.light-blue:hover::after {
  opacity: 0.22; }

.light-blue:active {
  background-color: #0fa4c8; }

.sub-footer-img {
  margin-top: 44px; }

.sub-footer-img img {
  position: relative;
  top: 3px; }

/*------END-SUB-FOOTER------*/
/*--------FOOTER------*/
footer {
  background: url("../img/footer.png") no-repeat bottom;
  background-size: cover;
  padding: 380px 0 36px;
  z-index: -1;
}

.footer-logo {
  color: #ffffff;
  font-size: 14px;
  padding-left: 70px; }

.footer-logo:hover {
  opacity: .7; }

.footer-logo a {
  padding-bottom: 12px; }

.footer-contact a {
  line-height: 25px;
  color: #ffffff;
  padding: 3px 0 0 7px; }

.footer-contact a:hover {
  opacity: 0.7; }

.footer-contact a:last-child {
  padding-top: 0; }

.footer-contact a span {
  color: #15b6df; }

.footer-social {
  display: inline-block;
  margin-left: 0;
  padding-right: 0; }

.footer-social a {
  color: #ffffff;
  margin-right: 11px;
  padding-top: 8px; }

.footer-social a:hover {
  opacity: 0.7; }

.footer-social a:last-child {
  margin-right: 0; }

.footer-social a i {
  font-size: 20px; }

/*-------END-FOOTER------*/
/*-------LOGIN------*/
#login-wrap {
  background-color: #fff;
  padding: 0;
  width: 427px;
  border-top: 5px solid #11b7e0; }

.login-logo {
  text-align: center;
  padding: 40px 0;
  background-color: #11b7e0; }

.login-form {
  padding: 50px 42px 46px;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  margin: auto;
  border-radius: 3px; }

.login-form input {
  display: block;
  outline: none;
  border-radius: 2px;
  border: 1px solid #e0e9ee;
  background-color: #ffffff;
  font-size: 18px;
  padding: 17px;
  width: 379px;
  margin: auto;
  color: #3c495b; }

.login-form select {
  display: block;
  outline: none;
  border-radius: 2px;
  border: 1px solid #e0e9ee;
  background-color: #ffffff;
  font-size: 18px;
  padding: 17px;
  width: 379px;
  margin: auto;
  color: #3c495b; }

.login-form input:first-child {
  margin-bottom: 14px; }

.button-login {
  width: 330px;
  -webkit-box-shadow: 0 10px 24px rgba(74, 158, 236, 0.53);
  box-shadow: 0 10px 24px rgba(74, 158, 236, 0.53);
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4b96ec), to(#2ac4f2));
  background-image: linear-gradient(to right, #4b96ec 0%, #2ac4f2 100%);
  margin-top: 22px;
  margin-left: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.button-login:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#2ac4f2), to(#4b96ec));
  background-image: linear-gradient(to right, #2ac4f2 0%, #4b96ec 100%); }

.login-footer {
  width: 90%;
  padding: 0 0 30px;
  margin: auto; }

.login-footer a {
  color: #3c495b;
  font-size: 15px; }

.login-footer a:first-child {
  margin-right: 15px; }

.theTooltip {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, visibility;
  max-width: 139px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 7px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
  top: 55%;
  right: 31px;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 100;
  font-size: 14px;
  font-weight: 400; }

.theTooltip:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 16%;
  margin-top: -10px;
  left: 70px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.7); }

.theTooltip:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAABdklEQVQ4T52Sv07CUBTGv0NaGXkBB5SlgwbjAjskTgaTMhEjz8BAQtJIYkxDEwdeQRJTFzoQHWFygUWDcWhM1D4ALwAq17SXIm1vwdit55zvd7/zh7DhY4ZRwWy2Rc3m9bpS2ggCPtwaAnb+DWK53C1Go7wHyGYfaTxW42CxjthwuI18/gFAeiF20O8fUbH4KoLFg5LJJ0ynBwGRLL3Q59f+n0Gs3T5Brdb23LRagCQB9bqrd2AYGjUaZhgmdMT4gHlLjHENLUsd0eAjIFatXqDTOVsHQqVikmlqq66ioFU3Yke8RcYyRDT3YQEQU5Q72PbeyqZErXGtotyTbR9HQMyyDqGqVgAS74i76vVKVCo9Lw6WMxnwBmB306WH8u8EZJYgpuun0LTLiBu3YjDg2kJB9IYDXT8nTbvxZhRYd7g8uv5whXcOxNTyFaxuWejGlaRSgCwDk0lc1w7Ucpc8N7KUxnyxyUTiV+DG/H8/72fduB/7njs/LZt5IHhj7UAAAAAASUVORK5CYII=");
  position: absolute;
  top: -29px;
  right: 55px; }

.submitted input:invalid {
  border: 1px solid #f00; }

.submitted input:invalid ~ .theTooltip {
  visibility: visible;
  opacity: 1; }

.submitted input:valid ~ .theTooltip {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

/*-------END-LOGIN------*/
/*-----------REG--------------*/
#form-reg {
  color: #425168;
  font-size: 28px;
  padding: 0; }

#form-reg1 {
  padding: 50px; }

.button-reg {
    width: 90%;
    margin-top: 8px;
  -webkit-box-shadow: 0 15px 38px rgba(142, 158, 179, 0.35);
  box-shadow: 0 15px 38px rgba(142, 158, 179, 0.35);
  margin-top: 25px;
  padding: 15px 120px;
  font-size: 18px;
  margin-left: 0; }

.reg-form {
  border-radius: 0;
  width: 100%;
  padding: 50px 0 51px; }

.reg-form h2 {
  margin-top: -4px;
  font-size: 27px;
  margin-bottom: 21px; }

.reg-form input {
  width: 328px;
  border-radius: 2px;
  border: 1px solid #dce6e8;
  background-color: #ffffff;
  padding: 14px;
  margin-bottom: 19px !important; }

.reg-input {
  margin-top: 50px;
  overflow: hidden; }

.reg-footer {
  background: #f7f9fc;
  width: 100%;
  margin: auto;
  padding: 12px 22px 22px;
  text-align: center; }

.reg-footer a {
  color: #6c7c93;
  font-size: 14px; }

.theTooltip-reg {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, visibility;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
  top: 52%;
  right: 292px;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 100; }

.theTooltip-reg:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAABdklEQVQ4T52Sv07CUBTGv0NaGXkBB5SlgwbjAjskTgaTMhEjz8BAQtJIYkxDEwdeQRJTFzoQHWFygUWDcWhM1D4ALwAq17SXIm1vwdit55zvd7/zh7DhY4ZRwWy2Rc3m9bpS2ggCPtwaAnb+DWK53C1Go7wHyGYfaTxW42CxjthwuI18/gFAeiF20O8fUbH4KoLFg5LJJ0ynBwGRLL3Q59f+n0Gs3T5Brdb23LRagCQB9bqrd2AYGjUaZhgmdMT4gHlLjHENLUsd0eAjIFatXqDTOVsHQqVikmlqq66ioFU3Yke8RcYyRDT3YQEQU5Q72PbeyqZErXGtotyTbR9HQMyyDqGqVgAS74i76vVKVCo9Lw6WMxnwBmB306WH8u8EZJYgpuun0LTLiBu3YjDg2kJB9IYDXT8nTbvxZhRYd7g8uv5whXcOxNTyFaxuWejGlaRSgCwDk0lc1w7Ucpc8N7KUxnyxyUTiV+DG/H8/72fduB/7njs/LZt5IHhj7UAAAAAASUVORK5CYII=");
  position: absolute;
  top: -58px;
  right: -444px; }

.theTooltip-reg-page:before {
  top: -52px; }

.submitted input:invalid ~ .theTooltip-reg {
  visibility: visible;
  opacity: 1; }

.submitted input:valid ~ .theTooltip-reg {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.fancybox-close-small:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAACWElEQVQ4T42UO0wUURSG///Ogo0WamGnIZrYUBhJRHd5SILsGl6KVoqPGCulMKEWFqxJLNDKGB9opSjLEncWzLqwM4rJGgsKTTQmdhbaaCPM3GPuwGyGNSF7q8mcc7459/z/GQLATM490J+KfzHPtZ6whnOvnX2+jzkRXOtPJhZrAczYThuJu5aFbmby7nNABgC+qtcYTKXiv7aC5HLurlWFKUBOApxmZt45A+EQIMcBlCAY3VG/utjR0eFFQYVCIfZ7tb4NxBiAFoBvQJmkSZpeWN4d0/7jgCp4C3jn+5Lt36KAjF1sAGJPQBwz3XrKujDQ2fwzAJiTybvtgEwCaAQ4a0FGursSH01sLu8c8sFxQHoBrAAc6uuKF02sAgggdrFBaE0QPG0Steir5r2iumfAAnlB8Yej3W0CmOSs7TRq8gEgTRDJBe2RKYBlJXK5J5lYiV7tP0A6Laop4cRFOAHgyEbye1KGy07CTaeptwQExlp4t4faf7Y+7eCURFln+zuP/qiWeFMHwddb3GbRvGkUoeCrKRBiv5k8ldwql+LL0S42AYL7KzyE4DCBzJqKXTGAOu3dF6APxAelcSk6hwpgdr60VwtuRxU4lWxdNoCX9lJzVAlF3Og90fK9IuOGt++EHlDij/UkW8vR+2btpSZNazT0ggium91hNru0U9fxqZGKgCviDVa7sGI2u9hAxqYEiBuJ1ZqcM7vwCYKDphjgyPa6v8XqPQgBZh/+rG0zjh0PIMRnzuSdHAHfU7GLxttbbWIYW98d75EAVjBEM4Na/wUhJKz5B1E2CAoD2wAdAAAAAElFTkSuQmCC");
  top: 16px;
  right: 12px;
  background: transparent; }

.fancybox-close-small:hover:after {
  background: transparent;
  opacity: 0.7; }

/*----------END-REG--------------*/
/*--------------PRICING------------*/


.p-pricing__header--fixed {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 15;
  max-width: none;
}

.p-pricing__container-text {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 77px;
  padding: 64px;
  position: relative;
  z-index: 11;
}

.p-pricing__container-text h2 {
  color: #425168;
  font: normal normal normal 27px/33px  'Figtree-Regular', sans-serif;
  letter-spacing: 0px;
  margin-bottom: 30px;
  max-width: 960px;
  opacity: 1;
  text-align: center;
}

.p-pricing__container-text p {
  margin: auto;
  max-width: 960px;
  text-align: center;
}

/*----------END-PRICING--------------*/
/*--------------DASHBOARD------------*/
html, .dashboard {
  height: 100%; }

.dashboard {
  background-color: #f7f9fc;
  max-width: 2200px;
  margin: auto; }

.tab-content-dash {
  background-color: #F7F9FC; }

.tab-content.building-dash {
    width: 100%; }

.tab-content.building-dash {
    margin-bottom: 40px;
}

.nav-header {
  background: url("../img/nav-header.png");
  border-right: none !important; }

.nav-header > a {
  padding: 35px 26px 29px 29px !important; }

.logo-icon-viz {
  opacity: 0; }

.wrapper, .row {
  margin-left: 0;
  margin-right: 0; }

.wrapper:before, .wrapper:after,
.column:before, .column:after {
  content: "";
  display: table; }

.wrapper:after,
.column:after {
  clear: both; }

/*-----------MAIN-------------*/
.navbar-top {
  -webkit-box-shadow: 0 18px 59px rgba(112, 129, 144, 0.27);
  box-shadow: 0 18px 59px rgba(112, 129, 144, 0.27);
  background-color: #fff; }

.project-import-block {
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 20px rgba(49, 65, 91, 0.16);
    padding: 30px;
}

.navbar-top > a, .navbar-top > div, .navbar-top > form {
  display: inline-block; }

.navbar-top > a {
  padding: 42px 38px 37px;
  border-right: 1px solid #e5e7e9; }

.navbar-top > a:after {
  position: relative;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAASCAYAAABfJS4tAAAAkklEQVQ4T+2UOxLAIAhEw/0vYWWXXFGHUXTFX3QmqUwFirCRJ2Ts4670sUnR0zYvy14+0bOoTNwLg9opBIugCA5wCxLmIouI9/92Ei/eQLO1uzma58jYO7LEfUSsxEeudY4WcgE9SDwT3Hs4unDwD24/UDFr2e7+d83LHKM2ZFjYHmmo53icx6OHoS8DC9VzWAj2zhUoxDZ7RRIAAAAASUVORK5CYII=");
  top: -1px;
  left: 0; }

.search-top {
  width: calc(100% - 375px);
  display: inline-block;
  position: relative;
  top: -4px; }

.search-top > .search-btn {
  background: #fff url(../img/search.png) no-repeat 25px 34px;
  width: 41px;
  height: 41px;
  padding: 50px 23px 40px 35px;
  border: none; }

.search-top > .search-input {
  width: 90%;
  border: none;
  padding: 45px 37px 36px 0;
  color: #acb7c7;
  font-size: 20px;
  outline: none; }

.bell {
  position: relative; }

.bell > span {
  position: relative; }

.bell > span:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABKUlEQVQ4T6WTMUhCURSGv0O4GEKDQhDCc3Ao8kE0ReRQQVtBLU0tLZF7W1Nbc0lLS1NLQW1BNRjhFNEzanDwgQSBDoHokMSVU+/BwyLRd6d77jnff+6551yhaxljVoF5YA4YB16BO+BWRM6D4eIbxhgLuAQy3YIBuwQsi4irZ9+wBzpA7LlRpVB/4eGjgtuqYUUTTI+kyMYnmIwlNbwB2CrgwwpmrmsOJ9UCbqv+K7kVjbORzLKYsNVXEhFbvBrPNON++eJP0FdSgZ30in+DNYUPgFy+csXpW/Gfcn9c62MzbKeWdHuo8JPWsPl4RLn53hNOD49yPLWlcY7Cn0Bk4X6PtvnqCUdkiJvZXY1rh84cqmadqMFe2xuSwfocesICAv3PdrA//fyqDuLbqmOi6krnAAAAAElFTkSuQmCC");
  top: -14px;
  left: -17px;
  position: absolute; }

.bell > a {
  padding: 15px;
  position: relative; }

.bell > a:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAYCAYAAAD+vg1LAAADJ0lEQVRIS62VX4hUVRzHv99z72AbuEoUhT6IUj4IYtba3hkVXajmzrirsHccS3oqFwQJLSjEPyRagj5YoIRQsqClODqzKOreWcV5aHPutMKS+qDSQwmCT0VL5C5z7/nJHR1xx53BGbyP9/v9fc6X3zm/c4gGX+b8b68ZStaAEhNiMQURgteEejjQ5lA6seRWvXJOJRQKBfPv8bYvQHwJYCaAPwiMCFB+tMBCAIEAh8c1tn2UtMZqOU+B+wuFF6ZPtOUIJEj8pHy9f00yeoOkVIuzl0bmsRz0CbEV4GhQDnrSPbG7T8IngTOZjGG2zzkukBQo65149GSjVp3KX4kpUecA3Jnml7u6u5f/U/VPAufypc9E5ABFnN5ENNcIWtUG3CvvaKgSKEeceHTDU+CBwuhMPTFxC8RVJ26tehbo49bkvT0QbEcQzHVWLf0r/P848Wm3mCZ4EkqWOe9Hf20GfGZoeJavzbsCfpqyOw9NAmfd4j6CG/1p92enu7r+awYcerOD3jAp47129N3J4EHvFIh5jm293Sw09J8eLB4g2e3Y1vyaxN4ZAu29ttXVCjjnlr4W4APH7ny9FjwA4GXHtpa3As7mvb0QrHVs642aVpTOgjLDsa0VLYHd4jcA01ODFdqdeOfK1sFqXb1WvPT8E7veAASvOAlrWUuJa3v8aOJ2APickMvVc9gsPOt6uwHsBHAsIL9i1i39AMgnBPoFcsKxo5eahVYGxC2+JUCfAtcD+J1Z1xsToj8Vtza3AqytybnFPoE6GIJdAIsg2CPAGEn90CwGJbzYqUhNiDJAHYgoCTWAAUV0RQfMiqYREXIzgReZO1+aL0p+BtFRJ3G4kKrRAgBGHf+fWtSGyu22a5eoN6Mjs0UHFXPZjGgj8MNBOUrohF/G9YjJSGWilBH4lFep5RcAhwPD/DbilysLa62ljf/eSyaTE1O+eaEpc/HqDCPwbxNyPVKOrO7p6fi/mjCbL/4I4cdCvSAVj92cKnldcGjO5b33RBDuwT0ARyC4LwofUrAQgk1Owvq+3oY3BIdFlXcNaguAGAQmgGsi+C6VsC40OkUPAE+OWgDRGcmhAAAAAElFTkSuQmCC");
  position: absolute;
  top: 8px;
  left: 0; }

.profile-element {
  margin-left: 17px; }

.profile-element > a {
  position: relative;
  top: -5px;
  left: 8px; }

.profile-element > a:hover {
  opacity: 0.7; }

.profile-element > span > img {
  position: relative;
  top: 9px; }

.profile-element__subscription {
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF;
    margin-top: 5px;
}

.profile-element__username {
    font-size: 20px;
    color: #8398BA;
}

.block > strong {
  color: #45515f;
  font-weight: 600;
  font-family: 'Figtree-SemiBold', sans-serif;
  width: 135px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  top: 5px; }

.block > i {
  font-size: 12px;
  font-weight: 100;
  margin-left: -5px;
  color: #c0c9d5; }

.dropdown-menu .divider {
  margin: 0; }

.dropdown-menu {
  margin: 23px 0 0 -5px;
  padding: 0; }

.dropdown-menu > li {
  font-size: 16px;
  position: relative; }

.dropdown-menu > li:first-child:after {
  position: absolute;
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAtUlEQVQoU2WP6Q6CMBCEp1QQkUMBMSa+/5OZeHFYwIJgW1MiBOP+291vZmeJUkphVkJI3B8Mu00ASo35CmQOS6VwTgs49hK8feEQb2EQMgkmWB+45gyWuUDou8jLGl3/xj4MQL4CIqUcYmRlDe0RBd7klLEKOmQUuMNsgMtng14IRL47uYyKlFUwKYW/XoFUvFG3nOGYxLBM+vOQbrpe4HRLkeg4l6xQnuPAsa0/cBzwtkPFOT4GzlaQ85B7GgAAAABJRU5ErkJggg==");
  top: -13px;
  right: 13px; }

.dropdown-menu > li > a {
  padding: 11px 80px 10px 43px;
  border-radius: 2px;
  color: #45515f; }

.dropdown-menu > li:last-child > a {
  padding: 9px 80px 13px 43px; }

.dropdown-menu__i {
  color: #99a1a7;
  font-size: 17px;
  left: 15px;
  position: absolute;
  top: 13px;
}

.dropdown-menu .i-myprofile:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAB+UlEQVQ4T42SzWsTYRDGn3k3NNmU+FHxYI+CHhQ//gQPPXrw0CLiQQqiYuOmDdikKWQngTbdriSyKaJYVJAKgh838SDoQfDgxV48CB5Focb6UbtJmn1HQknJ1oDObYbnxwzzPIRtVZivjmiNM0QSE0JTiTwVf/U+M+uOlLoZdqqnAEyAdKmvZbxtkhwByTQUlnjSuvcX5Lpu/28dfaSUKuavJt90BMW5hcNaaQ+R1gin09/a861NxTnvmCbk4RvnmMfWOlC5XDZ/toxFBOo2T115FYJ4vnIcYkzHJHo+m734owM5jpPwKXaDBHfsTOplGOK7MZi/nijBVD5rLXcgLlX2Q6mbfQGdzeWslRDUbmynegmQE0TGOE+OfZmdXdjTMAJHAR/tTKrU+3vMCuZARYC9RHgPjQNCskH+jiTzaL0ntHWS6w2JYFBpWslnks+JSLqtCfnkeV70+zodFGBQCCZI15VWn3bF5YNlWY3QprZ4tS4XRNNJEDYAfAawJkA/QfYBFCGSZ4lIsJhOp31ivhUXs3GdQAkQuVj/+s62bWmfJCJUKBQI8Z1HoY0JAC2T/HFip3pZBENUrw1352t7Jje/6z1QwDKx4z2GSIWzqde9hKFsXvMOIUCJbMd7EQ3U6VwuWfsntGnJQyo41VHxa0vM3PwvKL575g+mi9OAFJKhXQAAAABJRU5ErkJggg==");
}

.dropdown-menu .i-exit:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAACBElEQVQ4T5WTzWsTURTFz5lMm6S6Sje6UpeK+CdYdFF0IVIkVtGFUBEEJ9FCJunCzp36gfkoOImfRWoRRTcuRMRNsatCRYkLd4LiSkT8REtqybwrqbSEkEh8u3fOfT8e995DtBy/UDlgVJNQbiY1BiAE+BFq5jTSe8fPnPzU+qZx56p4rljZEhpzE6BN8B6VC8biF4TLfbDs7Qo9RNWq5NKljqDzpSub6qGZJXDLy6by7QobmohYImLagkTERjwxp8rHfs4pdII06xOF8oCB9VPcU9VVnd6lylFQT/jZ1M5uII0avxgMqeE1Bff5WeflSo8kX35E4oHnpu53C2qCBZZlkuOZ08/p5ctVm0iedVNvO4GKxeK6xWg00uxvjEZrH378PkzDi5aF4caPXqOnPiCjo1/bgUSurte+8C4MNzT7pCqAbwrsBviOkq+8gqkPydiZ9+1Aqkp/crIfJm43+zFj12pY2ksyoPJYA/SExLTnOg//q0f5YJeCM7AwIpnULKUQHIfioGTTg92CpBDsgfI2DI/ImPPs79REehFPzFMx7eVS17uBeYXyYARcHHed+bU9WtnYUnkbQjwF9YK46aluYK01a1nzipd30Fg3QHyGYsa2Iy966r++h2E8tmyZrSCHSeuN5zrBP0O7miXGEiNK7AfQD6AOoLE/SwAXYOpTnab7B3hbzEAUURS2AAAAAElFTkSuQmCC");
}

.dashboard-wrap {
  padding: 20px 40px 15px 40px; }

.dashboard-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.dashboard-header > h1 {
  color: #45515f;
  font-size: 34px;
  text-align: left;
  display: inline-block; }

.margin-left-45 {
  margin-left: 45px; }

.dashboard-header-right {
  display: inline-block;
  position: relative;
  top: 6px; }

.dashboard-header-right > a {
  margin-right: 5px; }

.dashboard-header-right > a:hover {
  opacity: 0.6; }

.sort {
  display: inline-block;
  margin: 2px 25px 0 0;
  width: 26px; }

.sort a:hover {
  opacity: 0.6; }

.button-dash {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 10px 24px rgba(74, 158, 236, 0.53);
  box-shadow: 0 10px 24px rgba(74, 158, 236, 0.53);
  background-image: -webkit-gradient(linear, left top, right top, from(#4b96ec), to(#2ac4f2));
  background-image: linear-gradient(to right, #4b96ec 0%, #2ac4f2 100%);
  margin-left: 32px;
  position: relative;
  top: -12px;
  padding: 17px 22px;
  float: right;
  margin-top: 5px; }

.button-dash:hover {
  opacity: 0.7; }

.nav-dash {
  margin: 0;
  height: 30px;
  border-bottom: none; }

.nav-dash > li {
  height: auto !important;
  margin-right: 0;
  padding-right: 23px; }

.nav-dash > li > a {
  padding: 3px 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 7px;
  text-transform: uppercase;
  color: #9aa5b2 !important;
  border: none;
  font-family: 'Figtree-SemiBold', sans-serif; }

.nav-dash > li.active > a {
  color: #2ac4f3 !important;
  background-color: transparent;
  border: none;
  position: relative; }

.nav-dash > li.active > a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #2ac2f3;
  position: absolute;
  top: 21px;
  left: 0; }

.nav-dash > li.active > a:hover, .nav-dash > li.active > a:focus {
  background-color: transparent;
  border: none; }

.dash-content {
  width: 100%;
  margin: 28px 0 0 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.dash-item {
  width: 31.2%;
  background-color: #fff;
  padding: 27px 29px 12px 30px;
  margin-bottom: 33px; }

.dash-item > a > span {
  color: #45515f;
  font-size: 16px;
  display: block;
  padding-top: 7px; }

.dash-item-first {
  text-align: center; }

.dash-item-top {
  display: inline-block;
  height: 61px; }

.dash-item-top > h4 {
  color: #45515f;
  font-size: 23px;
  line-height: 22px;
  width: 165px; }

.dash-item-top > p {
  color: #a5aeba;
  font-size: 14px;
  line-height: 7px;
  margin-top: 8px; }

.button-dash-add {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 14px;
  background-color: #fff;
  cursor: pointer; }

.button-dash-add:after {
  background-color: #fff; }

.button-dash-add:hover {
  opacity: 0.7;
  background-color: #fff; }

.dash-completed, .dash-active {
  border-radius: 11px;
  background-color: #47d5b5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  width: 76px;
  display: inline-block;
  text-align: center;
  float: right;
}

.dash-active {
  background-color: #707cf3;
  width: 55px;
  margin-top: -2px; }

.dash-rating {
  color: #45515f;
  font-size: 13px;
  font-weight: 700;
  line-height: 5px;
  text-transform: uppercase;
  margin: 37px 0 8px;
  display: inline-block;
  width: 72.4%; }

.dash-rating > p {
  display: inline-block;
  margin-left: 2px;
  font-weight: 700;
  font-family: 'Figtree-SemiBold', sans-serif; }

.gold {
  margin-right: 2px; }

.gold:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAADhElEQVRIS4WUS2xUdRjFf+fOtJRKRCuJ+EapD6xA2gJ9zJ2hY2iwmpC40RAxaNS4MjHGhRtjDPGx1UVXuhEiEqWoQYwKaefemZKiNS5sYlz6SGyIoCIdO525n/nfedCptf2v7r357vl/5zvnO2KFY7lMN0SjSBuA55UJP1tabobcNwmLHxYf+6a3XTum52x8aBOJ8ieI6zEuAx1Etk9DhdBmuloptpl2TC8sC2ZBehvYi8ANoF/BdgKbsWgfkf2ElziNRxLjVFxjFMHe0e6Ce8eBxp2Z4RGm3gU9gQgxNmHMIr2mTPhxXJPLDKLKIdC9YD+C0sDXtC4Mq3/qr5hqnaLl/DFEJ6WFYbAydnVZw6f/bBrB+NA6oI1Sa5G1c+6SG0lW0ho8e6EZLEiNgvZTKnVqz7nfVxIm7jTwvwfOK5PP1tlVaRYGb6OiE6CrqCT7lJ34Yzmw2rDdP0bojwN34fGI/Hw+7sxymS0oOgrcB3qUdDjmZF4JTCKyvO8TcRyoENlBDRW+kgXxDd2IA0rnT65Kr+orxYCh34fxHtBOIuqVBalvwbsVeFCZ8NxqYA0bCKt50Rl5I8nKNlmQTmF2DLEe8TB+/sz/0WxSturLE7GZ0XPKhEeqAoT+dkwfgV1mvm33UkssO7+c/ynSIHCwvmaLffYW4mlKC3doz9TsanQt8H8AflYmP1yvrXZ2amQN6y4dx7iJKJlWduLvVcHizuikkrxf2YnfGqa18aGNJMrO0X3ASdB1YCUie9ktdnxhPnU3ptcx3YLZL4gR4AKJ6CGlJr+7AubkDlL7Ec+CdsWmBLdKa0APODpgZ6ohQARcizENfEBLZVSDZ4tN69TY0cB3XrsZ855ElTHwysBFsK21bp7B6Ge+rWepUP/NsyB9BGxAmfzmalJEo2DrMV7S7sIxc7PyuJOOi9vVNVNaPNsraro8ckYM/KNg/eDtUiY8b5MDHcxFLXWFLfA/B26nvdjjQnRZsEU03Z72Md/W7WjY5MBaIi8pv3CplhZVsGJ7r/Z+6RK4cerhGHdVK/4Q2IpnOynTj6c3gA2YHaIlep+ydxipi0Slpz74Jp81r4nvFncE9AXYY8AM4CIphRjD2ALM1UIxVnEFsNRh0IG4QLxJ5I2y8M8crS2Pg14BrgGmSFayq3eWSz2FtBePt+uh15jn+MA9JBIvIGYpJ19VdsLZpnH+BYWbglT6qChtAAAAAElFTkSuQmCC");
  top: 7px;
  left: 0;
  position: relative; }

.platinum {
  margin-right: 3px; }

.platinum:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAAD50lEQVRIS42UW2wUZRTHf2dmt6W0BKkkUq8oeEEFQgkUwUYxqewskcSHatCdUoNiguwsGB98Ma4hXmJM6HbjPjSize5KJSsVEXepQiDBFzEYHzQxJvogamyIXJS20+3uHDOb3aZcy5dM8mXm5Df/c/7nHOEax+qKLgNJoTrXU7YPZZNfXiFcqu+0dpmMeWLLlplf9PWNhrq3z5ey9zlwEzACNHuqG4ayyeOdnfG63+b8pSf7+iaAy2GhrtgSVF8xoEWVPxFWAAswdENZ9HezbBwGAgh5VVpEGVPhg0OZ3nxViVSo8XjcOPHr2d2KdgscV3Q+GMOovFnI9uz3Y9ZHnNWeyE7Q+1F+QWgX+E497Sh8nPzXj5lM04o4gxiyMDhBx0iwVJKxidLhXN/5qTV6tHNr06xAw4zxgIwFKO5XuNmrM9uHdu86czHMdlLAxqKUFx5Jv//PtYzxv1l29EfgdCGTXFvLrqIs/MxLd6hpfgY01ptG2/7+nnNXgUk8HvcftWznKHCPijx1KJ34pqJsvb19keINKDwoKk/ns4lBQKeBeaGu2MOi7AMti8qmfDbxtVh29ChiLBOI5NOJg9Ol5wuoqvPCdqxN0TQws0xxuVi28z1wuycaHkonT1wHrFZrrfai38jzTDGXiLVp2xo8Yy8w2xN9ciidPHKNNCf/5felqPp1blaR6KF0IlsxYF0kutQQPhVkpOi6j1zaEldSa9nOAWC1p7qpNmaTfRa2YwlFnw+W5K4DA4nh6dK1bOdngVP5TG9HLbYCs6LRejlv7FNPbxkbL7Ufy6UuXAfMV7ZQzNJj+f7U35NNG+7eOk/LAX9s2oCDoDeCFD3V1/zB9gNDkdi9hvCWoreh/IFgIZwRw1if7+/5YeoESNh2NqryIsLKqgH+KNV7oiE885Qhnm9MC+ABc0BOAp80uUYql9s1dtE41dIKd8UOonqrij6HyiBoCeQssFjVsES8F4BVE67beqlRl+0zy3aywEOFTO8Cf1OokFKYjcirhXRir++iwN2NbvPSXC5enFrbqTD/7s/cgP9nArqy8FHy9LrNO5rrR71gzeGQ7RQE7gw0uK3+Er0arPLehwm0FV13mZ9GZ+eOhvFZwcCBD9/9r2JEFVambvlXmff8DTx5asoqqiqwiJNDWBwMzlhRKo6vUtG3gbmK7JzlGnsuzChnBB5odM3WWuEv6rOp9JDtpAUsYAh4FvQn1DiH6BpBBhVdBIw2uWb7tLBwxMmoEKla/U4pEEiVy+OjdWrYIK8DNwDfNrnm2mlhITu22UDXeSK9taVXU/5497b7zLK8LBjDo6fmvHHsWLw0Nav/AWnuswKpeXAhAAAAAElFTkSuQmCC");
  top: 9px;
  left: 0;
  position: relative; }

.silver {
  margin-right: 2px; }

.silver:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAYCAYAAAAYl8YPAAAD10lEQVRIS42UTWxUZRSGnzMz7UwrRkSiVEWx4A8okJafVpCYmjRA26EpCV8DtjNWMF2ZGOPCjWkb4s9WFk1MMLV30La35c+5nWqUsMCNGo0LTYxL0cSGSFFwCu2995h7pzNpa6F+q5v7nbzf+573PUe4wxkcy9Xge/2CrBZ4rdO0jC8uV1UJ/olI4WP++SCbrexOJvMDQxProlH/POgDwD/AKhEOdB5quWTbdvnUVLV2d2+fXRJscOz8FvEjb4BUifC7KjuA9b74B1Tk16gvXwIxVcmJaJXAtKqeTLUncwGZADRk1tvbG6netP1D4CXgEsg60ElRfbuzPXkuqMmMOrtU9TjIJoFfFPYA30ZmIo0dHU1/h1KLEjO2c0ZhQ8z1GmcTnlvh3u0a0/jX/BbYtr3CdSsSrls+TWI2eOTBGWJ7jpl9VxeADdpOv8Bhjc1sSB88+OedjAnuLNv5EbiSMi0NRXUhs49Pjz/qef5ZkLu8stm6rra2a0uBBX3p6+uTnp4ezYzmLoI+AWpSJvlVyMwadjYSYQh4RlTaO0zTmcDmO4H19vb6lp19DjgN4gmS7jTNX4hlOxeBGhXpSB9qdpaTV2QXAo6N1+GrBVQSK9smlp39HuQRRZvSJvnNcmClGIhoIYteEOQ1im6Rj0ZyuyPijwD3qNKWMs0Xbidz/kOFXEbPBmFW5dV0e8up0IDMcHarRmQsSHqC+POLI7EUW8se/xR0l0C6OGalnFmj2fdRORZzveojR1onl5Nr2dmfQS6nTEtjsTYEO5HLxVfe8E8LPBQnv8cYc2N5sJDZBg95ocs0/1EK7YA9viaKBomuA3VA7gOZEdG3gsEOW2FPPKl474CsFfQ3hf0KV32kucs0/1ACC+y2RnOHI2i3ws5gboFglOKK7otEyy6r514AqgAfuBf4DmE4ofl+Y8z0gnEqyrJsJ8jawxqJdInvnwFckCnQzSK6X5VXQOoTxGsXG/WffWaNOKcQnk2ZlvWFTUF/GBv0zbRJjsy5+HiC/FZjzMz83pbAwn0kotaIM4RQ7xLZ+bJpunLS/mxVpXurrOiwZTsToI9NV1AbLNElwUoyC2B1CeI1gQzbtiuux+Oxo62t1+e2RQjGzfJtqdTeYAOXTsisyKrgmjOq6ObZuL+j/FasHvRdhdXA8QT5T25SkQF5OkG+ttj4BTmbj27ZWQtkP8rnCC8CPwlcU9gNBIZsFMjP5TF08bZgmVEno0pHoUDfcz2vPxr38+KVd6L0ACuBrxPkG/4HM+cosBf0RHHpFV8eGMs+FVV5HV8n196/oq+hocGdz+xfv/nB4ObupC0AAAAASUVORK5CYII=");
  top: 7px;
  left: 0;
  position: relative; }

.button-dash-item {
  background: #fff;
  padding: 0 14px 16px;
  border-radius: 3px;
  border: 1px solid #dbdce1;
  color: #45515f;
  font-size: 14px;
  line-height: 9px;
  float: right;
  cursor: pointer; }

.button-dash-item:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2cc1f2), to(#469ded));
  background-image: linear-gradient(to top, #2cc1f2 0%, #469ded 100%);
  background-size: cover;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: none;
  transition: none; }

.button-dash-item:hover > p {
  background-position: 0 22px; }

.button-dash-item:after {
  display: none; }

.button-dash-item > p {
  background: url("../img/dash.png");
  width: 22px;
  height: 21px;
  margin: 15px auto 7px; }

.progress-mini {
  height: 5px;
  margin-top: 10px; }

.progress-bar {
  height: 5px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#726df2), to(#63f0fe));
  background-image: linear-gradient(to right, #726df2 0%, #63f0fe 100%);
  position: relative;
  -webkit-box-shadow: 0 7px 18px rgba(112, 129, 144, 0.38);
  box-shadow: 0 7px 18px rgba(112, 129, 144, 0.38); }

.stat-percent {
  display: inline-block;
  color: #45515f;
  font-size: 45px;
  width: 70%;
  margin-top: 27px;
  position: relative;
  left: -2px; }

.dash-logo {
  float: right;
  margin-top: 13px; }

.progress {
  margin-top: 12px;
  overflow: visible; }

.tab-content-dash {
  min-height: 80vh;

}





/*-------------END-DASHBOARD------------*/
/*-----------REG-LIST--------------------*/
.register {
  background: url("../img/reg-background.png");
  background-size: cover; }

.register-wrap {
  position: relative;
  top: 50vh;
  margin-top: -340px; }

.reg-list-h2 {
  font-size: 30px; }

#form-reg-list {
  width: 450px;
  margin: auto; }

.reg-list-footer {
  padding-top: 22px; }

.theTooltip-reg-list {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, visibility;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(15%, -50%);
  transform: translate(15%, -50%);
  display: block;
  width: 100%;
  visibility: hidden;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 100; }

.theTooltip-reg-list:before {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAYAAAAbBi9cAAABdklEQVQ4T52Sv07CUBTGv0NaGXkBB5SlgwbjAjskTgaTMhEjz8BAQtJIYkxDEwdeQRJTFzoQHWFygUWDcWhM1D4ALwAq17SXIm1vwdit55zvd7/zh7DhY4ZRwWy2Rc3m9bpS2ggCPtwaAnb+DWK53C1Go7wHyGYfaTxW42CxjthwuI18/gFAeiF20O8fUbH4KoLFg5LJJ0ynBwGRLL3Q59f+n0Gs3T5Brdb23LRagCQB9bqrd2AYGjUaZhgmdMT4gHlLjHENLUsd0eAjIFatXqDTOVsHQqVikmlqq66ioFU3Yke8RcYyRDT3YQEQU5Q72PbeyqZErXGtotyTbR9HQMyyDqGqVgAS74i76vVKVCo9Lw6WMxnwBmB306WH8u8EZJYgpuun0LTLiBu3YjDg2kJB9IYDXT8nTbvxZhRYd7g8uv5whXcOxNTyFaxuWejGlaRSgCwDk0lc1w7Ucpc8N7KUxnyxyUTiV+DG/H8/72fduB/7njs/LZt5IHhj7UAAAAAASUVORK5CYII=");
  position: absolute;
  top: -51px;
  right: 145px; }

.submitted input:invalid ~ .theTooltip-reg-list {
  visibility: visible;
  opacity: 1; }

.submitted input:valid ~ .theTooltip-reg-list {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }

/*----------END-REG-LIST--------------------*/
/* ----------------- Toggle ---------------------- */

.toggle-label {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 18px;
}

.toggle-label.toggle-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7689A824;
    transition: .4s;
    border: 1px solid #7689A824;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 5px;
    bottom: 3px;
    background-color: #7689A8;
    transition: .4s;
    border-radius: 34px;
}

.toggle-input {
    visibility: hidden;
}

.toggle-input:focus + .toggle-slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle-input:checked + .toggle-slider:before {
    transform: translateX(11px);
}

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

/* ----------------- END-Toggle ---------------------- */


/*------------STEP-1-DASHBOARD------------*/

.google-address-input[type="text"] {
    width: 70%;
    max-width: 100%;
    height: 46px;
    background-color: #fff ;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #dcdde2;
    padding: 15px;
    margin: 10px 5px;
}

.google-address-input[type="text"]::placeholder {
    opacity: .7;
}

.disabled-step {
  opacity: 0.6; }

.nav-second-level0 > li > a > span {
  display: none !important; }

.nav-second-level {
  padding: 28px 0 38px 19px;
  margin: 0;
  background-color: #3e4b5a; }

.nav-second-level > li:nth-child(2) {
  padding-top: 20px; }

.nav-second-level > li:nth-child(2) > a > p {
  background-position-y: 256px; }

.nav-second-level > li:nth-child(3) {
  padding-top: 3px; }

.nav-second-level > li:nth-child(3) > a > p {
  background-position-y: 201px; }

.nav-second-level > li:nth-child(4) {
  padding-top: 2px; }

.nav-second-level > li:nth-child(4) > a > p {
  background-position-y: 147px; }

.nav-second-level > li:nth-child(5) {
  padding-top: 21px; }

.nav-second-level > li:nth-child(5) > a > p {
  background-position-y: 74px; }

.nav-second-level > li {
  height: auto;
  margin-right: 11px !important; }

.nav-second-level > li:hover {
  opacity: 0.7; }

.nav-second-level > li > a {
  padding-bottom: 0; }

.nav-second-level > li > a > span {
  position: relative;
  top: 8px;
  vertical-align: top;
  color: #677482;
  display: inline-block;
  width: 180px;
  padding-left: 15px;
  line-height: 20px; }

.nav-second-level > .active > a span {
  color: #d8d9de; }

.second-level-icon {
  width: 39px !important;
  height: 39px;
  background: url("../img/step.png");
  display: inline-block;
  margin-bottom: 0 !important;
  background-position-y: 361px; }

.dashboard-content-step1 {
  padding: 62px 65px;
  background-color: #fff;
  margin: 16px 0 29px 3px; }

.step1 > div > label {
  font-size: 21px; }

.step1 > div > input {
  display: block;
  margin: 15px 0 51px 0;
  width: 260px;
  height: 40px;
  font-size: 20px;
  border-radius: 2px;
  border: 1px solid #dcdde2;
  padding: 5px 15px;
}

iframe {
  margin-top: -31px; }

.step1-choice-build, .step1-building-type {
  margin: 57px 0 43px; }

.step1-choice-build h2, .step1-building-type h2 {
  font-size: 21px;
  width: 100%; }

.step1-footer {
  margin-top: 43px; }

.step1-footer > div > input {
  width: 39.7%;
  padding: 15px; }

.step1-btn {
  margin: 110px 0 3px; }

.step1-btn > button {
  margin-left: 0;
  font-size: 13px;
  text-transform: uppercase; }

sup {
  font-size: 11px;
  position: relative;
  top: -7px; }

.button-save {
  padding: 17px 53px;
  background-color: #fff;
  color: #464f61;
  border: 1px solid #d1dae3;
  border-radius: 2px;
  margin-right: 23px; }

.button-save:after {
  background-color: #fff; }

.button-save:hover {
  background-color: #d1dae3; }

.button-save:hover:after {
  background-color: #d1dae3; }

.button-continue {
  padding: 17px 37px; }

.s3 {
  overflow: hidden; }

/*----------CHECKBOX-------------*/
.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.appendindexes-document__upload {
    display:block;
    margin: 10px 0;
    font-size: 20px;
    color: #425168;
    cursor: pointer;
}

.appendindexes-document__upload:hover {
    color: #7689a8;
}
.appendindexes-document__upload span:hover {
    cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after {
  content: ''; }

.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c"; }

.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px;
  margin: 26px 60px 0 0;
  display: inline-block; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label img {
  margin: 0 9px 0 12px; }

.radio label span {
  vertical-align: top;
  position: relative;
  top: 18px;
  left: 1px;
  display: inline-block;
  line-height: 20px; }

.step1-building-type > .radio > label {
  width: 318px;
  margin-bottom: 16px; }

.step1-building-type > .radio > label > img {
  margin: 0 10px 5px 10px; }

.step1-building-type > .radio:nth-child(3) > label > span, .step1-building-type > .radio:nth-child(5) > label > span {
  top: 8px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #7f8b97;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  top: 19px; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 9px;
  height: 9px;
  left: 5px;
  top: 24px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #27c4f3;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio input[type="radio"]:checked + label::before {
  border-color: #28c5f7;
  outline: none; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*-----------END-STEP-1-DASHBOARD------------*/
/*------------STEP-2-DASHBOARD------------*/
.complete {
  background-position-y: 0 !important; }

.edit {
  background-position-y: 361px !important; }

.step2-choice {
  margin-top: 0; }

.step2-choice h3 {
  font-size: 21px; }

.radio-step2 {
  margin: 7px 39px 0 0; }

.radio-step2 > label {
  padding-left: 7px; }

.step2-choice-wrap {
  margin-bottom: 84px; }

.selectize-control {
  position: relative;
  margin-top: 28px;
  width: 14%;
  display: inline-block; }

.selectize-input {
  padding: 13px 17px 12px;
  font-size: 18px; }

.selectize-control.single .selectize-input:after {
  border: none;
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 24px;
  top: 15px; }

.radio-step2-select {
  position: relative;
  top: -40px;
  left: 44px; }

.radio-step2-select > label > span {
  left: 5px; }

.step2-choice-wrap3 {
  margin-top: 53px; }

.radio-step2-3 {
  margin-right: 37px; }

.step2-choice-wrap4 {
  margin-top: 79px; }

.radio-step2-4 {
  display: block;
  margin-bottom: 27px; }

.step2-btn {
  margin-top: 105px; }

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  font-size: 18px; }

/*-----------END-STEP-2-DASHBOARD------------*/
/*------------STEP-3-DASHBOARD------------*/
.step3-choice {
  margin: 0; }

.step3-choice-wrap > h3 {
  font-size: 21px; }

.radio-step3 {
  margin: 7px 47px 0 0; }

.radio-step3 > label span {
  left: 5px; }

#tab_content1 > div:first-child {
  margin-top: 47px;
  border: 1px solid #eaeef3;
  padding-bottom: 32px; }

#tab_content2 > div:first-child {
  border: 1px solid #eaeef3;
  margin: 47px 0 -21px;
  width: 803px; }

#tab_content3 > div:first-child {
  border: 1px solid #eaeef3;
  margin: 47px 0 -21px;
  width: 803px; }

.radio-step3-1 {
  margin: 17px 0 23px 33px;
  display: block; }

.radio-step3-1 > label span {
  left: 5px; }

.step3-btn {
  margin-top: 126px; }

.step-3b-item {
  display: inline-block; }

.step-3b-item > input {
  width: 141px;
  border-radius: 2px;
  border: 1px solid #dbdce1;
  padding: 15px;
  margin-right: 13px; }

.tab_content-wrap {
  margin: 18px 0 35px 31px; }

.tab_content-wrap > span {
  width: 59.3%;
  display: inline-block; }

.tab_content-wrap:last-child {
  margin: 18px 0 17px 31px; }

/*-----------END-STEP-3-DASHBOARD------------*/
/*------------STEP-4-DASHBOARD------------*/
.step4-range-top {
  margin: 50px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between; }

.step4-range-top > p {
  color: #6c7c93;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding: 15px 10px 14px;
  text-align: center; }

.step4-range-top > p:first-child {
  margin-right: 32px;
  white-space: nowrap }

.step4-range-top > p:nth-child(2), .step4-range-top > p:nth-child(4) {
  margin-right: 44px; }

.step4-range-top > p:nth-child(3) {
  margin-right: 60px; }

.step4-range-top > .active {
  font-weight: bolder; }

.step4-choice {
  margin: 0; }

#slider-range-max {
  background-image: linear-gradient(to right, #fe2b49 0%, #fe2b49 17%, #fe9a47 23%, #fe9a47 37%, #eeee67 43%, #eeee67 57%, #a6cf54 62%, #a6cf54 77%, #0db77e 83%, #0db77e 100%);
  background-size: cover;
  width: 100%;
  margin: 0 0 42px 0px;
  height: 15px;
  border-radius: 10px;
  border: none; }

.ui-slider-horizontal .ui-slider-range-max {
  z-index: -5; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: rgba(0, 0, 0, 0);
  border: 10px solid #fff;
  color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: 0 3px 7px rgba(70, 82, 94, 0.25);
  box-shadow: 0 3px 7px rgba(70, 82, 94, 0.25);
  border-radius: 15px;
  outline: none;
  top: -7px;}

  .ui-state-default, .ui-widget-content .ui-state-default[style="left: 100%;"] {
    background: #0db77e;
  }

  .ui-state-default, .ui-widget-content .ui-state-default[style="left: 25%;"] {
    margin-left: 70px;
  }

  .ui-state-default, .ui-widget-content .ui-state-default[style="left: 75%;"] {
    margin-left: -32px;
  }

h3 {
  font-size: 21px; }

.checkbox {
  margin-bottom: 10px;
  width: 39.8%;
  display: inline-block;
  margin-top: 10px !important; }

.checkbox > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.checkbox > label > img {
  margin: 0 13px 0 9px; }

.zero > label > img {
  margin: 0 4px; }

.step4-check1 {
  margin: 19px 0 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: min-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: row;
  width: 100%; }

.step-4 .checkbox {
  width: 33.333%;
  height: 58px; }

.checkbox input[type="checkbox"]:checked + label::before {
  border: 2px solid #4bd1fe;
}
.checkbox label::before {
  width: 18px;
  height: 18px;
  border-radius: 0px;
  border: 2px solid #7b8795;
  background-color: #ffffff;
  top: 20px;
  left: 1px; }

.checkbox label::after {
  width: 10px;
  height: 10px;
  border-radius: 0px;
  background-color: #2ac4f2;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 24px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #fff; }

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="radio"]:checked + label::after {
  padding: 5px 0 0 5px; }

.step4-check2 {
  margin: 19px 0 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: min-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: row;
  width: 100%; }

.step4-check3-wrap {
  width: 100%;
  border-radius: 2px;
  /* border: 1px solid #eaeef3; */
  margin-top: 43px;
  padding: 19px 0 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: max-content;
  position: relative;}

.step4-check3-wrap::after {
  width: calc(100% + 124px);
  content: '';
  height: 1px;
  color: #11b7e0;
  background-color: #E4EBF6;
  position: absolute;
  left: -62px;
  margin: auto;
}

.step4-check3-wrap::before {
  bottom: 0;
  width: calc(100% + 124px);
  content: '';
  height: 1px;
  color: #11b7e0;
  background-color: #E4EBF6;
  position: absolute;
  left: -62px;
  margin: auto;
}

.step4-check3-wrap > div:nth-child(1) {
  margin: 19px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: min-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  flex-direction: row;
  width: 100%; }

.step4-check3-wrap > div:nth-child(3) {
  margin-right: 98px; }

.step4-check3 {
  margin-bottom: 82px; }

.step4-btn {
  margin-top: 120px; }

.step4-check4 {
  display: flex;
  flex-direction: column; }

.step4-check4 .control-label {
  order: 1;
}

.step4-check4 .help-block {
  order: 2;
}

.step4-check4 > * {
  order: 3;
}
/*-----------END-STEP-4-DASHBOARD------------*/
/*------------STEP-5-DASHBOARD------------*/
.radio5 {
  margin: 8px 41px 0 0; }

.radio5 > label {
  padding-left: 8px; }

.radio5-2 {
  margin: 8px 38px 0 0; }

.radio5-2 > label {
  padding-left: 8px; }

.step5-check1 {
  margin-bottom: 84px; }

.step5-check2 {
  margin-bottom: 79px; }

.step5-btn {
  margin-top: 127px; }

.step5-btn .button-light-blue:after {
    content: '\f00c' !important;
  }

/*-----------END-STEP-5-DASHBOARD------------*/
/*--------------------DASHBOARD-V2-------------*/

.h-btn-add--text {
  color: rgb(255, 255, 255);
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  width: 75%;
}

.portfolio .h-btn-add--text {
    justify-content: center;
}

.i-portfolio-list {
  height: 200px;
  padding: 10px;
  width: 48%;
}


.status-approved {
    color: #60C674 !important;
}

.status-denied {
    color: #FA657C !important;
}

.status-pending {
    color: #8398BA !important;
    opacity: 0.6;
}

.status-need_evidence {
    color: #f7c34c !important;
}

.all-projects__text {
    color: #8398BA;
    font-size: 16px;
    margin-right: 75px;
}

/*-------------------END-DASHBOARD-V2-------------*/

/*----------------- POPUP -----------------*/

.modal-backdrop {
    z-index: -1;
}

.modal .modal-dialog .modal-wide {
  max-width: 900px;
}

.modal-close * {
    outline: none;
}

.popup__main-block .modal-dialog {
    z-index: 9999;
    border-radius: 0;
    width: 450px;
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: unset;
    display: flex;
    align-items: center;
}

.popup__main-block .modal-content {
    padding: 20px 30px 20px 30px;
    border-radius: 0;
    width: auto;
    height: auto;
    box-shadow: 5px 5px 0 100vw rgba(49, 65, 91, 0.5);
    display: flex;
    flex-direction: column;
    border: 0px solid black;
    margin: auto;
}

.popup__main-block .close {
    opacity: 1;
}

.popup__main-block .modal-dialog-centered {
    max-width: max-content;
    height: max-content !important;
    margin: auto;
}

.popup__btn {
    background-color: #4bd1fe;
    letter-spacing: .6px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 0;
    min-width: 100px;
    height: 40px;
}

.popup__btn:hover {
    background-color: #1dc4ee;
}

.popup__image-done {
    display: none;
}

.popup__btn img {
    opacity: 1;
}

.popup__form-dash {
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-payment__button-block.popup__button-block {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-top: 20px;
    width: 100%;
}

.modal-payment__button-block.popup__button-block button {
    text-transform: uppercase;
    font-weight: bold;
}

.form-dash__text {
    height: 48px;
    color: #425168;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: center;
}

.modal-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-text-block {
    padding-bottom: 15px;
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-text {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0;
    color: #425168;
    opacity: 1;
    padding: 1px;
}

.modal-text--left {
    text-align: left;
}

.popup__apply,
.popup__back {
    width: 280px;
    height: 40px;
    margin: 0;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: bold;
}

.popup__back {
    background-color: #fff;
    color: #464f61;
    border: 1px solid #425168;
    border-radius: 2px;
}

.popup__apply:hover {
    background-color: #1dc4ee;
}

.popup__back:hover {
    background-color: #d1dae3;
}


/*----------------- END-POPUP -----------------*/

/*------------add-certificate------------*/
.project__form__radio {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* margin-bottom: 40px; */
}

.project__title {
  margin-top: 40px;
}

.add-certificate .project__title.project__title--first {
  margin-top: 0;
}

.project__title--info:after {
    margin-left: 7px;
}

.add-certificate .certification-system--select {
  background: url(/img/dashboard-content-image-arrow-to-down.svg) no-repeat 96% 56%;
  width: 260px;
  background-color: rgba(118, 137, 168, 0.14) !important;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 black;
  border: 0px;
  height: 40px;
  padding: 13px 17px 12px;
  margin-bottom: 10px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*-------------------END-add-certificate-------------*/
/*------------CRITERIA-Indicators------------*/



.form-content__block-title {
  color: #425168;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.form-content__box-documentation {
    padding: 20px 0;
    gap: 18px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.accordion-content__box-documentation {
    padding: 7px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.form-content__card-file-block {
    min-width: calc(25% - 20px);
    z-index: 1;
}

.form-content__card-file {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-content__doc-label {
  cursor: pointer;
  display: inline-block;
  width: 110px;
  height: 110px;
  background-color: rgb(236, 238, 243);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.doc-uploaded {
    background-image: url(../img/doc-labelDone.svg) !important;
    background-color: rgba(236, 238, 243 , 0);
    background-size: auto;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease;
 }

.doc-to-upload {
    background-image: url("../img/doc-label.png");
}

.doc-to-download {
    background-image: url("../img/download.svg");
}

.doc-not-uploaded {
    background-image: url("../img/cancel.svg");
    cursor: default;
}

.form-content__doc-input,
.form-content__card-file input {
  display: none;
  height: 182px;
}

.form-content__remove-document {
  width: 100%;
  height: 17px;
  color: #fa657c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
  display: none;
  text-align: center;
  cursor: pointer;
}

.form-content__remove-document--active {
  display: block;
}

.form-content__questionnaire-status {
  padding: 20px 30px 18px 30px;
}


/* .questionnaire-status__block--denied {
  background-color: #fa657c;
  color: #eceef3;
} */

.form-content__valuation-result {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.valuation-result__title {
    color: #8398BA;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    margin: 30px 0 15px;
    font-weight: bold;
}

.valuation-result__select {
    background-color: rgba(118, 137, 168, 0.14) !important;
    background: url(/img/dashboard-content-image-arrow-to-down.svg) no-repeat 96% 56%;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 black;
    border: 0px;
    height: 40px;
    color: #425168;
    padding: 11px 17px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-content__textarea {
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    margin-top: 12px;
    min-height: 80px;
    resize: none;
    opacity: 0.5;
    color: #425168;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: 0px solid;
    padding-left: 5px;
    padding-top: 5px;
}

.form-content__textarea:focus {
    resize: none;
    border: 1px solid #cfd2e0;
}

.form-content__assessor-textarea {
    font-size: 16px;
    margin-top: 0;
    width: 100%;
    min-height: 120px;
    border: 0;
    resize: none;
    background-color: rgba(118, 137, 168, 0.14) !important;
}

.questionnaire-status_header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .questionnaire-status__block {
    min-width: 102px;
    height: 26px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    padding: 4px 6px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

.questionnaire-status__text {
    line-height: 24px;
    color: #8398BA;
    text-transform: uppercase;
    font-weight: bold;
}

.questionnaire-status__block--approved {
    background-color: #60c674;
    color: #ffffff;
    text-transform: uppercase;
}

.questionnaire-status__block--pending {
    background-color: #eceef3;
    color: #8398ba;
    text-transform: uppercase;
}

.questionnaire-status__block--denied {
    background-color: #FA657C;
    color: #ffffff;
    text-transform: uppercase;
}

.questionnaire-status__block--need_evidence {
    background-color: #f7c34c;
    color: #ffffff;
    text-transform: uppercase;
}


.indicator-criteria .indicator__body {
    max-height: none;
    overflow-y: hidden;
}

.indicator-criteria__optimisation {
    max-height: 703px;
}

.form-content__measure-check-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
    padding: 20px 30px 40px;
    border-top: 1px solid rgba(118, 137, 168, 0.10);
    border-bottom: 1px solid rgba(118, 137, 168, 0.10);
}

.form-content__measure-checkbox {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    padding: 0 30px;
}

.measure-check__inner-block {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(118, 137, 168, 0.10);
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
  }



.checked {
    display: flex;
    flex-wrap: wrap;
}


.measure-options__title {
    color: #8398BA;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    margin: 30px 0 15px;
    font-weight: bold;
    white-space: pre;
}

.input-fields__textarea--long {
    min-height: 120px;
}

.measure-options__item {
    max-width: 200px;
    min-width: 200px;
}

.measure-options__input-cost {
    color: #8398BA;
    width: 89.7%;
}

.measure-options__one-option {
    display: flex;
    flex-direction: column;
}


.measure-options__description {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
    margin-top: 10px;
}


/*-----------END-CRITERIA-Indicators------------*/

/*------------PRE-ASSESSMENT-TILES------------*/
.i-pre-assessment-list {
    min-height: 138px;
    align-items: center;
}

.pre-assessment__info-block {
    width: calc(100% - 36.34% - 30px);
    position: absolute;
    left: 36.34%;
}

.pre-assessment__icon-block {
    padding: 27px;
}

.pre-assessment__info-block {
    padding: 27px 0 8px;
}

.pre-assessment__title {
    letter-spacing: 0.7px;
    color: #8398BA;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.pre-assessment___option {
    color: #425168;
    margin: 15px 0;
}

.pre-assessment__progress-bar {
    margin: 10px 0 6px;
}

.btn.image-in-button__btn {
    font-size: 10px;
    color: #31415B;
    padding: 6px 24px 3px 30px;
    margin-top: 0;
    position: relative;
    outline: none;
}

/*------------END-PRE-ASSESSMENT-TILES------------*/

/*-----------TEAM-DASH------------*/

.team-dash-upper-block {
    display: flex;
    justify-content: space-between;
}

.upper-block-first-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 115px;
    padding-top: 10px;
}

.upper-block-text-block > h4 {
    color: #45515f;
    font-size: 23px;
    line-height: 22px;
    width: 165px;
}

.upper-block-text-block > p {
    color: #a5aeba;
    font-size: 14px;
    line-height: 7px;
    margin-top: 8px;
    white-space: nowrap;
}

.upper-block-address{
    font-size: 14px;
}

.upper-block-icon {
    width: 37px;
}

.upper-block-report {
    margin-top: 0;
}

.upper-block-second-row {
    padding: 0;
}

.upper-block-img {
    min-height: 177px;
}

.upper-block-third-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}



/*--------------------DASHBOARD-V3-------------*/
.building {
  background: transparent; }

/*-------------------END-DASHBOARD-V3-------------*/

/*----------CRITERIA-OVERVIEW-------------*/


.criteria-overview__title {
  color: #B1C1D9;
  font-size: 28px;
  line-height: 37px;
}

.criteria-overview__displaying-all {
    width: 36px;
}

.criteria-indicator__header {
    justify-content: flex-start;
}

.criteria-indicator__header >*:last-child {
    margin-left: auto;
}

.criteria-indicator__header >*:first-child {
    margin-right: 20px
}

.criteria-overview__btn_header  {
  color:white;
}

.criteria-overview__btn_header:hover {
  background: #2EA9D3;
  color:white;
}

.criteria-overview__btn {
  background-color: rgb(75, 209, 254);
  height: 40px;
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.criteria-overview__btn-completed {
  color: rgb(255, 255, 255);
  letter-spacing: 0.6px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  width: 75%;
  text-transform: uppercase;
}

.criteria-overview__breadcrumbs {
  height: 24px;
  line-height: 24px;
  color: #8398ba;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 18px;
}


.criteria-overview__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 76px;
}

.criteria-overview__container-left,
.criteria-overview__container-right {
  width: 49%;
}

.criteria-overview__container-right
.criteria-overview__card
{
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

.criteria-overview__container-right
.accordion-content {
  flex-grow: 1;
  flex-basis: 0;
  overflow-y: auto;
}

.criteria-overview__container-right
.accordion-content ::-webkit-scrollbar {
  width: 5px;
}

.criteria-overview__container-rights
.accordion-content ::-webkit-scrollbar-track {
  background-color: rgb(241, 243, 246);
}

.criteria-overview__container-right
.accordion-content ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(131, 152, 186, 0.3);
  padding: 0 1px;
  border: 1px solid rgb(241, 243, 246);
}

.criteria-overview__card {
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(49, 65, 91, 0.16);
  width: 100%;
  margin-bottom: 40px;
  flex-direction: column;
}

.criteria-overview__card:last-of-type {
  margin-bottom: 0;
}

.criteria-overview__card-title {
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(118, 137, 168, 0.10);
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}

.card-type__link_add {
  color: #4bd1fe;
  font-size: 16px;
  font-weight: 700;
  min-width: 126px;
}

.card-type__link_add:hover,
.card-type__link_add:hover span{
  color: #2EA9D3;
}

.card-type__link_add span{
  color: #4bd1fe;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.criteria-overview__card-name {
  color: #8398ba;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  word-break: break-word;
  margin-left: 20px;
}

.accordion-content {
    width: 100%;
}

.accordion-content-wrap {
    padding: 18px 30px;
}

.accordion--toggle {
  cursor: pointer;
}

.accordion--rotate {
  transform: rotate(-180deg);
  transition: .3s;
}

.accordion--rotate-reset {
  transform: rotate(0deg);
  transition: .3s;
}

.criteria-card__table {
  width: 100%;
}

.criteria-card__row {
  height: 25px;
}

.criteria-card__table {
  color: #425168;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.criteria-card__table span {
  font-weight: 700;
}

.criteria-card__table th,
.criteria-card__table td{
  padding: 0;
  line-height: 25px;
}

.card-content__user-image {
    min-height: 80px;
}

.card-content__icon-user {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    border-radius: 50px;
    border: 2px solid rgb(255, 255, 255);
    margin: -6px;
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
}

.card-content__icon-user > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.icon-user__item {
  position: relative;
  cursor: pointer;
}

.icon-user__item img {
    height: 62px;
    border-radius: 50px;
    border: 2px solid rgb(255, 255, 255);
}

.icon-user__item:hover .icon-user__info {
  display: flex;
}

.icon-user__info {
    position: absolute;
    width: 200px;
    height: 77px;
    border-radius: 5px;
    background-color: #eceef3;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: -68.5px;
    display: none;
    color: #8398ba;
    font-size: 14px;
    font-weight: 400;
}

.icon-user__name {
  color: #8398ba;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}

.card-content__text-block {
  color: #425168;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-wrap__criterion-question {
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(49, 65, 91, .16);
  width: 49%;
  margin-bottom: 40px;
  flex-direction: column;
}

.container-wrap__criterion-question .indicator__body {
    max-height: 800px;
}

.form-content__radio {
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
}

.form-content__disabled {
    opacity: .5;
}

.form-content__radio-item {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  min-width: 171px;
}
.form-content__radio-item input {
  /* display: none; */
  display: block;
  opacity: 0;
  height: 1px;
  margin-top: -1px;
}
.form-content__radio-item input + p {
  line-height: 22px;
  height: auto;
  padding-left: 22px;
  display: block;
  position: relative;
  color: #425168;
}

.form-content__radio-item input + p:not(:empty) {
    padding-left: 40px;
}

.form-content__radio-item-icon input + p:not(:empty) {
    padding-left: 54px;
}


.form-content__radio-item input + p:before,
.form-content__radio-item input + p:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.form-content__radio-item input + p:before {
  background: #b1c1d9;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.form-content__input-item.form-content__user-input {
    padding: 10px 0;
}

.form-content__user-input > .indicator-criteria__answer-extra {
    padding-top: 5px;
}

.form-content__input-item p {
    padding-left: 40px;
}

.form-content__user-input input {
    /* border: none; */
    box-sizing: content-box;
    padding: 5px 5px 3px;
    width: 3ch;
    max-width: 12ch;
}

.form-content__input-item input::-webkit-outer-spin-button,
.form-content__input-item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-content__input-item input[type=number] {
  -moz-appearance: textfield;
}


.form-content__radio-item input + p:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.form-content__radio-item input:checked + p:before {
  transform: scale(1.04);
  background: #4bd1fe;
}

.form-content__radio-item input:checked + p:after {
  height: 22px;
  background-color: #4bd1fe;
  border: 4px solid white;
}

.indicator-criteria__answer-extra {
    margin-top: 14px;
}

.indicator-criteria__answer-extra > span {
    color: #425168;
    font-weight: bold;
}

.form-content__radio-item:last-of-type {
  margin-bottom: 0;
}

.form-content__block-documentation {
  padding: 18px 30px;
  border-bottom: 1px solid rgba(118, 137, 168, 0.10);
}

.form-content__name-document {
  width: 110px;
  height: 31px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
  word-break: break-all;
}


.form-content__checkbox {
  padding: 18px 30px;
  display: flex;
  flex-direction: column;
}

.form-content__checkbox-item {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
}
.form-content__checkbox-item input {
  height: 2px;
  margin: -1px;
  opacity: 0;
  position: absolute;
  width: 2px;
}
.form-content__checkbox-item input + span {
  line-height: 22px;
  height: auto;
  padding-left: 22px;
  display: block;
  position: relative;
}

.form-content__checkbox-item input + span:not(:empty) {
  padding-left: 40px;
}

.form-content__checkbox-item input + span:before,
.form-content__checkbox-item input + span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
}

.form-content__checkbox-item input + span:before {
  background: #b1c1d9;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.form-content__checkbox-item input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.form-content__checkbox-item input:checked + span:before {
  transform: scale(1.04);
  background: #4bd1fe;
}

.form-content__checkbox-item input:checked + span:after {
  height: 22px;
  background-color: #4bd1fe;
  border: 4px solid white;
}

.form-content__checkbox-item:last-of-type {
  margin-bottom: 0;
}

.expiration-date__block {
    margin-bottom: 10px;
}

.form-content__expiration-date {
    margin-top: 5px !important;
}

.form-content__does-not-apply--checkbox {
    margin-top: 15px;
}

.container-wrap__criterion-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.container-wrap__criterion-container--row {
  width: 49% !important;
  justify-content: flex-start !important;
  flex-direction: column !important;
}

.criterion-container__column--row {
  width: 100% !important;
}

.container-wrap__criterion-card {
    display: flex;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 20px rgba(49, 65, 91, 0.16);
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
}

.criterion-container__criterion-card {
  display: flex;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 20px rgba(49, 65, 91, 0.16);
  width: 49%;
  margin-bottom: 40px;
  flex-direction: column;
}

.criterion-container__column {
  display: flex;
  flex-direction: column;
  width: 49%;
}

/*---------END-CRITERIA-OVERVIEW-------------*/


/*---------PRICING-------------*/
.is-pricing header {
  background: url("../img/pricing-bg.png") no-repeat;
  background-size: cover; }

.top-body-pricing {
  margin-top: 57px; }
  .top-body-pricing h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50.71px; }
  .top-body-pricing p {
    font-size: 24px;
    font-weight: 400;
    line-height: 23.66px; }

.project-size {
  text-align: center;
  margin: 30px 0 52px;
  -webkit-animation: init 2s forwards ease-in-out;
          animation: init 2s forwards ease-in-out;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  opacity: 0;
  overflow: hidden; }
  .project-size h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 38.66px;
    color: #ffffff; }
  .project-size .project-size-wrap {
    -webkit-box-shadow: 0 22px 40px rgba(86, 137, 173, 0.45);
            box-shadow: 0 22px 40px rgba(86, 137, 173, 0.45);
    border-radius: 2px;
    background-color: #ffffff;
    /*width: 265px;*/
    width: 205px;
    height: 69px;
    margin: 5px auto; }
  .project-size .project-size-left {
    display: inline-block;
    height: 100%;
    position: relative; }
    .project-size .project-size-left input {
      color: #425168;
      font-size: 26px;
      font-weight: 400;
      line-height: 9.01px;
      /*width: 200px;*/
      width: 140px;
      height: 100%;
      padding: 19px 5px 20px 20px;
      border: none;
      text-align: center; }
  .project-size .project-size-right {
    display: inline-block;
    height: 100%;
    position: relative;
    left: 1px; }
    .project-size .project-size-right p {
      color: #45505f;
      font-size: 22px;
      font-weight: 400;
      line-height: 42.83px;
      background: #eaebf0;
      display: inline-block;
      width: 59px;
      height: 100%;
      border-radius: 0 2px 2px 0;
      padding: 15px 18px 15px;
      text-align: left; }

.pricing-price {
  background: #ffffff;
  padding: 75px 0 4px;
  -webkit-animation: init 2s forwards ease;
          animation: init 2s forwards ease;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  opacity: 0; }

.price-wrap {
  width: 1002px;
  -webkit-box-shadow: 0 18px 51px rgba(27, 63, 98, 0.22);
          box-shadow: 0 18px 51px rgba(27, 63, 98, 0.22);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  margin: auto;
  background: #45505f; }

.price-left {
  background: #15b6df;
  width: 50%;
  display: inline-block;
  padding: 42px 10px 38px 40px;
  position: relative; }
  .price-left h2 {
    color: #ffffff;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.66px; }
  .price-left > p {
    color: #d8eef4;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.66px; }
  .price-left .price-cost {
    margin-top: 34px; }
    .price-left .price-cost p {
      display: inline-block; }
    .price-left .price-cost span:first-child {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 28px;
      font-weight: 400;
      line-height: 31.66px;
      position: relative;
      top: -30px; }
    .price-left .price-cost span:nth-child(2) {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 74px;
      font-weight: 400;
      line-height: 83.72px; }
    .price-left .price-cost span:nth-child(3) {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 23.38px; }
    .price-left .price-cost a {
      display: inline-block;
      color: #ffffff;
      font-size: 14px;
      font-weight: 400;
      line-height: 6.66px;
      border-radius: 2px;
      border: 2px solid #8cd9ef;
      padding: 16px 5px;
      margin-left: 10px;
      position: relative;
      top: -15px; }
  .price-left .plus {
    width: 52px;
    height: 52px;
    -webkit-box-shadow: 0 10px 21px rgba(33, 45, 57, 0.13);
            box-shadow: 0 10px 21px rgba(33, 45, 57, 0.13);
    background: #ffffff url("../img/plus.png") no-repeat center;
    border-radius: 100px;
    position: absolute;
    top: 104px;
    right: -26px;
    cursor: pointer; }
    .price-left .plus a {
      display: block;
      width: 100%;
      height: 100%; }

.price-right {
  background: #45505f;
  width: 50%;
  display: inline-block;
  margin-left: -5px;
  padding: 42px 40px 38px 56px; }
  .price-right h2 {
    color: #ffffff;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.66px; }
  .price-right > p {
    color: #d8eef4;
    font-size: 18px;
    font-weight: 400;
    line-height: 31.66px; }
  .price-right .price-cost {
    margin-top: 34px; }
    .price-right .price-cost p {
      display: inline-block; }
    .price-right .price-cost span:first-child {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 28px;
      font-weight: 400;
      line-height: 31.66px;
      position: relative;
      top: -30px; }
    .price-right .price-cost span:nth-child(2) {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 74px;
      font-weight: 400;
      line-height: 83.72px; }
    .price-right .price-cost span:nth-child(3) {
      color: #ffffff;
      font-family: 'Figtree-SemiBold', sans-serif;
      font-size: 21px;
      font-weight: 400;
      line-height: 23.38px;
      display: inline-block;
      padding-left: 10px; }

.price-bottom {
  background: #ffffff;
  width: 1002px;
  margin: auto; }
  .price-bottom .nav-tabs > li.active > a, .price-bottom .nav-tabs > li.active > a:focus, .price-bottom .nav-tabs > li.active > a:hover {
    color: #15b6df;
    cursor: default;
    background-color: #fff;
    border: none; }
  .price-bottom > .container {
    margin-right: 0;
    width: 100%;
    padding: 0;
    background: #f5f6fa;
    z-index: -9999; }
  .price-bottom .tab-content {
    padding: 53px 50px 30px; }

.nav-pricing {
  background: #f2f2f2;
  margin: auto;
  width: 350px;
  border-radius: 2px;
  padding: 5px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nav-pricing li {
    height: auto;
    width: 33%;
    margin: 0 !important;
    text-align: center; }
  .nav-pricing li a {
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.66px;
    color: #425168;
    padding: 3px 20px;
    background: transparent;
    border: none;
    border-radius: 2px;
    margin: 0; }

.price-bottom-header {
  -webkit-box-shadow: 0 18px 51px rgba(27, 63, 98, 0.22);
          box-shadow: 0 18px 51px rgba(27, 63, 98, 0.22);
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  padding: 25px 0;
  width: 1002px;
  margin: auto; }
  .price-bottom-header > p {
    position: absolute;
    top: 32px;
    right: 37px;
    color: #7d8694;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 31.66px;
    text-transform: uppercase; }

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

#monthly, #annual, #project {
  position: relative; }
  #monthly > p, #annual > p, #project > p {
    position: absolute;
    top: -118px;
    right: 0;
    color: #7d8694;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 17.66px;
    text-transform: uppercase;
    width: 230px;
    text-align: right;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  #monthly > .flex-block > .active, #annual > .flex-block > .active, #project > .flex-block > .active {
    border: 1px solid #15b6df;
    outline: 1px solid #15b6df;
    position: relative;
    background: #fff; }
    #monthly > .flex-block > .active:after, #annual > .flex-block > .active:after, #project > .flex-block > .active:after {
      position: absolute;
      bottom: 14px;
      right: 13px;
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABxklEQVQ4T62UTUhUURTHf+fZc8YP/OLNCLZSMkGhYoLZtJJQkJI2kbgSWoQiSCsX4lJctwmjRaQtIphdfgQKLlwZqCQ0LQqHEMSxZ6SDXzPOu/KePp0ZnWaQubtz7jm/+z/n3HuFjFX3eaM0oR0+ViKtAkHg1lnILwVfRal53fJObnTW7aemSqrhn1prU6K9APU084B0W0KirLdbjxpmXf85yJiJdGuKYQXN/4ec7gqELWHE7Kj/eGaDrQSRV/lCUlSEUeqlrUycnhTFx3OXk02nhPRkcY/4ptaeIfIpn3LsGE3gQY2Xhe3DixSlusSYjowJ9OYD0kUYbamh+2Y5TxY3Wfp35KQpeCO+6cgSEMgFqtQ1Xt8xaPeXMvh9m4n1GJY6z1q2QTtAheuypacEOO6GMp2xuwaNZTr9qyYz0bQrZIfsXgIN3a7mfpWH5ytb7CQsHvpKHCXRoyR930zCsfhV4h1QWmmtRgnvA35+7iX4Et1nsLGKuT8HDKyamPFktg4sX9nse5UeQsFaKm5ovPsdY/jHX47VRUMyaafNzjL+pnKdYLWXD+uxXHMAe/wFu5D2cQV5Iq7ugjxaF1aQb8SFXfdjOwFgE8ktG1mWoAAAAABJRU5ErkJggg==");
      width: 18px;
      height: 18px; }

.monthly-item {
  width: 282px;
  padding: 15px 40px 14px 22px;
  background: #eaeef6;
  border: 1px solid transparent;
  outline: 1px solid #d2dae4;
  margin-bottom: 30px; }
  .monthly-item h6 {
    color: #425168;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.66px;
    height: 36px;
    margin-bottom: 12px; }
  .monthly-item p {
    color: #425168;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 25.98px; }
  .monthly-item span {
    font-size: 12px; }

.pricing-plans {
  padding: 68px 20px; }
  .pricing-plans h2 {
    color: #425168;
    font-size: 32px;
    font-weight: 400;
    line-height: 31.66px;
    text-align: center;
    margin-bottom: 45px; }
  .pricing-plans p {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #9fabb2;
    margin-bottom: 14px;
    margin-right: 5px;
    display: block; }
  .pricing-plans .active {
    color: #425168;
    position: relative; }
    .pricing-plans .active:before {
      position: absolute;
      top: 0;
      left: 0;
      content: url("../img/check-green.png");
      width: 16px;
      height: 12px; }

.pricing-plans-wrap {
  height: 240px;
  padding: 0 139px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.top-login-pricing > a:first-child:hover {
  background: transparent;
  opacity: 0.7;
  color: #fff; }

.form-size {
  position: relative; }
  .form-size label {
    position: absolute;
    top: 19px;
    left: 10px;
    font-size: 26px;
    color: #425168; }

.pricing-plans-wrap-left, .pricing-plans-wrap-right {
  display: inline-block;
  width: 49%; }

/*---------END-PRICING-------------*/
/*--------SURVEY-ECO-2-2-------------*/
.nav-header-survey > a {
  padding: 30px 26px 27px 29px !important; }

.nav-second-level-survey {
  padding: 28px 0 58px 19px; }
  .nav-second-level-survey li:nth-child(4) {
    padding-top: 27px; }
  .nav-second-level-survey li:nth-child(5) {
    padding-top: 25px; }
  .nav-second-level-survey li:nth-child(6) {
    padding-top: 25px; }

.btn-survey {
  padding: 17px 30px; }

.nav-survey {
  padding: 3px 50px 62px 71px;
  margin: 0; }
  .nav-survey li {
    height: auto;
    margin-right: 105px !important; }
    .nav-survey li a {
      width: 53px;
      height: 53px;
      border: 2px solid #b2bbc5;
      background-color: #ffffff;
      border-radius: 100px;
      color: #b2bbc5;
      font-size: 20px;
      font-weight: 400;
      padding: 5px 5px;
      text-align: center;
      line-height: 38px;
      position: relative; }
      .nav-survey li a:hover {
        border: 2px solid #b2bbc5;
        color: #b2bbc5;
        opacity: 0.7; }
      .nav-survey li a:after {
        width: 89px;
        height: 2px;
        content: '';
        position: absolute;
        top: 23px;
        left: 60px;
        background: #b2bbc5; }
  .nav-survey li.active > a {
    border: 2px solid #5ed385;
    color: transparent;
    background: url("../img/tabs-active.png") -2px -3px; }
    .nav-survey li.active > a:after {
      background: #5ed385; }
    .nav-survey li.active > a:hover {
      border: 2px solid #5ed385;
      color: transparent;
      opacity: 0.7; }
  .nav-survey li.complete > a {
    border: 2px solid #5ed385;
    color: transparent;
    background: url("../img/tabs-complete.png") center; }
    .nav-survey li.complete > a:after {
      background: #5ed385; }
    .nav-survey li.complete > a:hover {
      border: 2px solid #5ed385;
      color: transparent;
      opacity: 0.7; }
  .nav-survey li:last-child {
    margin-right: 0 !important; }
    .nav-survey li:last-child a:after {
      display: none; }

.survey-content {
  padding: 56px 0; }
  .survey-content h2 {
    color: #45515f;
    font-family: 'Figtree-SemiBold', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 21.66px; }
  .survey-content .step2-choice-wrap {
    margin-top: 42px;
    margin-bottom: 80px; }
    .survey-content .step2-choice-wrap h3 {
      color: #45515f; }
    .survey-content .step2-choice-wrap .radio label span {
      color: #6c7c93;
      font-size: 16px;
      font-weight: 400;
      line-height: 23.66px;
      margin-left: 12px; }
      .survey-content .step2-choice-wrap .radio label span .span-color {
        color: #2ac4f2;
        top: 0;
        margin-left: 0; }
    .survey-content .step2-choice-wrap .radio-step2 {
      margin: 7px 39px 12px 0;
      display: block; }
    .survey-content .step2-choice-wrap .input-text {
      padding-left: 0; }
      .survey-content .step2-choice-wrap .input-text label {
        color: #6c7c93;
        font-size: 16px;
        font-weight: 400;
        line-height: 23.66px;
        display: block;
        padding: 17px 0 13px 0; }
        .survey-content .step2-choice-wrap .input-text label:after {
          display: none; }
        .survey-content .step2-choice-wrap .input-text label:before {
          display: none; }
      .survey-content .step2-choice-wrap .input-text input {
        width: 167px;
        height: 46px;
        border-radius: 2px;
        border: 1px solid #dbdce1;
        background-color: #ffffff;
        padding: 0 10px;
        color: #6c7c93;
        margin-bottom: -5px; }

.btn-save-survey {
  padding: 17px 35px; }

.btn-continue-survey {
  padding: 17px 47px; }

/*-------END-SURVEY-ECO-2-2-------------*/


.text__block-title {
    font-size: 28px;
    letter-spacing: 0px;
    color: #B1C1D9;
    margin-bottom: 30px;
}

.text__block-title:not(:first-child) {
    padding-top: 20px;
}


/* --------------Profile-------------------------*/

.save-btn__small {
    padding: 0;
    height: 40px;
    width: 99px;
}

.profile-form__edit-block {
    min-height: 160px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 20px #31415B29;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 30px 32px;
}

.profile-form__edit-block-main {
    display: flex;
}

.edit-block-address > .control-label {
    margin: 20px 0;
}

.profile-form__else {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 90px;
    max-width: 47%;
}

.profile-form__change-image {
    height: 264px;
    width: 264px;
}

.profile-form__change-image:hover .change-image__overlay {
    display: block;
}

#profile-image {
    border-radius: 50%;
    background-image: url("../img/USERS/profile_avatar.svg");
}

.change-image__overlay {
    position: relative;
    pointer-events: none;
    display: none;
    height: 80px;
    top: -80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    width: 100%;
}

.change-image__overlay-text {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #4BD1FE;
    transform: translate(-50%,-50%);
}


.upload-image-label:hover .change-image__overlay {
    display: block;
}

.profile-form__email {
    text-align: left;
    font-size: 28px;
    letter-spacing: 0;
    color: #425168;
    margin-top: 40px;
    margin-bottom: 30px;
}

.profile-form__select-language {
    display:flex;
    flex-direction: column;
}

.select-language__label {
    color: #8398BA;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: auto;
    margin: 5px 0 10px;
    font-weight: bold;
}

.select-language__label {
    position: relative;
    display: inline-block;
    width: 286px;
    height: 40px;
}

.select-language__input {
    opacity: 0;
    width: 0;
    height: 0;
}

.select-language__slider {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    background-color: #8398BA24;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    transition: .4s;
    cursor: pointer;
}

/* input:checked + .select-language__slider > .slider__switcher {
    transform: translateX(143px);
} */

.slider__switcher--active {
    transform: translateX(143px);
}

.slider__switcher {
    position: absolute;
    height: 40px;
    width: 143px;
    border-radius: 20px;
    background: #425168 0% 0% no-repeat padding-box;
    left: 0;
    transition: .4s;
    z-index: 1;
}

.slider__language {
    z-index: 2;
    text-transform: capitalize;
    transition-duration: 1s;
}

.slider__language:first-child {
    color: #FFF;
}

.slider__language:nth-child(2) {
    color: #425168;
}

.slider__language--active:nth-child(2) {
    color: #FFF !important;
}

.slider__language--active:first-child  {
    color: #425168 !important;
}

.edit-block__input-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.edit-block__input-fields label {
    margin-top: 10px;
}

.edit-block__input-fields label:first-child {
    margin-top: 40px;
}

.edit-block__input-fields label:last-of-type {
    margin-top: 20px;
}

.input-fields__input-block {
    display: flex;
    width: calc(68.35% + 17px);
}

.input-fields__input-block input {
    min-width: 350px;
    width: 100%;
    margin: 20px 0;
    padding-right: 46px;
    color: #8398BA;
}

.input-fields__input-block input:disabled {
    color: #425168;
}

.input-fields__edit-image {
    position: relative;
    width: 15px;
    right: 15px;
    right: 30px;
}

/* -----------------END-Profile------------------ */

/* ----------------- Operational Key Performance Indicators ---------------------- */

.report__perfomance-edit-info {
    display: flex;
    gap: 26px;
    align-items: center;
}

.report__perfomance-toggle {
    margin-bottom: 20px;
    margin-right: 20px;
}

.toggle-container__end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.toggle-slider {
    opacity: 0.5;
}

.toggle-input:checked + .toggle-slider {
    opacity: 1;
    border: 1px solid #7689A8;
}

.toggle-label {
    margin: 0 12px;
}

.report__perfomance {
    position: relative;
    width: 100%;
}

.report__block.kpi-card__perfomance-block {
    min-height: 0;
}

.kpi-card__heading-title-block {
    padding-left: 10px;
}

.kpi-card__container {
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: start;
    margin-bottom: 30px;
}

.kpi-card__header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(118, 137, 168, 0.10);
    justify-content: space-between;
    padding: 15px 20px 10px 30px;
    width: 100%;
}

.kpi-card__heading-block {
    display: flex;
}


/* border-bottom: 1px solid rgb(118,137,168, 0.1); */

.kpi-card__heading-icon {
    width: 34px;
    height: 34px;
}

.kpi-card__heading-title {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 8px;
    text-transform: capitalize;
}

.kpi-card__general-result {
    display: flex;
    align-items: center;
    gap: 6px;
}

.kpi-card__general-value {
    text-align: right;
    font-size: 18px;
    color: #425168;
    letter-spacing: -1px;
}

.kpi-card__general-measure {
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
}

.kpi-card__info-row {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: space-between;
}

.kpi-card__info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kpi-card__info-description {
    max-width: 154px;
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
}

.kpi-card__info-percent {
    margin-bottom: 10px;
}

.kpi-card__accordion {
    max-height: 228px;
    padding: 15px 30px 0;
}

.kpi-charts__block {
    margin-left: 15px;
    z-index: 2;
}

.kpi-charts__block > img {
    margin-left: 30px;
    cursor: pointer;
}

/* ----------------- END-Operational Key Performance Indicators ---------------------- */



/* ------------------------ Optimisation filters --------------------------- */

    .optimization-filter {
        display: flex;
        position: relative;
        margin-top: 80px;
    }

    .filter-add-btn {
        display: none;
        z-index: 2;
        background-color: #8398BA;
        color: white;
        padding: 12px;
        height: 41px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .filter-add-btn:hover, .filter-add-btn:focus {
        background-color: #31415B;
    }

    .search-filter__search-list {
        overflow-y: hidden;
        max-width: 260px;
    }

    .search-filter__sub-list {
        display: none;
        overflow-y: hidden;
        max-width: 260px;
    }

    .search-filter__category-list {
        display: none;
        max-height: 260px;
        overflow-y: auto;
        max-width: 260px;
    }

    .one-filter__input {
        min-width: 9ch;
        box-sizing: border-box;
        background-color: rgb(118, 137, 168, .14);
        color: #8398BA;
        font-size: 16px;
        padding: 12px 16px 10px 20px;
        border: none;
        width: 100%;
        border-bottom: 1px solid rgb(118, 137, 168, .1);
        text-align: center;
    }

    .search-filter__one-filter {
        display: none;
    }

    .one-filter__input:focus {
        outline: 3px solid #ddd;
    }

    .filters-container {
        display: flex;
        align-items: flex-start;
        position: absolute;
        top: -50px;
        z-index: 3;
        min-width: 220px;
    }

    .search-filter {
        display: block;
        background-color: #f6f6f6;
        overflow: auto;
        border: 1px solid #ddd;
        z-index: 1;
        margin-right: 20px;
    }

    .search-filter li {
        background-color: rgb(118, 137, 168, .14);
        color: #8398BA;
        padding: 12px 16px;
        text-decoration: none;
        cursor: pointer;
        list-style: none;
        border-bottom: 1px solid rgb(118, 137, 168, .1); ;
    }

    .filters-container li:hover {
        background-color: #ddd;
    }

    .show {
        display: block;
    }

    .one-filter__cancel {
        height: 0;
        display: none;
    }

    .one-filter__cancel i{
        position: relative;
        bottom: 30px;
        right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #7689A8;
        font-size: 12px;
        height: 20px;
        width: 20px;
        margin-left: auto;
        background-color: rgba(118, 137, 168, 0.14);
        transform: rotate(45deg);
        border-radius: 50%;
        cursor: pointer;
    }

    .measure-highlight {
        background-color: #7689A824;
    }

/* --------------------- Optimisation filters END ------------------------ */


/* ----------------------  Data and Facts -------------------------------- */


.report__data-facts {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 20px #31415B29;
    width: 100%;
    /* min-height: 350px;  */
    background: white;
    margin-bottom: 45px;
    position: relative;
    z-index: 2;
}

.data-facts__container-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 30px 0;
}

.data-facts__container-grid .text__data-label {
    padding-bottom: 6px;
}

.data-facts__row-grid {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    border-right: 1px solid rgba(118, 137, 168, .1);
    padding-left: 25px;
    text-align: left;
}

.data-facts__row-grid--space-types {
    grid-template-rows: 15px 5fr;
}

.data-facts__row:last-child {
    border-right: none;
}


.dashboard-box.dashboard-content-container3 {
    margin-left: 45px;
    width: 45%;
}

.data-facts__block {
    display: flex;
    position: relative;
    flex-direction: column;
}

.data-facts__proj-id {
    display: flex;
    align-items: baseline;
}

.data-facts__input {
    min-width: 242px;
    /* width: max-content; */
}

.data-facts__input-hundreds-thousands--area, .data-facts__input-hundreds-thousands--gross {
    color: #11b7e0;
    text-align: left;
    bottom: -20px;
    position: absolute;
    font: Bold 12px/17px 'Figtree-SemiBold', sans-serif;
}

.data-facts__input-error-text {
  color: #FA657C;
  text-align: left;
  bottom: -18px;
  position: absolute;
  font: Bold 12px/17px 'Figtree-SemiBold', sans-serif;
}

.data-facts__input-error-text-empty {
    color: #FA657C;
    text-align: left;
    bottom: -18px;
    position: absolute;
    font: Bold 12px/17px 'Figtree-SemiBold', sans-serif;
  }

.data-facts__input-error-address {
    color: #FA657C;
    text-align: left;
    font: Bold 12px/17px 'Figtree-SemiBold', sans-serif;
  }

.data-facts__input-inactive {
    border: none;
    cursor: text;
}

.data-facts__input-inactive:focus {
    outline: none;
}

.data-facts__inline-block {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.data-facts__inline-block > input {
    width: 38px;
    min-width: 12px;
}

.data-facts__inline-block p {
    margin-right: 5px;
}

.data-facts__select {
    display: none;
    width: 340px;
    margin-top: 6px;
}

.data-facts__select.selectized {
    display: none!important;
}

.selectize-dropdown.multi.data-facts__select {
    overflow-y: scroll;
    max-height: 110px;
    visibility: hidden;
}

.selectize-dropdown.multi.data-facts__select > .selectize-dropdown-content {
    overflow-y: hidden;
}

.data-facts__change-icon {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}

.data-facts__save-btn {
    display: none;
    position: absolute;
    bottom: -49px;
    right: 0;
}

.data-facts__spaces-block {
    display:flex;
    margin-right: 5px;
}

.data-facts__percents {
    letter-spacing: 1px;
}

 /*  ----------------------  Data and Facts END  ----------------------  */




/* ------------  Portfoilo Data and facts  -------------- */

.portfolio .report__data-facts {
     height: auto;
}

.portfolio .data-facts__container {
    padding: 30px 0 20px;
}

.data-facts__space-type-block {
    display: flex;
    height: 34px;
    align-items: center;
    margin: 12px 0;
    width: 85%;
    position: relative;
    border-bottom: 1px solid rgba(118, 137, 168, 0.102);
}

.data-facts__space-type-block > img {
    padding-right: 15px;
    border-bottom: 3px solid white;
}

.data-facts__space-type-block > .text__bold {
    margin-left: auto;
}

.data-facts__space-type-text {
    color: #8398BA;
}

.portfolio .data-facts__block {
    width: 100%;
}

.data-facts__space-type-other-container {
    display: flex;
    align-items: start;
    margin: 12px 0;
    width: 85%;
    position: relative;
}

.data-facts__space-type-other-container > img {
    margin-right: 15px;
}

.data-facts__space-type-other-block {
    display: flex;
    flex-wrap: wrap;
}

.data-facts__space-type-other-block > p {
    margin-right: 6px;
    color: #8398BA;
    margin-top: 4px;
    margin-bottom: 2px;
}

.data-facts__space-type-other-block > p:last-child > .data-facts__coma {
    display:none;
}

.data-facts__space-type-other-block span {
    margin-right: 9px;
    color: #425168;
}

/* ------------ END - Portfoilo Data and facts  --------- */


 /* ---------------------------- About-Portfolio ------------------------ */


.dashboard-portfolio-container {
    display: flex;
    padding: 20px;
    max-height: 318px;
    position: relative;
}

.block__edit-link {
    position: absolute;
    top: 14px;
    right: 18px;
    cursor: pointer;
    z-index: 2;
}

.dashboard-portfolio-container > img {
    width: 277px;
    height: 277px;
    padding-right: 15px;
}

.portfolio__info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 75%;
}

.portfolio__name {
    font-size: 40px;
    color: #425168;
    overflow: hidden;
    word-wrap: break-word;
}

.portfolio__details-block > * {
    margin-top: 10px
}

.portfolio__address {
    color: #425168;
    opacity: .5;
}

.portfolio__address-parent {
    position: relative;
    width: auto;
    align-items: center;
    left: 2px;
    top: 2px;
    display: none;
    height: 0;
}

.report__title-text {
    display: flex;
    align-items: center;
}

.report__title-text > p {
    font-size: 28px;
    color: #31415B;
    padding-left: 30px;
}

.sustainability-certification__block {
    display:flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 20px #31415B29;
    padding: 20px;
    width: 18%;
    height: 102px;
}

.sustainability-certification__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.report__sustainability-certification > .report__title {
    margin-bottom: 50px;
}

.sustainability-certification__block > img {
    width: 69px;
    height: 65px;
}

.sustainability-certification__block > p {
    width: 69px;
    color: #8398BA;
    text-align: right;
}

.sustainability-certification__num-of-assets {
    color: #425168;
}

.sustainability-certification__asset-number {
    font-size: 40px;
    margin-bottom: 5px;
    text-align: left;
}

.kpi-chart-canvas {
    max-height: 170px !important;
}

.kpi-chart-canvas--report {
    max-width: 100%;
}

/* ---------------------------- END-About-Portfolio ------------------------ */



/* ----------------------------- Portfolio-List ------------------------- */

.i-portfolio-list {
    padding: 10px;
}

.portfolio-cart__portolio-image {
    width: 177px;
    height: 177px;
    margin-right: 15px;
}

.portfolio-cart__info-block {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
}

.portfolio-cart__info-block h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.certificates-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.certificates-row-item {
    background-color: rgb(131,152,186, .15);
    border-radius: 2px;
    padding: 6px 8px 4px;
}

.certificates-row-item span {
    margin-left: 10px;
}

/* ---------------------------- END-Portfolio-List ------------------------ */



/* ---------------------------- Portfolio-Charts ------------------------ */

.ba-chart__switcher {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 10px;
}

.ba-chart__switcher p {
    color: #425168;
}

.ba-chart__legend {
    padding-left: 8px;
    position: relative;
}

.ba-chart__legend--squared {
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.legend--squared--non-active span {
    background-color: #FFF !important;
}

.ba-chart__legend--circle span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 2px;
}

.ba-chart__legend--squared span {
    width: 10px;
    height: 10px;
    padding: 0 5px;
    margin: 5px;
}

.ba-chart__legend--squared > div {
    display: flex;
    border: 2px solid #FA657C;
    left: -22px;
    position: absolute;
}

.ba-chart__footprint-annual {
    width: 100%;
}

.ba-chart__footprint-annual h2 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: .7px;
    color: #8398BA;
    margin-bottom: 45px;
    text-align: center;
}

.ba-chart__footprint-annual-import {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.ba-chart__footprint-annual-import h2 {
  text-align: left;
  font: normal normal normal 28px/34px 'Figtree-Regular', sans-serif;
  letter-spacing: 0px;
  color: #B1C1D9;
  opacity: 1;
  margin-bottom: 40px;
}

.ba-chart__footprint-annual-import a {
  text-align: center;
  font: normal normal bold 16px/20px 'Figtree-Regular', sans-serif;
  letter-spacing: 0px;
  color: #4BD1FE;
}

.ba-chart__wrapper {
    padding: 30px 5px 0;
    margin-bottom: 30px;
}

.ba-chart__legends-border {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(118, 137, 168, 0.10);
    min-height: 70px;
    padding-left: 50px;
    padding-right: 25px;
    padding-top: 8px;
}

.ba-chart__legends {
    display: flex;
}

.ba-chart__legends li {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #8398BA;
    text-transform: uppercase;
    opacity: 0.6;
    cursor: pointer;
    word-break: break-all;
    word-break: break-word;
    text-align: left;
}

.ba-chart__legend--squared {
    min-width: 100px;
    max-width: 130px;
}

.ba-chart__legend--circle {
    min-width: 100px;
    max-width: 180px;
    margin-right: auto;
}


.row1, .row2 {
    display: flex;
}

.round {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    cursor: pointer;
}

.previous {
    transform: rotate(90deg);
    margin-right: 5px;
    left: -5px;
}

.next {
    transform: rotate(-90deg);
    margin-left: 5px;
    right: -5px;
}

.round {
    position: absolute;
    bottom: 105px;
    z-index: 2;
}

.ba-chart-arrows {
    display: flex;
    align-items: center;
    background-color: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(49,65,91,0.16);
    position: relative;
    width: 100%;
}

.ba-chart-arrows > .ba-chart__wrapper {
    width: 100%;
    position: relative;
    height: 40%;
    box-shadow: none;
    padding: 30px 30px 15px;
    margin-bottom: 0;
}

.ba-chart__kpi .round {
    bottom: 90px;
}

/* ---------------------------- END-Portfolio-Charts ------------------------ */

/* ---------------------------- Tariffs-Page ------------------------------- */

.payment-container {
    background-color: white;
}

.payment__grid-container {
    display: grid;
    grid-template-columns: 2.5fr 1fr 1fr 1fr;
    grid-gap: 0px;

    padding: 1px;
}

.payment-header {
    height: 240px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 20px #31415B29;
    position: sticky;
    top: 0;
    padding-top: 77px;
    margin-top: -77px;
    z-index: 10;
}

.payment-header::after {
  content: '';

}

.payment-header p {
    color: #8398BA;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.payment-header__container {
    grid-template-rows: 160px 80px;
}

.payment__grid-container > div {
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid rgba(118, 137, 168, 0.102);
    display: flex;
    flex-direction: column;
    font: normal normal normal 18px/24px Figtree-Regular;
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    z-index: 5;
}

.payment__grid-container > div > img {
    margin-bottom: 9px;
}

.payment__grid-container .payment__option {
    align-items: flex-start;
    padding-left: 30px;
    text-align: left;
}

.inline-toggle {
    display: flex;
    align-items: center;
    color: #425168;
}

.inline-toggle .toggle-label {
    margin-right: 14px;
}

.payment-body p {
    color: #425168;
}

.payment-body__second-item--hide {
  display: none !important;
}

.payment-footer {
    position: sticky;
    bottom: 0;
}

.payment-footer .payment__grid-container > div {
    padding: 15px 0 5px;
    border-top: none;
    margin-top: -5px;
}

.payment-footer__button-block.payment-hover:before {
    content: "";
    position: absolute;
    top: -6px;
    width: calc(18% + 2px);
    height: 25px;
    z-index: 2;
    background: linear-gradient(360deg,hsla(0,58%,0%,0) 0, #E3E7ED, 100%, #E3E7ED);
}

.available:after {
    content: url(/img/Payment/available.svg);
}

.not-available:after {
    content: url(/img/Payment/not-available.svg);
}

.payment-hover {
    background-color: #7689A81A !important;
}

.payment-footer__button-block.payment-hover {
    background-color: #FFF !important;
}

.payment__grid-container .payment-header__cell  {
  background: #F6F9FC !important;
}

.payment__grid-container .payment-header__cell > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #F6F9FC;
}

.payment-header__cell p {
    font-size: 32px;
    color: #425168;
    margin: 0 4px;
}

.payment-header__cell > span {
    display: none;
    font-size: 12px;
    color: #425168;
}

.modal-header {
    background-color: #425168;
}

.modal-body {
    display: flex;
    flex-direction: column;
    padding: 30px;
    text-align: center;
}

.modal-payment__methods {
    display: flex;
    flex-direction: column;
}

.payment-popup div.modal-content {
    padding: 0;
    min-width: 550px;
    height: auto;
}

.modal-header__text {
    color: #B1C1D9;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
    text-transform: capitalize;
}

.modal-header__text-second {
    margin-top: 0;
}

.modal-payment__block .text__data-label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #8398BA;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.modal-payment__block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.modal-payment__block p {
    color: #425168;
}

.modal-payment__block:first-child {
    border-bottom: 1px solid rgba(118, 137, 168, 0.10);
    padding-bottom: 20px;
}

.modal-payment__positioned-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-payment__positioned-block span {
    font-weight: 900;
}

.modal-payment__start-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.modal-payment__button-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.modal-payment__button-block--right {
    margin-left: auto;
    gap: 0 20px;
}

.modal-payment__button-block .button-block__update-btn {
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    margin-top: 0;
    margin-right: 15px;
}

.arrow-back {
    height: 25px;
    width: 26px;
    transform: rotate(180deg);
    border: 1px solid transparent;
    margin-left: 10px;
    position: relative;
    right: 8px;
    top: -1px;
}

.modal-payment__method-option {
    display: flex;
    align-items: center;
    padding: 10px;
    width: 100px;
    height: 43px;
    border: 1px solid #8398BA4D;
}

.modal-payment__method-option input {
    display: none;
}

.modal-payment__method-option img {
    max-width: 80px;
}

.input-option--checked {
    box-shadow: 0px 3px 6px #31415B29;
    border: 1px solid #425168 !important;
}


/* ---------------------------- END-Tariffs-Page ------------------------------- */


/* ---------------------------- Tariffs-Page ------------------------------- */


.lock-overlay {
    position: absolute;
    display: block;
    width: calc(100% + 1px);
    height: 100%;
    background: transparent radial-gradient(closest-side at 50% 50%, #F7F9FCEB 50%, #FFFFFF 100%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    z-index: 20;
    cursor: pointer;
}

.lock-button {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    background-color: #8398BA;
    width: 79px;
    height: 79px;
    border: none;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.lock-button {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    background-color: #8398BA;
    width: 79px;
    height: 79px;
    border: none;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}

.lock-button:focus {
    outline: none;
}


/* ---------------------------- END-Tariffs-Page ------------------------------- */



/* -------------------------- All-Portfolio-Dashboard ---------------------------- */
/* ------------------------------ Assign-Projects --------------------------------- */

.portfolio-edit__container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 20px #31415B29;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 30px 32px;
}

.portfolio-edit__main {
    display: flex;
}

#portfolio-image {
    background-image: url("../img/Portfolio/default.svg");
    background-size: cover;
}

.portfolio-project__text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.portfolio-project__project-img {
    width: 97px;
    height: 97px;
    margin-right: 20px;
}

.portfolio-project__address {
    color: #425168;
    opacity: 0.5;
    margin-top: 29px;
}

.portfolio-project__actions-block {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.portfolio-edit__change-image {
    width: 296px;
    height: 297px;
    margin: 40px 30px 0 0;
}

.portfolio-edit__container .change-image__overlay{
    top: 36%;
}





/* -------------------------- END-All-Portfolio-Dashboard ----------------------------- */
/* ------------------------------ END-Assign-Projects --------------------------------- */

/* ------------------------------ Floor-pages --------------------------------- */

.i-floor-list {
    width: calc(50% - 20px);
    margin-bottom: 30px;
    padding: 20px;
    height: 130px;
}

.floor-tile__image {
    width: 93px;
    height: 93px;
    margin-right: 20px;
}

.floor-tile__text-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.floor-tile__defect-statuses {
    display: flex;
    justify-content: space-between;
}

.floor-tile__defect-statuses > span {
    margin-left: 15px;
}

.status-statistic__container {
    display: flex;
    gap: 0 6px;
    padding-right: 15px;
    padding-bottom: 10px;
}

.component-status-block__period {
    color: #8398BA;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.component-status-block__block {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.status-statistic__block {
    display: flex;
    gap: 0 8px;
    padding: 4px 8px;
    border-radius: 2px;
}

.status-statistic__block--red {
    background-color: #FA657C;
}

.status-statistic__block--green {
    background-color: #72CC83;
}

.status-statistic__arrow {
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.status-statistic__arrow--up {
    transform: matrix(-0.71, -0.71, 0.71, -0.71, 0, 0);
    margin: 6px 0 2px;
}

.status-statistic__arrow--down {
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    margin: 2px 0 0;
}

.status-statistic__number {
    color: #fff;
    font-size: 16px;
}

.floor-tile__edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.floor-tile__remove-link {
    position: absolute;
    top: 15px;
    right: 55px;
    cursor: pointer;
}



/* ---------------------------- END-Floor-pages ------------------------------- */

/* ------------------------------ Block-headers--------------------------------- */

.block-header--modal {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: -30px;
}

.block-header--end {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.block-header--end > button {
  margin-left: 20px;
}

.block-header--between {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.block-header__button {
    padding: 13px 29px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 12px;
    max-height: 40px;
}

/* ------------------------------ Block-headers-END --------------------------------- */




/* ------------------------------ Block-building-audit--------------------------------- */

:root {
  --color-blue: #4BD1FE;
  --color-green: #7CCC8C;
  --color-grey: #8398BA;
  --color-grey-2: #60C674;
  --color-marengo: #425168;
  --color-yellow: #F7C34C;
  --color-red: #FA657C;
}

.card-button-row {
    margin-bottom: 40px;
}

.card-button {
  min-width: 180px;
  min-height: 165px;
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 15px 10px 30px;
  justify-content: space-around;
  cursor: pointer;
}

.card-button--active {
  box-shadow: 0px 4px 20px #31415B29;
  border: 1px solid #8398BA66;
  opacity: 1;
  position: relative;
}

.card-button--active .card--active-arrow,
.certificate--active .card--active-arrow {
    display: inline-block;
}

.card-button--active .card--active-arrow {
    bottom: 10px;
}

.card--active-arrow {
    display: none;
    border: solid #8398BA;
    border-width: 0 3px 3px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    bottom: 5px;
}

.card-button-icon-box {
  border-radius: 16px;
  display: flex;
  margin-bottom: 10px;
  margin: 0 auto 10px auto;
  max-width: max-content;
  opacity: 1;
  padding: 5px 7px;
}

.card-button-title {
  text-align: center;
  color: var(--color-grey);
  font: Bold 14px/17px 'Figtree-SemiBold', sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  min-height: 40px;
}

.triple-block {
    display: flex;
    align-items: center;
    gap: 0 7px;
    width: 100%;
}

.triple-block-column {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}

.building-audit__cost-actual--minus,
.building-audit__cost-actual--plus {
  background-color: transparent;
  border: none;
  color: #8398BA;
  letter-spacing: 0px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  height: 20px;
  width: 20px;
}

.building-audit__cost-actual--plus::after,
.building-audit__cost-actual--minus::after {
  background: rgb(118 137 168 / 0.3) 0% 0% no-repeat padding-box;
  border-radius: 46px;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 20px;
}

.building-audit__cost-count {
  margin: 0 18px;
}

.building-audit__button-clear {
  background: none;
  border: 0;
  color: #8398BA;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

.building-audit__pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.building-audit__pagination {
  display: flex;
  color: #7689A8;
}

.building-audit__pagination-item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
}

.building-audit__pagination-item--active {
  background: rgb(118 137 168 / 0.2) 0% 0% no-repeat padding-box;
}

.building-audit__pagination-item-click {
  cursor: pointer;
}


.building-audit__pagination-button {
  border: none;
  background: rgb(240 248 255 / 0);
}

.building-audit__pagination-image-left {
  background-image: url("/img/arrow-up-card.svg");
  padding-left : 20px;
  padding-top : 10px;
  padding-bottom : 10px;
  background-repeat : no-repeat;
  transform: rotate(90deg);
}

.building-audit__pagination-image-right {
  background-image: url("/img/arrow-up-card.svg");
  padding-left : 20px;
  padding-top : 10px;
  padding-bottom : 10px;
  background-repeat : no-repeat;
  transform: rotate(270deg);
}

/* .building-audit__pagination-right {
  transform: rotate(270deg);
}

.building-audit__pagination-left {
  transform: rotate(90deg);
} */

.building-audit__popup-container {
  display: flex;
}

.building-audit__popup_modal.modal-dialog, .building-audit__popup_modal .modal-content  {
  max-width: max-content !important;
}

.building-audit__popup-content {
  width: 312px;
  position: relative;
  min-height: 652px;
}

.building-audit__popup-content::after {
  content: attr(number-slide);
  position: absolute;
  bottom: 0;
  letter-spacing: 0px;
  color: #8398BA;
}

.building-audit__popup-title {
  text-align: left;
  color: var(--color-marengo);
  font: Bold 16px/20px 'Figtree-SemiBold', sans-serif;
}

.building-audit__popup-text {
  color: var(--color-marengo);
  font: normal 16px/24px 'Figtree-Regular' , sans-serif;
  margin-right: 40px;
  padding-bottom: 20px;
}

.building-audit__popup-image {
  width: 537px;
  max-height: 537px;
}

.building-audit__popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.building-audit__button-modal {
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  .building-audit__table-text {
    min-width: 0px;
  }

  .building-audit__cost tr td:first-child {
    width: 500px;
    max-width: 500px;
    min-width: 0px;
  }

  .building-audit__cost tr td:nth-child(2) p {
    width: 200px;
    max-width: 500px;
    min-width: 0px;
  }
}

.building-audit__popup-slider-right {
  cursor: pointer;
  background-image: url(/img/arrow-up-card.svg);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  transform: rotate(270deg) scale(2);
  color: #ffffff !important;
  top: 39%;
  opacity: 1 !important;
  position: absolute;
  right: 20px;
}

.building-audit__popup-slider-left {
  cursor: pointer;
  background-image: url(/img/arrow-up-card.svg);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  transform: rotate(90deg) scale(2);
  color: #ffffff !important;
  top: 39%;
  opacity: 1 !important;
  position: absolute;
  left: 20px;
}

.building-audit__popup-container-image {
  position: relative;
}


/* ------------------------------ Block-building-audit-END --------------------------------- */



/* ------------------------------ Swipper-END --------------------------------- */

.building-audit__cost-swiper-block .swiper-container {
  margin-left: 35px;
  width: 100%;
  padding: 0 30px;
}

.building-audit__cost-swiper-description {
  white-space: pre;
  text-align: left;
  font: Bold 14px/17px 'Figtree-SemiBold', sans-serif;
  letter-spacing: 0.7px;
  color: #8398BA;
  text-transform: uppercase;
  opacity: 1;
  display: flex;
  align-items: center;
}

.swiper-button-next {
  background-image: url(/img/arrow-up-card.svg);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  transform: rotate(270deg);
  color: #ffffff !important;
  top: 20px !important;
  opacity: 1 !important;
}

.swiper-button-prev {
  background-image: url(/img/arrow-up-card.svg);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  color: #ffffff !important;
  top: 27px !important;
  opacity: 1 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  content: '' !important;
}

.building-audit__cost-swiper-block .completed {
  text-align: left;
  font: Bold 14px/17px 'Figtree-SemiBold', sans-serif;
  letter-spacing: 0.7px;
  color: #425168;
  text-transform: uppercase;
  opacity: 1;
}

.building-audit__cost-swiper-block .not-started {
  text-align: left;
  font: Bold 14px/17px 'Figtree-SemiBold', sans-serif;
  letter-spacing: 0.7px;
  color: #B1C1D9;
  text-transform: uppercase;
  opacity: 1;
  position: relative;
}

.building-audit__cost-swiper-block .in-progress {
    text-align: left;
    font: Bold 14px/17px 'Figtree-SemiBold', sans-serif;
    letter-spacing: 0.7px;
    color: #4BD1FE;
    text-transform: uppercase;
    opacity: 1;
    position: relative;
}


.building-audit__cost-swiper-block .swiper-wrapper .in-progress::after {
  content: '..........';
  position: absolute;
  transform: rotate(90deg);
  left: -17px;
  color: #B1C1D9;
}

.swiper-wrapper > .in-progress ~ .in-progress::after {
  content: ''
}

.building-audit__cost-swiper-block .swiper-wrapper .not-started::after {
  content: '..........';
  position: absolute;
  transform: rotate(90deg);
  left: -17px;
  color: #B1C1D9;
}

.swiper-wrapper > .not-started ~ .not-started::after {
  content: ''
}


.building-audit__cost-swiper-block .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
}

.building-audit__cost-swiper-block {
  width: 100%;
}

.building-audit__cost-swiper-title {
  text-align: left;
  font: Bold  32px/39px 'Figtree-SemiBold', sans-serif;
  letter-spacing: 1.6px;
  color: #425168;
  opacity: 1;
  margin-bottom: 16px;
}

.building-audit__cost-swiper-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 21px;
  display: flex;
  margin-bottom: 40px;
  opacity: 1;
  padding: 0 16px;
  width: 100%;
}

/* ------------------------------------ Swipper-END ---------------------------------------*/


/* -------------------------------------- Drag&Drop -----------------------------------------*/

.drag-drop__container .indicator__block-container {
    padding: 40px 30px 20px;
}

.drag-drop-overlay {
    position: absolute;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.form-content__card-file-block--invisible {
    z-index: -1;
}

.drag-drop__input-wide {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.drag-drop__label-wide {
    width: 100%;
    height: 210px;
}

.drag-drop__label {
    width: 100%;
    height: 110px;
    background-color: rgba(118, 137, 168, .14);
    position: relative;
    margin-bottom: 20px;
}


.drag-drop__dropped-info,
.drag-drop__uploading,
.drag-drop__success,
.drag-drop__error {
    display: none;
}

.drag-drop.has-advanced-upload {
    background-color: white;
}

.drag-drop.has-advanced-upload .drag-drop__dropped-info {
    display: block;
    position: absolute;
    top: -25px;
    left: 25%;
    color: #8398ba;
    font-size: 18px;
    font-weight: bold;
}

.drag-drop.is-dragover {
    background-color: grey;
}

.drag-drop.is-uploading .drag-drop__input {
    visibility: none;
}

.drag-drop.is-uploading .drag-drop__uploading {
    display: block;
}

.drag-drop__label-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    pointer-events: none
}

.drag-drop__label-overlay-text {
    text-align: left;
    color: #7689A8;
    margin-top: 12px;
}

.drag-drop-file {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(118, 137, 168, .102);
    padding: 0 30px;
}

.drag-drop-file__number {
    margin-right: 15px;
}

.drag-drop-file__name {
    padding: 15px 0;
}

.drag-drop-file__actions {
    margin-left: auto;
    min-width: 50px;
}

.drag-drop-file__actions > img {
    margin-right: 20px;
    cursor: pointer;
}

/* ------------------------------------ Drag&Drop-END ---------------------------------------*/


/* ------------------------------------ Edit Portfolio-START ---------------------------------------*/


.popup__btn-delete {
  letter-spacing: 0px;
  color: #FA657C;
  font-size: 14px;
  background-color: rgb(0 0 0 / 0);
}

.p-edit-portfolio__select {
  width: 100%;
}

.p-edit-portfolio__input-block {
  display: flex;
  margin-bottom: 40px;
  position: relative;
}

.p-edit_portfolio__dashboard-box {
    padding: 20px 40px;
    min-height: 620px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(49, 65, 91, .16);
    width: 49%;
    margin-bottom: 40px;
}

.p-edit_portfolio__dashboard-box-label {
  margin-bottom: 20px;
}

.p-edit-portfolio__input-square-meter {
  align-items: center;
  color: #425168;
  display: flex;
  font: normal normal normal 12px/15px 'Figtree-Regular', sans-serif;
  justify-content: flex-end;
  letter-spacing: 0px;
  margin-right: -15px;
  opacity: 1;
  position: relative;
  right: 30px;
  width: 15px;
}

.p-edit-portfolio__input-name {
  color: #425168;
  font: normal normal normal 12px/15px 'Figtree-Regular', sans-serif;
  height: min-content;
  letter-spacing: 0px;
  margin-right: 0px;
  opacity: 1;
  position: relative;
  right: 75px;
  top: 13px;
  white-space: nowrap;
  width: 7px;
}

.p-edit-portfolio__select-name {
  margin-right: -15px;
}

.p-edit-portfolio__input-name--short {
  right: 50px;
}

.p-edit-portfolio__input-name--large {
  right: 120px;
}

.p-edit-portfolio__input-line .p-edit-portfolio__input-block {
  margin-right: -1px;
}

.p-edit-portfolio__input-line .p-edit-portfolio__input-block:last-of-type {
  margin-right: -6px;
}

.p-edit-portfolio__input-line {
  display: flex;
}

.p-edit-portfolio__input-block-daf {
  align-items: center;
  background: #edeef3;
  color: #425168;
  display: block;
  height: 40px;
  padding: 13px 17px 11px;
  position: absolute;
  width: 100%;
}

.p-edit-portfolio__multi-select {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
}

.p-edit-portfolio__multi-select .selectize-input {
  background-color: rgba(118, 137, 168, .14);
  border: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
}

.p-edit_portfolio__form-data {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* ------------------------------------ Edit Portfolio-END ---------------------------------------*/

/* ------------------------------------ Constructor ---------------------------------------*/


.p-constructor__container-custom-table {
  display: block;
  margin-bottom: 80px;
}

.p-constructor__custom-table-item input {
  background-color: rgba(118, 137, 168, 0.14) !important;
  border-radius: 0;
  border: 0px;
  box-shadow: inset 0 0 0 0 black;
  height: 40px;
  margin-bottom: 10px;
  margin: 8px 16px 8px 0px;
  padding: 13px 17px 12px;
}

.p-constructor__custom-table-body .p-constructor__custom-table-row:first-child,
.p-constructor__custom-table-body .p-constructor__custom-table-item:first-of-type {
  font-weight: 800;
}

.btn-custom-table__line-btn-col {
  position: absolute;
  right: -75px;
  display: flex;
  flex-direction: column;
  top: 8px;
}

.btn-custom-table__line-btn-row {
  position: absolute;
  bottom: -65px;
  display: flex;
}

.btn-custom-table__line-btn-row--default {
    display: flex;
}

.p-constructor__form-custom-table {
  position: relative;
  max-width: max-content;
}

.btn-custom-table__line-btn-col button,
.btn-custom-table__line-btn-row button {
  align-items: center;
  background-color: rgba(118, 137, 168, 0.14) !important;
  background: none;
  border-radius: 5px;
  border: 2px solid #7689a824 !important;
  color: #ff526d;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  font-size: 35px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  margin-bottom: 16px;
  margin-right: 25px;
  outline: inherit;
  padding: 0;
  width: 40px;
}

.btn-custom-table__line-btn-row--default button,
.btn-custom-table__line-btn-row--default button {
    align-items: center;
    background-color: rgba(118, 137, 168, 0.14) !important;
    background: none;
    border-radius: 5px;
    border: 2px solid #7689a824 !important;
    color: #ff526d;
    cursor: pointer;
    cursor: pointer;
    display: flex;
    font-size: 35px;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    margin-bottom: 16px;
    margin-right: 25px;
    outline: inherit;
    padding: 0;
    width: 40px;
}

#btn-custom-table__remove-col,
#btn-custom-table__remove-row,
#btn-custom-select__remove-row,
.btn-custom-select__remove-row,
.btn-custom-table__remove-col {
  color: #4BD1FE !important;
}

.p-constructor__row-custom-select {
    display: flex;
}

.p-constructor__row-custom-select select,
.p-constructor__row-custom-select input {
  background-color: rgba(118, 137, 168, 0.14) !important;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 black;
  border: 0px;
  height: 40px;
  padding: 5px 16px 5px;
  margin-bottom: 10px;
  margin: 8px 16px 8px 0px;
}

.p-constructor__container-custom-select {
  position: relative;
}

/* ------------------------------------ Constructor-END ---------------------------------------*/

/*# sourceMappingURL=style.css.map */

/* ------------------------------------ Component-status-block ---------------------------------------*/


:root {
  --color-status-block-green: #7CCC8C;
  --color-status-block-grey: #8398BA;
  --color-status-block-marengo: #425168;
  --color-status-block-yellow: #F7C34C;
  --color-status-block-red: #FA657C;
}

.component-status-block {
  display: flex;
  justify-content: space-between;
  background: #fff;
  min-height: 74px;
  align-items: center;
  width: 100%;
}

.component-status-block__item {
  color: #8398BA;
  font: normal normal Bold 15px/18px 'Figtree-Regular', sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  min-height: 74px;
  justify-content: center;
  padding-left: 10px;
  width: 100%
}

.component-status-block__item--marengo {
  border-left: 6px solid var(--color-status-block-marengo);
}

.component-status-block__item--green {
  border-left: 6px solid var(--color-status-block-green);
}

.component-status-block__item--grey {
  border-left: 6px solid var(--color-status-block-grey);
}

.component-status-block__item--yellow {
  border-left: 6px solid var(--color-status-block-yellow);
}

.component-status-block__item--red {
  border-left: 6px solid var(--color-status-block-red);
}

.component-status-block__item-count {
  font: normal normal Bold 32px/39px 'Figtree-Regular', sans-serif;
}

/* ------------------------------------ Component-status-block-END ---------------------------------------*/




/* ------------------------------------ Building Dash Major Events ---------------------------------------*/

.major-events {
    display: flex;
    gap: 20px;
}

.major-event {
    min-width: 208px;
    margin-bottom: 10px;
    z-index: 2;
}

.major-event__info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 0 10px;
    text-align: left;
    background-color: #FFF;
    height: 190px;
}

.major-event__year {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.7px;
    color: #8398BA;
    text-transform: uppercase;
    border-left: 1px solid rgb(118, 137, 168, .15);
    text-align: left;
    padding-bottom: 28px;
    padding-left: 10px;
}

.major-event__date {
    color: #8398BA;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 4px;
}

.major-event__month {
    letter-spacing: 0.75px;
    font-weight: bold;
    font-size: 15px;
    color: #8398BA;
}

.major-event__event-name {
    font-weight: bold;
    letter-spacing: 0px;
    color: #425168;
    padding-bottom: 12px;
}

.major-event__additional-info {
    font-size: 14px;
    opacity: .9;
}



.major-event__table {
    display: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 20px #31415B29;
}

.major-event__table th,
.major-event__table td {
    border: 1px solid rgb(118, 137, 168, .1);
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 10px;
}

.major-event__table thead th {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: .7px;
    color: #8398BA;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #F8FAFD;
}

.major-event__table td {
    font-size: 16px;
    color: #425168;
    letter-spacing: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.display-change {
    cursor: pointer;
}

/* ------------------------------------ Building Dash Major Events - END ---------------------------------------*/



/* ------------------------------------ Sustainability Overral  ---------------------------------------*/

.download-project__image {
    vertical-align: text-top;
}

.building-sustainability__overall {
    background-color: #FFF;
    box-shadow: 0 4px 20px rgba(49, 65, 91, .16);
    margin-bottom: 60px;
    padding: 30px;
    width: 100%;
}

.info-block__criteria-status {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 3fr;
}

.building-sustainability__overall-percents {
    text-align: right;
}

.building-sustainability__overall-container {
    display: flex;
    justify-content: space-between;
}

.building-sustainability__overall-info {
    display: flex;
    gap: 14px;
}

.building-sustainability__overall-info  > img {
    width: 65px;
}

.building-sustainability__system-profile {
    color: #8398BA;
    text-align: left;
    font-weight: bold;
}

.building-sustainability__overall-info-sub {
    display: flex;
    text-align: left;
    flex-direction: column;
    gap: 16px;
}

.building-sustainability__overall-container > .certification-icon-date {
    font-size: 14px;
}

/* ------------------------------------ Sustainability Overral - END  ---------------------------------------*/


/* ------------------------------------ Portfolio Sustainability  ---------------------------------------*/

.doughnut__charts {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

.doughnut__values {
    display: flex;
    justify-content: space-evenly;
}

.doughnut__values > li {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    color: #8398BA;
    opacity: .6;
}

.portfolio-benchmarking__top-filtering {
    display: flex;
    align-items: center;
}

.portfolio-benchmarking__top-filtering > *:last-child {
    position: absolute;
    left: calc(50% + 20px);
}

.portfolio-benchmarking__row {
    display:flex;
    justify-content: space-between;
}

.portfolio-benchmarking__row .ba-chart {
    width: 49%
}

#portfolio-benchmarking-chart {
    /* max-height: 240px; */
    max-width: 560px;
}

#perfomance-per-asset-chart {
    max-height: 390px;
}

.doughnut__bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: -14px;
}


/* ------------------------------------ Portfolio Sustainability  - END  ---------------------------------------*/

.invoice_pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.invoice_pagination select {
    width: 100px;
    padding: 10px 10px;
    background-color: rgba(118, 137, 168, 0.15);
    border: none;
}


.invoice_pagination  option {
    background-color: rgba(118, 137, 168, 0.3);
}

.invoice_pagination select:focus > option:checked {
    background: rgba(96, 198, 116, 0.8) !important;
}


.invoice_pagination .pagination>.active>a {
    background-color: #b1c1d9;
    border-color: #b1c1d9;
}

.invoice_pagination .pagination>li>a {
    color: #425168;
}
