/*datepicker css*/
/*datepicker*/
/* .datepicker_wrapper .ui-widget {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s cubic-bezier(0.2, 0.5, 0.25, 1);
  width: 300px;
}

.datepicker_wrapper .ui-widget.ui-widget-content {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  z-index: 999 !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header {
  display: block;
  padding: 9px 0;
  border: 0px;
  margin-bottom: 8px;
  background: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next {
  float: right;
  width: 13.33333%;
  text-align: right;
  cursor: pointer;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev {
  float: left;
  width: 13.33333%;
  cursor: pointer;
}
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev:hover,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next:hover {
  background: none;
  border: none;
}
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-title {
  float: left;
  width: 73.33333%;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3em;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody {
  text-align: center;
  transition: all 0.1s ease;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td {
  text-align: center;
  margin-bottom: 10px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover {
  background: #444444;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover
  a {
  color: #fff !important;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-state-disabled:hover {
  background: #fff;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background: none;
  border: none;
  height: 25px;
  float: left;
  width: 100%;
  line-height: 25px;
}
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active {
  background: #444444 !important;
  color: #fff !important;
}
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-today
  a {
  color: #007efd;
} */
.parsley-errors-list {
  display: none;
}
.datepicker_wrapper td,
.datepicker_wrapper th {
  padding: 0px;
  min-width: 10px;
}
/*datepicker*/
/*datepicker css*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.custom-datepicker img {
  position: absolute;
  right: 20px;
  top: 42px;
  cursor: pointer;
}
.custom-datepicker {
  position: relative;
}

.objektkunden-boxes-item.objektkunden-first {
  height: 50%;
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
  /* justify-content: space-evenly; */
}
.objektkunden-boxes-item.objektkunden-first .objektkunden-box-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto 0;
  gap: 30px;
}
.objektkunden-boxes-item.objektkunden-first .objektkunden-box-input {
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.big-input textarea {
  /* padding: 0px; */
  margin-bottom: 60px;
}
.big-input {
  padding: 30px;
}

.objektkunden-box-title {
  margin-top: 10px;
}

.immobilie-grid .mid-head-input:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}

.immobilie-grid .mid-head-input:nth-child(3) {
  grid-row: 2;
  grid-column: 2;
}

/* .personal-grid .mid-head-input:nth-child(5) {
  grid-row: 3;
  grid-column: 2;
} */
/* .personal-grid .mid-head-input:nth-child(4) {
  grid-row: 3;
  grid-column: 1;
} */
.objektkunden-boxes-item.near-box.last-box {
  padding-bottom: 5px;
}

.second-small-title {
  margin-top: 40px;
}
.objektkunden-small-title {
  margin-left: 22px;
}

/* ACCORDION */
.acc-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.accordion {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  box-shadow: var(--shadow);
  margin-left: 200px;
  max-width: 1350px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.accordion-description {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  width: 95%;
  word-wrap: break-word;
}
.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  padding-left: 20px;
  border: 1px solid --gray-text;
  overflow: hidden;
}

.accordion-content .accordion-inside-header {
  display: flex;
  min-height: 50px;
  padding: 15px 30px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.accordion-content.open .accordion-inside-header {
  min-height: 35px;
}
.accordion-content .accordion-inside-header .accordion-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.accordion-content .accordion-inside-header i {
  font-size: 15px;
  color: #333;
}
.accordion-content .accordion-description {
  height: 0;

  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 0 30px;
  /* margin-top: 10px; */
  transition: all 0.2s linear;
}

.accordion-content.open .description {
  margin-top: 30px;
  padding-top: 15px;
}

.accordion-content.open .accordion-description {
  padding-top: 20px;
  padding-bottom: 20px;
}
.accordion-header {
  font-size: 28px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
/* ACCORDION */

/* IMPRESSUM */
.impr-container {
  /* max-width: 1000px; */
  /* justify-content: center; */
  max-width: 1380px;
  padding: 0 20px;
  margin-top: 66px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  color: #303030;
  line-height: 26px;
  /* background-color: grey; */
}
.impr-title h2 {
  font-size: 16px;
  text-align: start;
  font-weight: 500;
  margin-bottom: 30px;
}

.impr-director {
  margin-top: 30px;
}

.impr-contact {
  margin-top: 30px;
}

.disclaimer-title h2 {
  font-size: 16px;
  text-align: start;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 30px;
}

.disclaimer-content {
  word-wrap: break-word;
  justify-content: inherit;
}

/* IMPRESSUM */

/* KONTAKT */
.contact-box {
  background-color: #2a3241;
  max-width: 806px;
  width: 100%;
  border-radius: 30px;
  margin-top: 50px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-align: center;
  color: white;
  box-shadow: 0 6px 30px rgb(0 0 0 / 0.4);
}

.contact-box h2 {
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
}

.contact-top {
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-button {
  margin-top: 25px;
}
.contact-button a {
  color: white;
  background-color: #a3b445;
  padding: 15px 30px;
  border-radius: 5px;
}

.contact-mid {
  margin: 20px 0;
}

.contact-bottom {
  margin-top: 60px;
  margin-bottom: 30px;
}

/* VERIFICATION */

.verification-bottom-box {
  padding: 30px;
}
.arrows-mobile {
  display: none;
}
.verification-bottom-box .container {
  border-radius: 30px;
  background-color: #2a3241;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;

  max-width: 1280px;
  margin-bottom: 40px;
  margin-top: 50px;

  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}

.verification-bottom-box .container img {
  margin-top: 60px;
  margin-bottom: 40px;
}

.verification-bottom-box .container h2 {
  margin-top: 40px;
  font-size: 40px;
  color: white;
}

/* EXPOSE */
.product-box .container {
  background-color: #2a3241;
  border-radius: 30px;
  margin-bottom: 50px;
}

.product-header
  .container-select2
  .select2-container--default
  .select2-selection--single {
  border: none;
  background-color: transparent;
}
.product-header .container-select2 .select2-selection__placeholder {
  color: white !important;
}
.product-header-select2 {
  max-width: 250px;
  margin: auto 0;
  display: flex;
  justify-content: left;
}

.product-header {
  width: 90%;
  /* gap: 500px; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
.product-header-button {
  margin: auto 0;
  display: flex;
  justify-content: right;
  width: 100%;
}

.product-header-button .button.green {
  width: 180px;
  display: flex;
  justify-content: center;
  margin: 0;
  /* padding: 15px 30px; */
}

/* BLOG */
.layout-content .blog-posts {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 30px;
}
.blog-posts {
  padding: 60px 0;
}
.blog-posts .views-row .post {
  background: #ffffff;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 420px 1fr;
  grid-template-columns: 420px 1fr;
  gap: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
  border-bottom: none;
  margin-bottom: 30px;
}
.blog-posts .views-row .post .text {
  padding: 30px;
  display: flex;
  flex-direction: column;
  place-content: center;
}
.blog-posts .views-row .post {
  position: relative;
  padding-bottom: 30px;
}
.blog-posts .views-row .post::after {
  width: 96%;
  content: "";
  height: 2px;
  background: #666666;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.blog-posts .views-row .post .link a {
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: #a4b445;
  align-items: center;
}
.blog-posts .views-row .post .image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 7/4;
  height: 100%;
  border-radius: 30px;
}
.blog-posts .views-row .post .date {
  font-size: 14px;
  margin-bottom: 20px;
}
.blog-posts .views-row .post .details {
  margin-bottom: 20px;
}
.blog-posts .views-row .post .title {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.blog-posts aside {
  position: relative;
}
.blog-posts aside .categories_custom {
  padding: 30px;
}
.blog-posts .categories_custom h3 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
}
.categories_custom .blog-ategories {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.categories_custom .blog-ategories .categoryitem a {
  font-size: 20px;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #9da29f;
  padding: 10px 30px;
  text-align: center;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  background: #fff;
  color: #000;
}
.categories_custom .blog-ategories .categoryitem .title-blog.active {
  color: #fff;
}
.categories_custom h3 b {
  position: relative;
}
.categories_custom h3 b::after {
  width: 340px;
  content: "";
  height: 2px;
  background: #666666;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.categories_custom .blog-ategories .categoryitem span {
  font-size: 20px;
  color: #a4b445;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #a4b445;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  background: #fff;
}
.categories_custom .blog-ategories .categoryitem a {
  font-size: 20px;
  color: #a4b445;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #a4b445;
  padding: 10px 30px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  justify-content: center;
  background: #fff;
}

.blog-posts aside .popular {
  position: sticky;
  top: 0;
  padding: 30px;
}

.blog-posts .popular .post:nth-child(2) {
  margin-top: 20px;
}
.blog-posts .popular .post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-bottom: 5px;

  background: #fff;
  padding: 20px;
  background-color: rgba(201, 201, 201, 0.3);
  padding: 10px;
  border-radius: 30px;
}
.blog-posts aside .popular h3 b {
  position: relative;
}
.blog-posts aside .popular h3 b::after {
  width: 340px;
  content: "";
  height: 2px;
  background: #666666;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.blog-posts aside .popular .post .image img {
  width: 102px;
  height: 48px;
  border-radius: 30px;
}
.blog-posts .popular .post .image {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-posts .popular .post .title-blog {
  font-size: 20px;
}
.blog-posts .popular .post .date-blog {
  font-size: 14px;
}
.blog-posts .popular .post .text a {
  color: #000;
  font-size: 14px;
}

.blog h2 {
  text-align: left;
}
.blog-posts form {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.blog-posts p {
  word-wrap: anywhere;
  margin: 15px 0;
}
.blog-posts .details .details-overlay .image img {
  width: 100%;
  display: block;
}
.blog-posts .secondary-image img {
  width: 100%;
  display: block;
}
.pager {
  margin-bottom: 60px;
}

.pager .pager__items {
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 12px;
}
.pager .pager__items .pager__item a {
  font-size: 16px;
  display: block;
  width: 44px;
  height: 36px;
  background-color: #ffffff;
  background-size: cover;
  display: flex;
  place-content: center;
  place-items: center;
  padding: 0px 8px;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  color: #040f0f;
  text-decoration: none solid rgb(4, 15, 15);
}
.pager .pager__items .pager__item.is-active a {
  color: #040f0f;
  border: 1px solid #a4b445;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.pager .pager__items .pager__item.pager__item--next span {
  display: none;
}
.pager .pager__items .pager__item.pager__item--last span {
  display: none;
}
.pager .pager__items .pager__item.pager__item--next a::after {
  content: "Nächste";
}
.pager .pager__items .pager__item.pager__item--last a::after {
  content: "Letzte";
}
.pager .pager__items .pager__item.pager__item--last a {
  width: 113px;
  padding: 0 15px;
}
.pager .pager__items .pager__item.pager__item--next a {
  width: 113px;
  padding: 0 15px;
}
.pager .pager__items .pager__item a:hover {
  border: 1px solid #a4b445;
}
.pager .pager__items .pager__item.pager__item--first span {
  display: none;
}
.pager .pager__items .pager__item.pager__item--first a::after {
  font: var(--fa-font-solid);
  content: "<";
}

.news-details .carousel-item-4 {
  align-items: center;
}

.register-content .other-services-title {
  display: none;
}
.register-content {
  padding-top: 100px;
}
main .other-services-title {
  text-align: center;
}

.layout-content .full-news-details {
  display: block;
}
.profile-menu .container a {
  color: #fff;
}
.profile-menu .container a {
  padding: 14px 20px;
}

.blog-posts .details .details-overlay .image img {
  max-width: 1200px;
  margin: 0 auto;
}
.title-blog.active {
  background: #a4b445 !important;
  color: #fff;
}

.news-listing .contextual-region {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.newsletter.news-details .item img {
  width: 100% !important;
  max-width: 460px !important;
}

.msg-page {
  min-height: 500px;
}

.custom-datepicker.icon.calendar::before {
  content: url("/themes/immoprofimatch/images/calendar.png");
  z-index: 1;
  height: 30px;
}

.custom-datepicker.icon::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 56px;
  cursor: pointer;
  transform: translatey(-50%);
  z-index: 2;
  display: flex;
}
.received-chats-img img {
  width: 30px;
  border-radius: 50%;
}
#objfileupload,
#chatmessageupload {
  display: none;
}
.msg-page {
  width: 100%;
}
.msg-page .received-chats {
  /* max-height: 110px; */
  /* margin: 12px 0; */
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
/*datepicker css*/
/*datepicker*/
.datepicker_wrapper .ui-widget {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.1s cubic-bezier(0.2, 0.5, 0.25, 1);
  width: 300px;
}

.datepicker_wrapper .ui-widget.ui-widget-content {
  border: 1px solid #ebebeb;
  border-radius: 0;
  background: #fff;
  padding: 14px 16px;
  z-index: 999 !important;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header {
  display: block;
  padding: 9px 0;
  border: 0px;
  margin-bottom: 8px;
  background: none;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-header::after {
  content: "";
  display: table;
  clear: both;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next {
  float: right;
  width: 13.33333%;
  text-align: right;
  cursor: pointer;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next::before {
  content: "\f054";
  font: var(--fa-font-solid);
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev {
  float: left;
  width: 13.33333%;
  cursor: pointer;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev:hover,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next:hover {
  background: none;
  border: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev
  span {
  display: none;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev::before {
  content: "\f053";
  font: var(--fa-font-solid);
  font-weight: none;
  font-size: 12px;
  color: #000;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-title {
  float: left;
  width: 73.33333%;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.3em;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar thead {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.datepicker_wrapper .ui-widget.ui-widget-content .ui-datepicker-calendar tbody {
  text-align: center;
  transition: all 0.1s ease;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td {
  text-align: center;
  margin-bottom: 10px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover {
  background: #444444;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td:hover
  a {
  color: #fff !important;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-state-disabled:hover {
  background: #fff;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  a {
  text-decoration: none;
  font-size: 18px;
  color: #000;
  background: none;
  border: none;
  height: 25px;
  float: left;
  width: 100%;
  line-height: 25px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td
  .ui-state-default.ui-state-active {
  background: #444444 !important;
  color: #fff !important;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-calendar
  tbody
  td.ui-datepicker-today
  a {
  color: #007efd;
}

/*datepicker*/
/*datepicker css*/

.received-chats-img img {
  width: 30px;
}

#objfileupload,
#srchfileuploadone,
#srchfileuploadtwo,
#srchfileuploadthree,
#chatmessageupload {
  display: none;
}

.owl-carousel .owl-item img {
  border-radius: 30px;
}

.svg-1 .title {
  position: absolute;
  top: 47%;
  left: 11%;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.svg-2 .title {
  position: absolute;
  top: 47%;
  right: 12%;
  font-size: 21px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.svg-3 {
  position: relative;
  width: 100%;
  max-width: 616px;
  margin: 0 auto;
}

.svg-3 .title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  width: 200px;
  transform: translate(-50%, -50%);
}

.svg-3 .white-big1 {
  position: absolute;
  top: 12%;
  left: 24%;
  font-size: 33px;
  color: #fff;
  font-weight: normal;
}
.svg-3 .white-big2 {
  position: absolute;
  top: 78%;
  left: 15%;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
}
.svg-3 .white-small1 {
  position: absolute;
  top: 33%;
  left: 3.5%;
  font-size: 23px;
  color: #fff;
  font-weight: normal;
}
.svg-3 .white-small2 {
  position: absolute;
  top: 57%;
  right: 7%;
  font-size: 23px;
  color: #fff;
  font-weight: normal;
}

.other img {
  width: 100%;
}
.profile-dropdown .profile-dropdown-list {
  z-index: 99;

  gap: 8px;
}
.match-board-item {
  margin-top: 40px;
  min-height: 450px;
}
.match-search-container .container {
  background-color: #2a3241;
  border-radius: 30px;
  padding-bottom: 20px !important;
}

html.property-pdf-custom header,
html.property-pdf-custom footer {
  display: none;
}

.property_object .gallery {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}

.property_object .gallery .column {
  width: calc(50% - 15px);
  max-width: 100%;
}
.property_object .gallery .product-gallery {
  height: 100%;
}
.property_object .gallery .product-gallery .owl-stage-outer {
  height: 100%;
}

.property_object .gallery .column .grid {
  max-height: 558px;
}
.property_object .gallery .column .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.property_object .gallery .column .grid img {
  max-height: 264px;
  object-fit: cover;
  width: 100%;
}
.property_object .owl-carousel .owl-item img {
  border-radius: 0px;
}
.property_object .gallery .column .grid img.active {
  display: none;
}

.profil-item.loadprofiledoc input {
  display: none;
}

.mymatchrequestsinfo {
  text-align: center;
  padding: 30px;
}

.element--1,
.element--3 {
  position: relative;
  max-height: 1160px;
}
.element--1 p,
.element--3 p {
  position: absolute;
}
.login-light-blue-1,
.login-light-blue-3 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 2%;
}
.login-light-blue-2,
.login-light-blue-4 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 91%;
}

.login-blue-1,
.login-blue-3 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 13%;
}
.login-blue-2,
.login-blue-4 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 80%;
}

table.matchsearchtable tbody tr.matchsearchpercentrow.hide {
  display: none;
}

table.matchpropertytable tbody tr.matchpropertypercentrow.hide {
  display: none;
}

.match-info-content.hide {
  display: none;
}

.table-info.hide {
  display: none;
}

.match-search-bottom.hide {
  display: none;
}

.removeimageobject,
.removevideoobject,
.removedocobject,
.removedocsearch {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  font-size: 0;
}

.removeimageobject.hide,
.removevideoobject.hide,
.removedocobject.hide,
.removedocsearch.hide {
  display: none;
}

.removeimageobject::after,
.removevideoobject::after,
.removedocobject::after,
.removedocsearch::after {
  font: var(--fa-font-solid);
  content: "\58";
  font-size: 16px;
}

.mid-box-upload-item input {
  position: absolute;
  top: -30px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.mid-box-upload-item {
  position: relative;
}
.mid-box-upload-item .text {
  word-wrap: break-word;
  padding: 10px;
  word-break: break-word;
}

.map-box {
  height: 400px;
}
.button.green.red {
  background-color: #db3434;
  margin: 0 auto;
}
.container-select2-register .parsley-errors-list.filled {
  width: 100% !important;
  margin-bottom: 10px !important;
}
.register .parsley-errors-list.filled {
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
  padding: 5px;
}
.input-container {
  padding: 0 40px;
}
.parsley-errors-list.filled,
#removemessagee {
  background: #fff;
  list-style: none;
  border: 1px solid #db3434;
  color: #db3434;
  display: block;
  text-align: center;
  height: 25px;
  font-size: 16px;
  /* float: left; */
}
.outgoing-chats-msg div.multi-msg .comment {
  word-wrap: break-word;
}

.upload-btn-chat {
  text-align: center;
  display: flex;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 10px;
  padding: 2px 8px;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.bottom-second-box-grid #first_document_status,
.bottom-second-box-grid #second_document_status,
.bottom-second-box-grid #three_document_status {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 2.5fr 1fr;
  gap: 10px;
}
.bottom-second-box-grid {
  display: block;
  margin-top: 0px;
}
div[data-drupal-messages=""] {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px;
  border: 2px solid black;
  margin-bottom: 5px;
}
.profile-img input {
  display: none;
}
.profile-img {
  cursor: pointer !important;
}
.file-nameobj {
  padding: 18px;
  color: #fff;
}
.expose-page {
  display: flex;
  color: #fff;
  cursor: pointer;
}
.expose-page i {
  margin-left: 5px;
}
#pdf-container-block .product-box .container p,
#pdf-container-block .product-title-location {
  color: #000;
}
#pdf-container-block .product-box .container {
  background: #f2f2f2;
}

#pdf-container-block .objekt-parameters {
  border-bottom: 1px solid #000;
}
#pdf-container-block .logo-pdf {
  display: flex;
  gap: 5rem;
  width: 100%;
  align-items: center;
  padding: 20px 0px 0px 0px;
  justify-content: center;
}
#pdf-container-block .logo-pdf p {
  font-size: 26px;
  color: #a4b445 !important;
}
#save-pdf {
  display: block;
  margin: 30px auto;
  cursor: pointer;
}
#pdf-container-block .objekt-parameters:last-child {
  border-bottom: none;
}
.upload-btn-chat {
  margin: 0px;
}

.profile-dropdown-btn .profile-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.box-title.profilepicture img {
  width: 100px;
}

.workers-profile-img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.custommessage_display {
  text-align: center;
  padding: 10px;
  border: solid 2px black;
}
#pdf-container-block.expose-container .product-box .container {
  background: #2a3241;
}
#pdf-container-block.expose-container .product-box .container p,
#pdf-container-block.expose-container .product-title-location {
  color: #fff;
}

#pdf-container-block.expose-container .objekt-parameters {
  border-bottom: 1px solid #fff;
}

.arrow-text-1-container,
.arrow-text-1-mobile-container,
.arrow-text-2-container,
.arrow-text-2-mobile-container,
.arrow-text-3-container,
.arrow-text-3-mobile-container {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  position: absolute;
  font-size: 18px;
  font-weight: bold;
}
.arrow-text-1-mobile-container,
.arrow-text-2-mobile-container,
.arrow-text-3-mobile-container {
  display: none;
}
.verification-bottom-box .container {
  position: relative;
}
.arrow-text-1-container p,
.arrow-text-1-mobile-container p,
.arrow-text-2-container p,
.arrow-text-2-mobile-container p,
.arrow-text-3-container p,
.arrow-text-3-mobile-container p {
  /* width: 12%; */
  text-align: left;
}
.arrow-text-1-container {
  left: 10.5%;
  top: 59%;
  /* width: 80%; */
}
.arrow-text-1-container p {
  width: 75%;
}
.arrow-text-2-container {
  top: 57%;
  left: 46%;
  /* width: 100%; */
}
.arrow-text-2-container p {
  width: 36%;
}
.arrow-text-3-container {
  top: 59%;
  left: 78.5%;
  /* width: 97%; */
}
.arrow-text-3-container p {
  width: 65%;
}

.breadcrumb-link {
  color: #000;
  text-decoration: none;
}

#user-pass-reset {
  padding: 50px 20px;
  text-align: center;
}

#user-pass-reset #edit-submit {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
}

.profil-box.left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 95% !important;
}
.element--2
  #registerpage
  .register
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 40% !important;
}

.container-select2 {
  position: relative;
}

.mid-box-grid .container-select2 .parsley-errors-list.filled {
  position: absolute;
  top: 94%;
}
div[data-drupal-messages=""]:has(div[role="contentinfo"]) {
  padding: 0;
  border: 0;
}
div div[role="contentinfo"] {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px;
}
.objektkunden-box .parsley-errors-list.filled {
  background: #fff;
  list-style: none;
  border: 1px solid #db3434;
  color: #db3434;
  display: block;
  text-align: center;
  border-radius: 30px;
  width: 100%;
  margin-top: 10px;
  /* float: left; */
}
.checkbox-item .parsley-errors-list.filled {
  padding: 3px;
}
.upload-item .parsley-errors-list.filled {
  position: absolute;
  bottom: -30px;
  padding: 3px;
}

.show-pass {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-12px, -50%);
}

.show-pass .fa-eye-slash {
  display: none;
}
.profil-box.left .select2-selection__arrow {
  display: none;
}
.profil-box.left
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  opacity: 0.9;
}
.profil-box.left .select2-selection__rendered::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  color: black;
  font-size: 18px;
  opacity: 1;
}

.profil-box.left .select2-container--open .select2-selection__rendered::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  color: black;
  font-size: 18px;
}
.register .select2-selection__arrow {
  display: none;
}
.register
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  /* opacity: 0.9; */
}
.register .select2-selection__rendered::after {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  color: black;
  font-size: 18px;
  opacity: 1;
}

.register .select2-container--open .select2-selection__rendered::after {
  content: "\f077";
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  color: black;
  font-size: 18px;
}

.mid-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 95% !important;
}

.chat-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 95% !important;
}

.match-header .form-match {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.match-header {
  margin: 0;
}
.teaser .match .teaser-box {
  margin-top: 0;
}
/* .teaser-header {
  margin-bottom: 108px;
} */

/* .objektkunden-input.googlemapsinput.pac-target-input {
  background-color: #fff;
  color: #000;
} */
.objektkunden-input {
  font-size: 14px;
}
.mid-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  opacity: 1;
  color: black;
}

.submit-button {
  position: relative;
}

.submit-button i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.chat-box .bottom-bar .submit-button .submit-btn {
  border: 0 none;
}
.chat-box .submit-button i {
  position: relative;
  font-size: 16px;
  left: initial;
  top: initial;
  transform: initial;
}

.element--2 .register .container-select2-register {
  display: flex;
  flex-direction: column;
}
.element--2 .register .container-select2-register .parsley-errors-list.filled {
  order: 1;
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.match-table.first .info {
  margin-left: 1rem;
}

.table-parameter table tbody tr:not(.hide):last-child td:last-child {
  border-bottom-right-radius: 30px;
}

.box-title.profilepicture p {
  max-width: 350px;
  word-wrap: break-word;
  word-break: break-word;
}
.aktive-table-container td {
  max-width: 300px;
  word-wrap: break-word;
  word-break: break-word;
}
.workers-info h2 {
  max-width: 480px;
  word-wrap: break-word;
}
.table-buttons-container {
  min-width: 285px;
  padding-right: 10px;
}
.container {
  /* padding: 0; */
}
.objekt-parameter-item.single {
  /* gap: 66px;.aktive-table-container td */
}
.objekt-parameter-item.first-long {
  max-width: 550px;
  /* gap: 49px; */
}
.bottom-second-box-grid .bottom-green-btn a {
  margin-left: 0;
}
.chat-seller-bottom .bottom-second-box-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}
.bottom-box {
  padding-left: 50px;
}
.blog .container h2 {
  margin-top: 40px;
}

.table-info {
  margin-top: 20px;
}
.match-table .container {
  padding-left: 10px;
  padding-right: 10px;
}

.aktive-table-container {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.match-parameter-content {
  gap: 20px;
  margin-top: 20px;
}
.match-info-content .match-header {
  margin-top: 20px;
}
.match-board-table table tbody tr:last-child td {
  border-radius: 0;
}
.match-board-grid {
  padding-bottom: 40px;
}
.objektkunden-inside-container {
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 40px;
}

.box-anfragen.matchsearch .teaser .match .teaser-box {
  /* margin-top: 125px; */
}
.box-anfragen.matchproperty .teaser .match .teaser-box {
  /* margin-top: 128px; */
}
.match-search-right .table-info {
  margin-top: 0;
}
.match-header {
  position: relative;
}

.match-header .parsley-errors-list.filled {
  position: absolute;
  bottom: -25px;
  left: 37%;
  transform: translateX(-50%);
}
td[data-cell="Name"],
td[data-cell="Objekt-Typ"] {
  max-width: 200px;
}
td,
th {
  padding: 1rem;
  /* min-width: 165px; */
  max-width: 200px;
  word-wrap: break-word;
}
td[data-cell="Aktionen"] {
  max-width: max-content;
}

@font-face {
  font-family: "Source-Bold";
  src: url("./fonts/SourceSansPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("./fonts/SourceSansPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.product-header-button .button.green {
  padding-top: 0;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.product-box {
  padding-left: 10px;
  padding-right: 10px;
}
.page-nav {
  word-wrap: break-word;
}
.objekt-parameter-item p {
  min-height: 16px;
}
.objekt-parameters .objekt-parameter-item p {
  min-height: 30px;
  max-width: 300px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
}
.matchpropertypercentrow.first.last td {
  padding-bottom: 50px;
}
.matchpropertypercentrow.first.last td:first-child {
  border-bottom-left-radius: 30px;
}
.matchpropertypercentrow.first.last td:last-child {
  border-bottom-right-radius: 30px;
}
.matchpropertypercentrow.last td:first-child {
  border-bottom-left-radius: 30px;
}
.matchpropertypercentrow.last td:last-child {
  border-bottom-right-radius: 30px;
}

.matchsearchpercentrow.first.last td {
  padding-bottom: 50px;
}
.matchsearchpercentrow.first.last td:first-child {
  border-bottom-left-radius: 30px;
}
.matchsearchpercentrow.first.last td:last-child {
  border-bottom-right-radius: 30px;
}
.matchsearchpercentrow.last td:first-child {
  border-bottom-left-radius: 30px;
}
.matchsearchpercentrow.last td:last-child {
  border-bottom-right-radius: 30px;
}
.page-nav a {
  color: #000;
}

.bottom-first-row .container-select2 .parsley-errors-list.filled {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.bottom-first-row .container-select2 {
  position: relative;
}
.bottom-second-row {
  position: relative;
}
.bottom-second-row .parsley-errors-list.filled {
  position: absolute;
  bottom: 30px;
  right: 0px;
  width: 49%;
}
.bottom-second-box-grid #first_document_status,
.bottom-second-box-grid #second_document_status,
.bottom-second-box-grid #three_document_status {
  align-items: center;
}

.hero-container.verificationregister .hero-description {
  padding-top: 106px;
  padding-bottom: 200px;
  font-weight: bold;
  font-size: 55px;
  line-height: normal;
}

.verification-title {
  text-align: center;
  padding: 60px;
  font-size: 30px;
  font-weight: bold;
}
.verification-description {
  font-size: 16px;
  text-align: center;
  color: #303030;
}
.verification-under-header {
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-posts .popular .post .title-blog {
  font-size: 17px;
  color: #000;
}
#getobjectstatus,
#getsearchstatus {
  background-color: #fff;
  color: #303030;
  width: 100%;
}
.match-table.first table tbody tr:nth-child(odd) td {
  background-color: #2a3241;
}
.parameter-content {
  /* gap: 30px; */
}
#pdf-container-block.expose-container .product-title-location {
  word-wrap: break-word;
}
.bottom-second-row .upload-btn-chat {
  text-align: center;
  height: 42px;
}
.match-board-table table tbody tr:last-child td {
  word-break: break-word;
}
.match-board-table table tbody tr:nth-child(2n + 1) td:nth-child(3n) {
  word-break: break-word;
}
table tbody tr:last-child td:first-child {
  word-break: break-word;
}
.match-board-table table tbody tr:last-child td {
  word-break: break-word;
}

.objekt-parameters .objekt-parameter-item p {
  max-width: 300px;
  min-height: 16px;
}

.objekt-parameter-item.personal-info {
  gap: 0;
}
.objekt-parameter-item {
  min-width: 590px;
  max-width: 590px;
}
.match-board-item td[data-cell="Typ"] {
  min-width: 108px;
}

.inputlabel:disabled {
  background-color: white;
}

.arrow-text-2-container p {
  width: 100%;
}

input[name="field_searches_pmatch_postal_code"] {
  background-color: white;
  color: black;
}
.filter-right
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title="Bitte auswählen"],
.filter-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title="Bitte auswählen"] {
  color: #c8c8c8; /* Change the color to your specific color */
}
.filter-right
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.filter-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #303030;
  font-weight: 300;
  opacity: 1;
}
.filter-right
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.filter-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #303030 transparent transparent transparent;
}

#getobjectstatus,
.select2-selection__rendered {
  font-family: "Open Sans", sans-serif;
}
#getobjectstatus {
  padding: 20px 12px;
  background-color: #c7c7c7;
}
.chat-container.buyer
  .filter-right
  .container-select2
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
}
.chat-container.seller
  .filter-right
  .container-select2
  .select2-container--default
  .select2-selection--single {
  background-color: #fff;
}
.chat-container.seller .chat-mid-content .input-container {
  background-color: #c9c9c9;
}
#invalidlocation {
  background: #fff;
  list-style: none;
  border: 1px solid #db3434;
  color: #db3434;
  display: block;
  text-align: center;
  float: left;
  border-radius: 30px;
}

.expose-container .container {
  padding: 0 !important;
}
.chat-seller-bottom .bottom-second-box-grid {
  margin-top: 20px;
}

.chat-container-mid .filter-left input {
  max-width: 100%;
}
.filter-2-grid {
  /* flex-direction: column; */
  padding-right: 25px;
}
.filter-left {
  width: 100%;
}
/* .filter-2-grid{
  padding-right: 25px;
} */
.bottom-second-row .upload-btn-chat {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-input {
  -webkit-appearance: none;
}
.match-header {
  height: 52px;
}
.download-content {
  justify-content: left;
}

.chat-container .bottom-box .download-content {
  width: 210px;
}
.chat-container .file-nameobj {
  padding: 0;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.chat-container .bottom-second-row {
  align-items: baseline;
}
.chat-container .bottom-download-btn p {
  font-size: 16px;
  max-width: 345px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.bottom-download-btn {
  max-width: 345px;
}
.profil-box.right {
  padding-bottom: 28px;
}
.match-table.first .container th:last-child {
  padding-left: 35px;
}
.match-table.first .container table tbody .button.green {
  width: 200px;
}
.subtitlepdf {
  font-size: 20px;
}
.match-table.first .container .table-arrow {
  padding-left: 85px;
  text-align: left;
}
#registerpage .inputlabel {
  margin: 0;
  width: 100%;
}
#registerpage .checkbox-item .register-label-text input[type="checkbox"] {
  height: 14px;
  font-size: 14px !important;
  min-width: 14px !important;
  max-width: 14px !important;
}
.upload-item .parsley-errors-list.filled li {
  word-wrap: break-word;
  word-break: break-word;
}
.table-parameter table tbody tr:first-child td,
.table-info table tbody tr:first-child td {
  padding-top: 20px;
}
.table-parameter table tbody tr:last-child td,
.table-info table tbody tr:last-child td {
  padding-bottom: 20px;
}
.table-info table tbody tr td {
  box-shadow: 0 0 0 2px #636b7c;
}
#searchgetmatches .match-parameter-content {
  width: 100%;
}
#searchgetmatches .match-info-title,
#searchgetmatches .match-info-content .match-header {
  padding-left: 35px;
}

.chat-container .filter-left .input-container {
  padding: 0;
}
.profil-boxes .select2-container--default .select2-selection--single {
  min-height: 47px;
}
.product-box2 .container {
  padding: 15px 0 !important;
}
.chat-container-mid .filter-left .input-container {
  padding: 0;
}
.chat-container-mid .filter-right .input-container {
  padding: 0;
}

.chat-mid-header {
  display: block;
  margin: 20px 0;
  display: flex;
}
.bottom-boxes {
  margin: 40px 0;
}

.impr-container {
  margin-bottom: 178px;
}

.inputlabel::placeholder {
  color: #a3a3a3;
}

.register-container .note {
  margin: 0 25px;
}

.register-container .grid-register-3 {
  grid-template-columns: 1.7fr 0.8fr 1.6fr;
  padding-left: 24px;
  gap: 10px;
}

.main-suchkunden-table {
  margin-bottom: 24px;
}

.profile-menu .container {
  padding: 5px 30px;
}

.match-table-caption a,
.search-btn a {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.register .parsley-errors-list.filled {
  bottom: -47px !important;
  font-size: 13px;
}

.news-details .carousel-item-4 {
  flex-direction: row;
  gap: 50px;
}

.news-details .carousel-item-4 .carousel-content-news {
  display: flex;
  gap: 20px;
}

.news-details .carousel-item-4 img {
  margin: 0;
}

.carousel-content-news {
  display: flex;
  flex-direction: column;
}

.blog-posts .details-overlay {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.match-board-item-header.denied {
  top: 24%;
}
.lacat {
  top: 53%;
}

.main-suchkunden-table .button {
  margin-right: 20px;
}

.main-suchkunden-table table {
  max-width: 1502px;
}
.profil-box.left,
.profil-box.right {
  min-height: 840px;
}
.profil-boxes .box-inputs-text {
  width: 95%;
}
.profil-item .upload-btn {
  max-height: 50px;
}
.profil-boxes .box-inputs .inputlabel {
  height: 50px;
}
.profil-boxes .profil-item .download-content {
  max-height: 50px;
}
.profil-boxes .box-button .button.green {
  height: 50px;
}
.profil-boxes .profil-right-buttons {
  justify-content: space-between;
}

.document-download-title {
  margin-top: 30px;
  margin-bottom: 50px;
}
.document-download-container {
  padding-top: 30px;
}
.match-board-title {
  margin-bottom: 50px;
  margin-top: 30px;
}
.bottom-boxes .container {
  background-color: #fff;
}
.match-parameter-content {
  max-width: 100%;
}
.bottom-download-btn {
  max-width: 100%;
}
.bottom-download-btn a,
.bottom-second-box-grid .bottom-green-btn a {
  height: 50px;
  padding: 0;
}
.bottom-second-row .upload-btn-chat,
.bottom-second-row .upload-btn,
.chat-container .bottom-box .download-content {
  height: 50px;
}

.objektkunden-boxes-item.near-box {
  margin-top: 50px;
}

.bottom-second-row .first-upload.btn-objfileupload {
  height: 50px !important;
}

.inputlabel {
  height: 50px !important;
}
.bottom-download-btn a {
  align-items: center;
}
.bottom-download-btn p {
  padding-left: 10px !important;
}

.main-suchkunden-table .match-table.first tbody tr:nth-child(2n + 1) td {
  background-color: #636b7c;
}
.chat-container.seller #getsearchstatus {
  background-color: #c9c9c9;
}
.bottom-download-btn .bottom-btn img {
  margin-right: 15px;
}
.container-select2.orange
  .select2-container--default
  .select2-selection--single {
  background-color: #df6637;
  border: 1px solid #df6637;
}

#object-file_block .upload-btn.first-upload.orange {
  background-color: #df6637;
  border: 1px solid #df6637;
}

#first_document_status .upload-btn.first-upload.orange {
  background-color: #df6637;
  border: 1px solid #df6637;
}

#second_document_status .upload-btn.first-upload.orange {
  background-color: #df6637;
  border: 1px solid #df6637;
}

.bottom-first-row {
  position: relative;
}

.remove-srchfileuploadone {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  padding: 5px;
}

.remove-srchfileuploadtwo {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  padding: 5px;
}

.objektkunden-small-title {
  text-align: center;
}

.custom-datepicker.hide {
  display: none;
}

.getdatefield.hide {
  display: none;
}
.bottom-box-title {
  position: relative;
}
.bottom-box-title .tooltip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.custom-datepicker.icon::before {
  transform: none;
  top: unset;
  bottom: 10px;
}
.objektkunden-input {
  padding-bottom: 0;
}
.remove-srchfileuploadone {
  right: 240px;
}

.remove-srchfileuploadtwo {
  right: 240px;
}

.desktop-version.login-lime.loginleft-text {
  display: none;
}

.desktop-version.login-lime.loginleft-text.active {
  display: block;
}

.desktop-version.login-light-blue-3.loginright-text {
  display: none;
}

.desktop-version.login-light-blue-3.loginright-text.active {
  display: block;
}

.responsive-login-lime.loginleft-text {
  display: none;
}

.responsive-login-lime.loginleft-text.active {
  display: block;
}

.responsive-login-light-blue-3.loginright-text {
  display: none;
}

.responsive-login-light-blue-3.loginright-text.active {
  display: block;
}

.desktop-version.register-lime.registerleft-text {
  display: none;
}

.desktop-version.register-lime.registerleft-text.active {
  display: block;
}

.desktop-version.register-light-blue-3.registerright-text {
  display: none;
}

.desktop-version.register-light-blue-3.registerright-text.active {
  display: block;
}

.responsive-register-lime-2.registerleft-text {
  display: none;
}

.responsive-register-lime-2.registerleft-text.active {
  display: block;
}

.responsive-register-light-blue-3.registerright-text {
  display: none;
}

.responsive-register-light-blue-3.registerright-text.active {
  display: block;
}

.login-lime,
.login-lime-2 {
  color: white;
  background-color: #a4b445;
  top: 5px;
  left: 26%;
}
.element--1,
.element--3 {
  position: relative;
  max-height: 1160px;
  max-height: 200px;
  overflow: hidden;
  font-size: 14px;
}
.element--3 p {
  left: 30%;
  width: 50%;
}
.filter-2-grid {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.responsive-login-lime,
.responsive-login-lime-2 {
  color: white;
  background-color: #a4b445;
  top: 5px;
}

.element--1 .register-lime {
  top: 5px;
}

.responsive-register-lime-2 {
  top: 5px;
}
.desktop-version.register-lime.registerleft-text.active,
.desktop-version.register-light-blue-3.registerright-text.active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.desktop-version.login-lime.loginleft-text.active,
.desktop-version.login-light-blue-3.loginright-text.active {
  display: block;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.responsive-register-lime-2.registerleft-text.active,
.responsive-register-light-blue-3.registerright-text.active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
}
.remove-uploadobjectfile {
  position: absolute;
  top: 10px;
  right: 240px;
  cursor: pointer;
  padding: 5px;
}

.input-container.searchstatus-container {
  border-radius: 100px;
}
.element--1-responsive,
.element--2-responsive {
  max-height: 120px;
}
.objektkunden-input {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.mid-box-upload-item .parsley-errors-list.filled {
  height: max-content;
  position: absolute;
  bottom: -12px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  z-index: 1;
}
.filter-left input {
  padding-bottom: 0;
}
.chat-container.seller .chat-mid-content .input-container {
  background-color: transparent;
}
input[type="submit"] {
  cursor: pointer;
}
.filter-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered[title="Bitte auswählen"] {
  color: #303030;
  opacity: 1;
}
.chat-container-mid .filter-left input {
  padding-top: 0;
}
.upload-btn p {
  max-width: 140px;
}
.responsive-login-lime.loginleft-text.active,
.responsive-login-light-blue-3.loginright-text.active {
  height: 60px;
  display: flex;
  align-items: center;
  text-align: center;
}

.table-buttons-container .button.green {
  position: relative;
}

.notification_change {
  position: absolute;
  top: -9px;
  right: 0px;
  background: red;
  border-radius: 50%;
  width: 25px;
  height: 24px;
  text-align: center;
  font-weight: bold;
  padding: 1px;
}
.element--1,
.element--3 {
  max-height: 100px !important;
  margin: auto;
}

.matchingparams-info {
  font-size: 14px;
  width: 100%;
  color: white;
  margin-top: -18px;
  text-align: center;
}

.register-info {
  text-align: center;
  color: white;
  font-size: 14px;
}

.myteam .memberinfo .parameter-match {
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: flex;
}

.myteam-search-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}

.match-board-item.myteam .memberinfo-content {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: white;
}

#myteampage .member-matches-info {
  display: none;
}

.news {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-content {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

.news-content video {
  width: 100%;
  max-height: 300px;
  max-width: 600px;
}

.news-content a {
  color: white;
  text-decoration: none;
}

.match-board-grid.slm-provision {
  display: flex;
}

.match-board-item.slm-provision {
  width: 100%;
}

.slmprovision-search-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}

.notification.green {
  background-color: #a3b445;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
}

.notification.green .text {
  margin-bottom: 20px;
}

.support.button {
  padding: 6px;
  background-color: #2a3241;
  color: white;
  text-align: center;
  border-radius: 5px;
  margin: auto;
  margin-top: 10px;
  max-width: 150px;
}

#getsearchstatus {
  color: black;
}

#getdatefield {
  background-color: #c7c7c7;
}
.upload-item {
  padding: 0 15px;
  height: 42px;
}
.checkbox-item {
  min-height: 42px;
  display: flex;
  align-items: center;
}
.download-document .checkbox {
  gap: 0;
}
.register-label-text {
  align-items: center;
}
.checkbox-item-first {
  margin-top: 0;
}
.upload-item:first-child {
  margin-top: 0;
}
.download-item-first {
  margin-top: 0;
}
.upload-document {
  gap: 30px;
}
.center-login .parsley-errors-list.filled {
  margin: 0;
}
.not-registered {
  margin-bottom: 0;
  margin-top: 10px;
}
.register-title {
  margin-bottom: 20px;
}
.login-box {
  max-height: 100%;
}
.news {
  flex-direction: column;
}
.leaderboard-merged-tables .merged-tables-title {
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #a3b445;
  font-size: 20px;
  padding-top: 20px;
}
.leaderboard-merged-tables .merged-tables-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.leaderboard-merged-tables {
  background-color: #2a3241;
}
.leaderboard-merged-tables .match-board-item {
  box-shadow: none;
}
.products.bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.products.bottom .parameter-match {
  grid-column-start: 1;
  grid-column-end: 3;
}
.products.bottom .button.green {
  max-width: 200px;
  margin: 0;
  font-size: 16px;
  margin-left: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.products.bottom table {
  border-radius: 30px;
  overflow: hidden;
}
.products.bottom .parameter-match {
  max-height: 170px;
  overflow-y: scroll;
  border-radius: 30px;
  background-color: #636b7c;
}
.products.bottom table td {
  background-color: #636b7c !important;
  border-radius: 0 !important;
}
.products.bottom:last-child {
  padding-bottom: 30px;
}
.products.bottom .page-nav.parameter {
  margin: 0;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
}

.myteam-title + .myteam-search-content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.search-bar-content {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 40px;
}
.myteam-search-content .search-bar-content.myteam {
  flex-direction: row;
  justify-content: start !important;
  align-items: center !important;
  padding-left: 0 !important;
}
.search-bar-content .search-btn {
  max-width: 300px;
}
.search-bar-content .search-btn a {
  margin: 0;
}
.myteam-addmember {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.myteam-addmember .button {
  height: 52px;
  padding: 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#teaminviations .match-board-grid {
  display: flex;
  flex-direction: column;
}
#teaminviations .match-board-grid .invitations:nth-child(2) {
  order: -1;
}
#teaminviations .match-board-grid .invitations table {
  border-radius: 30px;
  overflow: hidden;
}
#teamsranking .match-board-grid .match-board-item.myteam:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.match-board-item thead td {
  height: 72px;
}
.slmprovision-search-content .custom-datepicker.icon.calendar::before {
  top: 50%;
  transform: translateY(-50%);
}
.slmprovision-search-content {
  align-items: center;
}
.slmprovision-pdf .button {
  height: 52px;
  margin: 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.search-bar-content {
  justify-content: center;
}
.leadregister-page .grid--3 {
  display: flex;
  justify-content: center;
}
.leadregister-page .grid--3 .element--2 {
  max-width: 70%;
  margin: 0 auto;
}
.leadregister-page
  .grid--3
  .element--2
  .register-container
  .input-container
  input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.leadregister-page
  .grid--3
  .element--2
  .register-container
  .input-container
  input {
  color: #fff;
  font-weight: bold;
  height: 42px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #636b7c;
  text-align: center;
  font-size: 16px;
}
.leadregister-page .grid--3 .element--2 .register-container .input-container {
  padding-bottom: 200px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.leadregister-page .register-container .note {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}

.active-green {
  color: #a3b445;
}

.successful-upload {
  border: 5px solid #a4b445;
}
.products.bottom .parameter-match:has(.teaser-box) {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  height: 100%;
  max-height: 100%;
  grid-column-start: unset;
  grid-column-end: unset;
}
#pdf-container-block .products.bottom {
  display: flex;
  flex-direction: column;
}

.leaderboard-merged-tables {
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.4);
  border-radius: 30px;
}
.slmprovision-pdf .button.green {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
}
.products.bottom .parameter-match:has(.teaser-box) {
  flex-direction: row;
  align-items: start;
}
.products.bottom .parameter-match {
  background-color: transparent;
}
.products.bottom .parameter-match .teaser-box {
  margin-top: 0;
}

.notification.green.hide {
  display: none;
}

input {
  font-family: inherit;
  font-size: inherit;
}

input::placeholder {
  font-family: inherit;
  font-size: inherit;
}
.parsley-errors-list.filled:has(.parsley-maxlength) {
  height: auto;
  background-color: transparent;
}
#teaminviations .match-board-grid .invitations table {
  border-radius: 0;
}
.show-pass {
  transform: none;
  right: 15px;
  top: 15px;
}
.parameter-title p,
.parameter-content p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notary_purchase_price.hide {
  display: none;
}

.notary_purchase_price_obj.hide {
  display: none;
}

.notary_purchase.hide {
  display: none;
}

.largeboard .lock-icon-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40px;
}

.largeboard .input-board {
  align-items: center;
  display: flex;
}

.largeboard .input-board .lock-text-input {
  left: 50px;
  position: relative;
}

.myteammatches .selecttype {
  max-width: 300px;
}

input[type="submit"] {
  font-family: "Source Sans Pro", sans-serif;
}
.input-board::placeholder {
  font-size: 16px;
}
.products.bottom table td {
  width: 200px;
}

.objektkunden-input:disabled,
.search-input:disabled {
  background: #fff;
}
.mid-box-grid .parsley-errors-list.filled {
  background-color: #fff !important;
}
.custom-datepicker.icon.calendar::before {
  top: 44px;
}
.checkbox-item .parsley-errors-list.filled {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.checkbox-item {
  position: relative;
}
.custom-datepicker.icon::before {
  top: 50% !important;
  transform: translatey(-50%);
}
.bottom-bar .upload-button .parsley-errors-list.filled {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: max-content;
  height: auto;
}
.bottom-bar .upload-button {
  position: relative;
}
.footer-btn {
  padding: 0 40px;
}
.leadregister-page .grid--3 .element--2 .register-container .input-container {
  padding-bottom: 20px;
}
.custom-datepicker.icon::before {
  top: 44px !important;
  transform: none !important;
}
.mid-box-upload-item img {
  max-height: 100px;
  object-fit: cover;
}
.myteammatches-date.custom-datepicker.icon::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.myteammatches-pdf {
  margin-top: 20px;
}
#search-myteammatches {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myteammatches-pdf .button.green {
  height: 50px;
}
.slmprovision-search-content .custom-datepicker.icon.calendar::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.match-board-table table tbody tr td[data-cell="S/O"] {
  min-width: 108px;
}
main {
  min-height: 40vh;
}
.register-container .note {
  margin-bottom: 20px;
}

.right {
  max-width: 800px;
  width: 100%;
  border-radius: 10px;
}

iframe {
  width: 100%;
  height: 476px;
  border-radius: 10px;
  object-fit: cover;
}

.verification-bottom-box .arrow-text-3 > a:nth-child(1) {
  color: #fff;
}

.verification-bottom-box .arrow-text-3-mobile > a:nth-child(1) {
  color: #fff;
}

#registerpage .registerdoc3 {
  visibility: hidden;
}

.box-button.right .button.green {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.document-name {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 390px;
}

#pdf-container-block-desktop {
  display: block;
  float: none;
  width: 1600px;
  max-width: 1600px;
}

#pdf-container-block-desktop .product-box .container p,
#pdf-container-block-desktop .product-title-location {
  color: #000;
}

#pdf-container-block-desktop .product-box .container {
  background: #f2f2f2;
}

#pdf-container-block-desktop .objekt-parameters {
  border-bottom: 1px solid #000;
}

#pdf-container-block-desktop .logo-pdf {
  display: flex;
  gap: 5rem;
  width: 100%;
  align-items: center;
  padding: 20px 0px 0px 0px;
  justify-content: center;
}

#pdf-container-block-desktop .logo-pdf p {
  font-size: 26px;
  color: #a4b445 !important;
}

#pdf-container-block-desktop .objekt-parameters:last-child {
  border-bottom: none;
}

#pdf-container-block-desktop.expose-container .product-box .container {
  background: #2a3241;
}

#pdf-container-block-desktop.expose-container .product-box .container p,
#pdf-container-block-desktop.expose-container .product-title-location {
  color: #fff;
}

#pdf-container-block-desktop.expose-container .objekt-parameters {
  border-bottom: 1px solid #fff;
}

#typeregistration .match-board-item-header.title p {
  color: #fff !important;
  font-size: 20px !important;
}
#typeregistration .match-board-item-header.description p {
  padding: 0px 20px !important;
  text-align: center !important;
}
#typeregistration .box-button {
  width: 310px;
}
.parsley-errors-list.filled {
  background-color: #fff !important;
}
.mid-box-grid .container-select2 .parsley-errors-list.filled {
  position: relative;
  top: unset;
  order: 2;
}
.mid-head-input .container-select2 {
  display: flex;
  flex-direction: column;
}

#pdf-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #a3b445;
  font-size: 40px;
  text-align: center;
}

#loading-bar-container {
  width: 80%;
  max-width: 600px;
  text-align: center;
}

#loading-bar {
  height: 50px;
  background-color: #a3b445;
  width: 0%;
  transition: width 0.2s ease-out;
}

#loading-bar-container p {
  margin-top: 20px;
  font-size: 1em;
}

.recaptcha-holder .g-recaptcha {
  margin: 0 auto 30px;
  display: block;
  max-width: 310px;
  height: 83px;
  z-index: 99;
  overflow: hidden;
}
.recaptcha-holder {
  width: 310px;
  height: 80px;
  z-index: 99;
  overflow: hidden;
  margin: 0 auto 20px;
}
.footer-btn {
  z-index: 99999;
  position: relative;
}

#myteammatches .leaderboard-merged-tables .merged-tables-title {
  cursor: auto;
}
.slmprovision-search-content {
  align-items: center;
  flex-direction: column;
  display: flex;
}
.slmprovision-pdf {
  max-width: 300px;
  width: 100%;
}
.leader .email-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.leader .email-content ul {
  padding-left: 15px;
}
.inputs-bottom-board {
  padding-bottom: 55px;
}
.inputs-bottom-board .button.green {
  background-color: #636b7c;
  color: #a4b445;
  width: 100%;
  max-width: 100%;
  height: 50px;
}
.leader .email-content ul li {
  font-family: "Source-Bold";
}
.leader .email-content ul {
  margin-bottom: 5px;
}
.leader .email-content .text {
  margin-bottom: 5px;
}
.inputs-bottom-board {
  width: 100%;
  max-width: 1200px;
}
.match-board-item:has(.inputs-bottom-board) {
  padding: 0 20px;
}
.links {
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  color: white;
  text-align: start;
}

.grid-register-3 .register-label-text a {
  text-decoration: underline;
  color: white;
}

.register-container .grid-register-3 {
  grid-template-columns: 1.9fr 0.8fr 1.6fr;
}
.register-label-text {
  gap: 0;
}
.register-label-text input {
  margin-right: 5px;
}
.register-label-text a {
  margin: 0 5px;
}
