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

div.modal__container {
  background: linear-gradient(90deg, #000 50%, transparent);
  width: 70%;
  padding-top: 3rem;
  height: 100%;
  padding-left: 5rem;
  display: block;
}
.modal__title {
  font-size: 3rem;
}
.modal__overview {
  color: #7a7a7a;
  padding-top: 2rem;
  font-size: 1.5rem;
  hyphens: auto;
  width: 60%;
  line-height: 1.2;
}

.list__videos {
  width:100%;
  background:rgb(22, 22, 22);
  padding:25px;
  border-radius:0px 0px 10px 10px;
  display:grid;
  grid-template-columns: 1fr;
}
.list__videos .item {
  background:none;
  width:100%;
  border:none;
  display:grid;
  grid-template-columns: 1fr 2fr 10fr;
  min-height: 100px;
  padding:25px 20px;
}
.list__videos .item + .item {
  border-top:2px solid #444;
}
.list__videos .item span {
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height:100%;
}
.list__videos .item span.number_indicator {
  font-weight: 400;
  font-size:32px;
  color:#c9c9c9;
}
.list__videos .item span.thumb_video {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: 300ms;
}
.list__videos .item span.thumb_video div {
  transition:300ms;
  opacity: 0;
  background: rgba(0,0,0,.5);
  width:100%;
  height:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:10px;
}
.list__videos .item span.thumb_video div svg {
  font-size:42px;
}
.list__videos .item:hover span.thumb_video div {
  opacity: 1;
}
.list__videos .item div.video_description {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left:30px;
}
.list__videos .item div.video_description div {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.list__videos .item div.video_description div small {
  font-size:16px;
  color:#fff;
}
.list__videos .item div.video_description div strong {
  font-size:22px;
}
.list__videos .item div.video_description p {
  color:#c9c9c9;
}

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