
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: bold;
  src: url("./fonts/SourceSansPro-Regular.otf") format("opentype");
}
html {
  font-family: "Source Sans Pro", sans-serif;
}

* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0;
}
input:focus {
  /* display: block; */
  border: none;
}
header {
  background-color: #f2f2f2;
  /* padding: 20px 0; */
}

header .row {
  display: flex;
  gap: 30px;
  align-items: center;
}

footer {
  background: #2a3241;
  padding-top: 60px;
  /* padding-bottom: 200px; */
  display: block;
  font-size: 16px;
  max-width: 100%;
  /* max-height: 447px; */
  line-height: 40px;
}

.logo-link {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
}

.middle {
  margin-top: 100px;
  margin-bottom: 100px;
}

.copyright {
  color: white;
  border-top: 1px solid white;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  /* background-color: #2a3241; */
  /* max-width: 100%; */
}

footer .row {
  display: flex;
  padding-bottom: 40px;
}

footer .column {
  flex-grow: 1;
}

footer .column .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  color: white;
}

footer .column .links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .column .socials {
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
}
.links a {
  text-decoration: none;
  color: white;
}
footer .column .socials a {
  font-size: 26px;
  line-height: initial;
}

footer {
  background-color: #2a3241;
}

footer .container {
  max-width: 80%;
}

.header-bar {
  display: flex;
  justify-content: space-between;
}
.active {
  display: flex;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 30px;
  top: 170px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border-radius: 30px;
}

.mobile-menu.active {
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 25px;
  top: 120px;
  background: linear-gradient(
    to top right,
    rgba(255, 255, 255),
    rgba(164, 180, 69, 0.1)
  );
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.container {
  justify-content: center;
  max-width: 1540px;
  width: 100%;
  padding: 30px;
  margin-right: auto;
  margin-left: auto;
}
input:focus {
  outline-width: 0px;
}
.is-focused {
  outline-style: none;
  outline-color: #986fa5;
}
.row {
  /* max-width: 500px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #a3b445;
}

.column:last-child {
  /* text-align: right; */
  max-width: 220px;
}

.header-link {
  color: #a4b445;
  font-size: 26px;
  font-weight: 300;
}

.header-link a {
  color: #a4b445;
}

/* .buttons {
  display: flex;
  flex-direction: row;
  gap: 70px;
} */
.buttons {
  display: flex;
  justify-content: end;
  gap: 50px;
}

a:link {
  text-decoration: none;
}
.burger i {
  display: none;
  text-decoration: none;
}

.button-white {
  padding: 14px 64px;
  background-color: white;
  border: 1px solid #a4b445;
  color: #a4b445;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  text-align: center;
}
.button-white-mobile {
  padding: 14px 64px;
  background-color: white;
  border: 1px solid #a4b445;
  color: #a4b445;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.upload-item {
  /* border: 1px solid var(--border); */
  background: #a3b445;
  position: relative;
  color: white;
  border-radius: 30px;
  justify-content: center;
  padding: 5px 10px;
  max-width: 250px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  display: flex;
  gap: 0px;
  margin-left: 5px;
  /* margin-top: 10px; */
  align-items: center;
}

.upload-item:first-child {
  margin-top: 10px;
}

/* datepicker modified */
.ui-datepicker-month,
.ui-datepicker-year {
  background-color: white;
  width: 80px;
  border-radius: 30px;
  height: 30px;
  padding: 4px;
  border: none;
}
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-title {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-prev::before,
.datepicker_wrapper
  .ui-widget.ui-widget-content
  .ui-datepicker-header
  .ui-datepicker-next::before {
  color: white !important;
}
.datepicker_wrapper .ui-widget.ui-widget-content {
  border-radius: 30px !important;
  background-color: #636b7c !important;
  border: 1px solid #2a3241 !important;
  color: white;
}
.ui-datepicker-calendar thead tr th span {
  color: white !important;
}
.ui-datepicker-calendar tbody tr td a {
  color: white !important;
}
.ui-datepicker-calendar {
  border-radius: 30px;
  /* padding: 10px; */
}
.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #2a3241 !important;
}
.ui-datepicker-trigger {
  display: none;
}
.upload-item input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

#real-file {
  display: none;
}

.button-green {
  padding: 14px 64px;
  text-align: center;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.button-green-mobile {
  padding: 14px 64px;
  text-align: center;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}

.explain {
  display: block;
  background-color: #2a3241;

  z-index: -1;
}
.explain-title {
  margin-bottom: 90px;
  text-align: center;
}
.explain-title span {
  color: white;
  font-size: 40px;
}
.explain-me {
  background-color: #2a3241;
  padding-top: 90px;
  padding-bottom: 60px;
}
.explain-container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.explain-video {
  z-index: 1000;
}

.explain-video video {
  width: 80%;
  height: 80%;
}

.explain-video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.other-container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.other-services-title {
  margin: 100px 0;
  font-size: 40px;
  font-weight: 500;
}
.other {
  text-align: center;
  padding-bottom: 100px;
}

.other img {
  width: 40%;
}

/* HERO SECTION */
.hero-container {
  /* background-color: #000; */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-height: max-content;
  overflow: hidden;
}

.hero-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;
  transform: scale(1.05);
}

.hero-content {
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-top: 5%;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hero-title {
  margin-top: 100px;
  /* margin-bottom: 50px; */
  line-height: 36px;
  font-size: 50px;
  font-weight: 600;
}

.hero-description {
  line-height: 36px;
  display: inline-block;
  /* word-wrap: break-word; */
  margin-top: 36px;
  font-size: 40px;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
}

.hero-btn {
  padding: 14px 45px;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.hero-buttons {
  /* margin-top: 20px; */
  margin-bottom: 182px;
  margin-left: auto;
  margin-right: auto;
  /* max-height: 20px; */
}

/* GAME CHANGER */
.game-container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.game-services-title {
  margin: 100px 0;
  font-size: 40px;
  font-weight: bold;
}
.game {
  text-align: center;
}

.elements-responsive {
  display: none;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  margin-top: 60px;
}
.container-responsive {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.game-svg {
  display: flex;
  justify-content: space-between;

  padding-bottom: 100px;
}

.game-svg-responsive {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.svg-1-responsive,
.svg-2-responsive {
  display: none;
}

.svg-1,
.svg-2 {
  position: relative;
  flex: 1;
}

.svg-1 p,
.svg-2 p {
  font-size: 13px;
  max-width: 170px;
  text-align: center;
  color: white;
  font-weight: bold;
  border-radius: 20px;
}
/* RESPONSIVE LEFT SIDE */
.svg-1-responsive,
.svg-2-responsive {
  position: relative;
}

.svg-1-responsive p,
.svg-2-responsive p {
  font-size: 15px;
  font-weight: bold;
  width: 50%;
  position: absolute;
}
.responsive-lime {
  color: white;
  background-color: #a4b445;

  top: 64.5%;
  left: 26%;
}
.responsive-dark-blue-1 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 57%;
}
.responsive-dark-blue-2 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 72%;
}
.responsive-grey-1 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 49%;
}
.responsive-grey-2 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 80%;
}

.responsive-light-blue-1 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 34%;
}
.responsive-light-blue-2 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 95%;
}

.responsive-blue-1 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 41.5%;
}
.responsive-blue-2 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 87.5%;
}
/* RESPONSIVE RIGHT SIDE */

.responsive-lime-2 {
  color: white;
  background-color: #a4b445;
  /* position: absolute; */
  top: 64.5%;
  left: 26%;
}
.responsive-dark-blue-3 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 57%;
}
.responsive-dark-blue-4 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 72%;
}
.responsive-grey-3 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 49%;
}
.responsive-grey-4 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 80%;
}

.responsive-light-blue-3 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 34%;
}
.responsive-light-blue-4 {
  background-color: #a4b4c0;
  position: absolute;
  color: white;
  left: 26%;
  top: 95%;
}

.responsive-blue-3 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 41.5%;
}
.responsive-blue-4 {
  background-color: #636b7c;
  position: absolute;
  color: white;
  left: 26%;
  top: 87.5%;
}

.element--1,
.element--3 {
  position: relative;
}
.element--1 p,
.element--3 p {
  position: absolute;
}

.login-lime,
.login-lime-2 {
  color: white;
  background-color: #a4b445;

  top: 46.5%;
  left: 26%;
}
.login-dark-blue-1,
.login-dark-blue-3 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 35.5%;
}
.login-dark-blue-2,
.login-dark-blue-4 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 58%;
}
.login-grey-1,
.login-grey-3 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 24.5%;
}
.login-grey-2,
.login-grey-4 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 69%;
}

.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%;
}

.element--1 p,
.element--3 p {
  left: 30%;
  width: 50%;
}

.element--1-responsive,
.element--2-responsive {
  position: relative;
}
.element--1-responsive p,
.element--2-responsive p {
  position: absolute;
  left: 28%;
  width: 60%;
  font-size: 17px;
}

.responsive-login-lime,
.responsive-login-lime-2 {
  color: white;
  background-color: #a4b445;

  top: 46.5%;
}
.responsive-login-dark-blue-1,
.responsive-login-dark-blue-3 {
  background-color: #2a3241;

  color: white;

  top: 35.5%;
}
.responsive-login-dark-blue-2,
.responsive-login-dark-blue-4 {
  background-color: #2a3241;

  color: white;

  top: 58%;
}
.responsive-login-grey-1,
.responsive-login-grey-3 {
  background-color: #838585;

  color: white;

  top: 24.5%;
}
.responsive-login-grey-2,
.responsive-login-grey-4 {
  background-color: #838585;

  color: white;

  top: 69%;
}

.responsive-login-light-blue-1,
.responsive-login-light-blue-3 {
  background-color: #a4b4c0;

  color: white;

  top: 2%;
}
.responsive-login-light-blue-2,
.responsive-login-light-blue-4 {
  background-color: #a4b4c0;

  color: white;

  top: 91%;
}

.responsive-login-blue-1,
.responsive-login-blue-3 {
  background-color: #636b7c;

  color: white;

  top: 13%;
}
.responsive-login-blue-2,
.responsive-login-blue-4 {
  background-color: #636b7c;

  color: white;

  top: 80%;
}

/* REGISTER */
.element--3 .register-lime,
.element--3 .register-lime-2,
.element--1 .register-lime,
.element--1 .register-lime-2 {
  top: 36%;
  color: #fff;
}
.element--3 .register-blue-2,
.element--3 .register-blue-4,
.element--1 .register-blue-2,
.element--1 .register-blue-4 {
  top: 62.5%;
}
.element--3 .register-dark-blue-2,
.element--3 .register-dark-blue-4,
.element--1 .register-dark-blue-2,
.element--1 .register-dark-blue-4 {
  top: 45%;
}
.element--3 .register-grey-2,
.element--3 .register-grey-4,
.element--1 .register-grey-2,
.element--1 .register-grey-4 {
  top: 53.5%;
}
.element--3 .register-light-blue-1,
.element--3 .register-light-blue-3,
.element--1 .register-light-blue-1,
.element--1 .register-light-blue-3 {
  top: 1.5%;
}
.element--3 .register-light-blue-2,
.element--3 .register-light-blue-4,
.element--1 .register-light-blue-2,
.element--1 .register-light-blue-4 {
  top: 71%;
}
.element--3 .register-dark-blue-1,
.element--3 .register-dark-blue-3,
.element--1 .register-dark-blue-1,
.element--1 .register-dark-blue-3 {
  top: 27.5%;
}
.element--3 .register-grey-1,
.element--3 .register-grey-3,
.element--1 .register-grey-1,
.element--1 .register-grey-3 {
  top: 19%;
}
.element--3 .register-blue-1,
.element--3 .register-blue-3,
.element--1 .register-blue-1,
.element--1 .register-blue-3 {
  top: 10.5%;
}
.register-lime-2 {
  color: white;
  background-color: #a4b445;

  top: 46.5%;
  left: 26%;
}
.register-dark-blue-1,
.register-dark-blue-3 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 35%;
}
.register-dark-blue-2,
.register-dark-blue-4 {
  background-color: #2a3241;

  color: white;
  left: 26%;
  top: 57.5%;
}
.register-grey-1,
.register-grey-3 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 24%;
}
.register-grey-2,
.register-grey-4 {
  background-color: #838585;

  color: white;
  left: 26%;
  top: 69%;
}

.register-light-blue-1,
.register-light-blue-3 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 2%;
}
.register-light-blue-2,
.register-light-blue-4 {
  background-color: #a4b4c0;

  color: white;
  left: 26%;
  top: 91%;
}

.register-blue-1,
.register-blue-3 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 13%;
}
.register-blue-2,
.register-blue-4 {
  background-color: #636b7c;

  color: white;
  left: 26%;
  top: 80%;
}

.element--1 p,
.element--3 p {
  left: 30%;
  width: 50%;
}

.element--1-responsive,
.element--2-responsive {
  position: relative;
}
.element--1-responsive p,
.element--2-responsive p {
  position: absolute;
  left: 28%;
  width: 60%;
  font-size: 16px;
  background-color: transparent;
}

.responsive-register-lime,
.responsive-register-lime-2 {
  color: white;
  background-color: #a4b445;

  top: 46.5%;
}
.responsive-register-dark-blue-1,
.responsive-register-dark-blue-3 {
  background-color: #2a3241;

  color: white;

  top: 35.5%;
}
.responsive-register-dark-blue-2,
.responsive-register-dark-blue-4 {
  background-color: #2a3241;

  color: white;

  top: 58%;
}
.responsive-register-grey-1,
.responsive-register-grey-3 {
  background-color: #838585;

  color: white;

  top: 24.5%;
}
.responsive-register-grey-2,
.responsive-register-grey-4 {
  background-color: #838585;

  color: white;

  top: 69%;
}

.responsive-register-light-blue-1,
.responsive-register-light-blue-3 {
  background-color: #a4b4c0;

  color: white;

  top: 2%;
}
.responsive-register-light-blue-2,
.responsive-register-light-blue-4 {
  background-color: #a4b4c0;

  color: white;

  top: 92%;
}

.responsive-register-blue-1,
.responsive-register-blue-3 {
  background-color: #636b7c;

  color: white;

  top: 13%;
}
.responsive-register-blue-2,
.responsive-register-blue-4 {
  background-color: #636b7c;

  color: white;

  top: 80%;
}
/* REGISTER */

/* LEFT SIDE */
.lime {
  background-color: #a4b445;
  position: absolute;
  left: 53%;
  top: 50%;
}

.dark-blue-1 {
  background-color: #2a3241;
  position: absolute;
  left: 51%;
  top: 39%;
}
.dark-blue-2 {
  background-color: #2a3241;
  position: absolute;
  left: 51%;
  top: 61.5%;
}
.grey-1 {
  background-color: #838585;
  position: absolute;
  left: 44%;
  top: 73%;
}
.grey-2 {
  background-color: #838585;
  position: absolute;
  left: 44%;
  top: 27.5%;
}

.light-blue-1 {
  background-color: #a4b4c0;
  position: absolute;
  left: 16%;
  top: 95%;
}
.light-blue-2 {
  background-color: #a4b4c0;
  position: absolute;
  left: 16%;
  top: 5%;
}

.blue-1 {
  background-color: #636b7c;
  position: absolute;
  left: 29%;
  top: 84%;
}
.blue-2 {
  background-color: #636b7c;
  position: absolute;
  left: 29%;
  top: 16.5%;
}
/* RIGHT SIDE */
.blue-3 {
  background-color: #636b7c;
  position: absolute;
  right: 30.5%;
  top: 16.5%;
}
.blue-4 {
  background-color: #636b7c;
  position: absolute;
  right: 30.5%;
  top: 84.5%;
}
.lime-2 {
  background-color: #a4b445;
  position: absolute;
  right: 55%;
  top: 50.5%;
}
.dark-blue-3 {
  background-color: #2a3241;
  position: absolute;
  right: 53%;
  top: 61.5%;
}
.dark-blue-4 {
  background-color: #2a3241;
  position: absolute;
  right: 53%;
  top: 39%;
}
.grey-3 {
  background-color: #838585;
  position: absolute;
  right: 45.5%;
  top: 73%;
}
.grey-4 {
  background-color: #838585;
  position: absolute;
  right: 45.5%;
  top: 28%;
}

.light-blue-3 {
  background-color: #a4b4c0;
  position: absolute;
  right: 17%;
  top: 95%;
}
.light-blue-4 {
  background-color: #a4b4c0;
  position: absolute;
  right: 17%;
  top: 5.5%;
}
.svg-2 {
  display: flex;
  justify-content: right;
}
.svg-2 img {
  display: flex;
  justify-content: right;
}
.svg-2 img,
.svg-1 img {
  position: relative;
  top: 20px;
}

/* CAROUSEL PART */
.owl-carousel .owl-item {
  justify-content: center;
}

.newsletter {
  background-color: #f2f2f2;
  padding-top: 5px;
  margin-top: 30px;
}

.carousel {
  display: flex;
  flex-direction: row;
}

.carousel-item-1,
.carousel-item-2,
.carousel-item-3,
.carousel-item-4,
.carousel-item-5,
.carousel-item-6 {
  display: flex;
  flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  /* align-items: center; */
}
.carousel-item-1 img,
.carousel-item-2 img,
.carousel-item-3 img,
.carousel-item-4 img,
.carousel-item-5 img,
.carousel-item-6 img {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.item-title,
.item-content {
  margin-top: 40px;
  text-align: start;
  width: 480px;
}
.item-title {
  font-size: 20px;
  font-weight: 700;
}
.carousel-item-1 a,
.carousel-item-2 a,
.carousel-item-3 a,
.carousel-item-4 a,
.carousel-item-5 a,
.carousel-item-6 a {
  text-decoration: none;
  color: #a4b445;
  font-size: 20px;
  text-align: start;
  margin-top: 40px;
  font-weight: 700;
}

.carousel-under-btn {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.btn-long {
  padding: 14px 180px;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

/* REGISTER */
.register-content {
  text-align: center;
  margin-bottom: 100px;
}

.grid--3 {
  display: grid;
  grid-template-columns: 1fr 2.2fr 1fr;
}

.element--1 img {
  max-height: 900px;
  max-width: 310px;
}
.element--3 img {
  max-height: 900px;
  max-width: 310px;
}

.element--2 {
  background-color: #2a3241;
  border-radius: 30px;
  padding-bottom: 35px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 0.4);
}

.register-title {
  font-size: 30px;
  color: white;
  font-weight: 600;
  margin: 30px 0;
}

.container-select2-register {
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
  text-align: left;
}

.register {
  display: flex;
  flex-direction: column;
  max-width: 805px;
  width: 100%;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

.inputlabel {
  margin: 0 40px;
  max-height: 50px;
  border-radius: 100px;
  padding: 15px 12px;
  color: #303030;
}

.note {
  color: white;
  font-size: 14px;
  font-weight: 200;
  margin: 0 15px;
  text-align: start;
  margin-top: 10px;
}
.note bold {
  font-weight: 600;
}

.register-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

.grid-register-3 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1.1fr;
}
.checkbox {
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: space-between;
}
.download-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 14px;
  color: white;
  /* justify-content: space-between; */
  gap: 5px;
  font-weight: 200;
}

.checkbox-item {
  margin-bottom: 30px;
}
.checkbox-item-first {
  margin-top: 20px;
}

.register-label-text {
  font-size: 13px;
  color: white;
  font-weight: 300;
  /* margin-left: 10px; */
  display: flex;
  gap: 10px;
}

.download-text {
  font: 12px;
}
.download-item-first {
  margin-top: 20px;
}
.download-document .checkbox {
  gap: 20px;
}

.upload-document {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-right: 10px;
}

.upload-btn {
  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);
}

.upload-btn p {
  margin-left: 6px;
  margin: auto 0;
}

/* .upload-item {
  margin-bottom: 5px;
} */

.register-footer {
  display: flex;
  flex-direction: column;

  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.btn-footer {
  font-size: 16px;

  padding: 14px 160px;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.footer-btn {
  margin-bottom: 30px;
}

.log-in-link {
  color: white;
  font-size: 16px;
  font-weight: 200;
}

/* SELECT2  */
.select2-container--default .select2-selection--single {
  border-radius: 30px;
}
.select2-container--default .select2-selection--single {
  min-height: 50px;
}

.select2-container {
  /* width: 89.5% !important;
  max-width: 804px;
  text-align: left; */
  width: 100% !important;
}

.select2-selection__rendered {
  /* Custom styles for the text */
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
}
.bottom-box .select2-selection__rendered,
.filter-2-grid .select2-selection__rendered {
  margin-left: 10px;
  margin-top: 10px;
}
.bottom-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.filter-2-grid
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 0px;
  height: 25px;
}

/* .select2-container .select2-selection__rendered {
  margin-left: 18px;
  margin-top: 10px;
} */

.select2-selection__arrow {
  margin-top: 11px;
  margin-right: 10px;
}
/*
.select2-container .select2-dropdown {
  overflow-x: hidden;
} */

.select2-container .select2-selection__placeholder {
  color: #303030 !important; /* Adjust the color as needed */
}

/* DOCUMENTS */
.profile-btn {
  padding: 0;
  top: 57px;
  right: 181px;
  position: absolute;
}
.profile-btn.open {
  /* position: absolute;
  top: 7%;
  right: 9%; */
  top: 47px;
  right: 171px;
  position: absolute;
  padding-bottom: 200px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  overflow: visible;
  z-index: 99999;
}
.profile-closed {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.profile-btn img {
  margin-top: 4px;
  margin-left: 3px;
}

.profile-btn i {
  margin-right: 10px;
}

.profile-name {
  font-size: 16px;
  font-weight: 300;
}

.nav-buttons-container {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.button-nav {
  padding: 14px 65px;
  background-color: #2a3241;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  text-align: center;
  font-size: 14px;
  max-width: 100%;
  margin-right: 10px;
}

.nav-container {
  background-color: #ebebeb;
}

.active-page {
  background-color: #a4b445;
}

.document-download-title {
  font-size: 30px;
  font-weight: 700;

  margin-top: 80px;
  margin-bottom: 80px;
}
.document-download-container {
  text-align: center;
  flex-direction: column;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.document-download {
  display: flex;
  justify-content: space-between;
  margin: 30px 10px;
}
.document-download-box {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2a3241;
  border-radius: 30px;
  padding: 5px 20px;
  margin-bottom: 100px;
}

.document-download-btn {
  display: flex;
  padding: 15px 45px;
  background-color: #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  text-align: center;
  font-size: 14px;
  gap: 10px;
  margin-right: 10px;
}
.document-download-btn p {
  margin: auto 0;
}

.download-img {
  width: 20px;
  display: block;
}

.document-name {
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 300;
}

.profile-arrow.rotate180 {
  position: relative;
  transform: rotate(180deg);
  right: 10px;
}

/* PASSWORD RESET */
.password-btn {
  display: inline-block;
  padding: 14px 50px;
  background-color: #a4b445;
  border: 1px solid #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.password-button-container {
  width: 100%;
}

.password-box {
  max-width: 746px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #2a3241;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
  border-radius: 30px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 0.4);
  /* margin-right: 20px;
  margin-left: 20px; */
}

.password-title,
.password-instructions {
  color: white;
  margin-top: 10px;
  line-height: 1.2;
}

.password-box .container {
  max-width: 500px;
  width: 100%;
}

.password-title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.password-instructions {
  font-size: 12px;
  margin-bottom: 30px;

  word-wrap: break-word;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  width: 84%;
}

.password-input {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 35px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #303030;
}

.container-password {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* LOGIN */
.input-login {
  max-width: 100%;
  display: flex;
  /* margin: 0 140px; */
  font-weight: 600;
}
.center-login .inputlabel {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.center-login .login-btn {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.center-login {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.login-box {
  max-height: 388px;
}
.login-btn {
  padding: 14px 0;
  /* width: 100%; */
  /* margin: 0 140px; */
  justify-content: center;
  background-color: #a4b445;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  text-align: center;
}

.not-registered {
  display: flex;

  justify-content: center;
  margin: 20px 0;
  gap: 100px;
  font-size: 12px;
}

.not-registered a,
.forgot-password {
  color: white;
  font-size: 12px;
  font-weight: 300;
}

.login-box,
.document-download-box {
  /* SHADOW BOX  */
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}

/* HEADER */
.logo p {
  font-size: 26px;
  color: #a4b445;
}
.logo {
  display: flex;
  gap: 5rem;
  width: 100%;
  align-items: center;
}

.header-row {
  display: flex;
  gap: 30px;
  align-items: center;
}

.profile-dropdown {
  display: flex;
  flex-direction: row;
}
.profile-dropdown-btn {
  cursor: pointer;
}

.profile-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  /* margin-right: 50px; */
  background-color: #a4b445;
  border-radius: 30px;
  padding: 0.4rem;
}

.profile-img span {
  font-size: 16px;
  color: white;
  width: 80px;
}
.profile-img i {
  color: white;
  margin-right: 10px;
}

.profile-dropdown-list {
  background-color: #a3b445;
  padding: 20px;
  list-style: none;
  border-radius: 10px;
  margin-top: 5px;
  width: 195px;
  /* display: none; */
  position: absolute;
  display: none;
}
.profile-dropdown-list.active {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.profile-dropdown-list-item {
  /* padding: 10px;
  text-align: center;
  border: 1px white solid;
  border-radius: 30px;
  margin: 10px 0; */
  max-width: 155px;
}
.profile-dropdown-list-item a {
  color: white;
  padding: 10px 15px;
  text-align: center;
  justify-content: center;
  border: 1px white solid;
  border-radius: 30px;
  display: flex;
  margin: 8px 0;
}
.profile-dropdown-list.unlogged {
  display: none;
}
.profile-dropdown-list.unlogged.active {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.profile-menu {
  background-color: #ebebeb;
  padding: 5px 0;
}

.profile-menu .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 6px;
  padding: 5px;
}

.button {
  display: inline-block;
  text-decoration: none;
  border: 1px solid transparent;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  padding: 15px 40px;
}

.button.green {
  background-color: #a3b445;
  border-radius: 30px;
  text-align: center;
  color: white;
}

.match-table.first .container table tbody .button.green {
  padding: 12px 0px;
  width: 140px;
  margin: 0;
}
.match-table.first .container table tbody .button.simple-match {
  padding: 0;
  background-color: transparent;
}

/* AKTIVE MATCHES */
.search-bar-content .button.green {
  padding: 15px 0;
}
.search-bar-content {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.profile-menu .button {
  max-width: 100%;
}

.button.immo {
  background-color: #2a3241;
  border-radius: 30px;
  text-align: center;
  margin: 0;
  padding: 15px 0;
  color: white;
}

input {
  padding: 0;
  border: 0;
}

.button.immo.active {
  background-color: #a3b445;
}

.search-input {
  margin: 10px 0;
  max-height: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  border: none;
  border-radius: 100px;
  color: #303030;
}

.search-btn {
  max-width: 200px;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-bar-content .inputlabel {
  text-align: left;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  /* padding-right: 150px; */
  padding-left: 15px;
  width: 100%;
}

.profile-title {
  font-weight: 600;
  font-size: 20px;
}
.input-bar {
  max-width: 300px;
  width: 100%;
}

/* table {
  width: 100%;
} */

table {
  border-collapse: collapse;

  width: 100%;

  margin-bottom: 50px;
}

thead {
  text-align: left;
}

tbody {
  /* background-color: #636b7c; */
  color: white;
  margin: 0 20px;
  /* box-shadow: 0 10px 40px rgb(0 0 0 / 0.4); */
}

/* tbody tr:nth-child(even) {
  background-color: #2a3241;
} */
/* tbody tr:nth-child(odd) {
  background-color: #636b7c;
} */
/* MODIFIED */
.center-cell {
  text-align: center;
}
.main-suchkunden-table tbody tr:nth-child(even) td {
  background-color: #2a3241;
}
.match-board-table tbody tr:nth-child(odd) td {
  background-color: #636b7c;
}
.match-board-table tbody tr:nth-child(even) td {
  background-color: #2a3241;
}
.aktive-table-container tbody tr:nth-child(even) td {
  background-color: #2a3241;
}
.aktive-table-container tbody tr:nth-child(odd) td {
  background-color: #636b7c;
}
.aktive-table-container table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}

td,
th {
  padding: 1rem;
  /* min-width: 165px; */
}
.table-buttons-container {
  display: flex;
  gap: 15px;
}

.table-buttons-container .button.green {
  padding: 15px 0;
  text-align: center;
  margin: auto 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.table-buttons-container .button.deny {
  display: none;
}
.table-buttons-container .button.green.hide {
  display: none;
}
.table-buttons-container .button.deny.active {
  display: inline-block;
  background-color: #d13b3b;
  padding: 15px 0;
  border-radius: 50px;
  color: white;
  text-align: center;
  margin: auto 0;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}

.table-buttons a {
  max-width: 200px;
  width: 100%;
}

table tbody tr:first-child td:first-child {
  border-top-left-radius: 30px;
}
table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}

.main-suchkunden-table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}

table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}

table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}

/* MAIN PROFIL */
.main-profil-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.profil-box {
  width: 560px;
  /* width: 100%; */
  background-color: #2a3241;
  padding: 20px;
  border-radius: 30px;
}
/* MODIFIED */
.box-title {
  justify-content: center !important;
  display: flex;
  align-items: center;
  justify-content: left !important;
  padding: 10px;
  gap: 40px;
}
.box-title.profilepicture img {
  cursor: pointer;
}
.box-title.profilepicture input {
  display: none;
}
.profil-box.left p {
  font-size: 24px;
  color: white;
}

.profil-boxes {
  margin-bottom: 50px;
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
}

.box-inputs {
  margin-top: 30px;
  /* max-width: 90%; */
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.box-inputs .inputlabel {
  width: 100%;
  margin: 0;
}

.input-with-img {
  position: relative;
  display: inline-block;
}
.input-img {
  position: absolute;
  z-index: 99999;
}

.input-with-img .input-img {
  position: absolute;
  right: 20px;
  top: 15px;
}

.box-inputs-text {
  width: 90%;
  font-size: 16px;
  text-align: left;
  color: white;
  margin-top: 20px;
  font-weight: 300;
}

.box-button {
  width: 200px;
  margin: 0 auto;
}

.box-button .button.green {
  max-width: 300px;
  width: 100%;
  margin-top: 80px;
}

.container-select2 {
  max-width: 100%;
  width: 100%;
}

.profil-box.right .main-profil-title {
  color: white;
  font-weight: 400;
  text-align: center;
}
.profil-right-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: auto 0;
  align-items: center;
}

.profil-item {
  margin: auto 0;
}
.profil-item .upload-btn {
  font-size: 14px;
  margin: 0;
  padding: 10px 20px;
  width: 200px;
}
.profil-item .download-content {
  align-items: center;
  gap: 5px;
  background-color: #a4b4c0;
  padding: 14px 8px;
  border-radius: 30px;
  margin: 0;
  width: 200px;
}

.box-button.right .button.green {
  margin-top: 30px;
}

.profil-box.left,
.profil-box.right {
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}

/* MATCH ANFRAGE */
.page-nav {
  margin-left: 10px;
  margin-bottom: 50px;
  font-size: 20px;

  font-weight: 700;
}
.match .match-header .match-percentage {
  font-size: 20px;
}
.box-anfragen {
  background-color: #2a3241;
  padding: 40px;
  width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.4fr;
  margin-bottom: 50px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}

.match-header {
  /* display: grid; */
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin: 0 16px;
  /* grid-template-columns: 0.5fr 1fr 0.8fr; */
  text-align: center;
  /* margin: auto 0; */
}

.button.green.anfragen {
  font-size: 16px;
  padding: 15px 20px;
}
.match-header p,
.match-header .match-header-checkbox {
  margin: auto 0;
  color: white;
}
.match-header-checkbox {
  font-size: 14px;
  justify-content: center;
  /* background-color: transparent; */
}
.teaser-title {
  margin-top: 0;
}
.teaser .match .teaser-box {
  margin-top: 20px;
}
.teaser .match {
  margin-top: 40px;
}
.match-percentage {
  font-size: 20px;
  margin: auto 0;
  text-align: center;
}
.match-header-checkbox a {
  font-size: 14px;
  color: #a3b445;
}
/* .match-header p {
  font-size: 20px;
} */

.match-header-checkbox {
  display: flex;
  gap: 5px;
}

.container-anfragen .container {
  padding-left: 0;
  padding-right: 0;
}

/* Hide the default checkbox */
.match-header-checkbox input[type="checkbox"] {
  display: none;
}

/* Style the custom checkbox */
.match-header-checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  /* margin-top: 18px; */
}

/* Style the custom checkbox appearance */
.match-header-checkbox label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  background-color: transparent;
}

.match-header-checkbox input[type="checkbox"]:checked + label:before {
  background-color: #838585;
  content: "X";
  display: flex;
  justify-content: center;
  border-color: white;
}

.match-header-checkbox p {
  font-size: 14px;
  color: white;
  font-weight: 300;
}

.box-anfragen table {
  background-color: none;
  margin-top: 30px;
  width: 100%;
}
.box-anfragen table thead {
  color: white;
}

.box-anfragen table tbody {
  font-size: 14px;
}
.box-anfragen table tbody td {
  width: 40%;
  padding: 1.5rem;
}

.box-anfragen table tbody tr:first-child td {
  padding-top: 2.5rem;
}
.box-anfragen table tbody tr:last-child td {
  padding-bottom: 2.5rem;
}

.box-anfragen table tbody tr td {
  background-color: #636b7c;
}

.box-anfragen table tbody tr:first-child {
  width: 20%;
}

.teaser .match .teaser-header {
  padding-top: 1rem;
  color: white;
  font-weight: 300;
  font-size: 14px;
  text-align: end;
  height: 144px;
}

.match {
  margin-top: 50px;
}

.teaser-box {
  background-color: #636b7c;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 1.8rem;
  padding-bottom: 3.7rem;
}
.teaser-title {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  color: white;
  margin-top: 10px;

  margin-bottom: 20px;
}

.teaser-box-content {
  font-size: 14px;
  color: white;
  text-align: justify;
  word-wrap: break-word;
  word-break: break-word;
}

/* .teaser-header {
  margin-bottom: 125px;
} */

.box-anfragen {
  box-sizing: border-box;
}

.match-header-sent {
  /* display: grid; */
  /* grid-template-columns: 1.5fr 1fr; */
  display: flex;
  justify-content: space-between;
  margin: 0 18px;
}

.match-header-sent .match-percentage {
  text-align: left;
  font-weight: 700;
}

.button.sent {
  /* width: 100%; */
  padding: 15px 30px;
  border-radius: 30px;
  color: white;
  text-align: center;
  background-color: #a3b445;
  font-weight: 400;
}

.match-header-sent .match-percentage {
  color: white;
  font-size: 20px;
}
.match-table-caption .info-corner {
  top: -15px;
  right: 10px;
}
.match-table-caption .tooltip .tooltiptext {
  bottom: 20px;
  right: 0;
}
.match-table-caption {
  display: flex;
  justify-content: space-between;
}

.match-table-caption p {
  font-weight: 700;
  font-size: 20px;
  margin-left: 1rem;
}
.match-search-left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  left: 95%;
}

.button.simple-match {
  color: #a3b445;
  text-align: center;
  font-size: 16px;
  padding: 15px 15px;
}

.match-table.first .container table {
  margin-top: 20px;
}
.match-table.first .container th {
  font-size: 18px;
}

.match-table.first .container .table-arrow {
  text-align: center;
}

.match-table.first {
  margin-top: 50px;
}
.match-table.first tbody .button.green {
  font-weight: 300;
}

/* MODIFIED */

.match-table.first table tbody tr:nth-child(odd) td {
  background-color: #636b7c;
}
.match-table.first table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px !important;
}
.match-table.first table tbody tr:nth-child(even) td {
  background-color: #2a3241;
}

/* CHAT PAGE */
.chat-info {
  display: flex;
  gap: 20px;
  margin-left: 10px;
  max-width: 100%;
}
.chat-info img {
  width: 25px;
  display: block;
}

.chat-info p {
  margin: auto 0;
  font-size: 14px;
  font-weight: 300;
}

.workers-box {
  background-color: #2a3241;
  border-radius: 30px;
  padding: 30px;
}

.workers-info {
  display: flex;
  flex-direction: column;
  color: white;
  margin: 0 0;
  line-height: 1.8;
}

.workers-profile-img {
  width: auto;
}

.workers-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.workers-profile-img {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.workers-content {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.workers-info h2 {
  font-size: 18px;
  margin-bottom: 16px;
}

.workers-info p {
  font-size: 14px;
  font-weight: 300;
}

.workers-box-title {
  color: white;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.chat-mid-header {
  display: flex;
  padding: 40px;
  justify-content: space-between;
}
.chat-mid-header p {
  color: white;
  font-size: 18px;
}

.chat-container-mid .container {
  background-color: #2a3241;
  border-radius: 30px;
}

.chat-container .container {
  padding: 0;
}

.chat-box {
  background-color: #636b7c;
  border-radius: 30px;
  width: 100%;
}

.chat-mid-content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px;
  padding-left: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.bottom-green-btn .first-upload {
  justify-content: center;
}
.bottom-second-row .first-upload {
  justify-content: center;
}
.bottom-second-row .first-upload.btn-objfileupload {
  height: 42px;
}
.chat-mid-content .input-container .inputlabel-sell::placeholder {
  color: white;
}
.filter-right .filter-title {
  /* margin-left: 40px; */
  padding-right: 100px;
}
.filter-right .container-select2 {
  box-sizing: border-box;
}

.filter-right select {
  margin-right: 0;
  margin-left: 0;
}
.filter-title {
  color: white;
  margin: 10px;
}
/* .select2-container--open .select2-dropdown--below {
  /* margin-left: 5px; } */

.filter-2-grid {
  display: flex;
  gap: 20px;
  /* gap: 30px; */
}
.filter-left {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 10px;
  width: 250px;
}
.bottom-bar .input-container .inputlabel {
  padding: 15px 10px;
  /* padding-right: 20rem; */
  width: 100%;
}
.bottom-bar .input-container {
  margin: auto 0;
}
.filter-left input {
  margin: 0;
  padding-right: 60px;
  padding-bottom: 18px;
  width: 100%;
  max-width: 250px;
}

.chat-filter {
  width: 100%;
  padding-left: 10px;
}

/* CHAT BOX */
.msg-header {
  border: 1px solid #ccc;
  width: 100%;
  height: 10%;
  border-bottom: none;
  display: inline-block;
  background-color: #efefef;
  margin: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/* Styling the profile picture */
.msgimg {
  margin-left: 2%;
  float: left;
}

.container1 {
  width: 270px;
  height: auto;
  float: left;
  margin: 0;
}

/* styling user-name */
/* .active {
  width: 150px;
  float: left;
  color: black;
  font-weight: bold;
  margin: 0 0 0 5px;
  height: 10%;
} */
/* Styling the inbox */
/* .chat-page {
  padding: 0 0 50px 0;
  padding-left: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
} */

.msg-inbox {
  /* border: 1px solid #ccc; */
  overflow: hidden;
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
  border-radius: 30px;
  background-color: #636b7c;
}

.chats {
  /* padding: 30px 15px 0 25px; */
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.msg-page {
  max-height: 500px;
  overflow-y: auto;
}
.msg-page::-webkit-scrollbar {
  width: 10px;
}
.msg-page::-webkit-scrollbar-thumb {
  background-color: #a4b4c0;
  border-radius: 10px;
}

/* Styling the msg-bottom container */
/* .msg-bottom {
  border-top: 1px solid #ccc;
  position: relative;
  height: 11%;
  background-color: rgb(239 239 239);
} */
/* Styling the input field */
.input-group {
  /* float: right; */

  margin-top: 13px;
  margin-right: 20px;
  outline: none !important;
  border-radius: 50px;
  /* width: 61% !important; */
  background-color: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
  margin-bottom: 30px;
  margin-left: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;

  width: 1%;
  margin-bottom: 0;
}
/* .inputlabel {
  margin: 0 40px;
  max-height: 50px;
  border-radius: 100px;
  padding: 15px 30px;
  color: #303030;
} */
.bottom-bar .inputlabel {
  margin: 0;
  padding: 0;
  margin: auto 0;
}
.bottom-bar .input-container {
  /* margin-left: 20px;
  margin-right: 40px; */
}
.bottom-bar {
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 2.5fr 0.5fr 0.5fr;
  gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  /* justify-content: center; */
}
.bottom-bar img {
  border-radius: 0;
  width: 25px;
}
.bottom-bar .upload-button,
.bottom-bar .submit-button {
  margin: auto 0;
}
.bottom-bar .submit-button {
  max-width: 100px;
}
.bottom-bar .upload-button {
  /* margin-right: 40px; */
  max-width: max-content;
  margin-left: 35px;
}
.chat-upload-btn.btn-chatmessageupload i {
  font-size: 34px;
  color: #fff;
}
.bottom-bar .submit-button input,
.bottom-bar .submit-button .submit-btn {
  padding: 10px 5px;
  background-color: #a3b445;
  border-radius: 30px;
  color: white;
  width: 100%;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
/* .bottom-bar .submit-button::after {
  content: "\f1d8";
  color: #fff;
  position: absolute;
  font: var(--fa-font-solid);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */
/* .submit-button {
  margin-top: 10px !important;
  padding-top: 20px;
} */
/* .submit-btn {
  border-radius: 30px;
  padding: 15px 40px;
  padding-bottom: ;
  background-color: #a3b445;
} */
.submit-button a {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: 20px;
  border-radius: 30px;
  background-color: #a3b445;
}

.form-control {
  border: none !important;
  border-radius: 30px;
  display: block;
  /* height: calc(2.25rem + 2px); */
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 30rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  margin: 5px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.msg-bottom {
  display: flex;
  top: 50%;
  left: 20%;
  /* z-index: 2000; */
  /* position: absolute; */
  margin-bottom: 10px;
  text-align: center;
  gap: 60px;
  background-color: transparent;
}
/* MODIFIED */
.button {
  background-color: #2a3241;
  /* padding: 5px 20px; */
  /* margin-top: 20px; */
  /* margin-bottom: 25px; */
  margin-right: 30px;
  padding: 10px 60px;
  /* width: 20%; */
  border-radius: 50px;
  text-align: center;
}
.button.active {
  background-color: #a3b445;
}
.button img {
  width: 30px;
  padding: 0;
  border-radius: 0;
  margin: 10px 50px;
}

.upload img {
  width: 25px;
  border-radius: 0;
  margin: 40px auto;
}

.input-group-text {
  background: transparent !important;
  border: none !important;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: b;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: bold !important;
  cursor: pointer;
}

input:focus {
  outline: none !important;
  border: none !important;
  /* box-shadow: none !important; */
}

.send-icon {
  font-weight: bold !important;
}

/* Styling the avatar  */
.received-chats-img {
  width: 15px;
  float: left;
}

.received-msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
}
.received-msg-inbox {
  width: 57%;
}

.received-msg-inbox p {
  /* background: #efefef none repeat scroll 0 0; */
  background-color: #a4b4c0;
  border-radius: 40px;
  color: white;
  font-size: 14px;
  margin-left: 1rem;
  padding: 1.5rem;
  width: 100%;
  box-shadow: rgb(0 0 0 / 25%) 0px 5px 5px 2px;
}
p {
  overflow-wrap: break-word;
}
.received-msg-inbox .single-msg .time,
.received-msg-inbox .time {
  color: white;
}
/* Styling the msg-sent time  */
.time {
  padding-bottom: 10px;
  color: #777;
  display: block;
  font-size: 12px;
  /* margin: 8px 0 0; */
}

.received-chats,
.outgoing-chats {
  overflow: hidden;
  padding: 10px;
}
.outgoing-chats-msg div.multi-msg,
.outgoing-chats-msg p {
  background-color: white;
  color: black;
  border-radius: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  /* color: #fff; */
  padding: 5px 10px 5px 12px;
  width: 100%;
  padding: 1.5rem;
  box-shadow: rgb(0 0 0 / 25%) 0px 2px 5px 2px;
}
.outgoing-chats-msg {
  float: right;
  width: 46%;
  margin-right: 5px;
}

.multi-msg .time,
.outgoing-chats-msg .time {
  color: black;
}
/* Styling the avatar */
.outgoing-chats-img {
  display: none;
  width: 50px;
  float: right;
  margin-right: 1rem;
}

/* BOTTOM BOXES */
.bottom-boxes .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.bottom-box {
  background-color: #2a3241;
  border-radius: 30px;
  padding-top: 30px;
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}
.bottom-box-title {
  color: white;
  font-size: 18px;
}

.bottom-box .download-content {
  background-color: #636b7c;
  text-align: center;
  display: flex;
  justify-content: left;
  font-size: 12px;
  margin-left: 0;
  margin-top: 10px;
  padding: 2px 8px;

  border: 1px solid #636b7c;
  color: white;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.4);
}
.bottom-box .download-content p {
  /* margin-right: 0; */
  margin: auto 0;
}
.bottom-box .download-content img {
  margin-left: 8px;
  margin-right: 15px;
  padding: 5px 0;
}

.bottom-rows {
  display: flex;
  flex-direction: column;
}
.bottom-second-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 65.5%;
  gap: 10px;
}

.bottom-second-row .upload-btn img {
  margin-right: 10px;
}

.bottom-second-row .upload-btn {
  margin-left: 0;
}

.bottom-first-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}

.bottom-first-row input {
  width: 100%;
  margin-left: 0;
}
.box-inputs input::placeholder {
  font-size: 14px;
}
.inputlabel {
  font-size: 14px;
}
.inputlabel::placeholder {
  font-size: 14px;
}

.upload-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-width: 200px; */
  max-width: 127px;
}
.upload-btn p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 135px;
}
.upload-item input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.bottom-first-row .inputlabel {
  margin-right: 0;
  margin-left: 0;
}

.select2-green {
  border-radius: 30px;
  padding: 18px 0;
  padding-left: 10px;
  background-color: #a3b445;
  color: white;
}

.bottom-first-row
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: white;
}
.bottom-first-row .select2-container .select2-selection__placeholder {
  color: white !important;
}
.bottom-first-row .select2-container--default .select2-selection--single {
  background-color: #a3b445;
}
.bottom-first-row
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
}

.bottom-rows {
  margin-top: 20px;
}
.received-msg-inbox::-webkit-scrollbar-track {
  background: orange; /* color of the tracking area */
}

.bottom-second-box-grid {
  display: grid;
  margin-top: 20px;
  grid-template-columns: 2.5fr 1fr;
}
.bottom-green-btn a {
  padding: 17px 0;
  margin: 0;
  margin-left: 10px;
  font-size: 16px;
}
.bottom-download-btn a {
  display: flex;
  gap: 20px;
  background-color: #c7c7c7;
  border-radius: 30px;
  /* padding: 10px; */
}
.bottom-download-btn p {
  font-size: 16px;
}
.bottom-btn img {
  display: block;
  max-width: 25px;
  max-height: 25px;
  width: 100%;
  height: 100%;
  margin: auto 0;
}
.bottom-btn {
  text-decoration: none;
  color: black;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  /* margin-bottom: 10px; */
}

section.chat-container {
  padding: 0 20px;
}

.page-nav {
  margin-top: 20px;
}

.inputlabel-sell {
  margin: 0;
  padding-top: 25px;
  color: #fff;
  /* background-color: #5e5e5e; */
  outline: #a3a3a3;
  /* border: 1px solid #a3a3a3; */
  padding-bottom: 25px;
}

.container-select2-sell
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 50px;
}

.chat-seller-bottom .bottom-green-btn a {
  font-size: 14px;
}

.chat-seller-bottom .bottom-second-box-grid {
  grid-template-columns: 2fr 1fr;
}

/* MAIN-SUCHKUNDEN */
.action-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.button.green.action {
  max-width: 300px;
  width: 100%;
}

.match-table-caption {
  align-items: center;
}
.main-suchkunden-table td {
  padding: 0 1rem;
}
.main-suchkunden-table .match-table.first .container table tbody .button.green {
  margin: 10px auto;
}
/* MODIFIED */
.main-suchkunden-table tbody tr td {
  background-color: #2a3241;
}

.main-suchkunden-table tbody tr:first-child td {
  padding-top: 20px;
}
.main-suchkunden-table tbody tr:last-child td {
  padding-bottom: 20px;
}
.main-suchkunden-table tbody tr td {
  padding: 5px 20px;
}

/* .page-nav-container .container {
  padding-left: 0;
} */

/* MATCH-SEARCH PAGE */

.match-search-boxes {
  padding-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 85%;
  gap: 30px;
  margin: 0 auto;
}

.match-info-content .match-header {
  max-width: 100%;
  margin: 0 auto;
}

.match-parameter-title {
  color: white;
  font-size: 20px;
  margin-left: 30px;
}
/* MODIFIED */
.matchpropertytable tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}
.matchpropertytable tbody tr:first-child td:first-child {
  border-top-left-radius: 30px;
}
.matchpropertytable tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}
.matchpropertytable tbody {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.match-parameter-content {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 3fr 1fr;
  gap: 8px;
  /* margin-top: 6px; */
  max-width: 90%;
}

.match-parameter-content .container-select2 {
  margin: auto 0;
}

.match-search-container .container {
  background-color: #2a3241;
  border-radius: 30px;
}

.match-parameter-content .button.green {
  padding: 15px 30px;
  /* margin-top: 25px; */
}
textarea {
  font-family: "Source Sans Pro", sans-serif;
}

.match-info-title {
  /* margin-left: 33px; */
  /* margin-right: 33px; */
  display: flex;
  justify-content: space-between;
}

.match-info-title p {
  color: white;
  font-size: 20px;
}

.match-info-content .match-header p {
  text-align: left;
}
.match-info-content .match-percentage {
  font-size: 24px;
}

.table-parameter table thead,
.table-info table thead {
  color: white;
}
.table-parameter table thead td,
.table-info table thead td {
  padding-left: 35px;
}
.table-parameter table tbody tr td,
.table-info table tbody tr td {
  background-color: #636b7c;
}

.table-parameter table tbody tr td:nth-child(2n) {
  padding-left: 90px;
}
.table-parameter table tbody tr td:first-child,
.table-info table tbody tr td:first-child {
  font-size: 14px;
}

.table-parameter table tbody tr:first-child td {
  padding-top: 50px;
}
.table-info table tbody tr:first-child td {
  padding-top: 56px;
}
.table-parameter table tbody tr:last-child td {
  padding-bottom: 50px;
}
.table-info table tbody tr:last-child td {
  padding-bottom: 60px;
}

.table-parameter table tbody tr td {
  padding: 20px 40px;
}

.table-info table tbody tr td {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 24px;
}

.match-search-bottom {
  border-radius: 30px;
  background-color: #636b7c;
  color: white;
}

.match-search-bottom-title {
  font-size: 22px;
  font-weight: 700;
}

.match-search-bottom {
  max-width: 85%;
  margin: 0 auto;
}
.match-search-bottom-title {
  text-align: center;
  padding: 30px 0;
}
.match-search-bottom-content {
  padding: 0 30px;
  padding-bottom: 30px;
  font-size: 14px;
  text-align: justify;
  word-wrap: break-word;
}
.selected td {
  background-color: #a4b445;
}

.match-search-container .container {
  margin-bottom: 60px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
  width: 95%;
}

/* OBJEKTKUNDEN BEARBEITEN */
.objektkunden-box .container {
  background-color: #2a3241;
  border-radius: 30px;
  margin-bottom: 100px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}

.objektkunden-title {
  margin: 40px 0;
  margin-bottom: 80px;
  /* font-size: 22px; */
}
.objektkunden-title.head-title {
  font-weight: 700;
}
.objektkunden-small-title {
  color: white;
  font-size: 20px;
}

.objektkunden-inside-container {
  padding: 0 100px;
}

.objektkunden-title p {
  color: white;
  text-align: center;
  font-size: 24px;
}

.objektkunden-box-title {
  color: white;
  font-size: 22px;
  text-align: center;
}
.objektkunden-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.objektkunden-boxes-item {
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 30px;
  background-color: #636b7c;
  padding-bottom: 40px;
}
.objektkunden-box-input p {
  color: white;
  margin: auto 0;
}
.objektkunden-box-input {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  /* justify-content: space-between; */
  /* gap: 100px; */
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.objektkunden-box-content {
  margin-top: 20px;
}

.objektkunden-box-title {
  margin-top: 40px;
}
.objektkunden-input-box {
  max-height: 100px;
  max-width: 800px;
  /* margin-right: 100px; */
}
.objektkunden-input {
  border-radius: 30px;
  padding: 15px 10px;
  width: 100%;
  height: 100%;
}

.big-input {
  border-radius: 30px;
  max-width: 680px;
  max-height: 380px;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

/* .big-input input {
  border-radius: 20px;
  padding-left: 20px;
  padding-bottom: 280px;
} */
.big-input textarea {
  width: 100%;
  height: 100%;
  resize: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 16px;
}

.mid-box {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0;
}
.mid-head-input {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.mid-head-input p {
  color: white;
  margin-bottom: 10px;
}

.mid-box-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.mid-box-title {
  color: white;
  font-size: 20px;
}

.mid-head-input {
  font-size: 20px;
  font-weight: 300;
}

.datepicker-img {
  position: absolute;
  right: 15px;
  top: 41px;
}
.datepicker-container {
  position: relative;
}

.obj-parameter-checkbox {
  display: flex;
  margin-top: 20px;
  gap: 10px;

  justify-content: left;
  color: white;
}

.obj-parameter-checkbox label p {
  font-size: 20px;
  margin-left: 5px;
}
.obj-parameter-checkbox label.checkbox:before {
  margin-top: 2px;
}

.near-box {
  margin-bottom: 10px;
  margin-top: 10px;
}

.objektkunden-box .container {
  width: 95%;
}

.mid-box-upload-text {
  font-size: 14px;
  color: #c8c8c8;
}

.mid-box-upload-item-button {
  text-decoration: underline !important;
  color: #303030;
}

.mid-box-upload-item {
  background-color: white;
  max-width: 200px;
  padding: 40px 0;
  border-radius: 30px;
  display: flex;
  margin-top: 10px;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  justify-content: center;
}
.mid-box-upload-item img {
  max-width: 130px;
  /* margin: auto 0; */
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.mid-box-upload-title {
  font-size: 20px;
  color: white;
  font-weight: 300;
  margin-top: 35px;
}

.mid-box-upload-text {
  max-width: 30%;
  margin: 0 auto;
}

.mid-box-upload-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.mid-box-upload-text.pdf {
  max-width: 25%;
}

.save-button {
  margin-top: 50px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: montserrat;
  display: flex;
  /* max-width: 22%; */
  justify-content: center;
}
.save-button a {
  padding: 15px 30px;
}
.save-button .button.green {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 260px;
}
.head-button .button.green {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 180px;
  margin-top: 18px;
}
.head-button {
  max-width: 15%;
  position: absolute;
  right: 100px;
  top: -20px;
  font-weight: 300;
}
.head-button a {
  padding: 10px 10px;
}
.objektkunden-inside-container {
  position: relative;
}

/*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: 900;
  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: 900;
  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*/

.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;
}

.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 */
.hero-title.verification {
  padding-bottom: 240px;
  margin-top: 150px;
  line-height: 1.2;
}
.profil-box.left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 10px;
}
.profil-box.left
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: 10px;
}
/* MODIFIED */
.profil-box.left
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
}
/* MODIFIED */
.main-profil-title-content {
  font-size: 14px;
  text-align: center;
  color: #303030;
  margin-top: 80px;
  margin-bottom: 80px;
}

.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: 0;
  width: 200px;
  height: 50px;
  padding-top: 12px;
  /* padding: 15px 30px; */
}

.products {
  width: 90%;
  margin: 0 auto;
}
.product-title {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.product-title img {
  width: 35px;
  height: 45px;
  margin: auto 0;
}
.product-title p {
  margin: auto 0;
  color: white;
  font-size: 50px;
}
.product-title-location {
  font-size: 20px;
  color: white;
  margin-bottom: 30px;
}
.map-box {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
}
.map-box iframe {
  max-width: 100%;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
}
.videos-grid video {
  max-width: 665px;
  width: 100%;
}

.objekt-parameters {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid white;
  margin-bottom: 50px;
}

.objekt-parameter-item {
  color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* gap: 150px; */
}
.parameter-title {
  font-weight: bold;
}
.parameter-content {
  font-weight: 300;
}
.parameter-title,
.parameter-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.parameter-title.pdf {
  gap: 50px;
}
.parameter-upload-item {
  display: flex;
  gap: 250px;
}
.parameter-upload-item p {
  margin: auto 0;
}
.objekt-parameter-item.pdf {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-right: 150px;
}

.product-title-middle {
  text-align: center;
  color: white;
  font-size: 50px;
}
.page-nav.parameter {
  color: white;
}
.parameter-match {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.parameter-match table tbody td {
  background-color: #636b7c;
}
.parameter-match table {
  color: white;
  max-height: 800px;
  height: 100%;
}
.parameter-match .teaser-box {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 50px;
}
.products.bottom {
  padding-top: 40px;
}
.bottom-box-select2 {
  max-width: 200px;
}
.bottom-box-select2 #select2-select2-container {
  margin-top: 10px;
  color: white;
}
.bottom-box-select2 span.select2-selection__arrow {
  margin-top: 11px;
}
.bottom-box-select2 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.bottom-box-select2
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: white !important;
}
.product-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-title-middle {
  margin-bottom: 80px;
}
.page-nav.parameter {
  margin-bottom: 10px;
}

/* matchboard */
.match-board-item .tooltip .tooltiptext {
  bottom: -19px;
  right: 0px;
}
.match-board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.match-board-item {
  position: relative;
  background-color: #2a3241;
  border-radius: 30px;
}
.match-board-item-header {
  display: flex;
  padding-top: 30px;
  justify-content: center;
  gap: 20px;
}
.match-board-item-header img {
  cursor: pointer;
}
.match-board-item-header p {
  font-weight: bold;
  /* cursor: pointer; */
  color: #a3b445;
  font-size: 18px;
}
.match-board-table table tbody tr {
  height: 70px;
}
.match-board-table table tbody {
  font-size: 14px;
  font-weight: 300;
}
.match-board-table table {
  margin-top: 20px;
}
.match-board-table thead {
  color: white;
}
.match-board-table table tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}
.match-board-table table tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
}
.match-info-title .tooltip .tooltiptext {
  bottom: 30px;
  right: -40px;
}
.matchpropertypercentrow.selected td,
.matchsearchpercentrow.selected td {
  background-color: #a3b445;
}
.match table tbody tr:first-child td:first-child {
  border-top-left-radius: 30px;
}
.match table tbody tr:first-child td:last-child {
  border-top-right-radius: 30px;
}
.match table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 30px;
}
.match table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 30px;
}
.match-info-title .info-corner {
  top: -5px;
  right: 0;
}
.info-corner {
  position: absolute;
  top: 25px;
  right: 25px;
}
.match-board-table table tbody tr:nth-child(odd) td:nth-child(3n) {
  width: 250px;
}
.match-board-table
  .objektkunden-table-space
  tbody
  tr:nth-child(odd)
  td:nth-child(3n) {
  width: 180px;
}
.match-board-table
  .objektkunden-table-space.match-anfragen-table-space
  tbody
  tr:nth-child(odd)
  td:nth-child(2n) {
  width: 35%;
}

.round {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.lacat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.match-board-item-header.denied {
  z-index: 3;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.match-board-item-split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.inputs-bottom-board {
  display: flex;
  padding-top: 55px;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  margin: 0 auto;
}

.input-board {
  padding-right: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 30px;
  padding-left: 10px;
  height: 50px;
  background-color: #636b7c;
  color: white;
}
.input-board::placeholder {
  color: white;
  font-size: 12px;
}
.inputs-dokumente input {
  /* position: relative; */
  /* position: relative; */
  /* position: relative; */
  /* display: inline-block; */
  position: relative;
}
.input-board {
  width: 100%;
  /* padding-right: 105px; */
}
.pdf-icon-input {
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust this value to control the distance from the right edge */
  transform: translateY(-50%);
}

.match-board-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 60px;
  font-weight: bold;
}
.product-title.first {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.match-board-item {
  box-shadow: 0 3px 20px rgb(0 0 0 / 0.4);
}

.pdf-container .container .logo {
  margin: 0 auto;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.pdf-container .container .product-title.first p {
  color: black;
}
.pdf-container .container {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 0 60px;

  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.pdf-container {
  padding-right: 20px;
  padding-left: 20px;
}

.map-box iframe {
  width: 100%;
}
.pdf-container .map-box {
  padding-bottom: 40px;
}
.pdf-container .product-title p,
.pdf-container .product-title-location {
  color: black;
}
.pdf-container .map-box {
  border-bottom: 1px solid black;
}
.gallery {
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.thumbs-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pdf-container .objekt-parameters p {
  color: black;
}
.pdf-container .objekt-parameters {
  border-bottom: 1px solid black;
}
.pdf-container .objekt-parameters.last-pdf {
  border: none;
  padding-bottom: 40px;
}

td[data-cell="Name"],
td[data-cell="Objekt-Typ"] {
  max-width: 300px;
}
.tooltip {
  position: relative;
  display: block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #636b7c;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: -10px;
  right: -40px;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.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;
}

.profil-box.left .box-title {
  gap: 20px;
}
.profil-box.left .box-title.profilepicture img {
  border-radius: 50% !important;
  width: 100px;
  height: 100px !important;
  /* object-fit: cover; */
  object-fit: fill;
}
.profil-box.left .box-title.profilepicture .input-browse-img input {
  display: none;
}
.profil-box.left .box-title.profilepicture .input-browse-img {
  padding: 10px;
  border-radius: 30px;
  color: white;
  background-color: #a4b4c0;
  margin-right: 20px;
  cursor: pointer;
}
