/*
 * Copyright meonet GmbH(c) 2024.
 */

:focus {
  outline: 0;
}
button:focus {
  outline: 0;
}
.btn-secondary-final {
  display: flex;
  border: 1px solid #1b2d70 !important;
  align-content: center;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 16px 26px;
  height: 56px;
}
.btn-final {
  display: flex;
  width: 100%;
  border: 1px solid #1b2d70 !important;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 56px;
  border-radius: 6px;
  padding: 16px 26px;
}
p.text-dark-final{
  margin-bottom: 0px;
}
.text-dark-final {
  color: var(--si-dark, #222) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%; /* 21.76px */
  text-align: left;
}
.text-dark-final-price {
  color: var(--si-dark, #222) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%; /* 21.76px */
  text-align: right;
}
#mySvg {
  margin-right: 0.97rem;
}
.nav-wrapper {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 0px auto 40px auto;
  padding: 0px 18px;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.04));
}
.header-nav {
  text-align: center;
  opacity: 0.3;
  color: var(--si-primary, #1b2d70);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 40.08px;
}
.wrapper-block {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  background-color: #ffffff;
}
.form-step-1 {
  display: block;
}
.form-step-2 {
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.wrap-step-one {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
  padding: 0px 18px;
}
.e-mobility-block {
  border: 1px solid rgba(27, 45, 112, 0.1);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 52px;
}
.e-mobility-header {
  color: var(--si-primary, #00dda7);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin: 0px;
}
.wrap-step-by-step {
  width: 100%;
}
.step-number {
  margin-bottom: 12px;
  color: var(--si-primary, #1b2d70);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  opacity: 0.7;
}
.wrap-block-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-step-div {
  width: 89px;
  height: 5px;
  border-radius: 10px;
  max-width: 800px;
  margin-right: 12px;
}
.bg-success {
  background-color: #00dda7 !important;
}
.bg-secondary {
  background: #e3e3e3 !important;
}

.btn-final:hover {
  color: rgba(27, 45, 112, 1);
  background-color: transparent;
}
.btn-final:active {
  color: rgba(27, 45, 112, 1) !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
}
.btn-final:focus:not(:focus-visible) {
  color: rgba(27, 45, 112, 1) !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-final:focus:focus-visible {
  color: rgba(27, 45, 112, 1) !important;
  background-color: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.dropdown-menu.show {
  position: relative !important;
  transform: none !important;
  margin-bottom: 2px !important;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent;
}
.item-price {
  display: flex;
  flex-direction: column;
}
.hr-solid{
  border-top: 2px solid rgba(248, 248, 250, 1) !important;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.dropdown-item {
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 0 !important;
  outline: 0 !important;
  margin-bottom: 2px;
}
.dropdown > .btn {
  padding: 0;
}
.last-margin-0 {
  margin-right: 0;
}
.wrap-step-by-step {
  margin-bottom: 72px;
}
.heading-contant-form {
  color: var(--03, #222);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 43.52px */
  margin-bottom: 20px;
}
.wrapper-form-contant {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.wrapper-finish-step {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.wrapped-bloks {
  margin-right: 20px;
}
.wrapped-bloks:last-child {
  margin-right: 0;
}
.text-contant-form {
  width: 68%;
  color: var(--03, #222);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin-bottom: 64px;
}
.wrap-input-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
.absolute-text-content {
  position: absolute;
  top: -12px;
  left: 4%;
  padding: 0px 8px;
  color: var(--03, #222);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
  background: var(--04, #fff);
  z-index: 7;
}
.wrap-input {
  position: relative;
}
#search-result {
  position: absolute;
  padding: 16px;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  border: 1px solid var(--07, #1b2d701f);
  border-radius: 4px;
}
.text-contant-input {
  color: var(--03, #222);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
  /*margin: 0px;*/
}

.text-contant-input a {
  color: var(--03, #222);
  text-decoration: none;
}
.text-contant-input a:hover {
  color: var(--si-primary, #00dda7);
}

.input-step-one {
  width: 100%;
  padding: 18px 24px;
  border-radius: 4px;
  border: 1px solid var(--07, #1b2d701f);
  color: var(--03, #222);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.input-relative {
  width: 57%;
  max-width: 426px;
  position: relative;
  z-index: 5;
}

.btn-form-step-one {
  padding: 17px 48px;
  border-radius: 6px;
  background: #1b2d70;
  color: var(--04, #fff);
  border: 0px;
  cursor: pointer;
}
.bg-white {
  display: flex;
  background-color: #fff;
}
#errorText {
  margin-top: 5px;
  color: #f95468;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-align: left;
}
#submitButton.valid {
  background-color: #1b2d70;
  color: var(--04, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  cursor: pointer;
}
#submitButton:disabled {
  background-color: #f1f2f8;
  cursor: not-allowed;
  text-align: center;
  color: #b7bac8;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}
#submitButton.invalid {
  background-color: #f1f2f8;
  color: #b7bac8;
  cursor: not-allowed;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
}
#autocomplete.valid {
  border: 1px solid #00dda7;
}
#autocomplete.invalid {
  border: 1px solid #f95468;
}
.button:focus {
  outline: none;
}
.bg-primar {
  background-color: #12225d !important;
}
.display-none {
  display: none;
}
.wrap-input-block-step {
  display: flex;
  margin-bottom: 48px;
}
.display-block {
  display: block !important;
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.animation-opacity {
  animation: fadeInOut ease-in 0.25s;
}
.btn-step-2 {
  display: flex;
  flex-direction: column;
  padding: 3em 77px 0em 77px;
  align-items: center;
  border: none;
  margin-right: 20px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid var(--07, #1b2d701f);
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
.btn-step-2:last-child {
  margin-right: 0px;
}
.btn-step-2:hover {
  border-radius: 4px;
  border: 1px solid var(--si-primary, #00dda7);
  background: rgba(4, 226, 171, 0.03);
}
.btn-step-2:hover .text-content-step {
  color: var(--si-primary, #00dda7);
}
.btn-step-7 {
  display: flex;
  flex-direction: column;
  padding: 2em 2em 1em 2em;
  justify-content: center;
  align-items: center;
  border: none;
  margin-right: 20px;
  background: transparent;
  border-radius: 4px;
  border: 1px solid var(--07, #1b2d701f);
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
.btn-step-7:last-child {
  margin-right: 0px;
}
.btn-step-7:hover {
  border-radius: 4px;
  border: 1px solid var(--si-primary, #00dda7);
  background: rgba(4, 226, 171, 0.03);
}
.btn-step-7:hover .text-content-step-7 {
  color: var(--si-primary, #00dda7);
}
.img-house {
  margin-bottom: 27px;
}
.text-content-step {
  color: var(--03, #222);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 20px;
}
.text-content-step-7 {
  color: var(--03, #222);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.wrap-submit-step-second {
  display: flex;
  border-radius: 6px;
  border: 1px solid var(--07, #1b2d70);
  padding: 16px 26px;
}
.wrap-submit-step-eight {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  gap: 10px;
  flex-wrap: wrap;
}
.img-submit-hover {
  display: none;
}
.wrap-submit-step-second:hover {
  border: 1.5px solid var(--07, #1b2d70);
}
.wrap-submit-step-second:hover .img-submit-normal {
  display: none;
}
.wrap-submit-step-second:hover .img-submit-hover {
  display: block;
}
.wrap-submit-step-second img {
  margin-right: 15px;
}
.border-class {
  border-top: 1px solid rgba(27, 45, 112, 0.1);
}
.btn-form-step-second {
  border: none;
  background: transparent;
  color: var(--07, #1b2d70);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-transform: capitalize;
  cursor: pointer;
}
.wrapped-bloks {
  display: flex;
}
.wrap-input-block-step-8 {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.wrap-data {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: var(--si-border-radius, 4px);
  border: 1px solid rgb(27, 45, 112, 0.1);
  margin-bottom: 32px;
  padding: 16px 16px 80px 16px;
}
.wrap-blocks-data {
  display: flex;
}
.bg-card-gray {
  /*background-color: var(--card-background-color, #f1f2f8);*/
  background-color: rgba(248, 248, 250, 1) !important;
  border: 0px;
}
.total-price {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 16px 10px;
  margin-bottom: 24px;
}
.accordion {
  margin-bottom: 0px;
}
.accordion-body {
  padding: 0px 0px 0px 0px;
}

.accordion-button {
  color: var(--si-primary, #1b2d70);
  font-size: 20px;
  /*background-color: rgba(248, 248, 250, 1) !important;*/
  padding: 10px 10px;
}
.accordion-button:not(.collapsed) {
  color: var(--si-primary, #1b2d70) !important;
  background-color: rgba(248, 248, 250, 1) !important;
  box-shadow: none;
}
.accordian-button.collapsed {
  color: var(--si-primary, #1b2d70);
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  color: var(--si-primary, #1b2d70) !important;
  background-color: rgba(248, 248, 250, 1) !important;
  background-image: var(--si-accordion-btn-icon);
  box-shadow: none;
}
.accordion-button.collapsed::after {

  background-color: var(--si-primary, #1b2d70);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23ffff'%3e%3cpath d='M225.813 48.907L128 146.72 30.187 48.907 0 79.093l128 128 128-128z'/%3e%3c/svg%3e");
}

.total {
  padding: 18px;
}
.total > h4 {
  color: var(--04, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 21.76px */
  margin: 0;
  padding: 0;
}
.total > p {
  color: var(--04, #fff);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 21.76px */
  letter-spacing: -0.16px;
  margin: 0;
  padding: 0;
}
.total-price > h4 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.total-price > p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 19.04px */
  letter-spacing: -0.14px;
}
.text-muted {
  color: rgb(27, 45, 112, 0.4) !important;
}
.bg-secondary-subtle {
  background-color: rgba(248, 248, 250, 1) !important;
}
.dropdown > button {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 136%; /* 24.48px */
}
.min-width-504-px {
  min-width: 504px;
}

.wrap-submit .btn {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
@media all and (max-width: 1070px) {
  .wrap-submit-step-eight {
    flex-direction: column;
  }
  .wrap-submit-step-eight > a {
    width: 100%;
    margin-right: 0;
  }
  .wrap-submit-step-eight > button {
    width: 100%;
    margin-right: 0;
  }
  .user-address.wrap-blocks-data > h4 {
    margin-right: 12px;
  }
}
@media all and (max-width: 1070px) {
  .title-image {
    display: none;
  }

  .nav-wrapper {
    justify-content: flex-end;
  }
  .block-step-div {
    margin-right: 5px;
  }
  .heading-contant-form {
    font-size: 22px;
  }
  .text-contant-form {
    width: 100%;
    font-size: 14px;
  }
  .input-relative {
    width: 100%;
  }
  .bg-white {
    width: 100%;
    background-color: #fff !important;
    bottom: 0;
    margin-top: 0px;
    z-index: 999;
    padding: 16px 16px;
  }
  .wrap-submit {
    width: 100%;
    position: fixed;
    background-color: #fff;
    bottom: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 16px 16px;
  }
  .wrap-submit .btn {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;

  }
  .wrap-input-block {
    margin-bottom: 200px;
  }
  .btn-form-step-one {
    width: 100%;
  }
  .text-content-step {
    color: var(--03, #222);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .text-content-step-7 {
    color: var(--03, #222);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .wrap-input-block-step {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;

  }
  .img-house {
    width: 113px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .btn-step-2 {
    width: 100%;
    padding: 16px 16px 16px 30px;
    margin-right: 0px;
    margin-bottom: 20px;
    flex-direction: row;
  }
  .btn-step-7 {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    padding: 1em 0em 0em 0em;
    justify-content: center;
  }
  .wrap-submit-step-second {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .wrap-submit-step-eight {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  a {
    display: flex;
    width: 100%;
    order: 2;
  }
  .btn-secondary {
    display: flex;
    width: 100%;
    order: 2;
  }
  .btn {
    order: 1;
  }
  .wrapper-finish-step {
    flex-direction: column;
    margin-bottom: 150px;
  }
  .min-width-504-px {
    min-width: 100%;
  }
  .wrapped-bloks {
    width: 100%;
  }
  .img-blocks-result {
    align-items: center;
    margin-bottom: 32px;
  }
  .fixed-position-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-3 {
    order: 3;
  }
}
@media all and (max-width: 767px) {
  .wrap-blocks-data {
    flex-direction: column;
  }
  .user-address.wrap-blocks-data > h4 {
    width: 100% !important;
  }
  .user-address.wrap-blocks-data > h4 {
    width: 100% !important;
  }
  .number-parking.wrap-blocks-data > h4 {
    width: 100% !important;
  }
  .number-charging.wrap-blocks-data > h4 {
    width: 100% !important;
  }
  .wrap-data {
    padding: 16px 16px 20px 16px;
  }
  .dropdown > button {
    font-size: 16px;
  }
  .total-price > h4 {
    /*color: var(--si-primary, #fff);*/
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  .total-price > p {
    font-size: 12px;
  }
  .hr-solid{
  border-top: 2px solid rgba(248, 248, 250, 1) !important;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}
  .total {
    margin-top: 10px;
  }

}
