form .MuiFormLabel-root {
}
form .MuiFilledInput-input {
  background: #fff !important;
  border-radius: 5px !important;
}

div.modal {
  position: fixed;
  z-index: 500;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  height: 50%;
  opacity: 0;
  box-shadow: 0 1.5rem 4rem rgba(23, 24, 24, 0.15);
  transition: all 0.3s;
}
div.modal.show {
  transition: 0.5s 0.3s ease-out;
  top: 25%;
  left: 0;
  visibility: visible;
  opacity: 1;
  display: block;
  background-size: cover;
}
div.modal__container {
  background: linear-gradient(90deg, #000 50%, transparent);
  width: 70%;
  padding-top: 3rem;
  height: 100%;
  padding-left: 5rem;
}
.modal__title {
  font-size: 3rem;
}
.modal__overview {
  color: #7a7a7a;
  padding-top: 2rem;
  font-size: 1.5rem;
  hyphens: auto;
  width: 60%;
  line-height: 1.2;
}
@media only screen and (max-width: 102em) {
  .modal__overview {
    width: 60%;
    font-size: 16px;
  }
}

.modal__btn {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  background-color: transparent;
  color: #fff;
  border: 0.5px solid #7a7a7a;
  border-radius: 2px;
  font-size: 16px;
  margin-top: 1rem;
  margin-right: 1rem;
  padding: 0.5rem 2rem 0.5rem 2rem;
  transition: all 0.2s;
}
.modal__btn--red {
  background-color: rgba(248, 6, 22, 0.870588);
  border: none;
}


@media only screen and (max-width: 990px) {
  .modal__title {font-size: 35px;}
}
div.MuiAlert-standardError {
  border: 1px solid rgb(230 10 19);
  
  background: transparent;
}
div.MuiAlert-standardError .MuiAlert-message, div.MuiAlert-standardError svg {
  color: rgb(230 10 19);
  fill: rgb(230 10 19);
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  color: #fff;
}