:root {
  --color-simplyMove-orange: #ff6600;
  --color-simplyMove-white: #fff;
  --color-beci-blue: #2800d7;
  --color-beci-blue-dark: #1f00ac;
  --color-beci-blue-light: #2d00f7;
  --test: red;
}

.pdf-page {
  box-shadow: 0 4px 6px 1px rgba(76, 76, 76, 0.2);
  border-radius: 10px;
  overflow: hidden;
  width: 80vw !important;
  height: 113vw !important;
  max-width: 600px !important;
  max-height: 848px !important;
}

.pdf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hidden-pdf {
  display: none;
}

.alert-loading {
  background-color: #e9f5f8 !important;
  border-radius: 5px;
}

.l-sec__cont {
  height: 100% !important;
  min-height: 600px !important;
}

.l-sec__cont.l-sec__cont--white {
  padding-bottom: 66px !important;
}

.checkbox__h.w--redirected-checked {
  color: #fff !important;
}

.checkbox__h {
  pointer-events: none;
}

.doc-snackbar-close {
  position: absolute;
  right: 15px;
}

.doc-title-loading {
  padding-right: 30px;
}

.brand-link {
  cursor: pointer;
  width: auto;
  align-items: center;
}

.a-hero__text {
  height: auto;
}

.a-hero__p2 {
  opacity: 1;
  white-space: pre-wrap;
}

.d-hero-link.d-hero-link--static {
  width: 16.66%;
}

.b-row {
  width: 100%;
}

.btn.btn--full2 {
  width: auto;
}

.form-button-text {
  position: relative;
  z-index: 3;
  font-size: 13px;
  line-height: 1.3px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero__h {
  white-space: pre-wrap;
}

.tabs {
  opacity: 1;
  top: 0px;
}

.sticky-collapse {
  position: -webkit-sticky;
  position: sticky;
  top: 71px;
  z-index: 5;
  height: 75px;
}

.tabs__link.highlighted {
  background-color: salmon;
}

.d-cont__h4.highlighted {
  color: #fff;
}

.nav-link--lang.highlighted {
  opacity: 1;
}

.reset-password-btn {
  cursor: pointer;
}

.reset-password-btn:hover {
  color: salmon;
}

.fill-width {
  width: 100%;
}

.pr-2 {
  padding-right: 20px;
}

.preview-container {
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-left: 1rem;
}

.preview {
  display: flex;
}

.watermark {
  width: 50%;
  height: 50%;
  opacity: 0.2;
  background-image: url("../images/logo_large.png");
  background-size: contain;
  background-repeat: space;
}

.watermark-container {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-link__line.highlighted {
  width: 100%;
}

.flex-end {
  justify-content: flex-end !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.d-hero__p {
  white-space: pre-wrap;
}

.mr-2 {
  margin-right: 1rem;
}

.q-btn.btn--red {
  min-width: 180px !important;
  width: auto;
}

.d-cont__h4 {
  text-align: center;
}

.d-hero-cont.d-hero-cont--static {
  height: 100%;
  justify-content: flex-start;
}

.d-title-wrap {
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.tabs__icon {
  margin: 0;
}

.tabs__cont {
  display: flex;
  width: 100%;
  opacity: 1;
  justify-content: space-evenly;
}

.docs_navbar_title_container {
  display: flex;
  max-width: 60%;
}

.nav-btn.btn.btn--red {
  margin-right: 8px;
}

.authors.btn.btn--red {
  max-width: 200px !important;
  width: 200px !important;
}

.faciles-cont {
  cursor: default;
}

.auth-checkbox {
  margin-top: 10px;
}

.auth-doc-link {
  color: salmon;
}

.navbar-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.nav-link--simplymove {
  color: var(--color-simplyMove-orange);
}
.nav-link--simplymove:hover {
  color: var(--color-simplyMove-orange);
}

.title-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 52px;
}

.partner-col-wrap {
  margin: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.partner-col-joint {
  font-size: 16;
  color: darkgray;
  font-weight: 700;
  pointer-events: none;
}

.partner-col {
  margin: 15px;
  cursor: pointer;
}

.partner-logo {
  width: 120px;
  height: auto;
  object-fit: contain;
}

.under-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 25px;
  padding-left: 242px;
  align-items: center;
}

.under-footer--simplymove {
  background-color: var(--color-simplyMove-orange);
}

.under-footer-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.footer--simplymove {
  background-color: var(--color-simplyMove-orange);
}

.footer__h4 {
  margin-left: 8px;
  margin-right: 8px;
}

.footer__link--simplymove:hover {
  color: var(--color-simplyMove-white);
}
.footer__line--simplymove {
  background-color: var(--color-simplyMove-white);
}

.row.row--tabs {
  justify-content: center;
}

.hero-icon-skeleton {
  background-color: gainsboro;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-icon {
  width: 100%;
}

.hero-img-wrap-skeleton {
  width: 100%;
  height: 200px;
  background-color: gainsboro;
}

.title-wrap-skeleton {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-wrap-skeleton-line {
  width: 60%;
  margin: 15px;
  height: 10px !important;
  border-radius: 5px !important;
  background-color: gainsboro !important;
}

.title-wrap-skeleton-line > .MuiLinearProgress-bar {
  background-color: silver !important;
}

.title-wrap-skeleton-line.first {
  width: 80%;
}

.spinner-white {
  color: white !important;
}

.title-wrap-skeleton-line.col-1 > .MuiLinearProgress-bar1Indeterminate {
  animation-delay: 600ms !important;
}
.title-wrap-skeleton-line.col-2 > .MuiLinearProgress-bar1Indeterminate {
  animation-delay: 1200ms !important;
}
.title-wrap-skeleton-line.col-3 > .MuiLinearProgress-bar1Indeterminate {
  animation-delay: 1800ms !important;
}
.title-wrap-skeleton-line.col-1 > .MuiLinearProgress-bar2Indeterminate {
  animation-delay: 600ms !important;
}
.title-wrap-skeleton-line.col-2 > .MuiLinearProgress-bar2Indeterminate {
  animation-delay: 1200ms !important;
}
.title-wrap-skeleton-line.col-3 > .MuiLinearProgress-bar2Indeterminate {
  animation-delay: 1800ms !important;
}

.preview-skeleton-section {
  padding: 1.5rem;
  margin-top: 0.5rem;
}

.unsupported-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
}

.checkbox-wrap {
  justify-content: flex-start;
}

.row {
  display: flex;
  flex-direction: row;
}

.table-general-wrapper {
  margin-top: 2rem;
  padding: 10px;
  align-items: center;
}

.table-general-buttons-wrapper {
  margin-left: 5rem;
}

.table-details-header {
  margin-top: 5rem;
}

.table-section-header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 2.5rem;
}

.table-row {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: lightgray;
  padding-bottom: 10px;
  padding-top: 10px;
}

.title-wrap.centered {
  text-align: center;
}

.single-doc-home-grid-container {
  padding-bottom: 4rem;
}

.single-doc-home-grid-container .first-row {
  max-width: 100%;
  width: 100%;
  display: block;
}

.single-doc-home-grid-container .first-row .col.col--hero {
  width: 100%;
}

.hero__h.small-margin {
  margin-bottom: 0.5rem;
}

.row--hero.mt-medium {
  margin-top: 5rem;
}

.home-perex_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-perex {
  margin-top: 2rem;
  text-align: center;
  max-width: 950px;
  font-size: 15px;
  white-space: pre-wrap;
}

.contact-terms {
  margin-top: 2rem;
  text-align: center;
  font-size: 10px;
}

.arrow-img.flipped {
  transform: rotate(270deg);
}

.a-img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.d-payment-label {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: red;
  color: white;
  font-weight: bold;
}
.free {
  background: blue;
}
.initial-position {
  position: initial;
}
.subscription {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.subscription__product__item__name {
  color: rgb(10, 29, 173);
}

.subscription__product__item__name--simplymove {
  color: var(--color-simplyMove-orange);
}

.subscription .subscription__product__item__button {
  margin-top: 15px;
  width: 100%;
}
.subscription .subscription__cart {
  margin-top: 20px;
  color: white;
}
.subscription__product__item.active {
  border: 1px solid rgb(10, 29, 173);
}

.subscription__product__item__button.MuiButtonBase-root {
  background-color: var(--color-simplyMove-orange) !important;
}

.subscription__product__item__content {
  text-align: left;
  margin-bottom: 24px !important;
}

.subscription__product__item__content:last-child {
  margin-bottom: 0 !important;
}

.sec__title--simplymove {
  color: var(--color-simplyMove-orange);
}

.cta-icon-wrap--simplymove {
  border-color: var(--color-simplyMove-orange);
}

.submitButton--simplymove {
  background: var(--color-simplyMove-orange) !important;
}

.date-picker-container {
  min-width: 200px !important;
}
.first-row--simplymove {
  justify-content: center;
}
.first-row {
  display: flex;
  justify-content: center;
}
.hero__h--simplymove {
  max-width: 1070px;
  font-family: 'Sourcesanspro';
}

.facilies-icon--simplymove,
.arrow-img--simplymove {
  filter: invert(44%) sepia(58%) saturate(2530%) hue-rotate(358deg)
    brightness(100%) contrast(111%);
}

.cta-icon-wrap--simplymove {
  border-color: var(--color-simplyMove-orange);
}

body {
  display: flex;
  flex-direction: column;
}
#root {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#root > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.sec-wrap {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.sec {
  flex-grow: 1;
}

.locale-label-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.locale-label-image {
  width: 30px;
  height: 30px;
}

.locale-label {
  margin-left: 10px;
  text-transform: none !important;
}

.btn.btn--full2 {
  margin-top: 10px;
}

.icon-wrap {
  overflow: hidden;
  border-width: 8px;
  border-color: white;
  border-style: solid;
}
 
/************************ BECI ***************************/
.sec-wrap--beci,
.sec-wrap--beci h1,
.sec-wrap--beci .sec__h2,
.auth-dialog--beci h1,
.pop-up--beci h1,
.dialog--beci h2,
.dialog--beci p,
.dialog--beci button {
  font-family: 'Rubik', sans-serif;
}

.sec-wrap--beci .nav-link,
.sec-wrap--beci .nav-link.w--current {
  color: var(--color-beci-blue);
}
.sec-wrap--beci .nav-link:hover {
  color: var(--color-beci-blue);
}
.sec-wrap--beci .nav-line {
  background-color: var(--color-beci-blue);
}

.sec-wrap--beci .under-footer {
  background-color: var(--color-beci-blue);
}
.sec-wrap--beci .footer {
  background-color: var(--color-beci-blue);
}

.sec-wrap--beci .subscription__product__item__name {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .sec__title {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .cta-icon-wrap {
  border-color: var(--color-beci-blue);
}

.sec-wrap--beci .submitButton {
  background: var(--color-beci-blue) !important;
}

.sec-wrap--beci .nav-btn {
  background-color: var(--color-beci-blue);
  border-color: var(--color-beci-blue);
}

.sec-wrap--beci .nav-btn:hover {
  border-color: var(--color-beci-blue) !important;
}

.sec-wrap--beci .nav-btn h4 {
  color: #fff !important;
}

.sec-wrap--beci .growing-div {
  background-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .nav-link--lang {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .thin-line {
  background-color: var(--color-beci-blue);
}

.sec-wrap--beci .form__btn,
.sec-wrap--beci .c-form__btn,
.sec-wrap--beci .d-btn,
.sec-wrap--beci .q-btn.btn--red {
  background-color: var(--color-beci-blue-light) !important;
}

.sec-wrap--beci .form__btn:hover,
.sec-wrap--beci .c-form__btn:hover,
.sec-wrap--beci .d-btn:hover,
.sec-wrap--beci .q-btn.btn--red .growing-div-2 {
  background-color: var(--color-beci-blue-dark) !important;
}

.sec-wrap--beci .f__btn-line-wrap .red-line,
.sec-wrap--beci .c-btn-line-wrap .red-line,
.sec-wrap--beci .d__btn-line-wrap .red-line {
  background-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .checkbox-2.w--redirected-checked {
  background-color: var(--color-beci-blue-light);
  border-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .c-btn.btn--red {
  border-color: var(--color-beci-blue-light);
}

.sec-wrap--beci .c-btn.btn--red h4.nav__h,
.sec-wrap--beci .tab__title:not(.tab__title--black) {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .c-btn.btn--red:hover {
  border-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .btn,
.auth-dialog--beci .btn {
  background-color: var(--color-beci-blue-light);
  border-bottom-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .btn .btn__h,
.auth-dialog--beci .btn .nav__h {
  color: #fff !important;
}

.sec-wrap--beci .btn:hover,
.auth-dialog--beci .btn:hover {
  background-color: var(--color-beci-blue-dark);
}

.sec-wrap--beci .MuiCircularProgress-colorSecondary {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .title-wrap,
.sec-wrap--beci .cont__h4,
.sec-wrap--beci .d-cont__h4,
.sec-wrap--beci .hero-link,
.sec-wrap--beci .hero-cont:hover,
.sec-wrap--beci .q-btn1,
.auth-dialog--beci .reset-password-btn:hover,
.pop-up--beci .pop-up__btn {
  color: var(--color-beci-blue);
}

.sec-wrap--beci .q-btn1 {
  border-color: var(--color-beci-blue);
}

.sec-wrap--beci .q-btn1:hover {
  border-color: var(--color-beci-blue-dark);
  background-color: var(--color-beci-blue);
  color: #fff;
}

.pop-up--beci .btn-line-wrap .red-line {
  background-color: var(--color-beci-blue);
}

.sec-wrap--beci .c-btn.remove {
  border-color: var(--color-simplyMove-orange);
  color: var(--color-simplyMove-orange);
  margin-top: 20px;
}

.sec-wrap--beci .c-btn.remove:hover {
  background-color: var(--color-simplyMove-orange);
  color: #fff;
}

.dialog--beci .form-error {
  color: var(--color-simplyMove-orange);
}

.document-form-footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  bottom: 20px;
  left: 0;
  right: 0;
}

.document-form-footer {
  column-gap: 15px;
  padding: 15px;
  background-color: white;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px 1px rgba(76, 76, 76, 0.2);
  border-radius: 10px;
}

.textarea.form-content {
  min-height: 50px;
}