.common-section {
  position: absolute;
  top: 155px; /* Height of the header */
  bottom: 60px; /* Height of the footer */
  left: 55px;
  right: 55px;
  margin: 0 auto;
  overflow-y: auto;
}
.main-container {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center horizontally */
  height: 100%;
  padding-left: 92px;
  padding-right: 92px;

  max-width: 1400px;
  align-items: center;
  margin: auto; 

}
.padding-container {
  padding-left: 147px;
  padding-right: 147px;
}
.details-title {
  position: absolute;
  left: 52px;
  top: 165px;
}
.details-paragraph {
  top: 250px; /* Height of the header */
}
.details-paragraph-text h3 {
  font-family: "Arial Rounded MT Bold", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-align: left;
}

.common-section::-webkit-scrollbar {
  width: 5px;
  margin-right: 100px;
}

.common-section::-webkit-scrollbar-track {
  background: #cbcbcb;
  border-radius: 100px;
  margin-right: 100px;
}

/* Handle */
.common-section::-webkit-scrollbar-thumb {
  background: var(--themeColor);
  border-radius: 100px;
  margin-right: 100px;
}

.body-main-container {
}
.hero-text {
  color: var(--whiteColor);
}
.hero-text p {
  color: var(--themeColor);
}
.hero-text p,
.hero-text h5 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
  margin-top: 5px;
}

.hero-text h2 {
  font-size: 64px;
  font-weight: 400;
  margin: 0;
  font-family: "Arial Rounded MT Bold", sans-serif;
}
.hero-section button {
  width: 285px;
  height: 66px;
  background: linear-gradient(262.74deg, #00f6ff 2.05%, #56c4c8 113.31%);
  color: var(--blackColor) !important;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  padding: 3px 5px 3px 5px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 5px;
  font-size: 20px;
}

.hero-section button:hover {
  opacity: 0.6;
}

.hero-section .hero-form button {
  width: 178px;
  height: 65px;
}

.hero-form {
  border: 1px solid #4c4c4c;
  background: var(--cardColor);
  padding: 10px 30px 30px 30px;
  border-radius: 15px;
  box-shadow: 0px 10px 27.3px 0px #00000040;
  width: 75%;
  float: right;
}
.hero-form input {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: var(--whiteColor) !important;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 8px 15px;
  height: 54px;
}
.hero-form input:hover,
.hero-form input:focus {
  border: none;
  box-shadow: none;

  background: rgba(0, 0, 0, 0.5);
}
.hero-form input::placeholder {
  color: #d7d7d7;
}

.ubar-uns .card {
  background: var(--cardColor);
  border: 1px solid #4c4c4c;
  padding: 30px 30px 30px 30px;
  border-radius: 15px;
  box-shadow: 0px 10px 27.3px 0px #00000040;
  color: var(--whiteColor);
  height: 433px;
}
.ubar-uns .card .card-title {
  font-family: "Arial Rounded MT Bold", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27.77px;
  text-align: left;
}
.ubar-uns .card .card-text {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
.ubar-uns .card img {
  width: 78px;
  height: 74px;
}
.ubar-uns .linkUp {
  background: linear-gradient(262.74deg, #00f6ff 2.05%, #56c4c8 113.31%);
  color: var(--blackColor) !important;
  font-weight: 700;
  box-shadow: none;
  outline: none;
  padding: 7px 8px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 5px;
  height: 44px;
  width: 131px;
  font-size: 20px;
}
.ubar-uns .linkUp:hover {
  opacity: 0.6;
}
.image-path {
  text-align: center;
}
.details-paragraph-text {
  color: var(--whiteColor);
  font-family: "Arial Rounded MT Bold", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.details-paragraph-text p {
  font-weight: 100 !important;
  font-size: 13px;
}
.details-paragraph-text p b {
  font-weight: 800 !important;
  font-size: 15px;
}
.details-paragraph-text a {
  color: var(--whiteColor);
}
.details-paragraph-text h5 {
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.search-form .input-text-search {
  height: 86px;
  border: none;
  background: transparent;
  box-shadow: none;
  position: absolute;
  left: 0px;
  width: 60px;
  padding-left: 15px;
  color: #fff;
}
.search-form .input-text-search-button {
  padding: 0;
  height: 66px;
  width: 126px;
  font-size: 15px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  background: var(--themeColor);
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px !important;
}
.search-form .input-text-search-button button {
  width: 126px;
  height: 66px;
}

.search-form.hero-form {
  border: none;
  background: none;

  padding: 0px 0px 0px 0px;
  border-radius: 15px;
  box-shadow: none;
}
.search-form .input-text-search-button button {
  border-radius: 10px;
}
.search-form input[type="search"] {
  /*@include input-placeholder {
      color: transparent;
    }*/
  background: #05011266;
  border-radius: 10px !important;
  height: 86px;
  padding: 0px 140px 0px 48px;
  color: var(--themeColor) !important;
  border: 0;
  font-size: 30px;
  text-indent: 12px;
  outline: none;
  -webkit-appearance: textfield;
}
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
}
.search-form input[type="search"]::-moz-input-placeholder {
  color: #fff;
}
.search-form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}
.search-form input[type="search"]::-webkit-search-cancel-button,
.search-form input[type="search"]::-webkit-search-results-button,
.search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: white;
  text-align: left;
  cursor: pointer;
}
.search-form input[type="search"]::-webkit-search-cancel-button:before,
.search-form input[type="search"]::-webkit-search-results-button:before,
.search-form input[type="search"]::-webkit-search-results-decoration:before {
  position: absolute;
  content: "x";
  font-style: normal;
}
.search-form input[type="search"]:invalid {
  border: 0 !important;
}
.search-form input[type="search"]:invalid::-webkit-search-cancel-button:before,
.search-form input[type="search"]:invalid::-webkit-search-results-button:before,
.search-form
  input[type="search"]:invalid::-webkit-search-results-decoration:before {
  font-family: "entypo";
  content: attr(data-icon);
}
.search-form input[type="search"] + label {
  position: absolute;
  margin: 8px 0 0 -30px;
  cursor: pointer;
}
.search-form input[type="search"] + label:before {
  position: absolute;
  content: "Brand Filter";
  left: -152px;
  width: 180px;
  color: #fff;
  font: bold 14px/20px "Arial", sans-serif;
  text-align: left;
}
.search-form input[type="search"] + label:after {
  margin-left: 7px;
  color: #fff;
  content: "\25BE";
}
.search-form input[type="search"]:focus {
  /*@include input-placeholder {
      font-weight: normal;
      color: #fff;
    } */
}
.search-form input[type="search"]:focus::-webkit-input-placeholder {
  font-weight: normal;
  color: #fff;
}
.search-form input[type="search"]:focus::-moz-input-placeholder {
  font-weight: normal;
  color: #fff;
}
.search-form input[type="search"]:focus:-ms-input-placeholder {
  font-weight: normal;
  color: #fff;
}
.search-form input[type="search"]:focus:invalid + label:before {
  display: none;
}
.search-form input[type="search"]:focus:invalid + label:after {
  margin-left: 4px;
  content: attr(data-icon);
}
.search-form input[type="search"]:valid + label {
  display: none;
}
.search-form .input-group > .form-control:focus,
.search-form .input-group > .form-floating:focus-within,
.search-form .input-group > .form-select:focus {
  z-index: 0;
}
.ui-autocomplete {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  width: 190px;
  max-height: 180px;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  color: #3f3f3f;
  border-width: 4px 4px 4px 0;
  border-style: solid;
  border-color: #ffffff;
}
.ui-autocomplete ul {
  list-style: none;
}
.defaultResultImage{
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
  padding-top: 15px;
}
.footer-text .betaText{
  color: #FF9D00;
}
.defaultResultImage img {
  width: 100%;
  height: auto;
  display: block;
}
.ui-autocomplete li {
  height: 36px;
  margin: 0;
  font: bold 15px/36px Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.ui-autocomplete li:hover {
  -moz-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  -webkit-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
  background: #dbdbdb;
}
.ui-autocomplete li:hover:nth-child(5),
.ui-autocomplete li:hover:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
.ui-autocomplete li a {
  text-decoration: none;
  color: var(--themeColor) !important;
}
.ui-autocomplete li a {
  display: block;
  cursor: pointer;
  width: 96%;
  margin: auto;
}

::-webkit-scrollbar {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--whiteColor);
  width: 6px;
}

::-webkit-scrollbar-thumb {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: var(--themeColor);
}

.email-screen-card {
  width: 768px;
}
.card .email-screen .email-text li {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.card .email-screen .email-text li span:nth-child(1) {
  width: 40px;
  height: 40px;
  background: linear-gradient(262.74deg, #00f6ff 2.05%, #56c4c8 113.31%);
  display: inline-block;
  border-radius: 5px;
}
.card .email-screen .email-text li span:nth-child(2) {
  font-size: 30px;
  margin-left: 10px;
}
.card .emainput-text input {
  background: #05011266;
  border: none;
  box-shadow: none;
  width: 393px;
  height: 54px;
  padding: 0px 20px 0px 20px;
  gap: 10px;
  border-radius: 5px 0px 0px 0px;
  opacity: 0px;
  font-size: 30px;
  color: #fff;
}
.card .emainput-text input::placeholder {
  color: var(--whiteColor) !important;
}

.emailtext-field textarea {
  width: 100%;
  background: #05011266;
  border: none;
  box-shadow: none;
  padding: 10px 10px 10px 10px;
  font-size: 30px;
  outline: none;
  color: #fff;
}
.emailtext-field textarea::placeholder {
  color: #fff;
}
.emailtext-field button {
  float: inline-end;
  margin-top: 10px;
}

.footer {
  color: var(--whiteColor);
  z-index: 99999;
  padding-top: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: transparent;
  color: white;
}
.footer p {
  font-size: 15px;
}
.footer .impressum a{
  color: var(--themeColor);
}
li.addaccount a{
  color: #BC5231 !important;
  border-top: 1px solid #000000 ;
}


@media only screen and (max-width: 992px) {
  .email-screen-card {
    width: 100%;
  }
  .details-paragraph-text{
    margin-right: 22px;
  }
  .ubar-uns .card .card-title{
      font-size: 20px;
      font-weight: 700;
  }
  .ubar-uns .card .card-text {
    font-size: 14px;
  }
  .common-section {
    overflow-x: hidden;
    top: 100px;
  }
  .hero-text p,
  .hero-text h5 {
    font-size: 18px;
    font-weight: 600;
  }
  .hero-text h2 {
    font-size: 48px;
  }
  .hero-section button {
    width: 260px;
    height: 50px;

    font-size: 15px;
  }

  .main-container {
    padding-left: 19px;
    padding-right: 19px;
  }

  .padding-container {
    padding-left: 77px;
    padding-right: 77px;
  }

  .hero-form {
    width: 100%;
    float: none;
  }
  .details-title .hero-text h2 {
    word-break: break-all;
    font-size: 30px;
  }
  .details-title {
    top: 83px;
  }
  .details-paragraph {
    top: 130px;
  }
  .card .email-screen .email-text li span:nth-child(1) {
    width: 30px;
    height: 30px;
  }
  .card .email-screen .email-text li span:nth-child(2) {
    font-size: 24px;
  }
  .card .emainput-text input {
    width: 235px;
    height: 50px;
    font-size: 22px;
    border-radius: 5px;
  }
  .emailtext-field textarea {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .card .email-screen {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 576px) {
  .hero-section button {
    width: 200px;
  }
  .common-section {
    left: 0px;
    right: 0px;
  }
  .padding-container {
    padding-left: 19px;
    padding-right: 19px;
  }
  .search-form input[type="search"] {
    height: 60px;
    font-size: 22px;
  }
  .search-form .input-text-search {
    height: 60px;
  }
  .search-form .input-text-search img {
    width: 20px;
  }
  .search-form .input-text-search-button button {
    width: 88px;
    height: 45px;
  }
  .search-form .input-text-search-button {
    height: 45px;
    width: 88px;
    right: 8px;
    top: 8px;
  }
  .details-title {
    left: 0;
  }
}


#radioBtns input[type='radio'] {
  accent-color: #00F6FF;
  width: 20px;
  height: 20px;
}